This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug releng/17191] upstream head systemtap doesn't build on el6 (license issue)


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]