]> git.pld-linux.org Git - packages/yum-utils.git/commitdiff
add rpm5 patch auto/th/yum-utils-1.1.31-9
authorElan Ruusamäe <glen@delfi.ee>
Sun, 15 Jun 2014 12:10:41 +0000 (15:10 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 15 Jun 2014 12:10:41 +0000 (15:10 +0300)
rpm5.patch [new file with mode: 0644]
yum-utils.spec

diff --git a/rpm5.patch b/rpm5.patch
new file mode 100644 (file)
index 0000000..27c8cbd
--- /dev/null
@@ -0,0 +1,11 @@
+--- yum-utils-1.1.31/yum-builddep.py~  2011-08-10 18:20:19.000000000 +0300
++++ yum-utils-1.1.31/yum-builddep.py   2014-06-15 15:08:36.255675879 +0300
+@@ -75,7 +75,7 @@
+         # off for repos :)
+         if (opts.nogpgcheck or
+             not self.conf.localpkg_gpgcheck or not self.conf.gpgcheck):
+-            self.ts.pushVSFlags((rpm._RPMVSF_NOSIGNATURES|rpm._RPMVSF_NODIGESTS))
++            self.ts.pushVSFlags(rpm.RPMVSF_NODSAHEADER)
+         # Check if there is anything to do.
+         if len(self.cmds) < 1: 
index 740529cef3f66cbca60e9fe05015d1fe9194812e..725d5727d2da5b30f6d61ffff3cc90d78ddef384 100644 (file)
@@ -6,13 +6,14 @@ Summary:      A collection of utilities related to yum
 Summary(pl.UTF-8):     Zestaw narzędzi związanych z yumem
 Name:          yum-utils
 Version:       1.1.31
-Release:       8
+Release:       9
 License:       GPL
 Group:         Applications/System
 Source0:       http://yum.baseurl.org/download/yum-utils/%{name}-%{version}.tar.gz
 # Source0-md5: b2859b89321b98f2581243536e1b4993
 Source1:       yum-plugin-pld-kernel.py
 Source2:       yum-plugin-pld-kernel.conf
+Patch0:                rpm5.patch
 URL:           http://yum.baseurl.org/download/yum-utils/
 BuildRequires: gettext-devel
 BuildRequires: rpm-pythonprov
@@ -543,6 +544,7 @@ bashowe uzupełnianie nazw dla Yum Utils.
 
 %prep
 %setup -q
+%patch0 -p1
 
 mv plugins/README README.plugins
 
This page took 0.066461 seconds and 4 git commands to generate.