forked from pool/aaa_base
- 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/package/show/Base:System/aaa_base?expand=0&rev=782
This commit is contained in:
parent
d02b396471
commit
a175a8bd93
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+git20240523.10a5692.tar filter=lfs diff=lfs merge=lfs -text
|
||||
aaa_base-84.87+git20240614.332933e.tar filter=lfs diff=lfs merge=lfs -text
|
||||
|
@ -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">332933ea064cb93ca78cc45ad76aea46a4ed0e41</param></service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:790e6157af0f0098ca0aff8e515be72bdc6198472bc4aad6868d5cfb42885a28
|
||||
size 358400
|
3
aaa_base-84.87+git20240614.332933e.tar
Normal file
3
aaa_base-84.87+git20240614.332933e.tar
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dbc17545c62d7d7c4c78495f403ebd1eef381695694a9af521832274260876f9
|
||||
size 358400
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -33,7 +33,7 @@ BuildRequires: git-core
|
||||
%endif
|
||||
|
||||
Name: aaa_base
|
||||
Version: 84.87+git20240523.10a5692%{git_version}
|
||||
Version: 84.87+git20240614.332933e%{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
|
||||
|
||||
@ -210,7 +222,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
|
||||
/usr/lib/sysctl.d/50-default.conf
|
||||
/usr/lib/sysctl.d/51-network.conf
|
||||
%dir %{_libexecdir}/initscripts
|
||||
%dir %{_libexecdir}/initscripts/legacy-actions
|
||||
%{_fillupdir}/sysconfig.language
|
||||
@ -238,4 +251,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
|
||||
|
Loading…
Reference in New Issue
Block a user