[glpi] spec file fixes

Remi Collet remi at fedoraproject.org
Sat Jul 27 05:33:24 UTC 2013


commit e675b340c44d01664c8c34835209281258725a51
Author: Jóhann B. Guðmundsson <johannbg at fedoraproject.org>
Date:   Sat Jul 27 01:00:44 2013 +0000

    spec file fixes
    
    Signed-off-by: Jóhann B. Guðmundsson <johannbg at fedoraproject.org>

 glpi.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/glpi.spec b/glpi.spec
index bb9b3c7..3fa10bf 100644
--- a/glpi.spec
+++ b/glpi.spec
@@ -5,7 +5,7 @@ Version:        0.83.9.1
 %if 0%{?svnrelease}
 Release:        4.svn%{svnrelease}%{?dist}
 %else
-Release:        1%{?dist}
+Release:        2%{?dist}
 %endif
 Summary:        Free IT asset management software
 Summary(fr):    Gestion Libre de Parc Informatique
@@ -58,7 +58,7 @@ Requires(post):   /sbin/restorecon
 Requires(post):   /usr/sbin/semanage
 Requires(postun): /usr/sbin/semanage
 %endif
-Requires:         %{_sysconfdir}/cron.d
+Requires:         crontabs
 
 
 %description
@@ -251,6 +251,9 @@ fi
 
 
 %changelog
+* Sat Jul 27 2013 Jóhann B. Guðmundsson <johannbg at fedoraproject.org> - 0.83.9.1-2
+- Add a missing requirement on crontabs to spec file
+
 * Tue Jun 25 2013 Remi Collet <remi at fedoraproject.org> - 0.83.9.1-1
 - version 0.83.91 released (security)
   https://forge.indepnet.net/versions/show/928


More information about the scm-commits mailing list