rpms/yum-utils/F-9 repoquery-unbreak.patch, NONE, 1.1 yum-utils.spec, 1.43, 1.44

Tim Lauridsen timlau at fedoraproject.org
Wed Sep 10 13:00:37 UTC 2008


Author: timlau

Update of /cvs/pkgs/rpms/yum-utils/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6310

Modified Files:
	yum-utils.spec 
Added Files:
	repoquery-unbreak.patch 
Log Message:
Added patch to unbreak repoquery

repoquery-unbreak.patch:

--- NEW FILE repoquery-unbreak.patch ---
From: Seth Vidal <skvidal at fedoraproject.org>
Date: Thu, 28 Aug 2008 04:25:47 +0000 (-0400)
Subject: add a parens to unbreak reposync
X-Git-Url: http://devel.linux.duke.edu/gitweb/?p=yum-utils.git;a=commitdiff_plain;h=6b7a864e118df20c151c6d1d63398171e49f1fdb

add a parens to unbreak reposync
---

diff --git a/reposync.py b/reposync.py
index 339a6ca..82cf4f0 100755
--- a/reposync.py
+++ b/reposync.py
@@ -267,7 +267,7 @@ def main():
             try:
                 path = repo.getPackage(pkg)
             except yum.Errors.RepoError, e:
-                my.logger.error("Could not retrieve package %s. Error was %s" % (pkg, str(e))
+                my.logger.error("Could not retrieve package %s. Error was %s" % (pkg, str(e)))
                 continue
                 
             if opts.gpgcheck:


Index: yum-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/F-9/yum-utils.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- yum-utils.spec	28 Aug 2008 04:44:42 -0000	1.43
+++ yum-utils.spec	10 Sep 2008 13:00:07 -0000	1.44
@@ -1,10 +1,11 @@
 Summary: Utilities based around the yum package manager
 Name: yum-utils
 Version: 1.1.16
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Development/Tools
 Source: http://linux.duke.edu/yum/download/yum-utils/%{name}-%{version}.tar.gz
+Patch0: repoquery-unbreak.patch 
 URL: http://linux.duke.edu/yum/download/yum-utils/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
@@ -274,6 +275,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -499,6 +501,8 @@
 /etc/NetworkManager/dispatcher.d/*
 
 %changelog
+* Wed Sep 10 2008 Tim Lauridsen <timlau at fedoraproject.org>
+- Added patch to unbreak repoquery
 * Wed Aug 27 2008 Tim Lauridsen <timlau at fedoraproject.org>
 - mark as 1.1.16
 * Wed Aug 20 2008 James Antill <james at fedoraproject.org>




More information about the fedora-extras-commits mailing list