[wine/epel7: 4/4] prevent accidential build with compholio-patchset on EPEL

Björn Esser besser82 at fedoraproject.org
Thu Jul 17 14:24:46 UTC 2014


commit 7ba48acfe1b06dcc1c8397d5ff76519023e141cc
Author: Björn Esser <bjoern.esser at gmail.com>
Date:   Thu Jul 17 15:20:16 2014 +0200

    prevent accidential build with compholio-patchset on EPEL

 wine.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/wine.spec b/wine.spec
index 3342488..fe4feb9 100644
--- a/wine.spec
+++ b/wine.spec
@@ -5,11 +5,13 @@
 
 # build with compholio-patches, see:  http://www.compholio.com/wine-compholio/
 # uncomment to enable; comment-out to disable.
+%if 0%{?fedora}
 %global compholio 1
+%endif # 0%{?fedora}
 
 Name:           wine
 Version:        1.7.22
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A compatibility layer for windows applications
 
 Group:          Applications/Emulators
@@ -1685,6 +1687,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %endif
 
 %changelog
+* Thu Jul 17 2014 Björn Esser <bjoern.esser at gmail.com> - 1.7.22-4
+- prevent accidential build with compholio-patchset on EPEL
+
 * Mon Jul 14 2014 Björn Esser <bjoern.esser at gmail.com> - 1.7.22-3
 - dropped virtual Provides: %%{name}(compholio)
 


More information about the scm-commits mailing list