Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b915f59ed5 | |||
|
|
ac515b7a87 | ||
| 8238f703ed | |||
|
|
926c8c9e2d | ||
| a376f63ba4 | |||
| ae9c836461 |
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+git20250429.1cad3bc.tar filter=lfs diff=lfs merge=lfs -text
|
||||
aaa_base-84.87+git20250903.33e5ba4.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">1cad3bc8eb7146f6f45ba8f3cf960f67719fbbb6</param></service>
|
||||
<param name="changesrevision">33e5ba4d78ca7ade4dc2effad62e989d90858f85</param></service>
|
||||
</servicedata>
|
||||
Binary file not shown.
BIN
aaa_base-84.87+git20250903.33e5ba4.tar
LFS
Normal file
BIN
aaa_base-84.87+git20250903.33e5ba4.tar
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 03 12:23:39 UTC 2025 - Ruediger Oertel <ro@suse.com>
|
||||
|
||||
- Update to version 84.87+git20250903.33e5ba4:
|
||||
* Correct fix for boo#1247495 (boo#1248158)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 05 15:28:33 UTC 2025 - Ruediger Oertel <ro@suse.com>
|
||||
|
||||
- Update to version 84.87+git20250805.3069494:
|
||||
* Remove initviocons for tcsh as well and
|
||||
* Update csh.login
|
||||
* Add missing quoting and remove unneeded uses of eval
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 01 09:04:06 UTC 2025 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- Update to version 84.87+git20250801.f305627:
|
||||
* Remove sysconfig.language [bsc#1247286]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 01 08:53:32 UTC 2025 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- Update to version 84.87+git20250801.b2fa3fe:
|
||||
* Allow /etc/locale.conf to have no newline
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 29 16:08:04 UTC 2025 - Ruediger Oertel <ro@suse.com>
|
||||
|
||||
@@ -1105,7 +1131,7 @@ Mon Jan 26 12:30:54 UTC 2015 - werner@suse.de
|
||||
- Merge pull request #21 from arvidjaar/bnc/907873
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 5 10:55:09 2014 UTC arvidjaar@gmail.com
|
||||
Fri Dec 5 10:55:09 UTC 2014 - arvidjaar@gmail.com
|
||||
|
||||
- Avoid sourcing /etc/bash_completion.d twice
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ BuildRequires: git-core
|
||||
%endif
|
||||
|
||||
Name: aaa_base
|
||||
Version: 84.87+git20250429.1cad3bc%{git_version}
|
||||
Version: 84.87+git20250903.33e5ba4%{git_version}
|
||||
Release: 0
|
||||
Summary: openSUSE Base Package
|
||||
License: GPL-2.0-or-later
|
||||
@@ -173,7 +173,6 @@ if [ -e /etc/nsswitch.conf ]; then
|
||||
done
|
||||
fi
|
||||
|
||||
%{fillup_only -n language}
|
||||
%{fillup_only -n proxy}
|
||||
%service_add_post soft-reboot-cleanup.service
|
||||
|
||||
@@ -265,7 +264,6 @@ fi
|
||||
/usr/lib/sysctl.d/50-pid-max.conf
|
||||
%endif
|
||||
/usr/lib/sysctl.d/51-network.conf
|
||||
%{_fillupdir}/sysconfig.language
|
||||
%{_fillupdir}/sysconfig.proxy
|
||||
|
||||
%files extras
|
||||
|
||||
Reference in New Issue
Block a user