fix license handling

This commit is contained in:
Tom Callaway 2014-07-18 18:40:22 -04:00
parent ec3d3bcca1
commit b249c042bd

View File

@ -3,7 +3,7 @@
Summary: Basic networking tools
Name: net-tools
Version: 2.0
Release: 0.25.%{checkout}%{?dist}
Release: 0.26.%{checkout}%{?dist}
License: GPLv2+
Group: System Environment/Base
URL: http://sourceforge.net/projects/net-tools/
@ -149,7 +149,8 @@ install -m 644 %{SOURCE9} %{buildroot}%{_unitdir}
%systemd_post arp-ethers.service
%files -f %{name}.lang
%doc COPYING
%{!?_licensedir:%global license %%doc}
%license COPYING
%{_bindir}/netstat
%{_sbindir}/ifconfig
%{_sbindir}/route
@ -166,6 +167,9 @@ install -m 644 %{SOURCE9} %{buildroot}%{_unitdir}
%attr(0644,root,root) %{_unitdir}/arp-ethers.service
%changelog
* Fri Jul 18 2014 Tom Callaway <spot@fedoraproject.org> - 2.0-0.26.20140707git
- fix license handling
* Mon Jul 07 2014 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.25.20140707git
- latest upstream snapshot