- make rpm-build depend on virtual system-rpm-config provide
This commit is contained in:
parent
b1ec72fa5c
commit
6fb2566e2d
10
rpm.spec
10
rpm.spec
@ -21,7 +21,7 @@
|
|||||||
Summary: The RPM package management system
|
Summary: The RPM package management system
|
||||||
Name: rpm
|
Name: rpm
|
||||||
Version: %{rpmver}
|
Version: %{rpmver}
|
||||||
Release: %{?snapver:0.%{snapver}.}1%{?dist}
|
Release: %{?snapver:0.%{snapver}.}2%{?dist}
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Url: http://www.rpm.org/
|
Url: http://www.rpm.org/
|
||||||
Source0: http://rpm.org/releases/testing/%{name}-%{srcver}.tar.bz2
|
Source0: http://rpm.org/releases/testing/%{name}-%{srcver}.tar.bz2
|
||||||
@ -165,6 +165,11 @@ Requires: findutils sed grep gawk diffutils file patch >= 2.5
|
|||||||
Requires: unzip gzip bzip2 cpio xz
|
Requires: unzip gzip bzip2 cpio xz
|
||||||
Requires: pkgconfig >= 1:0.24
|
Requires: pkgconfig >= 1:0.24
|
||||||
Requires: /usr/bin/gdb-add-index
|
Requires: /usr/bin/gdb-add-index
|
||||||
|
# Technically rpmbuild doesn't require any external configuration, but
|
||||||
|
# creating distro-compatible packages does. To make the common case
|
||||||
|
# "just work" while allowing for alternatives, depend on a virtual
|
||||||
|
# provide, typically coming from redhat-rpm-config.
|
||||||
|
Requires: system-rpm-config
|
||||||
Conflicts: ocaml-runtime < 3.11.1-7
|
Conflicts: ocaml-runtime < 3.11.1-7
|
||||||
|
|
||||||
%description build
|
%description build
|
||||||
@ -450,6 +455,9 @@ exit 0
|
|||||||
%doc COPYING doc/librpm/html/*
|
%doc COPYING doc/librpm/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
- Mon Mar 25 2013 Panu Matilainen <pmatilai@redhat.com> - 4.11.0.1-2
|
||||||
|
- make rpm-build depend on virtual system-rpm-config provide
|
||||||
|
|
||||||
* Mon Feb 04 2013 Panu Matilainen <pmatilai@redhat.com> - 4.11.0.1-1
|
* Mon Feb 04 2013 Panu Matilainen <pmatilai@redhat.com> - 4.11.0.1-1
|
||||||
- update to 4.11.0.1 (http://rpm.org/wiki/Releases/4.11.0.1)
|
- update to 4.11.0.1 (http://rpm.org/wiki/Releases/4.11.0.1)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user