diff --git a/yum.spec b/yum.spec index 47331c8..70a07c0 100644 --- a/yum.spec +++ b/yum.spec @@ -3,7 +3,7 @@ Summary: RPM installer/updater Name: yum Version: 2.9.5 -Release: 1 +Release: 2 License: GPL Group: System Environment/Base Source0: http://linux.duke.edu/projects/yum/download/2.9/yum-%{version}.tar.gz @@ -14,6 +14,8 @@ Source99: plugin.conf # default plugins here Source100: installonlyn.py +Patch0: yum-2.9.5-rpmmi.patch + URL: http://linux.duke.edu/yum/ BuildArchitectures: noarch BuildRequires: python @@ -46,6 +48,7 @@ can notify you when they are available via email, syslog or dbus. %prep %setup -q +%patch0 -p1 %build make @@ -114,6 +117,9 @@ exit 0 %changelog +* Thu Aug 24 2006 Jeremy Katz - 2.9.5-2 +- add patch to fix case of an empty rpmdb (eg, at install time #204005) + * Wed Aug 23 2006 Jeremy Katz - 2.9.5-1 - update to 2.9.5