forked from pool/aaa_base
Accepting request 1191629 from Base:System
- Update to version 84.87+git20240805.7513b28: * Remove obsolete resolv+ manual page * Remove obsolete defaultdomain.5 manual page * Move /etc/skel to /usr/etc/skel (hermetic-usr) * Remove obsolete refresh_initrd * Add deprecation notice for service [jsc#PED-266] - Update to version 84.87+git20240801.75f05dd: * sysctl: Don't set kernel.pid_max on 32b archs (bsc#1227117) OBS-URL: https://build.opensuse.org/request/show/1191629 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aaa_base?expand=0&rev=502
This commit is contained in:
commit
bb0d4a4484
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+git20240620.57ee9e1.tar filter=lfs diff=lfs merge=lfs -text
|
aaa_base-84.87+git20240805.7513b28.tar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<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">57ee9e1a842e029646a8d9551ed492ef6993ec82</param></service>
|
<param name="changesrevision">7513b28cbec32ad78af7203b073c005230ab39f3</param></service>
|
||||||
</servicedata>
|
</servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:156b84296bf73fa1f9dc8cb27c19794af40d2e94a7c0a96aff4cdf8c21be3fb8
|
|
||||||
size 358400
|
|
3
aaa_base-84.87+git20240805.7513b28.tar
Normal file
3
aaa_base-84.87+git20240805.7513b28.tar
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4197f2fc3caf74b156ae3000ab69563ce7b2585f31e6e5572867c15bfff241a4
|
||||||
|
size 348160
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 05 09:15:00 UTC 2024 - ro@suse.com
|
||||||
|
|
||||||
|
- Update to version 84.87+git20240805.7513b28:
|
||||||
|
* Remove obsolete resolv+ manual page
|
||||||
|
* Remove obsolete defaultdomain.5 manual page
|
||||||
|
* Move /etc/skel to /usr/etc/skel (hermetic-usr)
|
||||||
|
* Remove obsolete refresh_initrd
|
||||||
|
* Add deprecation notice for service [jsc#PED-266]
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 01 09:35:19 UTC 2024 - kukuk@suse.com
|
||||||
|
|
||||||
|
- Update to version 84.87+git20240801.75f05dd:
|
||||||
|
* sysctl: Don't set kernel.pid_max on 32b archs (bsc#1227117)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 21 07:42:46 UTC 2024 - kukuk@suse.com
|
Fri Jun 21 07:42:46 UTC 2024 - kukuk@suse.com
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ BuildRequires: git-core
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: aaa_base
|
Name: aaa_base
|
||||||
Version: 84.87+git20240620.57ee9e1%{git_version}
|
Version: 84.87+git20240805.7513b28%{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
|
||||||
@ -210,7 +210,6 @@ mkdir -p %{buildroot}%{_fillupdir}
|
|||||||
%ghost %config(noreplace) /etc/init.d/after.local
|
%ghost %config(noreplace) /etc/init.d/after.local
|
||||||
%ghost %config /etc/inittab
|
%ghost %config /etc/inittab
|
||||||
/usr/bin/get_kernel_version
|
/usr/bin/get_kernel_version
|
||||||
/usr/sbin/refresh_initrd
|
|
||||||
/usr/sbin/service
|
/usr/sbin/service
|
||||||
/usr/sbin/smart_agetty
|
/usr/sbin/smart_agetty
|
||||||
/usr/bin/filesize
|
/usr/bin/filesize
|
||||||
@ -218,23 +217,24 @@ mkdir -p %{buildroot}%{_fillupdir}
|
|||||||
/usr/bin/rpmlocate
|
/usr/bin/rpmlocate
|
||||||
/usr/sbin/sysconf_addword
|
/usr/sbin/sysconf_addword
|
||||||
/usr/share/man/man1/smart_agetty.1*
|
/usr/share/man/man1/smart_agetty.1*
|
||||||
/usr/share/man/man5/defaultdomain.5*
|
|
||||||
/usr/share/man/man8/service.8*
|
/usr/share/man/man8/service.8*
|
||||||
/usr/lib/sysctl.d/50-default.conf
|
/usr/lib/sysctl.d/50-default.conf
|
||||||
|
%ifnarch %ix86 %arm
|
||||||
|
/usr/lib/sysctl.d/50-pid-max.conf
|
||||||
|
%endif
|
||||||
/usr/lib/sysctl.d/51-network.conf
|
/usr/lib/sysctl.d/51-network.conf
|
||||||
%{_fillupdir}/sysconfig.language
|
%{_fillupdir}/sysconfig.language
|
||||||
%{_fillupdir}/sysconfig.proxy
|
%{_fillupdir}/sysconfig.proxy
|
||||||
%{_fillupdir}/sysconfig.windowmanager
|
%{_fillupdir}/sysconfig.windowmanager
|
||||||
|
|
||||||
%files extras
|
%files extras
|
||||||
/etc/skel/.emacs
|
/usr/etc/skel/.emacs
|
||||||
/etc/skel/.inputrc
|
/usr/etc/skel/.inputrc
|
||||||
%dir /usr/lib/base-scripts
|
%dir /usr/lib/base-scripts
|
||||||
/usr/lib/base-scripts/backup-rpmdb
|
/usr/lib/base-scripts/backup-rpmdb
|
||||||
/usr/lib/base-scripts/backup-sysconfig
|
/usr/lib/base-scripts/backup-sysconfig
|
||||||
/usr/lib/base-scripts/check-battery
|
/usr/lib/base-scripts/check-battery
|
||||||
/usr/lib/systemd/system/*
|
/usr/lib/systemd/system/*
|
||||||
/usr/share/man/man8/resolv+.8*
|
|
||||||
/var/adm/backup/rpmdb
|
/var/adm/backup/rpmdb
|
||||||
/var/adm/backup/sysconfig
|
/var/adm/backup/sysconfig
|
||||||
%{_fillupdir}/sysconfig.backup
|
%{_fillupdir}/sysconfig.backup
|
||||||
|
Loading…
Reference in New Issue
Block a user