forked from pool/dmraid
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:
commit
d7004954ce
@ -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
|
Mon Jul 13 09:33:56 UTC 2015 - lwang@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dmraid
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -27,6 +27,8 @@ BuildRequires: zlib-devel
|
|||||||
|
|
||||||
Requires: aaa_base
|
Requires: aaa_base
|
||||||
Requires: kpartx
|
Requires: kpartx
|
||||||
|
Requires(post): coreutils
|
||||||
|
Requires(postun): coreutils
|
||||||
Url: http://people.redhat.com/~heinzm/sw/dmraid/src/
|
Url: http://people.redhat.com/~heinzm/sw/dmraid/src/
|
||||||
Summary: A Device-Mapper Software RAID Support Tool
|
Summary: A Device-Mapper Software RAID Support Tool
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
@ -142,6 +144,7 @@ chmod -x %{buildroot}%{_prefix}/include/dmraid/*h
|
|||||||
%postun
|
%postun
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
%service_del_postun dmraid-activation.service
|
%service_del_postun dmraid-activation.service
|
||||||
|
%{?regenerate_initrd_post}
|
||||||
|
|
||||||
%{insserv_cleanup}
|
%{insserv_cleanup}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user