rpms/yum/devel yum.spec,1.321,1.322

James Antill james at fedoraproject.org
Wed Jun 16 05:02:36 UTC 2010


Author: james

Update of /cvs/pkgs/rpms/yum/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv1986

Modified Files:
	yum.spec 
Log Message:
* Tue Jun 15 2010 James Antill <james at fedoraproject.org> - 3.2.27-16
- Latest head.
- Fix install being recorded as reinstall.
- Make localinstall not install obsoleted only by installed.
- Fix info -v, on available packages.
- Fix man page stuff.
- Deal with unicide on rpmdb problems.
- Allow ipkg.repo.name to work.
- Add ville's epoch None vs. 0 code, in compareEVR.



Index: yum.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yum/devel/yum.spec,v
retrieving revision 1.321
retrieving revision 1.322
diff -u -p -r1.321 -r1.322
--- yum.spec	16 Jun 2010 04:54:51 -0000	1.321
+++ yum.spec	16 Jun 2010 05:02:35 -0000	1.322
@@ -11,12 +11,13 @@ Source1: yum.conf.fedora
 Source2: yum-updatesd.conf.fedora
 Patch0: installonlyn-enable.patch
 Patch1: yum-mirror-priority.patch
-Patch2: yum-manpage-files.patch
 Patch3: yum-multilib-policy-best.patch
 Patch4: no-more-exactarchlist.patch
 Patch5: geode-arch.patch
 Patch6: yum-HEAD.patch
 
+Patch20: yum-manpage-files.patch
+
 URL: http://yum.baseurl.org/
 BuildArch: noarch
 BuildRequires: python
@@ -65,11 +66,11 @@ can notify you when they are available v
 %prep
 %setup -q
 %patch1 -p0
-%patch2 -p1
 %patch3 -p0
 %patch4 -p0
 %patch5 -p1
 %patch6 -p1
+%patch20 -p1
 
 %build
 make



More information about the scm-commits mailing list