From e71311de3a90fdda014ae5cad9e1076e62258f71 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 29 Feb 2012 16:52:04 +0100 Subject: [PATCH] install everything in /usr https://fedoraproject.org/wiki/Features/UsrMove --- iptables.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/iptables.spec b/iptables.spec index 377bbb8..81d92e6 100644 --- a/iptables.spec +++ b/iptables.spec @@ -15,7 +15,7 @@ Name: iptables Summary: Tools for managing Linux kernel packet filtering capabilities Version: 1.4.12.2 -Release: 3%{?dist} +Release: 4%{?dist} Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2 Source1: iptables.init Source2: iptables-config @@ -239,6 +239,10 @@ fi %{_libdir}/pkgconfig/xtables.pc %changelog +* Wed Feb 29 2012 Harald Hoyer 1.4.12.2-4 +- install everything in /usr + https://fedoraproject.org/wiki/Features/UsrMove + * Thu Feb 16 2012 Thomas Woerner 1.4.12.2-3 - fixed auto enable check for Fedora > 16 and added rhel > 6 check