Accepting request 532488 from home:jengelh:branches:Base:System

IAIU English, the comma makes it sound like dracut would try to load IMA, which is not the case, it's the image.

OBS-URL: https://build.opensuse.org/request/show/532488
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=322
This commit is contained in:
Dirk Mueller 2017-10-12 11:16:57 +00:00 committed by Git OBS Bridge
parent 6efbd5cbb1
commit 4ed36e0520
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Oct 8 00:10:44 UTC 2017 - jengelh@inai.de
- Reword dracut-ima description to avoid misunderstandings.
- Replace old RPM constructs.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 28 11:35:43 UTC 2017 - daniel.molkentin@suse.com Thu Sep 28 11:35:43 UTC 2017 - daniel.molkentin@suse.com

View File

@ -284,7 +284,7 @@ Requires: %{name} = %{version}-%{release}
%description ima %description ima
This package requires everything which is needed to build an 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 %package tools
Summary: Tools to build a local initramfs Summary: Tools to build a local initramfs
@ -487,7 +487,7 @@ chmod a+x modules.d/91zipl/install_zipl_cmdline.sh
make all CFLAGS="%{optflags}" %{?_smp_mflags} make all CFLAGS="%{optflags}" %{?_smp_mflags}
%install %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 echo -e "#!/bin/bash\nDRACUT_VERSION=%{_pkg_version}-%{release}" > %{buildroot}/%{dracutlibdir}/dracut-version.sh