SHA256
1
0
forked from pool/libguestfs

Accepting request 236465 from Virtualization

1

OBS-URL: https://build.opensuse.org/request/show/236465
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libguestfs?expand=0&rev=22
This commit is contained in:
Stephan Kulow 2014-06-07 05:12:36 +00:00 committed by Git OBS Bridge
commit 40bbd6b5db
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 5 17:10:57 UTC 2014 - mlatimer@suse.com
- Fix permissions on initramfs to allow regular users access.
-------------------------------------------------------------------
Mon May 26 11:22:34 CEST 2014 - ohering@suse.de

View File

@ -727,6 +727,7 @@ mkdir -vp $RPM_BUILD_ROOT%{_libdir}/guestfs
cp -avLt $RPM_BUILD_ROOT%{_libdir}/guestfs/ \
mkinitrd/boot_tmp/initramfs.${arch}.img \
mkinitrd/boot_tmp/vmlinuz.${arch}
chmod 644 $RPM_BUILD_ROOT%{_libdir}/guestfs/initramfs.${arch}.img
%clean
rm -rf $RPM_BUILD_ROOT