%global _release 2022072104 Name: lxc Version: 4.0.3 Release: %{_release} Summary: Linux Containers userspace tools License: LGPLv2+ and GPLv2 and GPLv3 URL: https://github.com/lxc/lxc Source0: https://linuxcontainers.org/downloads/lxc/lxc-4.0.3.tar.gz Patch0001: 0001-refactor-patch-code-of-utils-commands-and-so-on.patch Patch0002: 0002-refactor-patch-code-of-isulad-for-conf-exec-attach.patch Patch0003: 0003-refactor-patch-code-of-isulad-for-selinux-attach.patch Patch0004: 0004-refactor-patch-code-of-lxccontianer-and-so-on.patch Patch0005: 0005-refactor-patch-code-of-attach-and-seccomp.patch Patch0006: 0006-refactor-patch-about-namespace-log-terminal.patch Patch0007: 0007-refactor-patches-on-terminal.c-start.c-and-so-on.patch Patch0008: 0008-refactor-patch-code-of-json.patch BuildRequires: systemd-units git libtool graphviz docbook2X doxygen chrpath BuildRequires: pkgconfig(libseccomp) BuildRequires: libcap libcap-devel libselinux-devel yajl yajl-devel BuildRequires: pkgconfig(bash-completion) Requires: lxc-libs = 4.0.3-%{release} %package libs Summary: Runtime library files for %{name} Requires: rsync libcap libseccomp libselinux Requires(post): systemd Requires(preun): systemd Requires(postun): systemd Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig %description libs Linux Resource Containers provide process and resource isolation without the overhead of full virtualization. The %{name}-libs package contains libraries for running %{name} applications. %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/lxc-4.0.3} %description Containers are insulated areas inside a system, which have their own namespace for filesystem, network, PID, IPC, CPU and memory allocation and which can be created using the Control Group and Namespace features included in the Linux kernel. This package provides the lxc-* tools and libraries for running lxc applications, which can be used to start a single daemon in a container, or to boot an entire "containerized" system, and to manage and debug your containers. %package devel Summary: Development files for lxc Requires: lxc = 4.0.3-%{release} Requires: pkgconfig %description devel The lxc-devel package contains header files ,library and templates needed for development of the Linux containers. %package help Summary: Documentation and templates for lxc BuildArch: noarch %description help This package contains documentation for lxc for creating containers. %prep %autosetup -n lxc-4.0.3 -Sgit -p1 %build %configure --enable-doc --enable-api-docs \ --disable-silent-rules --docdir=%{_pkgdocdir} --disable-rpath \ --disable-static --disable-apparmor --enable-selinux \ --enable-seccomp \ --with-init-script=systemd --disable-werror %{make_build} %install %{make_install} mkdir -p %{buildroot}%{_sharedstatedir}/%{name} mkdir -p %{buildroot}%{_datadir}/%{name}/__pycache__ touch %{buildroot}%{_datadir}/%{name}/__pycache__/%{name} for file in $(find %{buildroot}/usr/bin/lxc-* -type f -exec file {} ';' | grep "\" | grep -vE "*\.static" | awk -F ':' '{print $1}') do chrpath -d ${file} done for file in $(find %{buildroot}/usr/sbin/* -type f -exec file {} ';' | grep "\" | grep -vE "*\.static" | awk -F ':' '{print $1}') do chrpath -d ${file} done for file in $(find %{buildroot}/usr/libexec/lxc/lxc-* -type f -exec file {} ';' | grep "\" | grep -vE "*\.static" | awk -F ':' '{print $1}') do chrpath -d ${file} done chrpath -d %{buildroot}/usr/lib64/liblxc.so chmod +x %{buildroot}/usr/lib64/liblxc.so # docs mkdir -p %{buildroot}%{_pkgdocdir}/api cp -a AUTHORS README %{buildroot}%{_pkgdocdir} cp -a doc/api/html/* %{buildroot}%{_pkgdocdir}/api/ # cache dir mkdir -p %{buildroot}%{_localstatedir}/cache/%{name} if [ ! -d %{buildroot}%{_sysconfdir}/sysconfig ] then mkdir -p %{buildroot}%{_sysconfdir}/sysconfig touch %{buildroot}%{_sysconfdir}/sysconfig/%{name} fi # remove libtool .la file rm -rf %{buildroot}%{_libdir}/liblxc.la rm -rf %{buildroot}%{_sbindir}/init.%{name}.static rm -rf %{buildroot}%{_sysconfdir}/default/%{name} %check make check %post %preun %postun %files %defattr(-,root,root) %{_bindir}/%{name}-* %{_datadir}/%{name}/%{name}.functions %dir %{_datadir}/bash-completion %dir %{_datadir}/bash-completion/completions %{_datadir}/bash-completion/completions/lxc %files libs %defattr(-,root,root) %{_libdir}/liblxc.so %{_libdir}/liblxc.so.* %{_libdir}/%{name} %{_libexecdir}/%{name} %{_sbindir}/init.%{name} %{_sharedstatedir}/%{name} %dir %{_sysconfdir}/%{name} %config(noreplace) %{_sysconfdir}/%{name}/default.conf %config(noreplace) %{_sysconfdir}/lxc/* %config(noreplace) %{_sysconfdir}/sysconfig/* %dir %{_pkgdocdir} %{_pkgdocdir}/AUTHORS %{_pkgdocdir}/README %license COPYING %{_unitdir}/%{name}.service %{_unitdir}/%{name}@.service %{_unitdir}/%{name}-net.service %dir %{_localstatedir}/cache/%{name} %files devel %defattr(-,root,root) %{_includedir}/%{name}/* %{_libdir}/pkgconfig/%{name}.pc %dir %{_datadir}/%{name} %{_datadir}/%{name}/hooks %{_datadir}/%{name}/lxc-patch.py* %{_datadir}/%{name}/selinux %dir %{_datadir}/%{name}/templates %{_datadir}/%{name}/templates/lxc-* %dir %{_datadir}/%{name}/config %{_datadir}/%{name}/config/* %dir %{_datadir}/%{name}/__pycache__ %{_datadir}/%{name}/__pycache__/* %files help %dir %{_pkgdocdir} %{_pkgdocdir}/* %{_mandir}/man1/%{name}* %{_mandir}/*/man1/%{name}* %{_mandir}/man5/%{name}* %{_mandir}/man7/%{name}* %{_mandir}/*/man5/%{name}* %{_mandir}/*/man7/%{name}* %changelog * Thu Jul 21 2022 zhangxiaoyu - 4.0.3-2022072104 - Type:bugfix - ID:NA - SUG:NA - DESC: add header to fix compile error with have isulad * Thu Jul 21 2022 zhangxiaoyu - 4.0.3-2022072103 - Type:bugfix - ID:NA - SUG:NA - DESC: fix compile error * Thu Jul 21 2022 chengzeruizhi - 4.0.3-2022072102 - Type:bugfix - ID:NA - SUG:NA - DESC: refactor patch code of json * Thu Jul 21 2022 chengzeruizhi - 4.0.3-2022072101 - Type:bugfix - ID:NA - SUG:NA - DESC: refactor patches on terminal.c, start.c and others * Tue Jul 19 2022 wangrunze - 4.0.3-2022071904 - Type:bugfix - ID:NA - SUG:NA - DESC: refactor namespace terminal log * Tue Jul 19 2022 zhangxiaoyu - 4.0.3-2022071903 - Type:bugfix - ID:NA - SUG:NA - DESC: refactor patch code of attach and seccomp * Tue Jul 19 2022 wangfengtu - 4.0.3-2022071902 - Type:bugfix - ID:NA - SUG:NA - DESC: refactor patch code of lxccontainer and so on * Thu Jul 19 2022 haozi007 - 4.0.3-2022071901 - Type:bugfix - ID:NA - SUG:NA - DESC: refactor patch code of isulad for selinux/attach * Mon Jul 18 2022 haozi007 - 4.0.3-2022071801 - Type:bugfix - ID:NA - SUG:NA - DESC: refactor patch code of isulad for conf/exec/attach and so on * Fri Jul 15 2022 zhangxiaoyu - 4.0.3-2022071501 - Type:bugfix - ID:NA - SUG:NA - DESC: refactor patch code of utils commands and so on * Wed May 25 2022 hejunjie - 4.0.3-2022052501 - Type:bugfix - ID:NA - SUG:NA - DESC: correct license info * Mon May 23 2022 wangfengtu - 4.0.3-2022052301 - Type:bugfix - ID:NA - SUG:NA - DESC: do not operate playload and attach cgroup if no controller found * Sat May 21 2022 wangfengtu - 4.0.3-2022052101 - Type:bugfix - ID:NA - SUG:NA - DESC: add x permission when create directory * Fri Apr 15 2022 wujing - 4.0.3-2022041501 - Type:refactor - ID:NA - SUG:NA - DESC: refactor the way to convert selinux label to shared mode * Sat Apr 09 2022 wujing - 4.0.3-2022040901 - Type:bugfix - ID:NA - SUG:NA - DESC: fix bug of memory free * Thu Mar 17 2022 haozi007 - 4.0.3-2022031701 - Type:improve - ID:NA - SUG:NA - DESC: fix unnecessary print error message * Mon Feb 21 2022 chegJH - 4.0.3-2022022101 - Type:improve - ID:NA - SUG:NA - DESC: fix alwasy print and len * Tue Feb 15 2022 chegJH - 4.0.3-2022021501 - Type:improve - ID:NA - SUG:NA - DESC:changes for compile in android env * Mon Dec 27 2021 haozi007 - 4.0.3-2021122701 - Type:improve - ID:NA - SUG:NA - DESC:adapt upstream compiler settings * Thu Nov 25 2021 wangfengtu - 4.0.3-2021112501 - Type:bugfix - ID:NA - SUG:NA - DESC:fix cgroup attach cgroup creation * Fri Nov 19 2021 wangfengtu - 4.0.3-2021111901 - Type:bugfix - ID:NA - SUG:NA - DESC:ensure that the idmap pointer itself is freed * Thu Oct 21 2021 gaohuatao - 4.0.3-2021102101 - Type:bugfix - ID:NA - SUG:NA - DESC:disable lxc_keep * Sun Sep 26 2021 chengzeruizhi - 4.0.3-2021092601 - Type:bugfix - ID:NA - SUG:NA - DESC:add dependencies under require field * Fri Sep 17 2021 zhangxiaoyu - 4.0.3-2021091703 - Type:bugfix - ID:NA - SUG:NA - DESC:fix conf memory leak * Fri Sep 17 2021 haozi007 - 4.0.3-2021091702 - Type:bugfix - ID:NA - SUG:NA - DESC:just use origin loop if do not have io * Fri Sep 17 2021 zhangxiaoyu - 4.0.3-2021091701 - Type:bugfix - ID:NA - SUG:NA - DESC:seccomp init and destroy notifier.cookie * Thu Aug 26 2021 haozi007 - 4.0.3-2021082601 - Type:bugfix - ID:NA - SUG:NA - DESC:add help info for new arguments * Sat Jun 12 2021 lifeng - 4.0.3-2021061201 - Type:bugfix - ID:NA - SUG:NA - DESC:fix coredump * Tue Jun 01 2021 zhangxiaoyu - 4.0.3-2021060101 - Type:bugfix - ID:NA - SUG:NA - DESC:adjust log level * Sat Mar 13 2021 lifeng - 4.0.3-2021051301 - Type:bugfix - ID:NA - SUG:NA - DESC:adjust log level * Mon Mar 08 2021 haozi007 - 4.0.3-2021050802 - Type:bugfix - ID:NA - SUG:NA - DESC:support long syslog tag * Mon Mar 08 2021 wangfengtu - 4.0.3-2021050801 - Type:bugfix - ID:NA - SUG:NA - DESC:print error message if process workdir failed * Wed Apr 07 2021 wangfengtu - 4.0.3-2021040701 - Type:bugfix - ID:NA - SUG:NA - DESC:some patches missing in series.conf * Thu Mar 11 2021 wangfengtu - 4.0.3-2021031102 - Type:enhancement - ID:NA - SUG:NA - DESC: support isula exec --workdir * Wed Mar 31 2021 wangfengtu - 4.0.3-2021033101 - Type:enhancement - ID:NA - SUG:NA - DESC: support cgroup v2 * Thu Jan 28 2021 lifeng - 4.0.3-2021012801 - Type:enhancement - ID:NA - SUG:NA - DESC: add inactive file total metrics * Wed Jan 21 2021 lifeng - 4.0.3-2021012001 - Type:enhancement - ID:NA - SUG:NA - DESC: fix io data miss when exec with pipes * Tue Jan 2021 wujing - 4.0.3-2021010501 - Type:enhancement - ID:NA - SUG:NA - DESC: fix compilation errors without libcap * Thu Dec 24 2020 wujing - 4.0.3-2020122401 - Type:enhancement - ID:NA - SUG:NA - DESC: Streaming IO solution optimization and enhancement * Tue Dec 15 2020 lifeng - 4.0.3-2020121501 - Type:enhancement - ID:NA - SUG:NA - DESC: add get container metrics api to get the stat * Mon Dec 07 2020 wujing - 4.0.3-2020120701 - Type:enhancement - ID:NA - SUG:NA - DESC: use path based unix domain sockets instead of abstract namespace sockets * Fri Nov 27 2020 lifeng - 4.0.3-2020112701 - Type:enhancement - ID:NA - SUG:NA - DESC: mount: make possible to bind mount /proc and /sys/fs. - 1. add check whether have /proc mounts entry, if has, skip the auto - 2. mount cgroup before do mount entrys - 3. pass if the mount on top of /proc and the source of the mount is a proc filesystem * Fri Nov 13 2020 lifeng - 4.0.3-2020111701 - Type:enhancement - ID:NA - SUG:NA - DESC: add make private for root.path parent * Fri Nov 13 2020 lifeng - 4.0.3-2020111301 - Type:enhancement - ID:NA - SUG:NA - DESC: adjust log level from error to warn * Tue Nov 3 2020 lifeng - 4.0.3-2020110301 - Type:enhancement - ID:NA - SUG:NA - DESC: 1. fix hook root dir error and refact cgroup * Sat Oct 10 2020 openEuler Buildteam - 4.0.3-2020101001 - Type:enhancement - ID:NA - SUG:NA - DESC: add patchs to series.conf * Fri Sep 25 2020 openEuler Buildteam - 4.0.3-2020092501 - Type:enhancement - ID:NA - SUG:NA - DESC: Code optimization * Fri Sep 11 2020 openEuler Buildteam - 4.0.3-2020091101 - Type:enhancement - ID:NA - SUG:NA - DESC: modify source0 address * Wed Sep 02 2020 openEuler Buildteam - 4.0.3-2020090101 - Type:enhancement - ID:NA - SUG:NA - DESC: modify source0 address * Mon Aug 03 2020 openEuler Buildteam - 4.0.3-2020080301 - Type:enhancement - ID:NA - SUG:NA - DESC: add debug packages * Mon Apr 20 2020 openEuler Buildteam - 4.0.3-2020071501 - Type:enhancement - ID:NA - SUG:NA - DESC: update lxc to 4.0.3