Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/iptables/
Date: Mon, 29 Oct 2018 22:11:12
Message-Id: 1540851052.ae185380e253a3856e627c5d4720148c31e7cd5e.whissi@gentoo
1 commit: ae185380e253a3856e627c5d4720148c31e7cd5e
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 29 22:10:23 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 29 22:10:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae185380
7
8 net-firewall/iptables: don't install /sbin/ebtables-{save,restore}
9
10 If you want to use ebtables-{save,restore} from iptables package, please
11 call ebtables-nft-{save,restore}.
12
13 Follow up to commit 6f554459eb5269d28c4005456c409c99c6d93ba1.
14
15 Closes: https://bugs.gentoo.org/669894
16 Package-Manager: Portage-2.3.51, Repoman-2.3.11
17 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
18
19 .../iptables/{iptables-1.8.1.ebuild => iptables-1.8.1-r1.ebuild} | 3 +++
20 1 file changed, 3 insertions(+)
21
22 diff --git a/net-firewall/iptables/iptables-1.8.1.ebuild b/net-firewall/iptables/iptables-1.8.1-r1.ebuild
23 similarity index 98%
24 rename from net-firewall/iptables/iptables-1.8.1.ebuild
25 rename to net-firewall/iptables/iptables-1.8.1-r1.ebuild
26 index 3db0cde5904..0183b70bd77 100644
27 --- a/net-firewall/iptables/iptables-1.8.1.ebuild
28 +++ b/net-firewall/iptables/iptables-1.8.1-r1.ebuild
29 @@ -114,6 +114,9 @@ src_install() {
30
31 # Bug 660886
32 rm "${ED%/}"/sbin/{arptables,ebtables} || die
33 +
34 + # Bug 669894
35 + rm "${ED%/}"/sbin/ebtables-{save,restore} || die
36 fi
37
38 systemd_dounit "${FILESDIR}"/systemd/iptables-{re,}store.service