SHA256
1
0
forked from pool/aaa_base

Accepting request 1182048 from Base:System

- Update to version 84.87+git20240620.57ee9e1:
  * Remove legacy-actions support [jsc#PED-264]

- Update to version 84.87+git20240617.f5ff27f:
  * add /usr/bin/nu to etc/shells for nushell

- Update to version 84.87+git20240614.332933e:
  * Do not save/restore cursor for foot at status line
  * Add tmux and others to DIR_COLORS (Issue #116)
  * Remove kernel.pid_max limit (bsc#1219038)
  * Add subpackge to enable ptrace

OBS-URL: https://build.opensuse.org/request/show/1182048
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aaa_base?expand=0&rev=501
This commit is contained in:
Ana Guerrero 2024-06-25 21:07:06 +00:00 committed by Git OBS Bridge
commit d3325534e6
6 changed files with 45 additions and 12 deletions

2
.gitattributes vendored
View File

@ -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+git20240523.10a5692.tar filter=lfs diff=lfs merge=lfs -text
aaa_base-84.87+git20240620.57ee9e1.tar filter=lfs diff=lfs merge=lfs -text

View File

@ -1,5 +1,5 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/aaa_base.git</param>
<param name="changesrevision">10a56928297e6a9a2f4aa06a7fbb02d72534f724</param></service>
</servicedata>
<param name="changesrevision">57ee9e1a842e029646a8d9551ed492ef6993ec82</param></service>
</servicedata>

View File

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

View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Fri Jun 21 07:42:46 UTC 2024 - kukuk@suse.com
- Update to version 84.87+git20240620.57ee9e1:
* Remove legacy-actions support [jsc#PED-264]
-------------------------------------------------------------------
Mon Jun 17 16:05:14 UTC 2024 - ro@suse.com
- Update to version 84.87+git20240617.f5ff27f:
* add /usr/bin/nu to etc/shells for nushell
-------------------------------------------------------------------
Fri Jun 14 12:18:04 UTC 2024 - ro@suse.com
- Update to version 84.87+git20240614.332933e:
* Do not save/restore cursor for foot at status line
* Add tmux and others to DIR_COLORS (Issue #116)
* Remove kernel.pid_max limit (bsc#1219038)
* Add subpackge to enable ptrace
-------------------------------------------------------------------
Fri May 24 11:48:00 UTC 2024 - kukuk@suse.com

View File

@ -33,7 +33,7 @@ BuildRequires: git-core
%endif
Name: aaa_base
Version: 84.87+git20240523.10a5692%{git_version}
Version: 84.87+git20240620.57ee9e1%{git_version}
Release: 0
Summary: openSUSE Base Package
License: GPL-2.0-or-later
@ -103,6 +103,18 @@ 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.
%package yama-enable-ptrace
Summary: sysctl setting to allow ptrace with the YAMA LSM enabled
Group: System/Fhs
Requires: %{name} = %{version}
%description yama-enable-ptrace
When the YAMA LSM is enabled, ptrace is restriced by default. On
developer systems this has an impact on e.g. strace and gdb. So
this package contains a setting that allows ptrace again.
See https://docs.kernel.org/admin-guide/LSM/Yama.html
%prep
%setup -q
@ -120,8 +132,6 @@ mkdir -p %{buildroot}/etc/init.d
for i in boot.local after.local ; do
install -m 755 /dev/null %{buildroot}/etc/init.d/$i
done
#
install -d -m 755 %buildroot%{_libexecdir}/initscripts/legacy-actions
# keep as ghost for migration
touch %buildroot/etc/inittab
@ -210,9 +220,8 @@ mkdir -p %{buildroot}%{_fillupdir}
/usr/share/man/man1/smart_agetty.1*
/usr/share/man/man5/defaultdomain.5*
/usr/share/man/man8/service.8*
/usr/lib/sysctl.d/*.conf
%dir %{_libexecdir}/initscripts
%dir %{_libexecdir}/initscripts/legacy-actions
/usr/lib/sysctl.d/50-default.conf
/usr/lib/sysctl.d/51-network.conf
%{_fillupdir}/sysconfig.language
%{_fillupdir}/sysconfig.proxy
%{_fillupdir}/sysconfig.windowmanager
@ -238,4 +247,7 @@ mkdir -p %{buildroot}%{_fillupdir}
/usr/etc/profile.d/wsl.csh
/usr/etc/profile.d/wsl.sh
%files yama-enable-ptrace
/usr/lib/sysctl.d/52-yama.conf
%changelog