SHA256
3
0
forked from pool/aaa_base
Dr. Werner Fink 2017-11-28 11:52:20 +00:00 committed by Git OBS Bridge
parent 7e27078463
commit f7281202bf
5 changed files with 16 additions and 5 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://github.com/openSUSE/aaa_base.git</param>
<param name="changesrevision">17ae554129b5dbb5451f88aea53446193c4fa718</param></service></servicedata>
<param name="changesrevision">a6752e8d56f3c99bda48bfffd77cc0184a853e5f</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2e5820c2da1e5307e3fcdbc29121ea5b78d92452a76b043ae6f782118f1972b
size 80620

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3b5afd6bef8d96346172b90b655166e9fdcbbecb474a84623367792b3dd70125
size 80632

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 28 11:49:03 UTC 2017 - opensuse-packaging@opensuse.org
- Update to version 84.87+git20171128.a6752e8:
* lang.(c)sh: handle locale.conf if sysconfig does not
-------------------------------------------------------------------
Tue Nov 28 10:54:12 UTC 2017 - werner@suse.de

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