2017-11-28 11:52:20 +00:00
committed by Git OBS Bridge
parent a7fc63ef6d
commit b63f91367a
5 changed files with 16 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
Name: aaa_base
Version: 13.2+git20171128.a6752e8
Version: 84.87+git20171128.a6752e8
Release: 0
Url: https://github.com/openSUSE/aaa_base
Provides: aaa_skel = %{version}-%{release}
@@ -130,6 +130,11 @@ install -d -m 755 %buildroot/usr/lib/initscripts/legacy-actions
# keep as ghost for migration
touch %buildroot/etc/inittab
%if "%{_fillupdir}" != "/var/adm/fillup-templates"
mkdir -p %{buildroot}$(dirname %{_fillupdir})
mv %{buildroot}/var/adm/fillup-templates %{buildroot}%{_fillupdir}
%endif
%pre -f aaa_base.pre
%post -f aaa_base.post