Accepting request 349084 from Base:System

- Fix missing dependency on coreutils for initrd macros (boo#958562)
- Call missing initrd macro at postun (boo#958562) (forwarded request 349009 from tiwai)

OBS-URL: https://build.opensuse.org/request/show/349084
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dmraid?expand=0&rev=56
This commit is contained in:
Dominique Leuenberger 2015-12-18 20:50:15 +00:00 committed by Git OBS Bridge
commit d7004954ce
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Dec 10 16:08:28 CET 2015 - tiwai@suse.de
- Fix missing dependency on coreutils for initrd macros (boo#958562)
- Call missing initrd macro at postun (boo#958562)
-------------------------------------------------------------------
Mon Jul 13 09:33:56 UTC 2015 - lwang@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package dmraid
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -27,6 +27,8 @@ BuildRequires: zlib-devel
Requires: aaa_base
Requires: kpartx
Requires(post): coreutils
Requires(postun): coreutils
Url: http://people.redhat.com/~heinzm/sw/dmraid/src/
Summary: A Device-Mapper Software RAID Support Tool
License: GPL-2.0
@ -142,6 +144,7 @@ chmod -x %{buildroot}%{_prefix}/include/dmraid/*h
%postun
/sbin/ldconfig
%service_del_postun dmraid-activation.service
%{?regenerate_initrd_post}
%{insserv_cleanup}