From f4d62d445011c25c6e614e4a8d06c5b40aee2493 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.9 [release 4.0.9-1mamba;Wed May 19 2021] --- lxc.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/lxc.spec b/lxc.spec index 7615ca3..efa4038 100644 --- a/lxc.spec +++ b/lxc.spec @@ -1,21 +1,24 @@ Name: lxc -Version: 4.0.6 +Version: 4.0.9 Release: 1mamba Summary: Userspace control package for Linux Containers Group: Applications/Emulators Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://lxc.sourceforge.net/ -Source: http://linuxcontainers.org/downloads/lxc-%{version}.tar.gz +URL: https://linuxcontainers.org/ +Source: https://linuxcontainers.org/downloads/lxc/lxc-%{version}.tar.gz License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libcap-devel +BuildRequires: libgcc +BuildRequires: libopenssl-devel +BuildRequires: libseccomp-devel +BuildRequires: libselinux-devel ## AUTOBUILDREQ-END BuildRequires: libpython3-devel Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Userspace control package for Linux Containers, a lightweight virtual system mechanism sometimes described as “chroot on steroids”. @@ -116,6 +119,9 @@ This package contains libraries and header files for developing applications tha #%doc README %changelog +* Wed May 19 2021 Silvan Calarco 4.0.9-1mamba +- update to 4.0.9 + * Tue Jan 19 2021 Automatic Build System 4.0.6-1mamba - automatic version update by autodist