rpms/cups/devel cups.spec,1.351,1.352

Tim Waugh (twaugh) fedora-extras-commits at redhat.com
Tue Jul 31 14:33:25 UTC 2007


Author: twaugh

Update of /cvs/pkgs/rpms/cups/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20988

Modified Files:
	cups.spec 
Log Message:
* Tue Jul 31 2007 Tim Waugh <twaugh at redhat.com>
- Make cancel man page work properly with alternatives system (bug #249768).



Index: cups.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cups/devel/cups.spec,v
retrieving revision 1.351
retrieving revision 1.352
diff -u -r1.351 -r1.352
--- cups.spec	31 Jul 2007 13:51:42 -0000	1.351
+++ cups.spec	31 Jul 2007 14:32:53 -0000	1.352
@@ -197,7 +197,7 @@
 cd $RPM_BUILD_ROOT%{_sbindir}
 mv lpc lpc.cups
 cd $RPM_BUILD_ROOT%{_mandir}/man1
-for i in lp lpq lpr lprm lpstat; do
+for i in cancel lp lpq lpr lprm lpstat; do
 	mv $i.1 $i-cups.1
 done
 cd $RPM_BUILD_ROOT%{_mandir}/man8
@@ -438,6 +438,7 @@
 
 %changelog
 * Tue Jul 31 2007 Tim Waugh <twaugh at redhat.com>
+- Make cancel man page work properly with alternatives system (bug #249768).
 - Don't call aclocal even when we modify m4 files -- CUPS does not use
   automake (bug #250251).
 




More information about the fedora-extras-commits mailing list