SHA256
1
0
forked from pool/cryptsetup

Accepting request 295595 from home:elvigia:branches:security

- Enable verbose build log. 

- regenerate the initrd if cryptsetup tool changes
  (wanted by 90crypt dracut module)

OBS-URL: https://build.opensuse.org/request/show/295595
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=122
This commit is contained in:
Ludwig Nussel 2015-04-13 09:46:51 +00:00 committed by Git OBS Bridge
parent da8c646220
commit 2ebbcc2226
2 changed files with 18 additions and 1 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Apr 12 18:45:26 UTC 2015 - crrodriguez@opensuse.org
- Enable verbose build log.
-------------------------------------------------------------------
Sun Apr 12 18:41:39 UTC 2015 - crrodriguez@opensuse.org
- regenerate the initrd if cryptsetup tool changes
(wanted by 90crypt dracut module)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 2 12:05:47 UTC 2015 - mpluskal@suse.com Thu Apr 2 12:05:47 UTC 2015 - mpluskal@suse.com

View File

@ -40,6 +40,7 @@ BuildRequires: libuuid-devel
BuildRequires: linux-glibc-devel >= 2.6.38 BuildRequires: linux-glibc-devel >= 2.6.38
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: popt-devel BuildRequires: popt-devel
BuildRequires: suse-module-tools
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -93,7 +94,7 @@ time via the config file %{_sysconfdir}/crypttab.
--enable-fips \ --enable-fips \
--enable-pwquality \ --enable-pwquality \
--enable-gcrypt-pbkdf2 --enable-gcrypt-pbkdf2
make %{?_smp_mflags} make %{?_smp_mflags} V=1
%install %install
# Generate HMAC checksums (FIPS) # Generate HMAC checksums (FIPS)
@ -132,6 +133,11 @@ if [ "$FIRST_ARG" -gt 1 -a ! -e "$marker" ]; then
fi fi
fi fi
%{?regenerate_initrd_post}
%posttrans
%{?regenerate_initrd_posttrans}
%post -n libcryptsetup%{so_ver} -p /sbin/ldconfig %post -n libcryptsetup%{so_ver} -p /sbin/ldconfig
%postun -n libcryptsetup%{so_ver} -p /sbin/ldconfig %postun -n libcryptsetup%{so_ver} -p /sbin/ldconfig