diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-07-12 21:25:12 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-07-12 21:25:12 +0200 |
commit | 66222de1b09ef1b265901b5788a6a658b0aefa1e (patch) | |
tree | 1e77fdf6b113a6be9c9d876ca4cd66c6e33416fd | |
parent | eafa7ae6893a41b9d0516eaac2b652c30e3e2988 (diff) |
glpi-loadentity-1.3.1
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | glpi-loadentity.spec | 10 |
2 files changed, 8 insertions, 4 deletions
@@ -1,4 +1,4 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) -include ../common/Makefile +include ../../common/Makefile diff --git a/glpi-loadentity.spec b/glpi-loadentity.spec index 481d925..384729e 100644 --- a/glpi-loadentity.spec +++ b/glpi-loadentity.spec @@ -2,7 +2,7 @@ #global svnrelease 57 Name: glpi-loadentity -Version: 1.3.0 +Version: 1.3.1 %if 0%{?svnrelease} Release: 0.1.svn%{svnrelease}%{?dist} %else @@ -20,14 +20,14 @@ URL: https://forge.indepnet.net/projects/loadentity # tar czf glpi-loadentity-1.2.0-57.tar.gz loadentity Source0: glpi-loadentity-%{version}-%{svnrelease}.tar.gz %else -Source0: https://forge.indepnet.net/attachments/download/1112/glpi-loadentity-1.3.0.tar.gz +Source0: https://forge.indepnet.net/attachments/download/1215/glpi-loadentity-1.3.1.tar.gz %endif BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -Requires: glpi >= 0.83 +Requires: glpi >= 0.83.3 Requires: glpi < 0.84 Requires: %{_sysconfdir}/cron.d @@ -100,6 +100,10 @@ rm -rf %{buildroot} %{_datadir}/glpi/plugins/%{pluginname} %changelog +* Thu Jul 12 2012 Remi Collet <Fedora@FamilleCollet.com> - 1.3.1-1 +- version 1.3.1 for GLPI 0.83.3 + https://forge.indepnet.net/projects/loadentity/versions/788 + * Fri Apr 06 2012 Remi Collet <Fedora@FamilleCollet.com> - 1.3.0-1 - version 1.3.0 for GLPI 0.83 https://forge.indepnet.net/projects/loadentity/versions/653 |