1 |
%define name xtables-addons |
%define name xtables-addons |
2 |
%define version 1.47.1 |
%define version 1.47.1 |
3 |
%define release 5 |
%define release 7 |
4 |
Summary: xtables-addons is a set of additional extensions for the Xtables packet filter. |
Summary: xtables-addons is a set of additional extensions for the Xtables packet filter. |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
19 |
Requires: xtables-addons-kmod >= 1.47.1-1 |
Requires: xtables-addons-kmod >= 1.47.1-1 |
20 |
Requires: perl-Text-CSV_XS >= 0.80 |
Requires: perl-Text-CSV_XS >= 0.80 |
21 |
AutoReqProv: no |
AutoReqProv: no |
22 |
|
Provides: %{name}-kmod-common = %{version} |
23 |
|
|
24 |
%description |
%description |
25 |
%{name} is a set of additional extensions for the Xtables packet filter that is present in the Linux kernel. |
%{name} is a set of additional extensions for the Xtables packet filter that is present in the Linux kernel. |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
* Wed Feb 06 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.47.1-5.sme |
* Sun Feb 17 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.47.1-7.sme |
29 |
|
- fix missing Provides %{name}-kmod-common = %{version} [SME: 10734] |
30 |
|
|
31 |
|
* Wed Feb 06 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.47.1-6.sme |
32 |
- first import for SMe buildserver |
- first import for SMe buildserver |
33 |
- added Build requirements iptables-devel |
- added Build requirements iptables-devel |
34 |
- do not build kernel module --without-kbuild kmod package will do |
- do not build kernel module --without-kbuild kmod package will do |
35 |
|
- add macro to build both x86_64 and i386 |
36 |
|
|
37 |
* Fri Sep 29 2017 Mab974 <mab974@gmail.com> |
* Fri Sep 29 2017 Mab974 <mab974@gmail.com> |
38 |
- extract "extensions" (kmod) from here to xtables-addons-kmod packet |
- extract "extensions" (kmod) from here to xtables-addons-kmod packet |
70 |
|
|
71 |
%files |
%files |
72 |
%defattr(-, root, root, 0755) |
%defattr(-, root, root, 0755) |
73 |
/lib64/xtables/libxt_* |
/%{_lib}/xtables/libxt_* |
74 |
/usr/lib/libxt_* |
/usr/lib/libxt_* |
75 |
/usr/libexec/xtables-* |
/usr/libexec/xtables-* |
76 |
/usr/sbin/iptaccount |
/usr/sbin/iptaccount |