From f2f7e955f309bfd6888cf8fac052d388a698dd3a Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Wed, 7 Jul 2010 07:43:34 +0000 Subject: [PATCH] Release 2.9.9-2 : Add patch to fix typo --- yumex-HEAD.patch | 13 +++++++++++++ yumex.spec | 7 +++++-- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 yumex-HEAD.patch diff --git a/yumex-HEAD.patch b/yumex-HEAD.patch new file mode 100644 index 0000000..aceb5d9 --- /dev/null +++ b/yumex-HEAD.patch @@ -0,0 +1,13 @@ +diff --git a/src/yum_childtask.py b/src/yum_childtask.py +index 733edb7..2099a1f 100755 +--- a/src/yum_childtask.py ++++ b/src/yum_childtask.py +@@ -52,7 +52,7 @@ if __name__ == "__main__": + plugins = True + offline = False + yum_conf = '/etc/yum.conf' +- if len(sys.sargv) > 3: ++ if len(sys.argv) > 3: + debuglevel = int(sys.argv[1]) + plugins = sys.argv[2] == 'True' + offline = sys.argv[3] == 'True' diff --git a/yumex.spec b/yumex.spec index 601b8ba..5cbfdd9 100644 --- a/yumex.spec +++ b/yumex.spec @@ -2,13 +2,14 @@ Name: yumex Version: 2.9.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Yum Extender graphical package management tool Group: Applications/System License: GPLv2+ URL: http://www.yum-extender.org Source0: http://www.yum-extender.org/dnl/yumex/source/%{name}-%{version}.tar.gz +Patch0: yumex-HEAD.patch BuildRoot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -33,7 +34,7 @@ Graphical User Interface for Yum. %prep %setup -q - +%patch0 -p1 %build make @@ -75,6 +76,8 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/fedora-%{name}.desktop %changelog +* Wed Jul 7 2010 Tim Lauridsen - 2.9.9-2 +- Added patch with yumex git HEAD, to fix typo * Tue Jul 6 2010 Tim Lauridsen - 2.9.9-1 - bumped version to 2.9.9-1 * Sat Jun 5 2010 Tim Lauridsen - 2.9.8-1