rpms/remctl/F-9 remctl.spec,1.3,1.4

Simon Wilkinson (sxw) fedora-extras-commits at redhat.com
Thu Jul 3 21:32:11 UTC 2008


Author: sxw

Update of /cvs/pkgs/rpms/remctl/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7488

Modified Files:
	remctl.spec 
Log Message:
Fix for #453579 - thanks to Paul Howarth


Index: remctl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/remctl/F-9/remctl.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- remctl.spec	28 Feb 2008 16:09:12 -0000	1.3
+++ remctl.spec	3 Jul 2008 21:31:17 -0000	1.4
@@ -1,6 +1,6 @@
 Name: remctl
 Version: 2.11
-Release: 6%{?dist}
+Release: 7%{?dist}
 Summary: Client/server for Kerberos-authenticated command execution
 
 Group: Applications/Internet
@@ -37,6 +37,7 @@
 Summary: Perl interface to remctl
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description perl
 remctl implements a client/server protocol for running single commands 
@@ -64,7 +65,7 @@
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -type f -name perllocal.pod -exec rm -f {} ';'
 find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
-find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 
 # And the libraries
 find %{buildroot} -type f -name '*.la' -exec rm -f {} ';'
@@ -97,6 +98,9 @@
 %{_mandir}/man3/Net::Remctl*
 
 %changelog
+* Thu Jun 03 2008 Simon Wilkinson <simon at sxw.org.uk> 2.11-7
+- Update to catch new perl version, and fix perl dependencies (#453579)
+
 * Thu Feb 28 2008 Simon Wilkinson <simon at sxw.org.uk> 2.11-6
 - The build process isn't -j safe, so remove smpflags until this can be fixed.
 




More information about the fedora-extras-commits mailing list