forked from pool/libvirt
Accepting request 224655 from home:saschpe:branches:Virtualization
- Create /etc/libvirt/hooks to allow using hook scripts OBS-URL: https://build.opensuse.org/request/show/224655 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=356
This commit is contained in:
parent
5016413cf6
commit
4d81ed52ea
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 4 17:03:47 UTC 2014 - speilicke@suse.com
|
||||||
|
|
||||||
|
- Create /etc/libvirt/hooks to allow using hook scripts
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 2 20:32:21 MST 2014 - jfehlig@suse.com
|
Sun Mar 2 20:32:21 MST 2014 - jfehlig@suse.com
|
||||||
|
|
||||||
|
@ -1194,6 +1194,7 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/vi_VN
|
|||||||
# temporarily remove polkit ACL policiy configuration - bnc#827644
|
# temporarily remove polkit ACL policiy configuration - bnc#827644
|
||||||
rm -f $RPM_BUILD_ROOT/%{_datadir}/polkit-1/actions/org.libvirt.api.policy
|
rm -f $RPM_BUILD_ROOT/%{_datadir}/polkit-1/actions/org.libvirt.api.policy
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/libvirt
|
mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/libvirt
|
||||||
|
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/libvirt/hooks
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
# Add a README to the libvirt package with a note about the empty
|
# Add a README to the libvirt package with a note about the empty
|
||||||
# file list
|
# file list
|
||||||
@ -1416,6 +1417,7 @@ fi
|
|||||||
%{_sbindir}/virtlockd
|
%{_sbindir}/virtlockd
|
||||||
%dir %{_libdir}/%{name}
|
%dir %{_libdir}/%{name}
|
||||||
%dir %attr(0700, root, root) %{_sysconfdir}/libvirt/
|
%dir %attr(0700, root, root) %{_sysconfdir}/libvirt/
|
||||||
|
%dir %attr(0700, root, root) %{_sysconfdir}/libvirt/hooks
|
||||||
%{_localstatedir}/adm/fillup-templates/sysconfig.libvirtd
|
%{_localstatedir}/adm/fillup-templates/sysconfig.libvirtd
|
||||||
%{_localstatedir}/adm/fillup-templates/sysconfig.virtlockd
|
%{_localstatedir}/adm/fillup-templates/sysconfig.virtlockd
|
||||||
%if %{with_systemd}
|
%if %{with_systemd}
|
||||||
|
Loading…
Reference in New Issue
Block a user