2024-01-06 06:33:44 +01:00
|
|
|
Name: lxc
|
2024-04-10 16:56:50 +02:00
|
|
|
Version: 6.0.0
|
2024-01-06 06:33:45 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 06:33:45 +01:00
|
|
|
Summary: Userspace control package for Linux Containers
|
2024-01-06 06:33:44 +01:00
|
|
|
Group: Applications/Emulators
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 06:33:47 +01:00
|
|
|
URL: https://linuxcontainers.org/
|
|
|
|
Source: https://linuxcontainers.org/downloads/lxc/lxc-%{version}.tar.gz
|
2024-01-06 06:33:44 +01:00
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 06:33:47 +01:00
|
|
|
BuildRequires: libapparmor-devel
|
2024-01-06 06:33:44 +01:00
|
|
|
BuildRequires: libcap-devel
|
2024-04-10 16:56:50 +02:00
|
|
|
BuildRequires: libdbus-devel
|
2024-01-06 06:33:47 +01:00
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libopenssl-devel
|
|
|
|
BuildRequires: libseccomp-devel
|
|
|
|
BuildRequires: libselinux-devel
|
2024-01-06 06:33:44 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 06:33:44 +01:00
|
|
|
BuildRequires: libpython3-devel
|
2024-01-06 06:33:44 +01:00
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description
|
2024-01-06 06:33:45 +01:00
|
|
|
Userspace control package for Linux Containers, a lightweight virtual system mechanism sometimes described as “chroot on steroids”.
|
2024-01-06 06:33:44 +01:00
|
|
|
|
|
|
|
%package -n lib%{name}
|
|
|
|
Group: System/Libraries
|
|
|
|
Summary: Shared libraries for %{name}
|
|
|
|
|
|
|
|
%description -n lib%{name}
|
|
|
|
This package contains shared libraries for %{name}.
|
|
|
|
|
|
|
|
%package -n lib%{name}-devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires: pkg-config
|
|
|
|
|
|
|
|
%description -n lib%{name}-devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-01-06 06:33:47 +01:00
|
|
|
%meson
|
2024-01-06 06:33:46 +01:00
|
|
|
|
2024-01-06 06:33:47 +01:00
|
|
|
%meson_build
|
2024-01-06 06:33:44 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 06:33:47 +01:00
|
|
|
%meson_install
|
2024-01-06 06:33:44 +01:00
|
|
|
|
2024-01-06 06:33:47 +01:00
|
|
|
%find_lang %{name} --with-man --all-name
|
|
|
|
|
2024-01-06 06:33:44 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -n lib%{name} -p /sbin/ldconfig
|
|
|
|
%postun -n lib%{name} -p /sbin/ldconfig
|
|
|
|
|
2024-01-06 06:33:47 +01:00
|
|
|
%files -f %{name}.lang
|
2024-01-06 06:33:44 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-06 06:33:47 +01:00
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/lxc
|
2024-01-06 06:33:44 +01:00
|
|
|
%{_sysconfdir}/lxc/default.conf
|
2024-01-06 06:33:47 +01:00
|
|
|
%{_sysconfdir}/apparmor.d/abstractions/lxc/container-base
|
|
|
|
%{_sysconfdir}/apparmor.d/abstractions/lxc/start-container
|
|
|
|
%{_sysconfdir}/apparmor.d/lxc-containers
|
|
|
|
%{_sysconfdir}/apparmor.d/lxc/lxc-default
|
|
|
|
%{_sysconfdir}/apparmor.d/lxc/lxc-default-cgns
|
|
|
|
%{_sysconfdir}/apparmor.d/lxc/lxc-default-with-mounting
|
|
|
|
%{_sysconfdir}/apparmor.d/lxc/lxc-default-with-nesting
|
2024-04-10 16:56:50 +02:00
|
|
|
%{_sysconfdir}/apparmor.d/usr.bin.lxc-copy
|
2024-01-06 06:33:47 +01:00
|
|
|
%{_sysconfdir}/apparmor.d/usr.bin.lxc-start
|
2024-01-06 06:33:44 +01:00
|
|
|
%{_bindir}/lxc-*
|
|
|
|
%{_sbindir}/init.lxc
|
2024-01-06 06:33:46 +01:00
|
|
|
%{_sbindir}/init.lxc.static
|
2024-01-06 06:33:47 +01:00
|
|
|
%{_unitdir}/lxc-monitord.service
|
|
|
|
%{_unitdir}/lxc-net.service
|
|
|
|
%{_unitdir}/lxc.service
|
|
|
|
%{_unitdir}/lxc@.service
|
2024-01-06 06:33:44 +01:00
|
|
|
%dir %{_datadir}/lxc
|
|
|
|
%dir %{_datadir}/lxc/config
|
|
|
|
%{_datadir}/lxc/lxc-patch.py
|
|
|
|
%{_datadir}/lxc/config/*.conf
|
2024-01-06 06:33:44 +01:00
|
|
|
%{_datadir}/lxc/config/common.seccomp
|
2024-01-06 06:33:45 +01:00
|
|
|
%{_datadir}/lxc/config/common.conf.d/README
|
2024-01-06 06:33:44 +01:00
|
|
|
%dir %{_datadir}/lxc/hooks
|
|
|
|
%{_datadir}/lxc/hooks/*
|
|
|
|
%{_datadir}/lxc/lxc.functions
|
2024-01-06 06:33:44 +01:00
|
|
|
%dir %{_datadir}/lxc/selinux
|
|
|
|
%{_datadir}/lxc/selinux/lxc.*
|
2024-01-06 06:33:44 +01:00
|
|
|
%dir %{_datadir}/lxc/templates
|
|
|
|
%{_datadir}/lxc/templates/lxc-*
|
2024-01-06 06:33:47 +01:00
|
|
|
%{_datadir}/bash-completion/completions/lxc-*
|
2024-01-06 06:33:47 +01:00
|
|
|
%{_datadir}/bash-completion/completions/_lxc
|
2024-01-06 06:33:46 +01:00
|
|
|
#%{_datadir}/lua/lxc.lua
|
|
|
|
#%{python3_sitearch}/*
|
2024-01-06 06:33:44 +01:00
|
|
|
%{_mandir}/man1/lxc-*.1*
|
|
|
|
%{_mandir}/man5/lxc*.5*
|
|
|
|
%{_mandir}/man7/lxc.7*
|
|
|
|
|
|
|
|
%files -n lib%{name}
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/liblxc.so.*
|
2024-01-06 06:33:45 +01:00
|
|
|
%{_libdir}/lxc
|
2024-01-06 06:33:47 +01:00
|
|
|
%{_libexecdir}/lxc/lxc-apparmor-load
|
2024-01-06 06:33:45 +01:00
|
|
|
%{_libexecdir}/lxc/lxc-containers
|
2024-01-06 06:33:45 +01:00
|
|
|
#%{_libexecdir}/lxc/lxc-devsetup
|
2024-01-06 06:33:45 +01:00
|
|
|
%{_libexecdir}/lxc/lxc-net
|
|
|
|
%{_libexecdir}/lxc/hooks/unmount-namespace
|
2024-01-06 06:33:44 +01:00
|
|
|
%{_libexecdir}/lxc/lxc-monitord
|
|
|
|
%{_libexecdir}/lxc/lxc-user-nic
|
2024-01-06 06:33:47 +01:00
|
|
|
#%{_libdir}/lxc/rootfs/README
|
2024-01-06 06:33:46 +01:00
|
|
|
#%{_libdir}/lua/lxc/core.so
|
2024-01-06 06:33:44 +01:00
|
|
|
%doc AUTHORS COPYING
|
|
|
|
|
|
|
|
%files -n lib%{name}-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/lxc
|
|
|
|
%{_includedir}/lxc/*.h
|
2024-01-06 06:33:46 +01:00
|
|
|
%{_libdir}/liblxc.a
|
2024-01-06 06:33:44 +01:00
|
|
|
%{_libdir}/liblxc.so
|
|
|
|
%{_libdir}/pkgconfig/lxc.pc
|
|
|
|
%dir %{_datadir}/doc/lxc
|
|
|
|
%dir %{_datadir}/doc/lxc/examples
|
|
|
|
%{_datadir}/doc/lxc/examples/*.conf
|
2024-01-06 06:33:45 +01:00
|
|
|
#%doc README
|
2024-01-06 06:33:44 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-04-10 16:56:50 +02:00
|
|
|
* Wed Apr 10 2024 Automatic Build System <autodist@openmamba.org> 6.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:48 +01:00
|
|
|
* Wed Jul 26 2023 Automatic Build System <autodist@mambasoft.it> 5.0.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:47 +01:00
|
|
|
* Sat Jan 21 2023 Automatic Build System <autodist@mambasoft.it> 5.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:47 +01:00
|
|
|
* Sat May 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.12-1mamba
|
|
|
|
- update to 4.0.12
|
|
|
|
|
2024-01-06 06:33:47 +01:00
|
|
|
* Fri Oct 22 2021 Automatic Build System <autodist@mambasoft.it> 4.0.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:47 +01:00
|
|
|
* Sun Jul 18 2021 Automatic Build System <autodist@mambasoft.it> 4.0.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:47 +01:00
|
|
|
* Wed May 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.9-1mamba
|
|
|
|
- update to 4.0.9
|
|
|
|
|
2024-01-06 06:33:46 +01:00
|
|
|
* Tue Jan 19 2021 Automatic Build System <autodist@mambasoft.it> 4.0.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:46 +01:00
|
|
|
* Mon Oct 26 2020 Automatic Build System <autodist@mambasoft.it> 4.0.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:46 +01:00
|
|
|
* Wed Sep 09 2020 Automatic Build System <autodist@mambasoft.it> 4.0.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:46 +01:00
|
|
|
* Mon Jun 29 2020 Automatic Build System <autodist@mambasoft.it> 4.0.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:46 +01:00
|
|
|
* Fri Apr 17 2020 Automatic Build System <autodist@mambasoft.it> 4.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:46 +01:00
|
|
|
* Sun Apr 12 2020 Automatic Build System <autodist@mambasoft.it> 4.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:46 +01:00
|
|
|
* Tue Apr 07 2020 Automatic Build System <autodist@mambasoft.it> 4.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:46 +01:00
|
|
|
* Wed Oct 30 2019 Automatic Build System <autodist@mambasoft.it> 3.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:46 +01:00
|
|
|
* Sat Dec 15 2018 Automatic Build System <autodist@mambasoft.it> 3.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:46 +01:00
|
|
|
* Mon Nov 26 2018 Automatic Build System <autodist@mambasoft.it> 3.0.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:46 +01:00
|
|
|
* Sun Aug 19 2018 Automatic Build System <autodist@mambasoft.it> 3.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:46 +01:00
|
|
|
* Tue Jun 19 2018 Automatic Build System <autodist@mambasoft.it> 3.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:46 +01:00
|
|
|
* Tue Nov 07 2017 Automatic Build System <autodist@mambasoft.it> 2.1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:46 +01:00
|
|
|
* Wed Sep 06 2017 Automatic Build System <autodist@mambasoft.it> 2.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:45 +01:00
|
|
|
* Mon Aug 07 2017 Automatic Build System <autodist@mambasoft.it> 2.0.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:45 +01:00
|
|
|
* Sun Feb 05 2017 Automatic Build System <autodist@mambasoft.it> 2.0.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:45 +01:00
|
|
|
* Sun Nov 27 2016 Automatic Build System <autodist@mambasoft.it> 2.0.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:45 +01:00
|
|
|
* Fri Aug 26 2016 Automatic Build System <autodist@mambasoft.it> 2.0.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:45 +01:00
|
|
|
* Mon Jul 04 2016 Automatic Build System <autodist@mambasoft.it> 2.0.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:45 +01:00
|
|
|
* Tue May 17 2016 Automatic Build System <autodist@mambasoft.it> 2.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:45 +01:00
|
|
|
* Tue Apr 19 2016 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:45 +01:00
|
|
|
* Thu Nov 12 2015 Davide Madrisan <davide.madrisan@gmail.com> 1.1.5-2mamba
|
|
|
|
- lxc-start requires %{_libdir}/lxc
|
|
|
|
|
2024-01-06 06:33:45 +01:00
|
|
|
* Tue Nov 10 2015 Automatic Build System <autodist@mambasoft.it> 1.1.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:45 +01:00
|
|
|
* Wed Oct 07 2015 Automatic Build System <autodist@mambasoft.it> 1.1.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:45 +01:00
|
|
|
* Sun Aug 23 2015 Automatic Build System <autodist@mambasoft.it> 1.1.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:45 +01:00
|
|
|
* Mon Apr 13 2015 Automatic Build System <autodist@mambasoft.it> 1.1.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:45 +01:00
|
|
|
* Sun Mar 22 2015 Automatic Build System <autodist@mambasoft.it> 1.1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:45 +01:00
|
|
|
* Mon Feb 09 2015 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:44 +01:00
|
|
|
* Mon Dec 08 2014 Automatic Build System <autodist@mambasoft.it> 1.0.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:44 +01:00
|
|
|
* Thu Oct 02 2014 Automatic Build System <autodist@mambasoft.it> 1.0.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:44 +01:00
|
|
|
* Tue Jul 22 2014 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:44 +01:00
|
|
|
* Tue Jun 17 2014 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:33:44 +01:00
|
|
|
* Tue Apr 15 2014 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Mar 28 2014 Automatic Build System <autodist@mambasoft.it> 1.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Mar 11 2014 Automatic Build System <autodist@mambasoft.it> 1.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Feb 22 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-1mamba
|
|
|
|
- update to 1.0.0
|
|
|
|
|
|
|
|
* Mon Jul 08 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-1mamba
|
|
|
|
- package created by silvan using the webbuild interface
|