From 062704ffa27bd669ce349c81ef91798c0ec39c01 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 24 Jun 2014 14:27:01 -0400 Subject: [PATCH] create and own /var/lib/ebtables (bz 1093361) --- ebtables.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ebtables.spec b/ebtables.spec index d0c6971..4e0cb6b 100644 --- a/ebtables.spec +++ b/ebtables.spec @@ -2,7 +2,7 @@ Name: ebtables Version: 2.0.10 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Ethernet Bridge frame table administration tool License: GPLv2+ Group: System Environment/Base @@ -61,6 +61,8 @@ touch %{buildroot}%{_sysconfdir}/sysconfig/ebtables.filter touch %{buildroot}%{_sysconfdir}/sysconfig/ebtables.nat touch %{buildroot}%{_sysconfdir}/sysconfig/ebtables.broute +mkdir -p %{buildroot}/var/lib/ebtables + # Do not need the sysvinit rm -rf %{buildroot}%{_initrddir} @@ -93,11 +95,15 @@ mv %{buildroot}/%{_lib}/ebtables/libebtc.so %{buildroot}/%{_lib}/ /%{_lib}/libebtc.so /%{_lib}/ebtables/ /sbin/ebtables* +/var/lib/ebtables/ %ghost %{_sysconfdir}/sysconfig/ebtables.filter %ghost %{_sysconfdir}/sysconfig/ebtables.nat %ghost %{_sysconfdir}/sysconfig/ebtables.broute %changelog +* Tue Jun 24 2014 Tom Callaway - 2.0.10-15 +- create and own /var/lib/ebtables (bz 1093361) + * Sat Jun 07 2014 Fedora Release Engineering - 2.0.10-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild