Accepting request 541903 from home:markkp:branches:Base:System

- Added "HAVE_DRACUT=1" to the make install command. This will
  include the new dracut support module. (bsc#1068040)

OBS-URL: https://build.opensuse.org/request/show/541903
OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=34
This commit is contained in:
Mark Post 2017-11-14 22:16:21 +00:00 committed by Git OBS Bridge
parent 2730a444e5
commit 1abb2ddd03
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 14 21:38:25 UTC 2017 - mpost@suse.com
- Added "HAVE_DRACUT=1" to the make install command. This will
include the new dracut support module. (bsc#1068040)
-------------------------------------------------------------------
Tue Nov 14 03:19:55 UTC 2017 - mpost@suse.com

View File

@ -209,7 +209,8 @@ mkdir -p %{buildroot}/boot/zipl
%make_install \
ZFCPDUMP_DIR=/usr/lib/s390-tools/zfcpdump \
DISTRELEASE=%{release} \
SYSTEMDSYSTEMUNITDIR=%{_unitdir}
SYSTEMDSYSTEMUNITDIR=%{_unitdir} \
HAVE_DRACUT=1
install -m 755 read_values %{buildroot}/%{_bindir}/
install -m644 -t %{buildroot}/%{_mandir}/man8 %{S:87}
@ -457,6 +458,7 @@ fi
%exclude %{_mandir}/man1/zdsfs.1.gz
%exclude %{_mandir}/man1/hmcdrvfs.1.gz
%exclude %{_mandir}/man8/lshmc.8.gz
/usr/lib/dracut/modules.d/95zdev
%files -n osasnmpd -f %{_builddir}/%{name}.osasnmp
%defattr(-,root,root)