From 3bc5beb688a83383d6d66e744f8882326b69f793 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Wed, 25 Feb 2009 09:05:30 +0000 Subject: [PATCH] - pull out python byte-compile syntax check for now --- rpm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rpm.spec b/rpm.spec index 9c47e21..9012948 100644 --- a/rpm.spec +++ b/rpm.spec @@ -18,7 +18,7 @@ Summary: The RPM package management system Name: rpm Version: %{rpmver} -Release: 8%{?dist} +Release: 9%{?dist} Group: System Environment/Base Url: http://www.rpm.org/ Source0: http://rpm.org/releases/4.6.x/%{name}-%{srcver}.tar.bz2 @@ -183,7 +183,7 @@ that will manipulate RPM packages and databases. %patch203 -p1 -b .utf-dependencies %patch204 -p1 -b .noarch-elf-check %patch205 -p1 -b .pkgconfig-reqs -%patch206 -p1 -b .python-bytecompile +#%patch206 -p1 -b .python-bytecompile %patch300 -p1 -b .extra-prov @@ -385,6 +385,9 @@ exit 0 %doc doc/librpm/html/* %changelog +* Wed Feb 25 2009 Panu Matilainen - 4.6.0-9 +- pull out python byte-compile syntax check for now + * Mon Feb 23 2009 Panu Matilainen - 4.6.0-8 - make -apidocs sub-package noarch - fix source URL