diff --git a/.gitignore b/.gitignore index b7328fb..1a0e79e 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/lxc.spec b/lxc.spec index f0b19f9..52ba35d 100644 --- a/lxc.spec +++ b/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 - 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 1.1.0-3 - aarch64 now has seccomp support diff --git a/sources b/sources index 7ad6b30..bb9c336 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ab1cbabf859abc15165050c854979c5c lxc-1.1.0.tar.gz +d80cb08f0edf36f0887e32c96aec8c13 lxc-1.1.1.tar.gz