[ebtables] create and own /var/lib/ebtables (bz 1093361)

Tom Callaway spot at fedoraproject.org
Tue Jun 24 18:27:04 UTC 2014


commit 062704ffa27bd669ce349c81ef91798c0ec39c01
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Tue Jun 24 14:27:01 2014 -0400

    create and own /var/lib/ebtables (bz 1093361)

 ebtables.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
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 <spot at fedoraproject.org> - 2.0.10-15
+- create and own /var/lib/ebtables (bz 1093361)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.10-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list