forked from pool/systemd
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=604
This commit is contained in:
parent
ceb6aadd93
commit
f0bcf33be9
@ -2,6 +2,8 @@
|
||||
Wed Apr 16 10:17:13 UTC 2014 - werner@suse.de
|
||||
|
||||
- Use latest regenerate-initrd rpm macros (fate#313506)
|
||||
- Add rescue-emergency-target-conflicts.patch to avoid that
|
||||
emergency and rescue sulogin are fighting on console
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 15 12:19:24 UTC 2014 - werner@suse.de
|
||||
|
@ -385,6 +385,8 @@ Patch195: 0001-reduce-the-amount-of-messages-logged-to-dev-kmsg-whe.patch
|
||||
Patch196: systemd-detect-xendom.patch
|
||||
# PATCH-FIX-SUSE Avoid that emergency and rescue sulogin are fighting on console
|
||||
Patch197: rescue-emergency-target-conflicts.patch
|
||||
# PATCH-FIX-SUSE Avoid a divide by zero sigtrap
|
||||
Patch198: avoid-divide-by-zero-sigtrap.patch
|
||||
|
||||
# UDEV PATCHES
|
||||
# ============
|
||||
@ -478,10 +480,11 @@ Requires(post): systemd
|
||||
%if %{defined regenerate_initrd_post}
|
||||
Requires(post): coreutils
|
||||
Requires(postun): coreutils
|
||||
Requires(posttrans): coreutils
|
||||
Requires(posttrans): suse-module-tools
|
||||
Requires(posttrans): /sbin/mkinitrd
|
||||
%else
|
||||
Requires(post): mkinitrd
|
||||
Requires(postun): mkinitrd
|
||||
Requires(post): /sbin/mkinitrd
|
||||
Requires(postun): /sbin/mkinitrd
|
||||
%endif
|
||||
Conflicts: systemd < 39
|
||||
Conflicts: aaa_base < 11.5
|
||||
@ -760,6 +763,7 @@ cp %{SOURCE7} m4/
|
||||
%patch195 -p0
|
||||
%patch196 -p1
|
||||
%patch197 -p1
|
||||
%patch198 -p1
|
||||
|
||||
# udev patches
|
||||
%patch1001 -p1
|
||||
|
Loading…
Reference in New Issue
Block a user