diff --git a/.cvsignore b/.cvsignore index ea84790..542f3af 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -yum-3.2.13.tar.gz +yum-3.2.14.tar.gz diff --git a/sources b/sources index 0151280..8fc1717 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f06be99b8a5d4671f5e42d6d12fb73c8 yum-3.2.13.tar.gz +3ef5002fffe7919889c4187791e86a7d yum-3.2.14.tar.gz diff --git a/yum.spec b/yum.spec index f93b3b3..2b4494f 100644 --- a/yum.spec +++ b/yum.spec @@ -2,8 +2,8 @@ Summary: RPM installer/updater Name: yum -Version: 3.2.13 -Release: 2%{?dist} +Version: 3.2.14 +Release: 1%{?dist} License: GPLv2+ Group: System Environment/Base Source0: http://linux.duke.edu/projects/yum/download/3.2/%{name}-%{version}.tar.gz @@ -13,7 +13,6 @@ Patch0: installonlyn-enable.patch Patch1: yum-mirror-priority.patch Patch2: yum-manpage-files.patch Patch3: yum-multilib-policy-best.patch -Patch4: yum-comps-write.patch URL: http://linux.duke.edu/yum/ BuildArch: noarch @@ -27,7 +26,7 @@ Requires: python-sqlite Requires: urlgrabber Requires: yum-metadata-parser >= 1.1.0 Requires: pygpgme -Obsoletes: yum-skip-broken +Obsoletes: yum-skip-broken, yum-basearchonly BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -56,7 +55,6 @@ can notify you when they are available via email, syslog or dbus. %patch1 -p0 %patch2 -p0 %patch3 -p0 -%patch4 -p1 %build make @@ -105,6 +103,10 @@ rm -rf $RPM_BUILD_ROOT %dir /usr/lib/yum-plugins %changelog +* Tue Apr 8 2008 Seth Vidal 3.2.14-1 +- remove committed patch +- obsoletes yum-basearchonly + * Tue Apr 1 2008 Seth Vidal 3.2.13-2 - fix minor typo in comps.py for jkeating