[dissy] Fix broken dependencies

Adrien Vergé adrienverge at fedoraproject.org
Sat Jan 17 18:26:15 UTC 2015


commit 37d172555badabfbde6270827e5698e82267cab3
Author: Adrien Vergé <adrienverge at gmail.com>
Date:   Sat Jan 17 16:42:19 2015 +0100

    Fix broken dependencies

 dissy.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/dissy.spec b/dissy.spec
index cbfb921..785d408 100644
--- a/dissy.spec
+++ b/dissy.spec
@@ -1,6 +1,6 @@
 Name:           dissy
 Version:        10
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Graphical frontend to the objdump disassembler
 License:        GPLv2
 URL:            http://code.google.com/p/dissy
@@ -12,7 +12,7 @@ BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
 Requires:       binutils
 Requires:       pygobject2
-Requires:       pygtk2
+Requires:       pywebkitgtk
 
 %description
 Dissy is a graphical frontend to the objdump disassembler, it can be used
@@ -49,6 +49,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{S:1}
 %{python2_sitelib}/%{name}-%{version}-py%{python2_version}.egg-info
 
 %changelog
+* Sat Jan 17 2015 Adrien Vergé <adrienverge at gmail.com> - 10-3
+- Fix broken dependencies
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 10-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list