forked from pool/aaa_base
Accepting request 1104001 from Base:System
- Update to version 84.87+git20230815.cab7b44: * Remove broken autocompletion overrides and restore default bash behavior * Add foot to DIR_COLORS * files/u/s/sysconf_addword: avoid bashism, fix shellcheck warnings * files/u/s/smart_agetty: replace shebang with /bin/sh * files/u/s/service: avoid bashism, fix shellcheck warnings * files/u/s/refresh_initrd: make POSIX compliant * files/u/b/safe-rm: make POSIX compliant * aaa_base.post: replace shebang with /usr/sh * files/u/b/old: make POSIX compliant OBS-URL: https://build.opensuse.org/request/show/1104001 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aaa_base?expand=0&rev=493
This commit is contained in:
commit
fe20370297
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -22,4 +22,4 @@
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
## Specific LFS patterns
|
||||
aaa_base-84.87+git20230329.b39efbc.tar filter=lfs diff=lfs merge=lfs -text
|
||||
aaa_base-84.87+git20230815.cab7b44.tar filter=lfs diff=lfs merge=lfs -text
|
||||
|
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/aaa_base.git</param>
|
||||
<param name="changesrevision">b39efbc009fa82640ec066d714949ba2909a228f</param></service><service name="tar_scm">
|
||||
<param name="changesrevision">cab7b44076ce52124cfaf556f2e3f17be6ff3802</param></service><service name="tar_scm">
|
||||
<param name="url">https://github.com/lnussel/aaa_base.git</param>
|
||||
<param name="changesrevision">0f8eaba2cf2e69db15cce8a4dcf005b6e88f61e6</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71c059b8acfd8f26015575c5b3b08c428650b1aa7552747e5cfbb024054698d4
|
||||
size 378880
|
3
aaa_base-84.87+git20230815.cab7b44.tar
Normal file
3
aaa_base-84.87+git20230815.cab7b44.tar
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:57a18afec918e9baccd170ac066b8283047b9e8befb58e0d7a93c6a773ce9d86
|
||||
size 358400
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 15 08:35:38 UTC 2023 - lnussel@suse.com
|
||||
|
||||
- Update to version 84.87+git20230815.cab7b44:
|
||||
* Remove broken autocompletion overrides and restore default bash behavior
|
||||
* Add foot to DIR_COLORS
|
||||
* files/u/s/sysconf_addword: avoid bashism, fix shellcheck warnings
|
||||
* files/u/s/smart_agetty: replace shebang with /bin/sh
|
||||
* files/u/s/service: avoid bashism, fix shellcheck warnings
|
||||
* files/u/s/refresh_initrd: make POSIX compliant
|
||||
* files/u/b/safe-rm: make POSIX compliant
|
||||
* aaa_base.post: replace shebang with /usr/sh
|
||||
* files/u/b/old: make POSIX compliant
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 08:17:25 UTC 2023 - lnussel@suse.de
|
||||
|
||||
|
@ -33,7 +33,7 @@ BuildRequires: git-core
|
||||
%endif
|
||||
|
||||
Name: aaa_base
|
||||
Version: 84.87+git20230329.b39efbc%{git_version}
|
||||
Version: 84.87+git20230815.cab7b44%{git_version}
|
||||
Release: 0
|
||||
Summary: openSUSE Base Package
|
||||
License: GPL-2.0-or-later
|
||||
@ -229,7 +229,6 @@ mkdir -p %{buildroot}%{_fillupdir}
|
||||
/etc/skel/.emacs
|
||||
/etc/skel/.inputrc
|
||||
%dir /usr/lib/base-scripts
|
||||
/usr/etc/profile.d/complete.bash
|
||||
/usr/lib/base-scripts/backup-rpmdb
|
||||
/usr/lib/base-scripts/backup-sysconfig
|
||||
/usr/lib/base-scripts/check-battery
|
||||
|
Loading…
Reference in New Issue
Block a user