forked from pool/aaa_base
- Update to version 84.87+git20240318.3e4640d:
* Add mc helpers for both tcsh and bash resources * Do not overwrite escape sequences for xterm like (bsc#1221407) * Check for valid TERM OBS-URL: https://build.opensuse.org/package/show/Base:System/aaa_base?expand=0&rev=774
This commit is contained in:
parent
a78cdd3ebc
commit
ab9997451e
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -22,4 +22,4 @@
|
|||||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||||
## Specific LFS patterns
|
## Specific LFS patterns
|
||||||
aaa_base-84.87+git20240202.9526d46.tar filter=lfs diff=lfs merge=lfs -text
|
aaa_base-84.87+git20240318.3e4640d.tar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/openSUSE/aaa_base.git</param>
|
<param name="url">https://github.com/openSUSE/aaa_base.git</param>
|
||||||
<param name="changesrevision">9526d46f8d2306a4baff7598bba702e67577ca0f</param></service><service name="tar_scm">
|
<param name="changesrevision">3e4640ddfe7eb36165858a3b1d714fa383f2677b</param></service><service name="tar_scm">
|
||||||
<param name="url">https://github.com/lnussel/aaa_base.git</param>
|
<param name="url">https://github.com/lnussel/aaa_base.git</param>
|
||||||
<param name="changesrevision">0f8eaba2cf2e69db15cce8a4dcf005b6e88f61e6</param></service></servicedata>
|
<param name="changesrevision">0f8eaba2cf2e69db15cce8a4dcf005b6e88f61e6</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cb478413cdb43fe24817bdf674398fe06ff535bd1b3ab3ffcb42949f9ccd4b55
|
|
||||||
size 358400
|
|
3
aaa_base-84.87+git20240318.3e4640d.tar
Normal file
3
aaa_base-84.87+git20240318.3e4640d.tar
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:38d57c2dd94e20fac28748aa83258f037d6a44c231656359ed5715c55033a9af
|
||||||
|
size 358400
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 18 11:34:35 UTC 2024 - lnussel@suse.com
|
||||||
|
|
||||||
|
- Update to version 84.87+git20240318.3e4640d:
|
||||||
|
* Add mc helpers for both tcsh and bash resources
|
||||||
|
* Do not overwrite escape sequences for xterm like (bsc#1221407)
|
||||||
|
* Check for valid TERM
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 02 12:55:26 UTC 2024 - ro@suse.com
|
Fri Feb 02 12:55:26 UTC 2024 - ro@suse.com
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ BuildRequires: git-core
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: aaa_base
|
Name: aaa_base
|
||||||
Version: 84.87+git20240202.9526d46%{git_version}
|
Version: 84.87+git20240318.3e4640d%{git_version}
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: openSUSE Base Package
|
Summary: openSUSE Base Package
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -193,6 +193,8 @@ mkdir -p %{buildroot}%{_fillupdir}
|
|||||||
/usr/etc/profile.d/ls.tcsh
|
/usr/etc/profile.d/ls.tcsh
|
||||||
/usr/etc/profile.d/ls.bash
|
/usr/etc/profile.d/ls.bash
|
||||||
/usr/etc/profile.d/ls.zsh
|
/usr/etc/profile.d/ls.zsh
|
||||||
|
/usr/etc/profile.d/terminal.sh
|
||||||
|
/usr/etc/profile.d/terminal.csh
|
||||||
%dir /usr/lib/environment.d
|
%dir /usr/lib/environment.d
|
||||||
/usr/lib/environment.d/50-xdg.conf
|
/usr/lib/environment.d/50-xdg.conf
|
||||||
%config /etc/shells
|
%config /etc/shells
|
||||||
|
Loading…
Reference in New Issue
Block a user