add temporary fake-provides
This commit is contained in:
parent
d398533b87
commit
4cd3a53013
20
kmod.spec
20
kmod.spec
@ -1,6 +1,6 @@
|
|||||||
Name: kmod
|
Name: kmod
|
||||||
Version: 5
|
Version: 5
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Linux kernel module management utilities
|
Summary: Linux kernel module management utilities
|
||||||
|
|
||||||
Group: System Environment/Kernel
|
Group: System Environment/Kernel
|
||||||
@ -31,6 +31,16 @@ 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)
|
||||||
|
%else
|
||||||
|
Provides: libkmod.so.1(LIBKMOD_3)
|
||||||
|
Provides: libkmod.so.1(LIBKMOD_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
|
||||||
@ -97,12 +107,16 @@ 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>
|
* Tue Feb 7 2012 Kay Sievers <kay@redhat.com> - 5-2
|
||||||
|
- temporarily add fake provides to be able to bootstrap
|
||||||
|
the new udev which pulls the old udev into the buildroot
|
||||||
|
|
||||||
|
* Tue Feb 7 2012 Kay Sievers <kay@redhat.com> - 5-1
|
||||||
- Update to version 5
|
- Update to version 5
|
||||||
- replace the module-init-tools package and provide all tools
|
- replace the module-init-tools package and provide all tools
|
||||||
as compatibility symlinks
|
as compatibility symlinks
|
||||||
|
|
||||||
* Mon Jan 16 2012 Kay Sievers <kay@redhat.com>
|
* Mon Jan 16 2012 Kay Sievers <kay@redhat.com> - 4-1
|
||||||
- Update to version 4
|
- Update to version 4
|
||||||
- set --with-rootprefix=
|
- set --with-rootprefix=
|
||||||
- enable zlib and xz support
|
- enable zlib and xz support
|
||||||
|
Loading…
Reference in New Issue
Block a user