patch for rpm spec problem

Wayne Davison wayned at samba.org
Thu Dec 11 05:42:11 EST 2003


On Wed, Dec 10, 2003 at 12:11:09PM -0500, Bill Immerman wrote:
> +%attr(-,root,root) /usr/share/man/man1/rsync.1.gz
> +%attr(-,root,root) /usr/share/man/man5/rsyncd.conf.5.gz

In the CVS version we already use a wildcard to catch both compressed
and uncompressed man pages:

%attr(-,root,root) %{_mandir}/man1/rsync.1*
%attr(-,root,root) %{_mandir}/man5/rsyncd.conf.5*

Release 2.5.7 didn't have this change due to it being a quick security
release.

Thanks for the report, though!

..wayne..



More information about the rsync mailing list