forked from pool/cryptsetup
Accepting request 350182 from security
1 OBS-URL: https://build.opensuse.org/request/show/350182 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=95
This commit is contained in:
commit
323c74e83b
@ -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