[hekafs] rhel/epel, init.d for <=6, native systemd for 7

Kaleb S. KEITHLEY kkeithle at fedoraproject.org
Wed Nov 23 16:36:34 UTC 2011


commit f1f8ffde73419f9e5df8d6a0b303fde7d8aec7fc
Author: Kaleb KEITHLEY <kkeithle at f16node1.kkeithle.usersys.redhat.com>
Date:   Wed Nov 23 11:36:21 2011 -0500

    rhel/epel, init.d for <=6, native systemd for 7

 hekafs.spec |    7 +++++--
 sources     |    2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/hekafs.spec b/hekafs.spec
index 38cfe25..770d660 100644
--- a/hekafs.spec
+++ b/hekafs.spec
@@ -2,7 +2,7 @@
 Summary:          Heka File System
 Name:             hekafs
 Version:          0.7
-Release:          19%{?dist}
+Release:          20%{?dist}
 License:          GPLv3
 Group:            System Environment/Base
 Vendor:           Red Hat
@@ -19,7 +19,7 @@ BuildRequires:    libtool
 Requires:         glusterfs = 3.2.5
 Requires:         openssl
 Requires:         python
-%if 0%{?fedora} < 17
+%if ( 0%{?fedora} < 17 || 0%{?rhel} < 7 )
 Requires(post):   /sbin/chkconfig
 Requires(preun):  /sbin/service
 Requires(preun):  /sbin/chkconfig
@@ -131,6 +131,9 @@ if [ $1 = 0 ]; then
 fi
 
 %changelog
+* Wed Nov 23 2011 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 0.7-20
+- rhel/epel, init.d for <=6, native systemd for 7
+
 * Thu Nov 17 2011 Kaleb S. KEITHLEY <kkeithle at redhat.com> - 0.7-19
 - revised spec for init.d to systemd, minimize fedora < 17
 - update to glusterfs 3.2.5
diff --git a/sources b/sources
index 9d9ab14..2aa2f4d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-27b8cfc558a8d4424d1a7518875e6f72  hekafs-0.7.tgz
+44d4db088ef35443a6fb29fbbff7aabb  hekafs-0.7.tgz


More information about the scm-commits mailing list