From c1c96885d55000c71350db74e92c55d1a0a4d049 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Dec 03 2008 15:04:46 +0000 Subject: annoying new AutoProvides requires BuildRequires pkgconfig --- diff --git a/libxml2.spec b/libxml2.spec index 410c12b..f86813b 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -1,12 +1,12 @@ Summary: Library providing XML and HTML support Name: libxml2 Version: 2.7.2 -Release: 5%{?dist}%{?extra_release} +Release: 6%{?dist}%{?extra_release} License: MIT Group: Development/Libraries Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: python python-devel zlib-devel +BuildRequires: python python-devel zlib-devel pkgconfig URL: http://xmlsoft.org/ Patch0: libxml2-multilib.patch Patch1: CVE-2008-4225.patch @@ -145,6 +145,9 @@ rm -fr %{buildroot} %doc doc/python.html %changelog +* Wed Dec 3 2008 Caolán McNamara - 2.7.2-6 +- AutoProvides requires BuildRequires pkgconfig + * Wed Dec 3 2008 Caolán McNamara - 2.7.2-5 - rebuild to get provides(libxml-2.0) into HEAD rawhide