forked from pool/cryptsetup
Accepting request 349019 from home:tiwai:branches:security
- 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/349019 OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=126
This commit is contained in:
parent
ce789c545b
commit
36e909287e
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 10 16:05:57 CET 2015 - tiwai@suse.de
|
||||
|
||||
- Fix missing dependency on coreutils for initrd macros (boo#958562)
|
||||
- Call missing initrd macro at postun (boo#958562)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 8 20:19:34 UTC 2015 - asterios.dramis@gmail.com
|
||||
|
||||
|
@ -41,6 +41,8 @@ BuildRequires: linux-glibc-devel >= 2.6.38
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: popt-devel
|
||||
BuildRequires: suse-module-tools
|
||||
Requires(post): coreutils
|
||||
Requires(postun): coreutils
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -135,6 +137,9 @@ fi
|
||||
|
||||
%{?regenerate_initrd_post}
|
||||
|
||||
%postun
|
||||
%{?regenerate_initrd_post}
|
||||
|
||||
%posttrans
|
||||
%{?regenerate_initrd_posttrans}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user