forked from pool/aaa_base
- Update to version 84.87+git20171128.17ae554:
* Check for /proc/version before using it * Remove legacy code for /proc/iSeries * Move fillup-templates to /usr/share (boo#1069468) OBS-URL: https://build.opensuse.org/package/show/Base:System/aaa_base?expand=0&rev=598
This commit is contained in:
parent
fb56230291
commit
70b0df5ad5
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/openSUSE/aaa_base.git</param>
|
||||
<param name="changesrevision">d36b8b114ae6d2526b414aa1cbe8b44e5dfafe49</param></service></servicedata>
|
||||
<param name="changesrevision">17ae554129b5dbb5451f88aea53446193c4fa718</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0245b969dec8c1a9aba3ba71d57828cbf2c7cc1efbd1538b19c3e4ce01bd62e
|
||||
size 80532
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 28 08:51:38 UTC 2017 - lnussel@suse.de
|
||||
|
||||
- Update to version 84.87+git20171128.17ae554:
|
||||
* Check for /proc/version before using it
|
||||
* Remove legacy code for /proc/iSeries
|
||||
* Move fillup-templates to /usr/share (boo#1069468)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 27 08:44:34 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
|
@ -17,13 +17,8 @@
|
||||
# icecream 0
|
||||
|
||||
|
||||
#Compat macro for new _fillupdir macro introduced in Nov 2017
|
||||
%if ! %{defined _fillupdir}
|
||||
%define _fillupdir /var/adm/fillup-templates
|
||||
%endif
|
||||
|
||||
Name: aaa_base
|
||||
Version: 84.87+git20171120.d36b8b1
|
||||
Version: 84.87+git20171128.17ae554
|
||||
Release: 0
|
||||
Url: https://github.com/openSUSE/aaa_base
|
||||
Provides: aaa_skel = %{version}-%{release}
|
||||
@ -135,11 +130,6 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user