From 5e2e674f5e3e7f73686f595df0fa16671e6d30d8 Mon Sep 17 00:00:00 2001 From: lnussel <> Date: Apr 17 2024 12:50:11 +0000 Subject: Update aaa_base to version 84.87+git20240415.e6815bf / rev 499 via SR 1167849 https://build.opensuse.org/request/show/1167849 by user lnussel + dimstar_suse - Update to version 84.87+git20240415.e6815bf: * drop obsolete 50-default-s390.conf (bsc#1211721) * fix typo in alljava.csh and drop stderr redirection --- diff --git a/.files b/.files index df5b554..387c03e 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 45e0f90..3dd6686 100644 --- a/.rev +++ b/.rev @@ -4139,4 +4139,14 @@ * Check for valid TERM 1164080 + + 2a875554c956d6850c2d99e2b513b5e1 + 84.87+git20240415.e6815bf + + dimstar_suse + - Update to version 84.87+git20240415.e6815bf: + * drop obsolete 50-default-s390.conf (bsc#1211721) + * fix typo in alljava.csh and drop stderr redirection + 1167849 + diff --git a/_servicedata b/_servicedata index e92b7b4..5be24ca 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/openSUSE/aaa_base.git - 16596d17483312de0934304bb6ed0ae0beaa1834 + e6815bfc5137556aee3b5752f15ca484c88e513b https://github.com/lnussel/aaa_base.git 0f8eaba2cf2e69db15cce8a4dcf005b6e88f61e6 \ No newline at end of file diff --git a/aaa_base-84.87+git20240402.16596d1.tar b/aaa_base-84.87+git20240402.16596d1.tar deleted file mode 120000 index 67ff3bb..0000000 --- a/aaa_base-84.87+git20240402.16596d1.tar +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeihtkjwgqmqoey7pglltadhoeg7t2nvumwss77fhupmmtgrr3fbmde \ No newline at end of file diff --git a/aaa_base-84.87+git20240415.e6815bf.tar b/aaa_base-84.87+git20240415.e6815bf.tar new file mode 120000 index 0000000..dad7fce --- /dev/null +++ b/aaa_base-84.87+git20240415.e6815bf.tar @@ -0,0 +1 @@ +/ipfs/bafybeihuz2irrbznfjwwqiwcz4czskzmayh6eq3cazzn4hwqqck2rnxhkm \ No newline at end of file diff --git a/aaa_base.changes b/aaa_base.changes index 0af75e7..2909c2a 100644 --- a/aaa_base.changes +++ b/aaa_base.changes @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon Apr 15 15:49:43 UTC 2024 - lnussel@suse.com + +- Update to version 84.87+git20240415.e6815bf: + * drop obsolete 50-default-s390.conf (bsc#1211721) + * fix typo in alljava.csh and drop stderr redirection + +------------------------------------------------------------------- Tue Apr 02 11:16:55 UTC 2024 - lnussel@suse.com - Update to version 84.87+git20240402.16596d1: diff --git a/aaa_base.spec b/aaa_base.spec index 623f2ff..7fc5186 100644 --- a/aaa_base.spec +++ b/aaa_base.spec @@ -33,7 +33,7 @@ BuildRequires: git-core %endif Name: aaa_base -Version: 84.87+git20240402.16596d1%{git_version} +Version: 84.87+git20240415.e6815bf%{git_version} Release: 0 Summary: openSUSE Base Package License: GPL-2.0-or-later @@ -112,10 +112,6 @@ systems. %install %make_install mkdir -p %{buildroot}/etc/sysctl.d -case "$RPM_ARCH" in - s390*) ;; - *) rm -f %{buildroot}/usr/lib/sysctl.d/50-default-s390.conf ;; -esac # # make sure it does not creep in again test -d %{buildroot}/root/.gnupg && exit 1