rpms/yum/devel .cvsignore, 1.66, 1.67 installonlyn-enable.patch, 1.4, 1.5 sources, 1.69, 1.70 yum.spec, 1.193, 1.194

Seth Vidal (skvidal) fedora-extras-commits at redhat.com
Fri Feb 8 21:38:23 UTC 2008


Author: skvidal

Update of /cvs/extras/rpms/yum/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8551

Modified Files:
	.cvsignore installonlyn-enable.patch sources yum.spec 
Log Message:
3.2.11




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/yum/devel/.cvsignore,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- .cvsignore	25 Jan 2008 05:14:25 -0000	1.66
+++ .cvsignore	8 Feb 2008 21:37:40 -0000	1.67
@@ -1 +1 @@
-yum-3.2.10.tar.gz
+yum-3.2.11.tar.gz

installonlyn-enable.patch:

Index: installonlyn-enable.patch
===================================================================
RCS file: /cvs/extras/rpms/yum/devel/installonlyn-enable.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- installonlyn-enable.patch	25 Jan 2008 05:24:56 -0000	1.4
+++ installonlyn-enable.patch	8 Feb 2008 21:37:40 -0000	1.5
@@ -1,14 +1,15 @@
---- yum/config.py	2008-01-22 10:53:00.000000000 -0500
-+++ yum/config.py	2008-01-25 00:19:01.000000000 -0500
-@@ -594,7 +594,7 @@
+--- yum/config.py~  2008-02-08 16:22:27.000000000 -0500
++++ yum/config.py   2008-02-08 16:22:28.000000000 -0500
+@@ -593,7 +593,7 @@
      # NOTE: If you set this to 2, then because it keeps the current kernel it
      # means if you ever install an "old" kernel it'll get rid of the newest one
      # so you probably want to use 3 as a minimum ... if you turn it on.
 -    installonly_limit = PositiveIntOption(0, range_min=2,
 +    installonly_limit = PositiveIntOption(3, range_min=2,
-                                           names_of_0=[0, "<off>"])
+                                           names_of_0=["0", "<off>"])
      kernelpkgnames = ListOption(['kernel','kernel-smp', 'kernel-enterprise',
              'kernel-bigmem', 'kernel-BOOT', 'kernel-PAE', 'kernel-PAE-debug'])
+
 --- docs/yum.conf.5	2008-01-24 13:30:23.000000000 -0500
 +++ docs/yum.conf.5	2008-01-25 00:19:24.000000000 -0500
 @@ -99,7 +99,7 @@


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/yum/devel/sources,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- sources	25 Jan 2008 05:14:25 -0000	1.69
+++ sources	8 Feb 2008 21:37:40 -0000	1.70
@@ -1 +1 @@
-15b1ff767580c0ea341d369d7d245f2b  yum-3.2.10.tar.gz
+f7e3144694d4735209da7ad7dcef4c69  yum-3.2.11.tar.gz


Index: yum.spec
===================================================================
RCS file: /cvs/extras/rpms/yum/devel/yum.spec,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -r1.193 -r1.194
--- yum.spec	27 Jan 2008 23:15:12 -0000	1.193
+++ yum.spec	8 Feb 2008 21:37:40 -0000	1.194
@@ -2,8 +2,8 @@
 
 Summary: RPM installer/updater
 Name: yum
-Version: 3.2.10
-Release: 3%{?dist}
+Version: 3.2.11
+Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source0: http://linux.duke.edu/projects/yum/download/3.2/%{name}-%{version}.tar.gz
@@ -15,6 +15,7 @@
 BuildArch: noarch
 BuildRequires: python
 BuildRequires: gettext
+BuildRequires: intltool
 Conflicts: pirut < 1.1.4
 Requires: python >= 2.4, rpm-python, rpm >= 0:4.4.2
 Requires: python-iniparse
@@ -70,10 +71,12 @@
 rm -f $RPM_BUILD_ROOT/%{_mandir}/man*/yum-updatesd*
 rm -f $RPM_BUILD_ROOT/%{_datadir}/yum-cli/yumupd.py*
 
+%find_lang %name
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(-, root, root, -)
 %doc README AUTHORS COPYING TODO INSTALL ChangeLog
 %config(noreplace) %{_sysconfdir}/yum.conf
@@ -94,6 +97,9 @@
 %dir /usr/lib/yum-plugins
 
 %changelog
+* Fri Feb  8 2008 Seth Vidal <skvidal at fedoraproject.org> - 3.2.11-1
+- 3.2.11
+
 * Sun Jan 27 2008 James Bowes <jbowes at redhat.com> 3.2.10-3
 - Remove yumupd.py
 




More information about the fedora-extras-commits mailing list