https://bugzilla.redhat.com/show_bug.cgi?id=1450440 --- Comment #3 from Paul Howarth <paul@xxxxxxxxxxxx> --- (In reply to Gerd Pokorra from comment #2) > Why you check the licensedir? > > I think > > %if 0%{?_licensedir:1} > %license LICENSE > %else > %doc LICENSE > %endif > > should be replaced to > > %license LICENSE This is a standard idiom for EL-6 compatibility; EL-6 doesn't have %license, and the easiest way to check for %license support is to check for the existence of the %_licensedir macro. So on EL-6 the LICENSE file is included as documentation. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx