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 6 |
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} |
24 |
%{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. |
25 |
|
|
26 |
%changelog |
%changelog |
27 |
* Wed Feb 06 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.47.1-5.sme |
* Wed Feb 06 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.47.1-6.sme |
28 |
- first import for SMe buildserver |
- first import for SMe buildserver |
29 |
- added Build requirements iptables-devel |
- added Build requirements iptables-devel |
30 |
- do not build kernel module --without-kbuild kmod package will do |
- do not build kernel module --without-kbuild kmod package will do |
31 |
|
- add macro to build both x86_64 and i386 |
32 |
|
|
33 |
* Fri Sep 29 2017 Mab974 <mab974@gmail.com> |
* Fri Sep 29 2017 Mab974 <mab974@gmail.com> |
34 |
- extract "extensions" (kmod) from here to xtables-addons-kmod packet |
- extract "extensions" (kmod) from here to xtables-addons-kmod packet |
66 |
|
|
67 |
%files |
%files |
68 |
%defattr(-, root, root, 0755) |
%defattr(-, root, root, 0755) |
69 |
/lib64/xtables/libxt_* |
/%{_lib}/xtables/libxt_* |
70 |
/usr/lib/libxt_* |
/usr/lib/libxt_* |
71 |
/usr/libexec/xtables-* |
/usr/libexec/xtables-* |
72 |
/usr/sbin/iptaccount |
/usr/sbin/iptaccount |