[bitlbee] Really disable libpurple support for Fedora except Rawhide

Robert Scheck robert at fedoraproject.org
Mon Jul 21 22:08:35 UTC 2014


commit e1f059ff1fb77812fa1512045eca1fd5f81cb49c
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Tue Jul 22 00:08:24 2014 +0200

    Really disable libpurple support for Fedora except Rawhide

 bitlbee.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/bitlbee.spec b/bitlbee.spec
index 7eb7745..a23017d 100644
--- a/bitlbee.spec
+++ b/bitlbee.spec
@@ -14,7 +14,7 @@
 # adapted SELinux policy, thus enable it only on Rawhide for now to get
 # a new policy developed. Switch from forkdaemon to daemon happens with
 # patch 4 that is only applied to non-Rawhide.
-%if 0%{?fedora} >= 22 || 0%{?rhel} < 7
+%if 0%{?fedora} >= 22 || 0%{?rhel} == 5 || 0%{?rhel} == 6
 # EL-5 ppc doesn't ship libpurple
 %if 0%{?rhel} == 5
 %ifarch ppc
@@ -32,7 +32,7 @@
 Summary:           IRC to other chat networks gateway
 Name:              bitlbee
 Version:           3.2.2
-Release:           2%{?dist}
+Release:           3%{?dist}
 License:           GPLv2+ and MIT
 Group:             System Environment/Daemons
 URL:               http://www.bitlbee.org/
@@ -267,6 +267,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Tue Jul 22 2014 Robert Scheck <robert at fedoraproject.org> 3.2.2-3
+- Really disable libpurple support for Fedora except Rawhide
+
 * Mon Jul 14 2014 Robert Scheck <robert at fedoraproject.org> 3.2.2-2
 - Enable forkdaemon due lacking SELinux policy in Rawhide only
 - Disable libpurple conflicting with the daemon mode (#1117553)


More information about the scm-commits mailing list