From 4399bae6e9d74cfda09d8e302ea5d2f9e9f56bea Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 06:33:47 +0100 Subject: [PATCH] update to 4.0.12 [release 4.0.12-1mamba;Sat May 07 2022] --- lxc.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lxc.spec b/lxc.spec index dac8fcc..1045670 100644 --- a/lxc.spec +++ b/lxc.spec @@ -1,5 +1,5 @@ Name: lxc -Version: 4.0.11 +Version: 4.0.12 Release: 1mamba Summary: Userspace control package for Linux Containers Group: Applications/Emulators @@ -56,13 +56,15 @@ This package contains libraries and header files for developing applications tha [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall +%find_lang %{name} --with-man --all-name + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -n lib%{name} -p /sbin/ldconfig %postun -n lib%{name} -p /sbin/ldconfig -%files +%files -f %{name}.lang %defattr(-,root,root) %config(noreplace) %{_sysconfdir}/default/lxc %{_sysconfdir}/lxc/default.conf @@ -120,6 +122,9 @@ This package contains libraries and header files for developing applications tha #%doc README %changelog +* Sat May 07 2022 Silvan Calarco 4.0.12-1mamba +- update to 4.0.12 + * Fri Oct 22 2021 Automatic Build System 4.0.11-1mamba - automatic version update by autodist