[docker-io] brctl patch for less than rhel7

Lokesh Mandvekar lsm5 at fedoraproject.org
Wed Nov 27 22:04:22 UTC 2013


commit 1d1c45e0b1b9ea7b1b49f376886d9583f87dd57a
Author: Lokesh Mandvekar <lsm5 at redhat.com>
Date:   Wed Nov 27 15:23:27 2013 -0600

    brctl patch for less than rhel7
    
    Signed-off-by: Lokesh Mandvekar <lsm5 at redhat.com>

 docker-io.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/docker-io.spec b/docker-io.spec
index 6917aa8..0eea6c3 100644
--- a/docker-io.spec
+++ b/docker-io.spec
@@ -14,7 +14,7 @@
 
 Name:           docker-io
 Version:        0.7.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Automates deployment of containerized applications
 License:        ASL 2.0
 
@@ -49,7 +49,8 @@ Requires:       lxc
 Requires:       tar
 
 # https://bugzilla.redhat.com/show_bug.cgi?id=1035436
-%if 0%{?rhel} >= 6
+# this won't be needed for rhel7+
+%if 0%{?rhel} <= 7
 Requires:       bridge-utils
 %endif
 
@@ -158,6 +159,9 @@ exit 0
 %dir %{_sharedstatedir}/docker
 
 %changelog
+* Wed Nov 27 2013 Lokesh Mandvekar <lsm5 at redhat.com> - 0.7.0-4
+- brctl patch for rhel <= 7
+
 * Wed Nov 27 2013 Vincent Batts <vbatts at redhat.com> - 0.7.0-3
 - Patch how the bridge network is set up on RHEL (BZ #1035436)
 


More information about the scm-commits mailing list