[taskjuggler/f16] Fix BR condition to include rhel

Radek Novacek rnovacek at fedoraproject.org
Tue Nov 29 08:12:52 UTC 2011


commit 95361106a372fdd89561c928d15f31a2ab4bbb2b
Author: Radek Novacek <rnovacek at redhat.com>
Date:   Tue Nov 29 09:12:42 2011 +0100

    Fix BR condition to include rhel

 taskjuggler.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/taskjuggler.spec b/taskjuggler.spec
index 50458d1..6022d82 100644
--- a/taskjuggler.spec
+++ b/taskjuggler.spec
@@ -1,6 +1,6 @@
 Name:          taskjuggler
 Version:       2.4.3
-Release:       7%{?dist}
+Release:       8%{?dist}
 Summary:       Project management tool
 
 Group:         Applications/Productivity
@@ -10,7 +10,7 @@ Source0:       http://www.taskjuggler.org/download/%{name}-%{version}.tar.bz2
 Source1:       %{name}.xml
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-%if 0%{?fedora} < 10
+%if 0%{?fedora} < 10 && 0%{?rhel} < 6
 BuildRequires: kdepim-devel
 %else
 BuildRequires: kdepim3-devel
@@ -135,6 +135,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_libdir}/libtaskjuggler*
 
 %changelog
+* Tue Nov 29 2011 Radek Novacek <rnovacek at redhat.com> 2.4.3-8
+- Fix BR condition to include rhel
+
 * Wed Feb 23 2011 Christoph Wickert <cwickert at fedoraproject.org> - 2.4.3-7
 - Add taskjuggler.xml shared MIME-info file
 - Fix license tag


More information about the scm-commits mailing list