annoying new AutoProvides requires BuildRequires pkgconfig

This commit is contained in:
Caolan McNamara 2008-12-03 15:04:46 +00:00
parent 68ded0d27c
commit c1c96885d5

View File

@ -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 <caolanm@redhat.com> - 2.7.2-6
- AutoProvides requires BuildRequires pkgconfig
* Wed Dec 3 2008 Caolán McNamara <caolanm@redhat.com> - 2.7.2-5
- rebuild to get provides(libxml-2.0) into HEAD rawhide