fix license handling
This commit is contained in:
parent
ec3d3bcca1
commit
b249c042bd
@ -3,7 +3,7 @@
|
|||||||
Summary: Basic networking tools
|
Summary: Basic networking tools
|
||||||
Name: net-tools
|
Name: net-tools
|
||||||
Version: 2.0
|
Version: 2.0
|
||||||
Release: 0.25.%{checkout}%{?dist}
|
Release: 0.26.%{checkout}%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://sourceforge.net/projects/net-tools/
|
URL: http://sourceforge.net/projects/net-tools/
|
||||||
@ -149,7 +149,8 @@ install -m 644 %{SOURCE9} %{buildroot}%{_unitdir}
|
|||||||
%systemd_post arp-ethers.service
|
%systemd_post arp-ethers.service
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%doc COPYING
|
%{!?_licensedir:%global license %%doc}
|
||||||
|
%license COPYING
|
||||||
%{_bindir}/netstat
|
%{_bindir}/netstat
|
||||||
%{_sbindir}/ifconfig
|
%{_sbindir}/ifconfig
|
||||||
%{_sbindir}/route
|
%{_sbindir}/route
|
||||||
@ -166,6 +167,9 @@ install -m 644 %{SOURCE9} %{buildroot}%{_unitdir}
|
|||||||
%attr(0644,root,root) %{_unitdir}/arp-ethers.service
|
%attr(0644,root,root) %{_unitdir}/arp-ethers.service
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jul 07 2014 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.25.20140707git
|
||||||
- latest upstream snapshot
|
- latest upstream snapshot
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user