Skip to content

Commit

Permalink
Replace references to /var/adm/fillup-templates with new %_fillupdir …
Browse files Browse the repository at this point in the history
…macro (boo#1069468)
  • Loading branch information
sysrich committed Nov 23, 2017
1 parent e0e53bb commit 7f43bbb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package/yast2-firstboot.spec
Expand Up @@ -16,6 +16,11 @@
#


#Compat macro for new _fillupdir macro introduced in Nov 2017
%if ! %{defined _fillupdir}
%define _fillupdir /var/adm/fillup-templates
%endif

Name: yast2-firstboot
Version: 3.1.17
Release: 0
Expand Down Expand Up @@ -89,7 +94,7 @@ mkdir -p $RPM_BUILD_ROOT/usr/share/firstboot/scripts
%{yast_moduledir}/Firstboot.*
%dir %{yast_scrconfdir}
%{yast_scrconfdir}/*.scr
/var/adm/fillup-templates/sysconfig.firstboot
%{_fillupdir}/sysconfig.firstboot
/usr/share/firstboot
%doc %{yast_docdir}
%doc COPYING
Expand Down

0 comments on commit 7f43bbb

Please sign in to comment.