rpms/yum-utils/devel .cvsignore, 1.32, 1.33 sources, 1.34, 1.35 yum-utils.spec, 1.74, 1.75

Tim Lauridsen timlau at fedoraproject.org
Wed Feb 10 06:01:45 UTC 2010


Author: timlau

Update of /cvs/pkgs/rpms/yum-utils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21756

Modified Files:
	.cvsignore sources yum-utils.spec 
Log Message:
Release 1.1.26


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/devel/.cvsignore,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- .cvsignore	27 Jan 2010 07:55:37 -0000	1.32
+++ .cvsignore	10 Feb 2010 06:01:43 -0000	1.33
@@ -1 +1 @@
-yum-utils-1.1.25.tar.gz
+yum-utils-1.1.26.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/devel/sources,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- sources	27 Jan 2010 07:55:37 -0000	1.34
+++ sources	10 Feb 2010 06:01:44 -0000	1.35
@@ -1 +1 @@
-c44c41f5f73843f16ba38ca6c5488f94  yum-utils-1.1.25.tar.gz
+cdf0b2e65a57485ec37ea09a8b1e36b9  yum-utils-1.1.26.tar.gz


Index: yum-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yum-utils/devel/yum-utils.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -p -r1.74 -r1.75
--- yum-utils.spec	27 Jan 2010 07:55:37 -0000	1.74
+++ yum-utils.spec	10 Feb 2010 06:01:44 -0000	1.75
@@ -1,6 +1,6 @@
 Summary: Utilities based around the yum package manager
 Name: yum-utils
-Version: 1.1.25
+Version: 1.1.26
 Release: 1%{?dist}
 License: GPLv2+
 Group: Development/Tools
@@ -406,7 +406,7 @@ cd plugins
 for plug in $plugins; do
     install -m 644 $plug/*.conf $RPM_BUILD_ROOT/%{_sysconfdir}/yum/pluginconf.d/
     install -m 644 $plug/*.py $RPM_BUILD_ROOT/usr/lib/yum-plugins/
-    %{__python} -c "import compileall; compileall.compile_dir('$(RPM_BUILD_ROOT)/usr/lib/yum-plugins', 1)"
+    %{__python} -c "import compileall; compileall.compile_dir('$RPM_BUILD_ROOT/usr/lib/yum-plugins', 1)"
 done
 install -m 644 aliases/aliases $RPM_BUILD_ROOT/%{_sysconfdir}/yum/aliases.conf
 install -m 644 versionlock/versionlock.list $RPM_BUILD_ROOT/%{_sysconfdir}/yum/pluginconf.d/
@@ -619,6 +619,9 @@ fi
 %{_mandir}/man5/yum-fs-snapshot.conf.5.*
 
 %changelog
+* Wed Feb 10 2010 Tim Lauridsen <timlau at fedoraproject.org>
+- mark as 1.1.26  
+
 * Wed Jan 27 2010 Tim Lauridsen <timlau at fedoraproject.org>
 - mark as 1.1.25
 - add touch /etc/yum.repos.d/_local.repo to install section



More information about the scm-commits mailing list