[scap-workbench] Added gtk3, pygobject3 and webkitgtk3 to Requires

Martin Preisler mpreisle at fedoraproject.org
Wed Jan 11 15:49:20 UTC 2012


commit cd5bcde38b03744e28b689a3ae91377aef59efc4
Author: Martin Preisler <mpreisle at redhat.com>
Date:   Wed Jan 11 16:47:40 2012 +0100

    Added gtk3, pygobject3 and webkitgtk3 to Requires

 scap-workbench.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/scap-workbench.spec b/scap-workbench.spec
index bb03ac8..9dc2a79 100644
--- a/scap-workbench.spec
+++ b/scap-workbench.spec
@@ -8,7 +8,7 @@ Summary: Scanning, tailoring, editing and validation tool for SCAP content
 Name: scap-workbench
 URL: https://fedorahosted.org/scap-workbench/
 Version: 0.6.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv3+
 Group: System Environment/Base
 Source0: https://fedorahosted.org/released/scap-workbench/%{name}-%{version}.tar.bz2
@@ -16,7 +16,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
 BuildArch: noarch
 BuildRequires: python2-devel desktop-file-utils
 Requires: openscap-python >= 0.7.2
-Requires: pywebkitgtk python-BeautifulSoup
+Requires: gtk3
+Requires: pygobject3
+# FIXME: scap-workbench can run without webkitgtk but the detection is currently broken (0.6.2 upstream)
+Requires: webkitgtk3
+Requires: python-BeautifulSoup
 
 %description
 scap-workbench is GUI tool that provides scanning, tailoring, 
@@ -56,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/pixmaps/scap-workbench-editor.png
 
 %changelog
+* Wed Jan 11 2012 Martin Preisler <mpreisle at redhat.com> 0.6.2-2
+- Fixed Requires
+
 * Thu Jan 05 2012 Martin Preisler <mpreisle at redhat.com> 0.6.2-1
 - New upstream version 0.6.2
 


More information about the scm-commits mailing list