diff --git a/installonlyn.py b/installonlyn.py index 05b977a..bf24372 100644 --- a/installonlyn.py +++ b/installonlyn.py @@ -14,7 +14,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # -# version 0.92 +# version 0.93 import os from rpmUtils import miscutils @@ -29,7 +29,7 @@ def get_running_kernel_version_release(): tuple for the running kernel.""" ver = os.uname()[2] for s in ("bigmem", "enterprise", "smp", "hugemem", "PAE", - "guest", "hypervisor", "xen0", "xenU", "xen"): + "guest", "hypervisor", "xen0", "xenU", "xen", "debug"): if ver.endswith(s): ver = ver.replace(s, "") if ver.find("-") != -1: diff --git a/yum.spec b/yum.spec index 27238bd..c6a3a24 100644 --- a/yum.spec +++ b/yum.spec @@ -3,7 +3,7 @@ Summary: RPM installer/updater Name: yum Version: 3.1.1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: System Environment/Base Source0: http://linux.duke.edu/projects/yum/download/3.1/%{name}-%{version}.tar.gz @@ -116,6 +116,9 @@ exit 0 %changelog +* Wed Feb 14 2007 Jeremy Katz - 3.1.1-3 +- learn about kernel-debug (#228709) + * Tue Feb 13 2007 James Bowes - 3.1.1-2 - Spec file updates from the merge review: use correct buildroot, mark logrotate file as noreplace, require correct versions of python