[Bug releng/17191] upstream head systemtap doesn't build on el6 (license issue)
mcermak at redhat dot com
sourceware-bugzilla@sourceware.org
Tue Jul 22 10:58:00 GMT 2014
https://sourceware.org/bugzilla/show_bug.cgi?id=17191
--- Comment #1 from Martin Cermak <mcermak at redhat dot com> ---
The rpm-4.8.0-37.el6 complains, rpm-4.11.1-16.el7 is happy.
https://fedorahosted.org/fpc/ticket/411 looks related.
Maybe something like this could work ():
-------
%doc README README.unprivileged AUTHORS NEWS
%if 0%{?fedora} >= XXX || 0%{?rhel} >= 7
%license COPYING
%else
%doc COPYING
%endif
-------
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list