From 3ac608878f526933e3e5302bbabf748ac5fd197e Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Mar 17 2008 16:20:04 +0000 Subject: update manpage patch for bug 437703. --- diff --git a/yum-manpage-files.patch b/yum-manpage-files.patch index 7f603d1..b6dbcb8 100644 --- a/yum-manpage-files.patch +++ b/yum-manpage-files.patch @@ -1,22 +1,28 @@ ---- yum-3.2.12/docs/yum.8.files 2008-03-13 09:26:15.000000000 -0700 -+++ yum-3.2.12/docs/yum.8 2008-03-13 09:26:30.000000000 -0700 -@@ -339,7 +339,7 @@ +diff -urN olddocs/yum.8 docs/yum.8 +--- olddocs/yum.8 2008-03-17 12:09:29.000000000 -0400 ++++ docs/yum.8 2008-03-17 12:08:18.000000000 -0400 +@@ -339,8 +339,8 @@ .PP .SH "FILES" .nf -/etc/yum/yum.conf +-/etc/yum/repos.d/ +/etc/yum.conf - /etc/yum/repos.d/ ++/etc/yum.repos.d/ /etc/yum/pluginconf.d/ /var/cache/yum/ ---- yum-3.2.12/docs/yum.conf.5.files 2008-03-13 09:26:22.000000000 -0700 -+++ yum-3.2.12/docs/yum.conf.5 2008-03-13 09:26:37.000000000 -0700 -@@ -470,7 +470,7 @@ + .fi +diff -urN olddocs/yum.conf.5 docs/yum.conf.5 +--- olddocs/yum.conf.5 2008-03-17 12:09:35.000000000 -0400 ++++ docs/yum.conf.5 2008-03-17 12:08:07.000000000 -0400 +@@ -470,8 +470,8 @@ .SH "FILES" .nf -/etc/yum/yum.conf +-/etc/yum/repos.d/ +/etc/yum.conf - /etc/yum/repos.d/ ++/etc/yum.repos.d/ /etc/yum/pluginconf.d/ + .SH "SEE ALSO" diff --git a/yum.spec b/yum.spec index 0c3a46d..efc7c6d 100644 --- a/yum.spec +++ b/yum.spec @@ -3,7 +3,7 @@ Summary: RPM installer/updater Name: yum Version: 3.2.12 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ Group: System Environment/Base Source0: http://linux.duke.edu/projects/yum/download/3.2/%{name}-%{version}.tar.gz @@ -55,7 +55,7 @@ can notify you when they are available via email, syslog or dbus. %patch0 -p0 -b .installonly %patch1 -p0 %patch2 -p0 -%patch3 -p1 +%patch3 -p0 %patch4 -p0 %build @@ -105,6 +105,10 @@ rm -rf $RPM_BUILD_ROOT %dir /usr/lib/yum-plugins %changelog +* Mon Mar 17 2008 Seth Vidal 3.2.12-5 +- update manpage patch to close bug 437703. Thakns to Kulbir Saini for the patch + + * Fri Mar 14 2008 Seth Vidal 3.2.12-4 - multilib_policy=best is now the default