automatic version update by autodist [release 33-1mamba;Fri Sep 27 2024]
This commit is contained in:
parent
8d8d33cf79
commit
23af7eaf53
12
kmod.spec
12
kmod.spec
@ -1,5 +1,5 @@
|
|||||||
Name: kmod
|
Name: kmod
|
||||||
Version: 32
|
Version: 33
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Utilities for Linux kernel module handling
|
Summary: Utilities for Linux kernel module handling
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
@ -16,6 +16,7 @@ BuildRequires: libopenssl-devel
|
|||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
BuildRequires: libzstd-devel
|
BuildRequires: libzstd-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: scdoc
|
||||||
Requires: libkmod = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: libkmod = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Provides: module-init-tools
|
Provides: module-init-tools
|
||||||
Obsoletes: module-init-tools < 28
|
Obsoletes: module-init-tools < 28
|
||||||
@ -75,8 +76,6 @@ install -d %{buildroot}%{_prefix}/lib/depmod.d
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n lib%{name} -p /sbin/ldconfig
|
|
||||||
%postun -n lib%{name} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%posttrans
|
%posttrans
|
||||||
# Migrate /lib/modprobe.d to /usr/lib/modprobe.d
|
# Migrate /lib/modprobe.d to /usr/lib/modprobe.d
|
||||||
@ -124,11 +123,14 @@ install -d %{buildroot}%{_prefix}/lib/depmod.d
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/libkmod.h
|
%{_includedir}/libkmod.h
|
||||||
%{_libdir}/libkmod.so
|
%{_libdir}/libkmod.so
|
||||||
%{_libdir}/pkgconfig/kmod.pc
|
|
||||||
%{_libdir}/pkgconfig/libkmod.pc
|
%{_libdir}/pkgconfig/libkmod.pc
|
||||||
%doc NEWS TODO README.libkmod
|
%{_datadir}/pkgconfig/kmod.pc
|
||||||
|
%doc NEWS README.libkmod
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 27 2024 Automatic Build System <autodist@openmamba.org> 33-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Mar 08 2024 Automatic Build System <autodist@openmamba.org> 32-1mamba
|
* Fri Mar 08 2024 Automatic Build System <autodist@openmamba.org> 32-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user