Update to 3.0.2.
This commit is contained in:
parent
669a512d86
commit
b51a449eca
12
lxc.spec
12
lxc.spec
@ -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
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lxc-3.0.1.tar.gz) = f51b0844f61f64d4efc530454eae1fa499f7f1b908bd3b40d7031e7f311a402893a7504bddbc53f2ef9da2b3154d1b047fc4d876b99f0d487d7c79de64eea505
|
SHA512 (lxc-3.0.2.tar.gz) = d7f5e3f91e5c8800e3e092ab209158a4d3e3c2816623249aeaaf2e0950428484ac5d1432d71298787721e1419cd962c0798ba14979e62161299fa15a299efde8
|
||||||
|
Loading…
Reference in New Issue
Block a user