Accepting request 125140 from home:a_faerber:branches:Virtualization
Now all requests from BNC#765948 should be addressed. OBS-URL: https://build.opensuse.org/request/show/125140 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=82
This commit is contained in:
parent
37424ca48f
commit
9d9a35d9e8
@ -1,4 +0,0 @@
|
||||
# This line is mandatory to access the configuration functions
|
||||
from Config import *
|
||||
|
||||
setBadness('permissions-file-setuid-bit', 0)
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 14 14:39:57 UTC 2012 - afaerber@suse.de
|
||||
|
||||
- revert qemu-bridge-helper mode change (cf. BNC#765948)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 13 13:44:28 UTC 2012 - brogers@suse.com
|
||||
|
||||
|
@ -49,7 +49,6 @@ Patch0022: 0022-use-libexecdir-instead-of-ignoring-.patch
|
||||
Patch0023: 0023-linux-user-Ignore-broken-loop-ioctl.patch
|
||||
# this is to make lint happy
|
||||
Source300: rpmlintrc
|
||||
Source301: qemu-tools-rpmlintrc
|
||||
Source302: bridge.conf
|
||||
Source400: update_git.sh
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -250,7 +249,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%files tools
|
||||
%defattr(-, root, root)
|
||||
%_bindir/qemu-io
|
||||
%verify(not mode) %attr(4755, root, root) %_libexecdir/qemu-bridge-helper
|
||||
%verify(not mode) %_libexecdir/qemu-bridge-helper
|
||||
%config %_sysconfdir/%name/bridge.conf
|
||||
|
||||
%files linux-user
|
||||
|
@ -27,7 +27,6 @@ Source: %name-%version-1.tar.bz2
|
||||
PATCH_FILES
|
||||
# this is to make lint happy
|
||||
Source300: rpmlintrc
|
||||
Source301: qemu-tools-rpmlintrc
|
||||
Source302: bridge.conf
|
||||
Source400: update_git.sh
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -206,7 +205,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%files tools
|
||||
%defattr(-, root, root)
|
||||
%_bindir/qemu-io
|
||||
%verify(not mode) %attr(4755, root, root) %_libexecdir/qemu-bridge-helper
|
||||
%verify(not mode) %_libexecdir/qemu-bridge-helper
|
||||
%config %_sysconfdir/%name/bridge.conf
|
||||
|
||||
%files linux-user
|
||||
|
Loading…
Reference in New Issue
Block a user