|
|
@ -9,8 +9,8 @@
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Name: lxc
|
|
|
|
Name: lxc
|
|
|
|
Version: 3.0.1
|
|
|
|
Version: 3.0.2
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Linux Resource Containers
|
|
|
|
Summary: Linux Resource Containers
|
|
|
|
License: LGPLv2+ and GPLv2
|
|
|
|
License: LGPLv2+ and GPLv2
|
|
|
|
URL: http://linuxcontainers.org/lxc
|
|
|
|
URL: http://linuxcontainers.org/lxc
|
|
|
@ -112,6 +112,7 @@ This package contains documentation for %{name}.
|
|
|
|
--disable-silent-rules \
|
|
|
|
--disable-silent-rules \
|
|
|
|
--docdir=%{_pkgdocdir} \
|
|
|
|
--docdir=%{_pkgdocdir} \
|
|
|
|
--disable-rpath \
|
|
|
|
--disable-rpath \
|
|
|
|
|
|
|
|
--disable-static \
|
|
|
|
--disable-apparmor \
|
|
|
|
--disable-apparmor \
|
|
|
|
--enable-selinux \
|
|
|
|
--enable-selinux \
|
|
|
|
%if 0%{?with_seccomp}
|
|
|
|
%if 0%{?with_seccomp}
|
|
|
@ -149,7 +150,7 @@ make check
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post libs
|
|
|
|
%post libs
|
|
|
|
%{ldconfig}
|
|
|
|
%{?ldconfig}
|
|
|
|
%systemd_post %{name}-net.service
|
|
|
|
%systemd_post %{name}-net.service
|
|
|
|
%systemd_post %{name}.service
|
|
|
|
%systemd_post %{name}.service
|
|
|
|
%systemd_post %{name}@.service
|
|
|
|
%systemd_post %{name}@.service
|
|
|
@ -162,7 +163,7 @@ make check
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%postun libs
|
|
|
|
%postun libs
|
|
|
|
%{ldconfig}
|
|
|
|
%{?ldconfig}
|
|
|
|
%systemd_postun %{name}-net.service
|
|
|
|
%systemd_postun %{name}-net.service
|
|
|
|
%systemd_postun %{name}.service
|
|
|
|
%systemd_postun %{name}.service
|
|
|
|
%systemd_postun %{name}@.service
|
|
|
|
%systemd_postun %{name}@.service
|
|
|
@ -239,6 +240,9 @@ make check
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Aug 17 2018 Thomas Moschny <thomas.moschny@gmx.de> - 3.0.2-1
|
|
|
|
|
|
|
|
- Update to 3.0.2.
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-2
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|