Release 2.9.9-2 : Add patch to fix typo
This commit is contained in:
parent
3b909a239d
commit
f2f7e955f3
2 changed files with 18 additions and 2 deletions
13
yumex-HEAD.patch
Normal file
13
yumex-HEAD.patch
Normal file
|
|
@ -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'
|
||||
|
|
@ -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 <timlau@fedoraproject.org> - 2.9.9-2
|
||||
- Added patch with yumex git HEAD, to fix typo
|
||||
* Tue Jul 6 2010 Tim Lauridsen <timlau@fedoraproject.org> - 2.9.9-1
|
||||
- bumped version to 2.9.9-1
|
||||
* Sat Jun 5 2010 Tim Lauridsen <timlau@fedoraproject.org> - 2.9.8-1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue