diff --git a/cups.spec b/cups.spec index 2d4dbd7..1eae37e 100644 --- a/cups.spec +++ b/cups.spec @@ -197,7 +197,7 @@ done 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 @@ rm -rf $RPM_BUILD_ROOT %changelog * Tue Jul 31 2007 Tim Waugh +- 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).