rpms/rusers/devel rusers.spec,1.32,1.33

Jiří Moskovčák jmoskovc at fedoraproject.org
Thu Jan 21 16:23:58 UTC 2010


Author: jmoskovc

Update of /cvs/extras/rpms/rusers/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11483

Modified Files:
	rusers.spec 
Log Message:
rplmint fixes


Index: rusers.spec
===================================================================
RCS file: /cvs/extras/rpms/rusers/devel/rusers.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- rusers.spec	27 Jul 2009 03:39:57 -0000	1.32
+++ rusers.spec	21 Jan 2010 16:23:57 -0000	1.33
@@ -2,10 +2,10 @@
 %define WITH_SELINUX 1
 %endif
 
-Summary: Displays the users logged into machines on the local network.
+Summary: Displays the users logged into machines on the local network
 Name: rusers
 Version: 0.17
-Release: 56%{?dist}
+Release: 57%{?dist}
 License: BSD
 Group: System Environment/Daemons
 Source: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-rusers-%{version}.tar.gz
@@ -43,7 +43,7 @@ local network.
 %package server
 Summary: Server for the rusers protocol.
 Group: System Environment/Daemons
-Prereq: /sbin/chkconfig
+Requires(pre): /sbin/chkconfig
 Requires: portmap
 
 %description server
@@ -115,8 +115,8 @@ mkdir -p ${RPM_BUILD_ROOT}/etc/rc.d/init
 make INSTALLROOT=${RPM_BUILD_ROOT} install
 make INSTALLROOT=${RPM_BUILD_ROOT} install -C rpc.rstatd
 
-install -m 755 $RPM_SOURCE_DIR/rusersd.init ${RPM_BUILD_ROOT}/etc/rc.d/init.d/rusersd
-install -m 755 $RPM_SOURCE_DIR/rstatd.init ${RPM_BUILD_ROOT}/etc/rc.d/init.d/rstatd
+install -m 755 %SOURCE1 ${RPM_BUILD_ROOT}/etc/rc.d/init.d/rusersd
+install -m 755 %SOURCE3 ${RPM_BUILD_ROOT}/etc/rc.d/init.d/rstatd
 
 %clean
 rm -rf ${RPM_BUILD_ROOT}
@@ -146,6 +146,9 @@ fi
 %config /etc/rc.d/init.d/rstatd
 
 %changelog
+* Fri Jan  8 2010 Jiri Moskovcak <jmoskovc at redhat.com> - 0.17-57
+- fixed rpmlint warnings
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.17-56
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
@@ -409,7 +412,7 @@ fi
 
 * Tue Oct 21 1997 Erik Troan <ewt at redhat.com>
 - added init script
-- users %attr
+- users attr
 - supports chkconfig
 
 * Tue Jul 15 1997 Erik Troan <ewt at redhat.com>



More information about the scm-commits mailing list