- remove fake library provide hacks now that deltarpm got rebuilt
This commit is contained in:
parent
e56f273491
commit
f34c5bc80a
15
rpm.spec
15
rpm.spec
@ -22,7 +22,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}.}7%{?dist}
|
Release: %{?snapver:0.%{snapver}.}8%{?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
|
||||||
@ -121,16 +121,6 @@ Requires: rpm = %{version}-%{release}
|
|||||||
# A manual require is needed, see #505596
|
# A manual require is needed, see #505596
|
||||||
Requires: libcap%{_isa} >= 2.16
|
Requires: libcap%{_isa} >= 2.16
|
||||||
|
|
||||||
# XXX dirty temporary hack to get past "bootstrap" deltarpm dependency issue
|
|
||||||
# XXX isa bits isn't quite right for multilib but suffices for this purpose
|
|
||||||
%if %{__isa_bits} == 64
|
|
||||||
Provides: librpm.so.2()(64bit)
|
|
||||||
Provides: librpmio.so.2()(64bit)
|
|
||||||
%else
|
|
||||||
Provides: librpm.so.2
|
|
||||||
Provides: librpmio.so.2
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description libs
|
%description libs
|
||||||
This package contains the RPM shared libraries.
|
This package contains the RPM shared libraries.
|
||||||
|
|
||||||
@ -457,6 +447,9 @@ exit 0
|
|||||||
%doc COPYING doc/librpm/html/*
|
%doc COPYING doc/librpm/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 26 2012 Panu Matilainen <pmatilai@redhat.com> - 4.9.90-0.git11505.8
|
||||||
|
- remove fake library provide hacks now that deltarpm got rebuilt
|
||||||
|
|
||||||
* Fri Mar 23 2012 Panu Matilainen <pmatilai@redhat.com> - 4.9.90-0.git11505.7
|
* Fri Mar 23 2012 Panu Matilainen <pmatilai@redhat.com> - 4.9.90-0.git11505.7
|
||||||
- fix header data length calculation breakage
|
- fix header data length calculation breakage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user