[yum] Stupid typo, for rpmlint warnings

James Antill james at fedoraproject.org
Tue Sep 14 16:58:27 UTC 2010


commit 950a3d2c332ac2c917c8a1b0be63888fcc3d3f05
Author: James Antill <james at and.org>
Date:   Tue Sep 14 12:58:15 2010 -0400

    Stupid typo, for rpmlint warnings

 yum.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/yum.spec b/yum.spec
index 60cca22..f08f90d 100644
--- a/yum.spec
+++ b/yum.spec
@@ -5,7 +5,7 @@
 Summary: RPM installer/updater
 Name: yum
 Version: 3.2.28
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source0: http://yum.baseurl.org/download/3.2/%{name}-%{version}.tar.gz
@@ -107,8 +107,8 @@ touch $RPM_BUILD_ROOT/var/lib/yum/uuid
 
 # rpmlint bogus stuff...
 chmod +x $RPM_BUILD_ROOT/%{_datadir}/yum-cli/*.py
-chmod +x $RPM_BUILD_ROOT/%{python_sitelib}/yum
-chmod +x $RPM_BUILD_ROOT/%{python_sitelib}/rpmUtils
+chmod +x $RPM_BUILD_ROOT/%{python_sitelib}/yum/*.py
+chmod +x $RPM_BUILD_ROOT/%{python_sitelib}/rpmUtils/*.py
 
 %find_lang %name
 
@@ -144,7 +144,7 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{yum_pluginslib}
 
 %changelog
-* Tue Sep 14 2010 James Antill <james at fedoraproject.org> - 3.2.28-6
+* Tue Sep 14 2010 James Antill <james at fedoraproject.org> - 3.2.28-7
 - latest head 
 - Fix PK/auto-close GPG import bug.
 - Fix patch for installonly_limit and enable it again.


More information about the scm-commits mailing list