forked from pool/aaa_base
Accepting request 1119551 from Base:System
- Update to version 84.87+git20231023.f347d36: * Remove %ghost lastlog entry, lastlog is long gone * Remove shaky safe-rm and safe-rmdir helpers (bsc#1159103) OBS-URL: https://build.opensuse.org/request/show/1119551 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aaa_base?expand=0&rev=494
This commit is contained in:
parent
4cfb26ac98
commit
89425c754f
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+git20230815.cab7b44.tar filter=lfs diff=lfs merge=lfs -text
|
||||
aaa_base-84.87+git20231023.f347d36.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">cab7b44076ce52124cfaf556f2e3f17be6ff3802</param></service><service name="tar_scm">
|
||||
<param name="changesrevision">f347d367d29e9f2378db284c3812cdd0b2c41c81</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:57a18afec918e9baccd170ac066b8283047b9e8befb58e0d7a93c6a773ce9d86
|
||||
size 358400
|
3
aaa_base-84.87+git20231023.f347d36.tar
Normal file
3
aaa_base-84.87+git20231023.f347d36.tar
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f5a77aa45f3ed878c4593fedb90a698e2504131fad532b55e69cb439de5e622
|
||||
size 358400
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 23 07:15:15 UTC 2023 - lnussel@suse.de
|
||||
|
||||
- Update to version 84.87+git20231023.f347d36:
|
||||
* Remove %ghost lastlog entry, lastlog is long gone
|
||||
* Remove shaky safe-rm and safe-rmdir helpers (bsc#1159103)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 15 08:35:38 UTC 2023 - lnussel@suse.com
|
||||
|
||||
|
@ -33,7 +33,7 @@ BuildRequires: git-core
|
||||
%endif
|
||||
|
||||
Name: aaa_base
|
||||
Version: 84.87+git20230815.cab7b44%{git_version}
|
||||
Version: 84.87+git20231023.f347d36%{git_version}
|
||||
Release: 0
|
||||
Summary: openSUSE Base Package
|
||||
License: GPL-2.0-or-later
|
||||
@ -200,9 +200,6 @@ mkdir -p %{buildroot}%{_fillupdir}
|
||||
%ghost %config(noreplace) /etc/init.d/boot.local
|
||||
%ghost %config(noreplace) /etc/init.d/after.local
|
||||
%ghost %config /etc/inittab
|
||||
# don't forget to also change aaa_base.post, boot.cleanup
|
||||
# and /etc/permissions!
|
||||
%ghost %attr(0644,root,root) %verify(not md5 size mtime) /var/log/lastlog
|
||||
/usr/bin/get_kernel_version
|
||||
/usr/sbin/refresh_initrd
|
||||
/usr/sbin/service
|
||||
@ -210,13 +207,9 @@ mkdir -p %{buildroot}%{_fillupdir}
|
||||
/usr/bin/filesize
|
||||
/usr/bin/old
|
||||
/usr/bin/rpmlocate
|
||||
/usr/bin/safe-rm
|
||||
/usr/bin/safe-rmdir
|
||||
/usr/sbin/sysconf_addword
|
||||
/usr/share/man/man1/smart_agetty.1*
|
||||
/usr/share/man/man5/defaultdomain.5*
|
||||
/usr/share/man/man8/safe-rm.8*
|
||||
/usr/share/man/man8/safe-rmdir.8*
|
||||
/usr/share/man/man8/service.8*
|
||||
/usr/lib/sysctl.d/*.conf
|
||||
%dir %{_libexecdir}/initscripts
|
||||
|
Loading…
Reference in New Issue
Block a user