remove temporary fake-provides
This commit is contained in:
parent
26cdcc0c42
commit
c2a7fc4faa
17
kmod.spec
17
kmod.spec
@ -1,6 +1,6 @@
|
|||||||
Name: kmod
|
Name: kmod
|
||||||
Version: 5
|
Version: 5
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Linux kernel module management utilities
|
Summary: Linux kernel module management utilities
|
||||||
|
|
||||||
Group: System Environment/Kernel
|
Group: System Environment/Kernel
|
||||||
@ -31,18 +31,6 @@ examples of loaded and unloaded modules.
|
|||||||
Summary: Libraries to handle kernel module loading and unloading
|
Summary: Libraries to handle kernel module loading and unloading
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
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
|
%description libs
|
||||||
The kmod-libs package provides runtime libraries for any application that
|
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
|
%{_libdir}/libkmod.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Feb 7 2012 Kay Sievers <kay@redhat.com> - 5-3
|
||||||
- temporarily add fake-provides to be able to bootstrap
|
- temporarily add fake-provides to be able to bootstrap
|
||||||
the new udev which pulls the old udev into the buildroot
|
the new udev which pulls the old udev into the buildroot
|
||||||
|
Loading…
Reference in New Issue
Block a user