[k3b] Fix conditional for RHEL

Radek Novacek rnovacek at fedoraproject.org
Fri May 4 14:16:55 UTC 2012


commit 4a95fc110b2f3283ab544641ae85e1ce4e6e01de
Author: Radek Novacek <rnovacek at redhat.com>
Date:   Fri May 4 16:16:51 2012 +0200

    Fix conditional for RHEL

 k3b.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/k3b.spec b/k3b.spec
index 590221c..d8889a6 100644
--- a/k3b.spec
+++ b/k3b.spec
@@ -3,7 +3,7 @@ Name:    k3b
 Summary: CD/DVD/Blu-ray burning application
 Epoch:   1
 Version: 2.0.2
-Release: 9%{?dist}
+Release: 10%{?dist}
 
 Group:   Applications/Archiving
 License: GPLv2+
@@ -44,7 +44,7 @@ BuildRequires: pkgconfig(libmusicbrainz)
 #BuildRequires: pkgconfig(polkit-qt-1)
 
 # Don't use WebKit on RHEL
-%if 0%{?rhel} > 6
+%if 0%{?fedora}
 BuildRequires: pkgconfig(QtWebKit)
 %endif
 BuildRequires: pkgconfig(samplerate)
@@ -197,6 +197,9 @@ update-mime-database %{_kde4_datadir}/mime &> /dev/null
 
 
 %changelog
+* Fri May 04 2012 Radek Novacek <rnovacek at redhat.com> 1:2.0.2-10
+- Fix conditional for RHEL
+
 * Fri May 04 2012 Radek Novacek <rnovacek at redhat.com> 1:2.0.2-9
 - Remove QtWebKit BR on RHEL
 


More information about the scm-commits mailing list