add temporary fake-provides
This commit is contained in:
parent
4cd3a53013
commit
26cdcc0c42
@ -1,6 +1,6 @@
|
||||
Name: kmod
|
||||
Version: 5
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Linux kernel module management utilities
|
||||
|
||||
Group: System Environment/Kernel
|
||||
@ -36,10 +36,12 @@ Group: System Environment/Libraries
|
||||
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
|
||||
@ -107,8 +109,8 @@ mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/modprobe.d
|
||||
%{_libdir}/libkmod.so
|
||||
|
||||
%changelog
|
||||
* Tue Feb 7 2012 Kay Sievers <kay@redhat.com> - 5-2
|
||||
- temporarily add fake provides to be able to bootstrap
|
||||
* 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
|
||||
|
||||
* Tue Feb 7 2012 Kay Sievers <kay@redhat.com> - 5-1
|
||||
|
Loading…
Reference in New Issue
Block a user