rpms/system-config-network/devel system-config-network.spec, 1.55, 1.56

Rex Dieter rdieter at fedoraproject.org
Wed Jul 14 20:57:18 UTC 2010


Author: rdieter

Update of /cvs/pkgs/rpms/system-config-network/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7655

Modified Files:
	system-config-network.spec 
Log Message:
In a perfect world, I'd patch the code to use xdg-open instead of htmlview too, 
but src/netconfpkg/gui/maindialog.py seemed to involve some creative su'ing,
so I left that part alone (for now).

* Wed Jul 17 2010 Rex Dieter <rdieter at fedoraproject.org> 1.6.0-3
- use xdg-utils instead of hard-coded /usr/bin/htmlview (#614600)



Index: system-config-network.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-network/devel/system-config-network.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -p -r1.55 -r1.56
--- system-config-network.spec	16 Mar 2010 12:35:35 -0000	1.55
+++ system-config-network.spec	14 Jul 2010 20:57:18 -0000	1.56
@@ -2,7 +2,7 @@
 Summary: The GUI of the Network Adminstration Tool
 Name: system-config-network
 Version: 1.6.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 URL: http://fedoraproject.org/wiki/SystemConfig/network
 Source0: %{name}-%{version}.tar.bz2
 License: GPLv2+
@@ -14,7 +14,7 @@ BuildRequires: python >= 0:2.2, openjade
 BuildRequires: gcc, desktop-file-utils, perl-XML-Parser, intltool
 Requires: %{name}-tui = %{version}-%{release}
 Requires: pygtk2-libglade, pygtk2, gnome-python2, gnome-python2-canvas
-Requires: usermode-gtk, /usr/bin/htmlview, gnome-python2-gnome, gnome-python2-bonobo
+Requires: usermode-gtk, xdg-utils, gnome-python2-gnome, gnome-python2-bonobo
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -103,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/system-config-network-cmd
 
 %changelog
+* Wed Jul 17 2010 Rex Dieter <rdieter at fedoraproject.org> 1.6.0-3
+- use xdg-utils instead of hard-coded /usr/bin/htmlview (#614600)
+
 * Tue Mar 16 2010 Jiri Popelka <jpopelka at redhat.com>  1.6.0-2
 - translation update
 - removed kudzu code and requirements (bz #573868)



More information about the scm-commits mailing list