summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Cwiklinski <jcwiklinski@teclib.com>2016-06-28 17:40:12 +0200
committerJohan Cwiklinski <jcwiklinski@teclib.com>2016-06-28 17:41:31 +0200
commitff940ef1114e1205f15664672ea5c4be901d8ef8 (patch)
treefa0f29ef3456d8715a417dc3a69300538dfc0467
parent847deae66f3a2f6892fdad6c4efaaba2007d1acd (diff)
Update to latest upstream release
-rw-r--r--glpi-appliances.spec28
1 files changed, 16 insertions, 12 deletions
diff --git a/glpi-appliances.spec b/glpi-appliances.spec
index 4b85260..f814b9c 100644
--- a/glpi-appliances.spec
+++ b/glpi-appliances.spec
@@ -9,8 +9,8 @@
%global pluginname appliances
Name: glpi-appliances
-Version: 1.9.1
-Release: 1.1%{?dist}
+Version: 2.1
+Release: 1%{?dist}
Summary: GLPI Plugin to manage appliances
Summary(fr): Extension GLPI de gestion des applicatifs
@@ -18,14 +18,14 @@ Group: Applications/Internet
License: GPLv2+
URL: https://forge.glpi-project.org/projects/appliances
-Source0: https://forge.glpi-project.org/attachments/download/1773/glpi-appliances-1.9.1.tar.gz
+Source0: https://forge.glpi-project.org/attachments/download/2147/glpi-appliances-2.1.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: gettext
-Requires: glpi >= 0.84
-Requires: glpi < 0.85
+Requires: glpi >= 0.90
+Requires: glpi < 0.91
%description
@@ -52,13 +52,13 @@ rm -rf %{pluginname}/tools
cat >httpd <<EOF
<Directory /usr/share/glpi/plugins/%{pluginname}/sql>
- <IfModule mod_authz_core.c>
- Require all denied
- </IfModule>
- <IfModule !mod_authz_core.c>
- Order Allow,Deny
- Deny from all
- </IfModule>
+ <IfModule mod_authz_core.c>
+ Require all denied
+ </IfModule>
+ <IfModule !mod_authz_core.c>
+ Order Allow,Deny
+ Deny from all
+ </IfModule>
</Directory>
EOF
@@ -108,6 +108,10 @@ rm -rf %{buildroot}
%changelog
+* Tue Jun 28 2016 Johan Cwiklinski <jcwiklinski AT teclib DOT com> - 2.1-1
+- Last upstream release
+- Clean rpmlint mixed tabs and spaces warning
+
* Tue Jun 28 2016 Johan Cwiklinski <jcwiklinski AT teclib DOT com> - 1.9.1-1.1
- Change URL and Source