Accepting request 241231 from home:cbosdonnat:branches:Virtualization
- Add virt-lxc-convert to libvirt-daemon-driver-lxc package OBS-URL: https://build.opensuse.org/request/show/241231 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=391
This commit is contained in:
parent
43a3b335a6
commit
164c37781e
@ -3,6 +3,7 @@ Wed Jul 16 12:07:33 UTC 2014 - cbosdonnat@suse.com
|
||||
|
||||
- lxc AppArmor profile now only restricting potentially dangerous
|
||||
accesses. fdo#886460
|
||||
- Add virt-lxc-convert to libvirt-daemon-driver-lxc package
|
||||
|
||||
- added patches:
|
||||
* 9265f8ab-apparmor-lxc-rework.patch
|
||||
|
@ -1195,6 +1195,7 @@ for i in object-events dominfo domsuspend hellolibvirt openauth xml/nwfilter sys
|
||||
do
|
||||
(cd examples/$i ; make clean ; rm -rf .deps .libs Makefile Makefile.in)
|
||||
done
|
||||
cp examples/lxcconvert/virt-lxc-convert $RPM_BUILD_ROOT%{_bindir}
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/lock-driver/*.la
|
||||
@ -1661,6 +1662,7 @@ fi
|
||||
%{_datadir}/augeas/lenses/tests/test_libvirtd_lxc.aug
|
||||
%dir %{_libdir}/%{name}/connection-driver
|
||||
%{_libdir}/%{name}/connection-driver/libvirt_driver_lxc.so
|
||||
%attr(0755, root, root) %{_bindir}/virt-lxc-convert
|
||||
%endif
|
||||
|
||||
%if %{with_uml}
|
||||
|
Loading…
Reference in New Issue
Block a user