update to 4.0.9 [release 4.0.9-1mamba;Wed May 19 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 06:33:47 +01:00
parent af591c9d48
commit f4d62d4450

View File

@ -1,21 +1,24 @@
Name: lxc Name: lxc
Version: 4.0.6 Version: 4.0.9
Release: 1mamba Release: 1mamba
Summary: Userspace control package for Linux Containers Summary: Userspace control package for Linux Containers
Group: Applications/Emulators Group: Applications/Emulators
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://lxc.sourceforge.net/ URL: https://linuxcontainers.org/
Source: http://linuxcontainers.org/downloads/lxc-%{version}.tar.gz Source: https://linuxcontainers.org/downloads/lxc/lxc-%{version}.tar.gz
License: LGPL License: LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libcap-devel BuildRequires: libcap-devel
BuildRequires: libgcc
BuildRequires: libopenssl-devel
BuildRequires: libseccomp-devel
BuildRequires: libselinux-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libpython3-devel BuildRequires: libpython3-devel
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Userspace control package for Linux Containers, a lightweight virtual system mechanism sometimes described as “chroot on steroids”. 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 #%doc README
%changelog %changelog
* Wed May 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.9-1mamba
- update to 4.0.9
* Tue Jan 19 2021 Automatic Build System <autodist@mambasoft.it> 4.0.6-1mamba * Tue Jan 19 2021 Automatic Build System <autodist@mambasoft.it> 4.0.6-1mamba
- automatic version update by autodist - automatic version update by autodist