Update to 1.1.1.
- Add dependency on rsync (rhbz#1177981). - Tag COPYING with %licence.
This commit is contained in:
parent
183bd2b78e
commit
4f5288e8a1
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ lxc-0.7.2.tar.gz
|
||||
/lxc-1.0.5.tar.gz
|
||||
/lxc-e75a5c5c76c649435bd9171d5ea457fe727f5388.tar.gz
|
||||
/lxc-1.1.0.tar.gz
|
||||
/lxc-1.1.1.tar.gz
|
||||
|
16
lxc.spec
16
lxc.spec
@ -30,8 +30,8 @@
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: lxc
|
||||
Version: 1.1.0
|
||||
Release: %{?prerel:0.}3%{?prerel:.%{prerel}}%{?dist}
|
||||
Version: 1.1.1
|
||||
Release: %{?prerel:0.}1%{?prerel:.%{prerel}}%{?dist}
|
||||
Summary: Linux Resource Containers
|
||||
Group: Applications/System
|
||||
License: LGPLv2+ and GPLv2
|
||||
@ -73,6 +73,8 @@ overhead of full virtualization.
|
||||
%package libs
|
||||
Summary: Runtime library files for %{name}
|
||||
Group: System Environment/Libraries
|
||||
# rsync is called in bdev.c, e.g. by lxc-clone
|
||||
Requires: rsync
|
||||
%if 0%{?with_systemd}
|
||||
Requires(post): systemd
|
||||
Requires(preun): systemd
|
||||
@ -219,7 +221,7 @@ mkdir -p %{buildroot}%{_sharedstatedir}/%{name}
|
||||
chmod -x %{buildroot}%{luapkgdir}/lxc.lua
|
||||
|
||||
mkdir -p %{buildroot}%{_pkgdocdir}
|
||||
cp -a AUTHORS COPYING README %{buildroot}%{_pkgdocdir}
|
||||
cp -a AUTHORS README %{buildroot}%{_pkgdocdir}
|
||||
mkdir -p %{buildroot}%{_pkgdocdir}/api
|
||||
cp -a doc/api/html/* %{buildroot}%{_pkgdocdir}/api/
|
||||
|
||||
@ -321,8 +323,8 @@ fi
|
||||
%{_mandir}/*/man7/%{name}*
|
||||
%dir %{_pkgdocdir}
|
||||
%{_pkgdocdir}/AUTHORS
|
||||
%{_pkgdocdir}/COPYING
|
||||
%{_pkgdocdir}/README
|
||||
%license COPYING
|
||||
%if 0%{?with_systemd}
|
||||
%{_unitdir}/%{name}.service
|
||||
%{_unitdir}/%{name}-net.service
|
||||
@ -369,9 +371,15 @@ fi
|
||||
# README, AUTHORS and COPYING intentionally duplicated because -doc
|
||||
# can be installed on its own.
|
||||
%{_pkgdocdir}/*
|
||||
%license COPYING
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 17 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.1.1-1
|
||||
- Update to 1.1.1.
|
||||
- Add dependency on rsync (rhbz#1177981).
|
||||
- Tag COPYING with %%licence.
|
||||
|
||||
* Mon Feb 16 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.0-3
|
||||
- aarch64 now has seccomp support
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user