[firewalld/f18] Enable MDNS-default patch for Fedora>17

Thomas Woerner twoerner at fedoraproject.org
Tue Aug 28 18:57:06 UTC 2012


commit ef24a3574541c02e91c79386a90b661275b4a153
Author: Thomas Woerner <twoerner at redhat.com>
Date:   Tue Aug 28 20:56:29 2012 +0200

    Enable MDNS-default patch for Fedora>17

 firewalld.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/firewalld.spec b/firewalld.spec
index b45194c..547ef28 100644
--- a/firewalld.spec
+++ b/firewalld.spec
@@ -11,7 +11,9 @@ Group: System Environment/Base
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch: noarch
 Source0: https://fedorahosted.org/released/firewalld/%{name}-%{version}.tar.bz2
+%if 0%{?fedora} > 17
 Patch0: firewalld-0.2.6-MDNS-default.patch
+%endif
 BuildRequires: desktop-file-utils
 BuildRequires: gettext
 BuildRequires: intltool
@@ -62,7 +64,9 @@ firewalld.
 
 %prep
 %setup -q
+%if 0%{?fedora} > 17
 %patch0 -p1
+%endif
 
 %build
 ./autogen.sh


More information about the scm-commits mailing list