forked from pool/dmraid
Accepting request 349009 from home:tiwai:branches:Base:System
- Fix missing dependency on coreutils for initrd macros (boo#958562) - Call missing initrd macro at postun (boo#958562) OBS-URL: https://build.opensuse.org/request/show/349009 OBS-URL: https://build.opensuse.org/package/show/Base:System/dmraid?expand=0&rev=49
This commit is contained in:
parent
fd88955d41
commit
e76066c08a
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user