Hello community, here is the log from the commit of package yumex checked in at Fri Sep 14 00:50:09 CEST 2007. -------- --- yumex/yumex.changes 2007-08-07 13:26:58.000000000 +0200 +++ /mounts/work_src_done/STABLE/yumex/yumex.changes 2007-09-13 22:45:37.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Sep 13 22:44:47 CEST 2007 - cthiel@suse.de + +- make sure not to use consolehelper (#305332) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yumex.spec ++++++ --- /var/tmp/diff_new_pack.kB2493/_old 2007-09-14 00:49:20.000000000 +0200 +++ /var/tmp/diff_new_pack.kB2493/_new 2007-09-14 00:49:20.000000000 +0200 @@ -14,10 +14,10 @@ BuildRequires: intltool perl-XML-Parser python-devel update-desktop-files Summary: Yum Extender graphical package management tool Version: 1.9.11 -Release: 1 +Release: 11 Source: %{name}-%{version}.tar.bz2 Patch1: %{name}-1.9.5.patch -URL: http://yumex.python-hosting.com/ +Url: http://yumex.python-hosting.com/ Group: System/Packages License: GPL v2 or later BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -62,6 +62,8 @@ %{py_sitedir}/* %changelog +* Thu Sep 13 2007 - cthiel@suse.de +- make sure not to use consolehelper (#305332) * Tue Aug 07 2007 - cthiel@suse.de - update to version 1.9.11 * Fixed issue with Cancel a Transaction and adding/removing some packages ++++++ yumex-1.9.5.patch ++++++ --- /var/tmp/diff_new_pack.kB2493/_old 2007-09-14 00:49:20.000000000 +0200 +++ /var/tmp/diff_new_pack.kB2493/_new 2007-09-14 00:49:20.000000000 +0200 @@ -1,6 +1,6 @@ --- Makefile +++ Makefile -@@ -22,16 +22,11 @@ +@@ -22,17 +22,12 @@ mkdir -p $(DESTDIR)/usr/share/applications mkdir -p $(DESTDIR)/usr/bin mkdir -p $(DESTDIR)/etc @@ -14,9 +14,11 @@ install -m600 $(MISCDIR)/yumex.conf.default $(DESTDIR)/etc/yumex.conf - install -m644 $(MISCDIR)/yumex.pam $(DESTDIR)/etc/pam.d/yumex - install -m644 $(MISCDIR)/yumex.console.app $(DESTDIR)/etc/security/console.apps/yumex - ln -s consolehelper $(DESTDIR)/usr/bin/yumex +- ln -s consolehelper $(DESTDIR)/usr/bin/yumex ++ ln -s $(DESTDIR)/usr/share/yumex/yumex $(DESTDIR)/usr/bin/yumex chmod +x $(DESTDIR)/usr/share/yumex/yumex install -m644 $(MISCDIR)/yumex.desktop $(DESTDIR)/usr/share/applications/. + for d in $(SUBDIRS); do make DESTDIR=`cd $(DESTDIR); pwd` -C $$d install; [ $$? = 0 ] || exit 1; done --- misc/yumex.desktop +++ misc/yumex.desktop @@ -10,3 +10,5 @@ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de