forked from pool/systemd
Accepting request 385773 from home:Andreas_Schwab:Factory
- Avoid bootstrap cycle with sg3_utils OBS-URL: https://build.opensuse.org/request/show/385773 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=938
This commit is contained in:
parent
e5f6721f11
commit
fcbdb34db7
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 7 12:13:16 UTC 2016 - schwab@suse.de
|
||||
|
||||
- Avoid bootstrap cycle with sg3_utils
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 5 07:08:39 UTC 2016 - werner@suse.de
|
||||
|
||||
|
@ -393,7 +393,10 @@ Url: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
|
||||
PreReq: /bin/rm
|
||||
PreReq: %insserv_prereq
|
||||
PreReq: %fillup_prereq
|
||||
# Avoid bootstrap cycle with sg3_utils
|
||||
%if "%{?mini}" == ""
|
||||
PreReq: /usr/bin/sg_inq
|
||||
%endif
|
||||
Requires(pre): /usr/bin/stat
|
||||
Requires(pre): /usr/sbin/groupadd
|
||||
Requires(pre): /usr/bin/getent
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 7 12:13:16 UTC 2016 - schwab@suse.de
|
||||
|
||||
- Avoid bootstrap cycle with sg3_utils
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 5 07:08:39 UTC 2016 - werner@suse.de
|
||||
|
||||
|
@ -388,7 +388,10 @@ Url: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
|
||||
PreReq: /bin/rm
|
||||
PreReq: %insserv_prereq
|
||||
PreReq: %fillup_prereq
|
||||
# Avoid bootstrap cycle with sg3_utils
|
||||
%if "%{?mini}" == ""
|
||||
PreReq: /usr/bin/sg_inq
|
||||
%endif
|
||||
Requires(pre): /usr/bin/stat
|
||||
Requires(pre): /usr/sbin/groupadd
|
||||
Requires(pre): /usr/bin/getent
|
||||
|
Loading…
Reference in New Issue
Block a user