forked from pool/libvirt
Accepting request 65088 from home:coolo:branches:openSUSE:Factory
reviewed ok, thanks coolo OBS-URL: https://build.opensuse.org/request/show/65088 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=106
This commit is contained in:
parent
de9807d650
commit
dee8111af1
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 24 10:23:30 UTC 2011 - coolo@novell.com
|
||||
|
||||
- use %first_lang before changing symlinks, find_lang removes
|
||||
unsupported languages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 15 09:37:20 MDT 2011 - jfehlig@novell.com
|
||||
|
||||
|
@ -411,6 +411,8 @@ rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/libvirtd.qemu
|
||||
%if ! %{with_uml}
|
||||
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/libvirtd.uml
|
||||
%endif
|
||||
%find_lang %{name}
|
||||
|
||||
ln_dupes()
|
||||
{
|
||||
target=""
|
||||
@ -432,7 +434,6 @@ mkdir -p $RPM_BUILD_ROOT/etc/init.d
|
||||
install %SOURCE1 $RPM_BUILD_ROOT/etc/init.d/libvirtd
|
||||
ln -s /etc/init.d/libvirtd $RPM_BUILD_ROOT/usr/sbin/rclibvirtd
|
||||
ln -s /etc/init.d/libvirt-guests $RPM_BUILD_ROOT/usr/sbin/rclibvirt-guests
|
||||
%find_lang %{name}
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
Loading…
Reference in New Issue
Block a user