Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: asterisk - The Open Source PBX https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=178922 ------- Additional Comments From ville.skytta@xxxxxx 2006-01-25 14:52 EST ------- (In reply to comment #1) > %{_sbindir}/* [...] > %{_mandir}/man8/* [...] > Enumerating all the conf files is rather and prone to omission when > something new gets added in a future version. Actually, many packagers prefer to explicitly enumerate things that should be in a package so that an omitted file won't go unnoticed (rpmbuild will fail on installed but unpackaged files), and that new files won't accidentally sneak in. Use of wildcards means that neither of these will be noticed. They're useful sometimes though. > Is there a way to specify "all files in a directory *except* foo, bar, > and blah" ? /a/* %exclude /a/foo %exclude /a/bar %exclude /a/blah Caveat on using %exclude: https://bugzilla.redhat.com/89661 -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. -- fedora-extras-list mailing list fedora-extras-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-extras-list