fix license handling

This commit is contained in:
Tom Callaway 2014-07-11 16:44:33 -04:00
parent 2af6179bec
commit 8246976bb3

View File

@ -1,7 +1,7 @@
Summary: A set of basic GNU tools commonly used in shell scripts Summary: A set of basic GNU tools commonly used in shell scripts
Name: coreutils Name: coreutils
Version: 8.22 Version: 8.22
Release: 16%{?dist} Release: 17%{?dist}
License: GPLv3+ License: GPLv3+
Group: System Environment/Base Group: System Environment/Base
Url: http://www.gnu.org/software/coreutils/ Url: http://www.gnu.org/software/coreutils/
@ -269,7 +269,9 @@ fi
%dir %{_datadir}/locale/*/LC_TIME %dir %{_datadir}/locale/*/LC_TIME
%config(noreplace) %{_sysconfdir}/DIR_COLORS* %config(noreplace) %{_sysconfdir}/DIR_COLORS*
%config(noreplace) %{_sysconfdir}/profile.d/* %config(noreplace) %{_sysconfdir}/profile.d/*
%doc COPYING ABOUT-NLS ChangeLog.bz2 NEWS README THANKS TODO old/* %doc ABOUT-NLS ChangeLog.bz2 NEWS README THANKS TODO old/*
%{!?_licensedir:%global license %%doc}
%license COPYING
%{_bindir}/arch %{_bindir}/arch
%{_bindir}/basename %{_bindir}/basename
%{_bindir}/cat %{_bindir}/cat
@ -377,6 +379,9 @@ fi
%{_sbindir}/chroot %{_sbindir}/chroot
%changelog %changelog
* Fri Jul 11 2014 Tom Callaway <spot@fedoraproject.org> - 8.22-17
- fix license handling
* Mon Jun 23 2014 Jakub Čajka <jcajka@redhat.com> - 8.22-16 * Mon Jun 23 2014 Jakub Čajka <jcajka@redhat.com> - 8.22-16
- fix failed tests on ppc(backport from gnulib upstream) - fix failed tests on ppc(backport from gnulib upstream)