forked from pool/aaa_base
Accepting request 970751 from Base:System
- Update to version 84.87+git20220419.bf51b75: * add Yama LSM sysctl setting and description * Stop lowering the inotify limit * move DIR_COLORS to where ls.bash is OBS-URL: https://build.opensuse.org/request/show/970751 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aaa_base?expand=0&rev=488
This commit is contained in:
commit
badca9da2f
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+git20220411.adfb912.tar filter=lfs diff=lfs merge=lfs -text
|
||||
aaa_base-84.87+git20220419.bf51b75.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">4714140d895dff8efa0c5320c20c6bad7897d7f2</param></service><service name="tar_scm">
|
||||
<param name="changesrevision">bf51b7535a7fc50ee907c7d9792ca0dc6d372e5d</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:9d14d903fc83713f106f13b4b3d1a4307f6077005258795a08d74725617a376a
|
||||
size 378880
|
3
aaa_base-84.87+git20220419.bf51b75.tar
Normal file
3
aaa_base-84.87+git20220419.bf51b75.tar
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e17d3903782730221245f4ee2767b24f8dc14c74aa0a9b6b3470abb636237aef
|
||||
size 378880
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 11:17:08 UTC 2022 - lnussel@suse.de
|
||||
|
||||
- Update to version 84.87+git20220419.bf51b75:
|
||||
* add Yama LSM sysctl setting and description
|
||||
* Stop lowering the inotify limit
|
||||
* move DIR_COLORS to where ls.bash is
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 11 07:35:07 UTC 2022 - lnussel@suse.de
|
||||
|
||||
|
@ -33,7 +33,7 @@ BuildRequires: git-core
|
||||
%endif
|
||||
|
||||
Name: aaa_base
|
||||
Version: 84.87+git20220411.adfb912%{git_version}
|
||||
Version: 84.87+git20220419.bf51b75%{git_version}
|
||||
Release: 0
|
||||
Summary: openSUSE Base Package
|
||||
License: GPL-2.0-or-later
|
||||
@ -167,6 +167,7 @@ mkdir -p %{buildroot}%{_fillupdir}
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%config(noreplace) /etc/DIR_COLORS
|
||||
%config(noreplace) /etc/sysctl.conf
|
||||
%config /etc/bash.bashrc
|
||||
%config /etc/csh.cshrc
|
||||
@ -220,7 +221,6 @@ mkdir -p %{buildroot}%{_fillupdir}
|
||||
%{_fillupdir}/sysconfig.windowmanager
|
||||
|
||||
%files extras
|
||||
%config(noreplace) /etc/DIR_COLORS
|
||||
/etc/skel/.emacs
|
||||
/etc/skel/.inputrc
|
||||
%dir /usr/lib/base-scripts
|
||||
|
Loading…
Reference in New Issue
Block a user