diff --git a/hsqldb.changes b/hsqldb.changes index f005ee0..572ba88 100644 --- a/hsqldb.changes +++ b/hsqldb.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Nov 23 13:50:25 UTC 2017 - rbrown@suse.com + +- Replace references to /var/adm/fillup-templates with new + %_fillupdir macro (boo#1069468) + ------------------------------------------------------------------- Fri Sep 29 06:52:51 UTC 2017 - fstrba@suse.com diff --git a/hsqldb.spec b/hsqldb.spec index 209bdab..0239cda 100644 --- a/hsqldb.spec +++ b/hsqldb.spec @@ -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: hsqldb Version: 2.3.3 Release: 0 @@ -145,8 +150,8 @@ install -d -m 0755 %{buildroot}/%{_sbindir}/ ln -sf service %{buildroot}/%{_sbindir}/rc%{name} # sysconfig -#install -d -m 0755 %{buildroot}/var/adm/fillup-templates -#install -m 700 %{SOURCE1} %{buildroot}/var/adm/fillup-templates/sysconfig.%{name} +#install -d -m 0755 %{buildroot}%{_fillupdir} +#install -m 700 %{SOURCE1} %{buildroot}%{_fillupdir}/sysconfig.%{name} install -d -m 0755 %{buildroot}/%{_sysconfdir} install -m 0644 %{SOURCE1} %{buildroot}/%{_sysconfdir}/%{name}.conf