From e8478428d74538da783367cc8aabeaf5e194efb5 Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Thu, 31 May 2012 14:42:18 -0700 Subject: [PATCH] Refresh of rpm-fixes --- ibacm.spec.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ibacm.spec.in b/ibacm.spec.in index 0c12aa1..138d2dc 100644 --- a/ibacm.spec.in +++ b/ibacm.spec.in @@ -10,8 +10,8 @@ Source0: http://www.openfabrics.org/downloads/rdmacm/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libibverbs-devel >= 1.1-1, autoconf, libtool, libibumad-devel -Requires(post): chkconfig -Requires(preun): chkconfig +Requires(post): /sbin/chkconfig +Requires(preun): /sbin/chkconfig ExcludeArch: s390, s390x %description @@ -27,6 +27,7 @@ library knows how to talk directly to the %{name} daemon to retrieve data. %package devel Summary: Headers file needed when building apps to talk directly to ibacm. Requires: %{name} = %{version}-%{release} +Group: System Environment/Daemons %description devel Most applications do not need to know how to talk directly to the ibacm @@ -60,11 +61,11 @@ rm -rf $RPM_BUILD_ROOT %post if [ $1 = 1 ]; then - chkconfig --add %{name} + /sbin/chkconfig --add %{name} fi %preun if [ $1 = 1 ]; then - chkconfig --del %{name} + /sbin/chkconfig --del %{name} fi %files -- 2.46.0