Hello community, here is the log from the commit of package dracut for openSUSE:Factory checked in at 2017-10-18 12:50:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dracut (Old) and /work/SRC/openSUSE:Factory/.dracut.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dracut" Wed Oct 18 12:50:51 2017 rev:115 rq:534349 version:044.1 Changes: -------- --- /work/SRC/openSUSE:Factory/dracut/dracut.changes 2017-10-09 19:36:16.859072241 +0200 +++ /work/SRC/openSUSE:Factory/.dracut.new/dracut.changes 2017-10-18 12:50:54.146038023 +0200 @@ -1,0 +2,13 @@ +Tue Oct 17 08:03:22 UTC 2017 - [email protected] + +- Check the proper variable for a custom IMA keys directory (cherry-picked) + Part of fate#323289. + * adds 0540-Check-the-proper-variable-for-a-custom-IMA-keys-dire.patch + +------------------------------------------------------------------- +Sun Oct 8 00:10:44 UTC 2017 - [email protected] + +- Reword dracut-ima description to avoid misunderstandings. +- Replace old RPM constructs. + +------------------------------------------------------------------- New: ---- 0540-Check-the-proper-variable-for-a-custom-IMA-keys-dire.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dracut.spec ++++++ --- /var/tmp/diff_new_pack.k0PmN3/_old 2017-10-18 12:50:56.393932740 +0200 +++ /var/tmp/diff_new_pack.k0PmN3/_new 2017-10-18 12:50:56.393932740 +0200 @@ -221,6 +221,7 @@ Patch537: 0537-dracut-init.sh-ignore-crc32.ko-in-builtin-test.patch Patch538: 0538-Enable-core-dumps-with-systemd-from-initrd.patch Patch539: 0539-Add-IMA-functionality-fate-323289.patch +Patch540: 0540-Check-the-proper-variable-for-a-custom-IMA-keys-dire.patch BuildRequires: asciidoc BuildRequires: bash @@ -284,7 +285,7 @@ %description ima This package requires everything which is needed to build an -initramfs with dracut, which tries to load an IMA policy during startup. +initramfs (using dracut) which tries to load an IMA policy during startup. %package tools Summary: Tools to build a local initramfs @@ -478,6 +479,7 @@ %patch537 -p1 %patch538 -p1 %patch539 -p1 +%patch540 -p1 %build %configure\ @@ -487,7 +489,7 @@ make all CFLAGS="%{optflags}" %{?_smp_mflags} %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install %{?_smp_mflags} echo -e "#!/bin/bash\nDRACUT_VERSION=%{_pkg_version}-%{release}" > %{buildroot}/%{dracutlibdir}/dracut-version.sh ++++++ 0540-Check-the-proper-variable-for-a-custom-IMA-keys-dire.patch ++++++ >From 551cc3694e32be97084b1f198f76f4daf908d503 Mon Sep 17 00:00:00 2001 From: Jason Dana <[email protected]> Date: Thu, 27 Apr 2017 07:55:58 -0400 Subject: [PATCH] Check the proper variable for a custom IMA keys directory --- modules.d/98integrity/ima-keys-load.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/98integrity/ima-keys-load.sh b/modules.d/98integrity/ima-keys-load.sh index 659b7222..e142f74d 100755 --- a/modules.d/98integrity/ima-keys-load.sh +++ b/modules.d/98integrity/ima-keys-load.sh @@ -13,7 +13,7 @@ load_x509_keys() . ${IMACONFIG} fi - if [ -z "${IMAKEYDIR}" ]; then + if [ -z "${IMAKEYSDIR}" ]; then IMAKEYSDIR="/etc/keys/ima" fi -- 2.14.1
