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 a5e53eb commit 9fd1379
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package/autoyast2.spec
Original file line number Diff line number Diff line change
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: autoyast2
Version: 4.0.7
Release: 0
Expand Down Expand Up @@ -212,7 +217,7 @@ rmdir $RPM_BUILD_ROOT/%{_prefix}/share/doc/packages/autoyast2/html/autoyast

# additional files

/var/adm/fillup-templates/sysconfig.autoinstall
%{_fillupdir}/sysconfig.autoinstall

%files installation
%defattr(-,root,root)
Expand Down

0 comments on commit 9fd1379

Please sign in to comment.