[glogg/el6] Correct qt-devel BR. Fixes rhbz#1096178.

dwrobel dwrobel at fedoraproject.org
Fri May 9 16:30:55 UTC 2014


commit d90e5ca62aef46eb55d6faa4563edb5fe643d6c6
Author: Damian Wrobel <dwrobel at ertelnet.rybnik.pl>
Date:   Fri May 9 18:31:17 2014 +0200

    Correct qt-devel BR. Fixes rhbz#1096178.

 glogg.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/glogg.spec b/glogg.spec
index 6994ab4..c07b67d 100644
--- a/glogg.spec
+++ b/glogg.spec
@@ -1,6 +1,6 @@
 Name:          glogg
 Version:       0.9.2
-Release:       2%{?dist}
+Release:       2%{?dist}.1
 Group:         Applications/System
 Summary:       Smart interactive log explorer
 License:       GPLv3+
@@ -9,15 +9,13 @@ Source:        http://glogg.bonnefon.org/files/%{name}-%{version}.tar.gz
 # We're using python-markdown2
 # thus we need to rename markdown -> markdown2
 Patch0:        %{name}-python-markdown.patch
-# There is no qt4 package available
-ExcludeArch:   ppc64
 
 
 BuildRequires:  boost-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  python-markdown2
-BuildRequires:  qt-devel
+BuildRequires:  qt-devel > 1:4.0
 
 
 %description
@@ -71,6 +69,9 @@ fi
 
 
 %changelog
+* Fri May 09 2014 Damian Wrobel <dwrobel at ertelnet.rybnik.pl> - 0.9.2-2.1
+- Correct qt-devel BR. Fixes rhbz#1096178.
+
 * Thu Apr 24 2014 Damian Wrobel <dwrobel at ertelnet.rybnik.pl> - 0.9.2-2
 - Exclude ppc64 architecture due to lack of qt4 package.
 


More information about the scm-commits mailing list