update to 4.0.12 [release 4.0.12-1mamba;Sat May 07 2022]
This commit is contained in:
parent
d38f223e0a
commit
4399bae6e9
9
lxc.spec
9
lxc.spec
@ -1,5 +1,5 @@
|
|||||||
Name: lxc
|
Name: lxc
|
||||||
Version: 4.0.11
|
Version: 4.0.12
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Userspace control package for Linux Containers
|
Summary: Userspace control package for Linux Containers
|
||||||
Group: Applications/Emulators
|
Group: Applications/Emulators
|
||||||
@ -56,13 +56,15 @@ This package contains libraries and header files for developing applications tha
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
|
%find_lang %{name} --with-man --all-name
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n lib%{name} -p /sbin/ldconfig
|
%post -n lib%{name} -p /sbin/ldconfig
|
||||||
%postun -n lib%{name} -p /sbin/ldconfig
|
%postun -n lib%{name} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%config(noreplace) %{_sysconfdir}/default/lxc
|
%config(noreplace) %{_sysconfdir}/default/lxc
|
||||||
%{_sysconfdir}/lxc/default.conf
|
%{_sysconfdir}/lxc/default.conf
|
||||||
@ -120,6 +122,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
#%doc README
|
#%doc README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.12-1mamba
|
||||||
|
- update to 4.0.12
|
||||||
|
|
||||||
* Fri Oct 22 2021 Automatic Build System <autodist@mambasoft.it> 4.0.11-1mamba
|
* Fri Oct 22 2021 Automatic Build System <autodist@mambasoft.it> 4.0.11-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user