Browse Source

Merge pull request #344 from yuwata/spec-cleanup

spec: use if-undefined instead of empty if-defined block
master
Harald Hoyer 7 years ago committed by GitHub
parent
commit
17414dd01b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      dracut.spec

3
dracut.spec

@ -370,8 +370,7 @@ rm -rf -- $RPM_BUILD_ROOT @@ -370,8 +370,7 @@ rm -rf -- $RPM_BUILD_ROOT
%{_mandir}/man5/dracut.conf.5*
%endif

%if %{defined _unitdir}
%else
%if %{undefined _unitdir}
%{dracutlibdir}/modules.d/00bootchart
%endif
%{dracutlibdir}/modules.d/00bash

Loading…
Cancel
Save