fix license handling
This commit is contained in:
parent
0ff94dd968
commit
f46436e6be
@ -7,7 +7,7 @@
|
|||||||
Name: iptables
|
Name: iptables
|
||||||
Summary: Tools for managing Linux kernel packet filtering capabilities
|
Summary: Tools for managing Linux kernel packet filtering capabilities
|
||||||
Version: 1.4.21
|
Version: 1.4.21
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
|
Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
|
||||||
Source1: iptables.init
|
Source1: iptables.init
|
||||||
Source2: iptables-config
|
Source2: iptables-config
|
||||||
@ -165,7 +165,9 @@ done
|
|||||||
%systemd_postun_with_restart iptables.service ip6tables.service
|
%systemd_postun_with_restart iptables.service ip6tables.service
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc COPYING INCOMPATIBILITIES
|
%{!?_licensedir:%global license %%doc}
|
||||||
|
%license COPYING
|
||||||
|
%doc INCOMPATIBILITIES
|
||||||
%config(noreplace) %{_sysconfdir}/sysconfig/iptables-config
|
%config(noreplace) %{_sysconfdir}/sysconfig/iptables-config
|
||||||
%config(noreplace) %{_sysconfdir}/sysconfig/ip6tables-config
|
%config(noreplace) %{_sysconfdir}/sysconfig/ip6tables-config
|
||||||
%{_sbindir}/iptables*
|
%{_sbindir}/iptables*
|
||||||
@ -219,6 +221,9 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> - 1.4.21-10
|
||||||
|
- fix license handling
|
||||||
|
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.21-9
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.21-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user