SHA256
1
0
forked from pool/aaa_base

- use TW versioning, 13.2 is misleading

- Update to version 84.87+git20171120.d36b8b1:
  * Fix double sourcing of /etc/bash_completion.d
  * create wsl.sh in /etc/profile.d to set umask in WSL
  * Add support for /usr/bin/fish (boo#1068840)
  * Get mixed use case of service wrapper script straight (bsc#1040613)

OBS-URL: https://build.opensuse.org/package/show/Base:System/aaa_base?expand=0&rev=594
This commit is contained in:
Ludwig Nussel 2017-11-20 09:52:52 +00:00 committed by Git OBS Bridge
parent 1b94f7fced
commit 3624b8310f
6 changed files with 31 additions and 7 deletions

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="version">13.2</param>
<param name="versionformat">13.2+git%cd.%h</param>
<param name="version">84.87</param>
<param name="versionformat">84.87+git%cd.%h</param>
<param name="url">git://github.com/openSUSE/aaa_base.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>

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">8f12a9e0796fb53980ea55e3911e4399fdfeb320</param></service></servicedata>
<param name="changesrevision">d36b8b114ae6d2526b414aa1cbe8b44e5dfafe49</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Nov 20 09:43:26 UTC 2017 - lnussel@suse.de
- use TW versioning, 13.2 is misleading
- Update to version 84.87+git20171120.d36b8b1:
* Fix double sourcing of /etc/bash_completion.d
* create wsl.sh in /etc/profile.d to set umask in WSL
* Add support for /usr/bin/fish (boo#1068840)
* Get mixed use case of service wrapper script straight (bsc#1040613)
-------------------------------------------------------------------
Wed Aug 30 08:29:57 CEST 2017 - kukuk@suse.de

View File

@ -18,7 +18,7 @@
Name: aaa_base
Version: 13.2+git20170828.8f12a9e
Version: 84.87+git20171120.d36b8b1
Release: 0
Url: https://github.com/openSUSE/aaa_base
Provides: aaa_skel = %{version}-%{release}
@ -82,6 +82,16 @@ This package sets environment variables that enable stricter
malloc checks to catch potential heap corruptions. It's not
installed by default as it may degrade performance.
%package wsl
Summary: SUSE Linux Base Package (Windows Subsystem for Linux)
Group: System/Fhs
Requires: %{name} = %{version}
%description wsl
This package includes some special settings needed on Windows Subsystem
for Linux. It should only be installed on WSL and not on regular Linux
systems.
%prep
%setup -q
@ -228,4 +238,8 @@ rm -f /root/.gnupg/secring.gpg.aaa_save
%config /etc/profile.d/malloc-debug.sh
%config /etc/profile.d/malloc-debug.csh
%files wsl
%defattr(-,root,root)
%config /etc/profile.d/wsl.sh
%changelog