remove temporary fake-provides

This commit is contained in:
Kay Sievers 2012-02-07 05:34:17 +01:00
parent 26cdcc0c42
commit c2a7fc4faa

View File

@ -1,6 +1,6 @@
Name: kmod
Version: 5
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Linux kernel module management utilities
Group: System Environment/Kernel
@ -31,18 +31,6 @@ examples of loaded and unloaded modules.
Summary: Libraries to handle kernel module loading and unloading
License: LGPLv2+
Group: System Environment/Libraries
# temporary fake-provides to be able to bootstrap the new udev with the old udev
%ifarch sparc64 ppc64 s390x x86_64
Provides: libkmod.so.1(LIBKMOD_3)(64bit)
Provides: libkmod.so.1(LIBKMOD_1)(64bit)
Provides: libkmod.so.1()(64bit)
Provides: libkmod.so.1(64bit)
%else
Provides: libkmod.so.1(LIBKMOD_3)
Provides: libkmod.so.1(LIBKMOD_1)
Provides: libkmod.so.1()
Provides: libkmod.so.1
%endif
%description libs
The kmod-libs package provides runtime libraries for any application that
@ -109,6 +97,9 @@ mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/modprobe.d
%{_libdir}/libkmod.so
%changelog
* Tue Feb 7 2012 Kay Sievers <kay@redhat.com> - 5-4
- remove temporarily added fake-provides
* Tue Feb 7 2012 Kay Sievers <kay@redhat.com> - 5-3
- temporarily add fake-provides to be able to bootstrap
the new udev which pulls the old udev into the buildroot