Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2026-01-14 16:19:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aaa_base (Old)
 and      /work/SRC/openSUSE:Factory/.aaa_base.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aaa_base"

Wed Jan 14 16:19:26 2026 rev:515 rq:1326771 version:84.87+git20260112.8f614f3

Changes:
--------
--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes        2025-11-11 
19:18:29.664321414 +0100
+++ /work/SRC/openSUSE:Factory/.aaa_base.new.1928/aaa_base.changes      
2026-01-14 16:19:31.088100740 +0100
@@ -1,0 +2,19 @@
+Mon Jan 12 11:35:46 UTC 2026 - Ruediger Oertel <[email protected]>
+
+- Update to version 84.87+git20260112.8f614f3:
+  * add ghost entries for the removed dirs
+  * Revert list directories above all normal files.
+
+-------------------------------------------------------------------
+Sun Dec 28 11:23:07 UTC 2025 - Ruediger Oertel <[email protected]>
+
+- Update to version 84.87+git20251217.34fd7bc:
+  * add tmpfiles template adm-backup.conf (jsc#PED-14803)
+  * Revert ec7f00fa60f11d28b427f2e224822a7b81825806
+  * Fix old script to support copy mode as well
+  * Support for XDG environment variables for the su,
+  * adapted sugggestions
+  * Patching nsswitch.conf only if it has not been generated by 
nsswitch-config (JIRA-#PED-13807).
+  * Avoid nasty exceptions running tput
+
+-------------------------------------------------------------------

Old:
----
  aaa_base-84.87+git20251111.509a363.tar

New:
----
  aaa_base-84.87+git20260112.8f614f3.tar

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.NTQUjo/_old  2026-01-14 16:19:32.680155298 +0100
+++ /var/tmp/diff_new_pack.NTQUjo/_new  2026-01-14 16:19:32.680155298 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package aaa_base
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -33,7 +33,7 @@
 %endif
 
 Name:           aaa_base
-Version:        84.87+git20251111.509a363%{git_version}
+Version:        84.87+git20260112.8f614f3%{git_version}
 Release:        0
 Summary:        openSUSE Base Package
 License:        GPL-2.0-or-later
@@ -104,7 +104,7 @@
 systems.
 
 %package yama-enable-ptrace
-Summary:        sysctl setting to allow ptrace with the YAMA LSM enabled
+Summary:        Sysctl setting to allow ptrace with the YAMA LSM enabled
 Group:          System/Fhs
 Requires:       %{name} = %{version}
 
@@ -164,23 +164,29 @@
 export LC_ALL=C
 
 if [ -e /etc/nsswitch.conf ]; then
-#XXX Fix /etc/nsswitch.conf to include usrfiles [bsc#1162916]
+   if [ ! -f /bin/nsswitch-config ] ||
+      ! /bin/nsswitch-config --is_generated >/dev/null 2>&1; then
+        # /etc/nsswitch.conf has not been generated by nsswitch-config.
+        # So it has to be patched manually
+        #XXX Fix /etc/nsswitch.conf to include usrfiles [bsc#1162916]
     for key in services protocols rpc ; do
         if ! grep -q "^${key}:.*usrfiles" /etc/nsswitch.conf ; then
             cp /etc/nsswitch.conf "/etc/nsswitch.conf.pre-usrfiles.${key}"
             sed -i -e 
"s|^\(${key}:.*[[:space:]]\)files\([[:space:]].*\)*\$|\1files usrfiles\2|" 
/etc/nsswitch.conf
         fi
     done
-# Fix /etc/nsswitch.conf to include systemd [bsc#1250513]
+        # Fix /etc/nsswitch.conf to include systemd [bsc#1250513]
     for key in passwd group shadow ; do
         if ! grep -q "^${key}:.*systemd" /etc/nsswitch.conf ; then
             cp /etc/nsswitch.conf "/etc/nsswitch.conf.pre-systemd.${key}"
             sed -i "/^${key}:/ s/$/ systemd/" /etc/nsswitch.conf
         fi
     done
+    fi
 fi
 
 %{fillup_only -n proxy}
+%tmpfiles_create soft-reboot-cleanup.conf
 %service_add_post soft-reboot-cleanup.service
 
 %postun
@@ -191,6 +197,7 @@
 
 %post extras
 %fillup_only -n backup
+%tmpfiles_create adm-backup.conf
 %service_add_post backup-rpmdb.service backup-rpmdb.timer 
backup-sysconfig.service backup-sysconfig.timer check-battery.service 
check-battery.timer setup-systemd-proxy-env.path setup-systemd-proxy-env.service
 
 %preun extras
@@ -247,6 +254,9 @@
 /usr/etc/profile.d/ls.zsh
 /usr/etc/profile.d/terminal.sh
 /usr/etc/profile.d/terminal.csh
+%dir /usr/etc/security/
+%dir /usr/etc/security/pam_env.conf.d/
+/usr/etc/security/pam_env.conf.d/xdg.conf
 %dir /usr/lib/environment.d
 /usr/lib/environment.d/50-xdg.conf
 /usr/lib/systemd/system/soft-reboot-cleanup.service
@@ -283,8 +293,9 @@
 /usr/lib/base-scripts/check-battery
 /usr/lib/systemd/system/[bc]*
 /usr/lib/systemd/system/setup-systemd-proxy-env.*
-/var/adm/backup/rpmdb
-/var/adm/backup/sysconfig
+%ghost %dir /var/adm/backup/rpmdb
+%ghost %dir /var/adm/backup/sysconfig
+%{_tmpfilesdir}/adm-backup.conf
 %{_fillupdir}/sysconfig.backup
 
 %files malloccheck

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.NTQUjo/_old  2026-01-14 16:19:32.740157354 +0100
+++ /var/tmp/diff_new_pack.NTQUjo/_new  2026-01-14 16:19:32.744157492 +0100
@@ -1,7 +1,7 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/openSUSE/aaa_base.git</param>
-              <param 
name="changesrevision">509a363d015632cff230aaf79be359911d901b5d</param></service>
+              <param 
name="changesrevision">8f614f3c8a9f4a57dd5c3934390b45fbf37f5605</param></service>
 </servicedata>
 (No newline at EOF)
 

++++++ aaa_base-84.87+git20251111.509a363.tar -> 
aaa_base-84.87+git20260112.8f614f3.tar ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base-84.87+git20251111.509a363/aaa_base.spec 
new/aaa_base-84.87+git20260112.8f614f3/aaa_base.spec
--- old/aaa_base-84.87+git20251111.509a363/aaa_base.spec        2025-11-11 
10:25:20.000000000 +0100
+++ new/aaa_base-84.87+git20260112.8f614f3/aaa_base.spec        2026-01-12 
12:19:24.000000000 +0100
@@ -104,7 +104,7 @@
 systems.
 
 %package yama-enable-ptrace
-Summary:        sysctl setting to allow ptrace with the YAMA LSM enabled
+Summary:        Sysctl setting to allow ptrace with the YAMA LSM enabled
 Group:          System/Fhs
 Requires:       %{name} = %{version}
 
@@ -164,24 +164,29 @@
 export LC_ALL=C
 
 if [ -e /etc/nsswitch.conf ]; then
-#XXX Fix /etc/nsswitch.conf to include usrfiles [bsc#1162916]
-    for key in services protocols rpc ; do
-        if ! grep -q "^${key}:.*usrfiles" /etc/nsswitch.conf ; then
-            cp /etc/nsswitch.conf "/etc/nsswitch.conf.pre-usrfiles.${key}"
-            sed -i -e 
"s|^\(${key}:.*[[:space:]]\)files\([[:space:]].*\)*\$|\1files usrfiles\2|" 
/etc/nsswitch.conf
-        fi
-    done
-# Fix /etc/nsswitch.conf to include systemd [bsc#1250513]
-    for key in passwd group shadow ; do
-        if ! grep -q "^${key}:.*systemd" /etc/nsswitch.conf ; then
-            cp /etc/nsswitch.conf "/etc/nsswitch.conf.pre-systemd.${key}"
-            sed -i "/^${key}:/ s/$/ systemd/" /etc/nsswitch.conf
-        fi
-    done
+   if [ ! -f /bin/nsswitch-config ] ||
+      ! /bin/nsswitch-config --is_generated >/dev/null 2>&1; then
+        # /etc/nsswitch.conf has not been generated by nsswitch-config.
+        # So it has to be patched manually
+        #XXX Fix /etc/nsswitch.conf to include usrfiles [bsc#1162916]
+        for key in services protocols rpc ; do
+            if ! grep -q "^${key}:.*usrfiles" /etc/nsswitch.conf ; then
+                cp /etc/nsswitch.conf "/etc/nsswitch.conf.pre-usrfiles.${key}"
+                sed -i -e 
"s|^\(${key}:.*[[:space:]]\)files\([[:space:]].*\)*\$|\1files usrfiles\2|" 
/etc/nsswitch.conf
+            fi
+        done
+        # Fix /etc/nsswitch.conf to include systemd [bsc#1250513]
+        for key in passwd group shadow ; do
+            if ! grep -q "^${key}:.*systemd" /etc/nsswitch.conf ; then
+                cp /etc/nsswitch.conf "/etc/nsswitch.conf.pre-systemd.${key}"
+                sed -i "/^${key}:/ s/$/ systemd/" /etc/nsswitch.conf
+            fi
+        done
+    fi
 fi
 
-
 %{fillup_only -n proxy}
+%tmpfiles_create soft-reboot-cleanup.conf
 %service_add_post soft-reboot-cleanup.service
 
 %postun
@@ -192,6 +197,7 @@
 
 %post extras
 %fillup_only -n backup
+%tmpfiles_create adm-backup.conf
 %service_add_post backup-rpmdb.service backup-rpmdb.timer 
backup-sysconfig.service backup-sysconfig.timer check-battery.service 
check-battery.timer setup-systemd-proxy-env.path setup-systemd-proxy-env.service
 
 %preun extras
@@ -248,6 +254,9 @@
 /usr/etc/profile.d/ls.zsh
 /usr/etc/profile.d/terminal.sh
 /usr/etc/profile.d/terminal.csh
+%dir /usr/etc/security/
+%dir /usr/etc/security/pam_env.conf.d/
+/usr/etc/security/pam_env.conf.d/xdg.conf
 %dir /usr/lib/environment.d
 /usr/lib/environment.d/50-xdg.conf
 /usr/lib/systemd/system/soft-reboot-cleanup.service
@@ -284,8 +293,9 @@
 /usr/lib/base-scripts/check-battery
 /usr/lib/systemd/system/[bc]*
 /usr/lib/systemd/system/setup-systemd-proxy-env.*
-/var/adm/backup/rpmdb
-/var/adm/backup/sysconfig
+%ghost %dir /var/adm/backup/rpmdb
+%ghost %dir /var/adm/backup/sysconfig
+%{_tmpfilesdir}/adm-backup.conf
 %{_fillupdir}/sysconfig.backup
 
 %files malloccheck
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base-84.87+git20251111.509a363/files/usr/bin/old 
new/aaa_base-84.87+git20260112.8f614f3/files/usr/bin/old
--- old/aaa_base-84.87+git20251111.509a363/files/usr/bin/old    2025-11-11 
10:25:20.000000000 +0100
+++ new/aaa_base-84.87+git20260112.8f614f3/files/usr/bin/old    2026-01-12 
12:19:24.000000000 +0100
@@ -4,8 +4,9 @@
 # This script simply renames files or directories to <name>-<date>[<num>]
 #
 # Copyright (c) 1996-2002 SuSE Linux AG, Nuernberg, Germany.
+# Copyright (c) 2025 SUSE LLC
 #
-# Contributor Bernard Lang
+# Contributor Bernard Lang, Werner Fink
 #
 # please send bugfixes or comments to
 # https://github.com/openSUSE/aaa_base/issues
@@ -17,38 +18,60 @@
 #
 
 usage() {
-    echo usage: "$0" file\|dir [file\|dir ...]
+    echo "${0##*/}: Renames file or directory <name> given in argument list to 
<name>-<date>[<num>]"
+    echo '     adding when necessary a suffix number <num> to avoid already 
used names.'
+    echo Usage:
+    echo "     ${0##*/} [ -h | --help ] [ -c | --copy [ -r | --recursive ]] 
file\|dir [file\|dir ...]"
 }
 
-if [ $# -eq 0 ] ; then
-    usage
-    exit
-fi
+PARSED_ARGUMENTS=$(getopt -a -n ${0##*/} --options hcr --longoptions 
help,copy,recursive -- "$@")
+VALID_ARGUMENTS=$?
 
-if [ "$1" = "-h" -o "$1" = "--help" ] ; then
-    echo 'Renames file or directory <name> given in argument list to 
<name>-<date>[<num>]'
-    echo 'adding when necessary a suffix number <num> to avoid already used 
names.'
+if [ "$VALID_ARGUMENTS" != "0" ]; then
     usage
     exit
 fi
 
+COPY=no
+recursive=
+eval set -- "$PARSED_ARGUMENTS"
+while :
+do
+   case "$1" in
+   -h | --help)      usage; exit ;;
+   -c | --copy)      COPY=yes; shift ;;
+   -r | --recursive) recursive=-r; shift ;;
+   --)               shift; break ;;
+   esac
+done
+
 DATESTRING=$(date +"%Y%m%d")
 
 for i in "$@" ; do
-    i=$(echo "$i" | sed 's/\/$//')
+    i="$(echo "$i" | sed 's/\/$//')"
     if [ -e "$i" ] ; then
-        NEWNAME=$i-$DATESTRING
+        NEWNAME="$i-$DATESTRING"
         NUMBER=0
         while [ -e "$NEWNAME" ] ; do
-            NEWNAME=$i-$DATESTRING-$NUMBER
+            NEWNAME="$i-$DATESTRING-$NUMBER"
             NUMBER=$(expr $NUMBER + 1)
         done
-        echo moving "$i" to "$NEWNAME"
+        if [ $COPY = yes ]
+        then
+            echo ${0##*/}: copying "$i" to "$NEWNAME"
+        else
+            echo ${0##*/}: moving "$i" to "$NEWNAME"
+        fi
        if [ "$(echo $i | cut -c 1)" = "-" ] ; then
            i="./$i"
            NEWNAME="./$NEWNAME"
        fi
-        mv "$i" "$NEWNAME"
+        if [ $COPY = yes ]
+        then
+            cp -p $recursive "$i" "$NEWNAME"
+        else
+            mv "$i" "$NEWNAME"
+        fi
     else
         echo "$i" does not exist.
     fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-84.87+git20251111.509a363/files/usr/etc/profile.d/alias.bash 
new/aaa_base-84.87+git20260112.8f614f3/files/usr/etc/profile.d/alias.bash
--- old/aaa_base-84.87+git20251111.509a363/files/usr/etc/profile.d/alias.bash   
2025-11-11 10:25:20.000000000 +0100
+++ new/aaa_base-84.87+git20260112.8f614f3/files/usr/etc/profile.d/alias.bash   
2026-01-12 12:19:24.000000000 +0100
@@ -24,7 +24,7 @@
     alias -- -='popd'
 fi
 alias rd=rmdir
-if type -p tput >/dev/null 2>&1 && test "$(tput colors)" -ge 8 ; then
+if type -p tput >/dev/null 2>&1 && test -n "$TERM" -a -t 1 && test "$(tput 
colors)" -ge 8 ; then
     alias egrep='grep -E --color=auto'
     alias fgrep='grep -F --color=auto'
     alias grep='grep --color=auto'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-84.87+git20251111.509a363/files/usr/etc/profile.d/alias.tcsh 
new/aaa_base-84.87+git20260112.8f614f3/files/usr/etc/profile.d/alias.tcsh
--- old/aaa_base-84.87+git20251111.509a363/files/usr/etc/profile.d/alias.tcsh   
2025-11-11 10:25:20.000000000 +0100
+++ new/aaa_base-84.87+git20260112.8f614f3/files/usr/etc/profile.d/alias.tcsh   
2026-01-12 12:19:24.000000000 +0100
@@ -3,7 +3,7 @@
 alias ... 'cd ../..'
 alias cd.. 'cd ..'
 alias rd rmdir
-if ( -X tput ) then
+if ( -X tput && ${?TERM} && -t 1 ) then
     if ( `tput colors` >= 8 ) then
        alias egrep 'grep -E --color=auto'
        alias fgrep 'grep -F --color=auto'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-84.87+git20251111.509a363/files/usr/etc/profile.d/ls.bash 
new/aaa_base-84.87+git20260112.8f614f3/files/usr/etc/profile.d/ls.bash
--- old/aaa_base-84.87+git20251111.509a363/files/usr/etc/profile.d/ls.bash      
2025-11-11 10:25:20.000000000 +0100
+++ new/aaa_base-84.87+git20260112.8f614f3/files/usr/etc/profile.d/ls.bash      
2026-01-12 12:19:24.000000000 +0100
@@ -26,9 +26,9 @@
         LS_OPTIONS=--color=none
     fi
     if test "$UID" = 0 ; then
-        LS_OPTIONS="-A -N $LS_OPTIONS -T 0 --group-directories-first"
+        LS_OPTIONS="-A -N $LS_OPTIONS -T 0"
     else
-        LS_OPTIONS="-N $LS_OPTIONS -T 0 --group-directories-first"
+        LS_OPTIONS="-N $LS_OPTIONS -T 0"
     fi
 
     
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-84.87+git20251111.509a363/files/usr/etc/profile.d/ls.tcsh 
new/aaa_base-84.87+git20260112.8f614f3/files/usr/etc/profile.d/ls.tcsh
--- old/aaa_base-84.87+git20251111.509a363/files/usr/etc/profile.d/ls.tcsh      
2025-11-11 10:25:20.000000000 +0100
+++ new/aaa_base-84.87+git20260112.8f614f3/files/usr/etc/profile.d/ls.tcsh      
2026-01-12 12:19:24.000000000 +0100
@@ -16,9 +16,9 @@
 endif
 unalias ls
 if ( "$uid" == "0" ) then
-    setenv LS_OPTIONS "-A -N $LS_OPTIONS -T 0 --group-directories-first"
+    setenv LS_OPTIONS "-A -N $LS_OPTIONS -T 0"
 else
-    setenv LS_OPTIONS "-N $LS_OPTIONS -T 0 --group-directories-first"
+    setenv LS_OPTIONS "-N $LS_OPTIONS -T 0"
 endif
 alias ls 'ls $LS_OPTIONS'
 alias la 'ls -aF --color=none'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-84.87+git20251111.509a363/files/usr/etc/profile.d/xdg-environment.csh
 
new/aaa_base-84.87+git20260112.8f614f3/files/usr/etc/profile.d/xdg-environment.csh
--- 
old/aaa_base-84.87+git20251111.509a363/files/usr/etc/profile.d/xdg-environment.csh
  2025-11-11 10:25:20.000000000 +0100
+++ 
new/aaa_base-84.87+git20260112.8f614f3/files/usr/etc/profile.d/xdg-environment.csh
  2026-01-12 12:19:24.000000000 +0100
@@ -5,26 +5,6 @@
 endif
 
 # System XDG - explicit defaults
-if ( ! ${?XDG_DATA_DIRS} ) then
-  setenv XDG_DATA_DIRS /usr/local/share:/usr/share
-endif
-
-# User XDG - explicit defaults
-if (! ${?XDG_DATA_HOME} && ${?HOME} ) then
-  setenv XDG_DATA_HOME $HOME/.local/share
-endif
-if (! ${?XDG_CONFIG_HOME} && ${?HOME} ) then
-  setenv XDG_CONFIG_HOME $HOME/.config
-endif
-if (! ${?XDG_STATE_HOME} && ${?HOME} ) then
-  setenv XDG_STATE_HOME $HOME/.local/state
-endif
-if (! ${?XDG_CACHE_HOME} && ${?HOME} ) then
-  setenv XDG_CACHE_HOME $HOME/.cache
-endif
+if ( ! ${?XDG_DATA_DIRS} ) setenv XDG_DATA_DIRS /usr/local/share:/usr/share
 
 # XDG_RUNTIME_DIR is set by pam_systemd
-
-
-
- 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-84.87+git20251111.509a363/files/usr/etc/profile.d/xdg-environment.sh
 
new/aaa_base-84.87+git20260112.8f614f3/files/usr/etc/profile.d/xdg-environment.sh
--- 
old/aaa_base-84.87+git20251111.509a363/files/usr/etc/profile.d/xdg-environment.sh
   2025-11-11 10:25:20.000000000 +0100
+++ 
new/aaa_base-84.87+git20260112.8f614f3/files/usr/etc/profile.d/xdg-environment.sh
   2026-01-12 12:19:24.000000000 +0100
@@ -7,16 +7,4 @@
 XDG_DATA_DIRS=${XDG_DATA_DIRS:-/usr/local/share:/usr/share}
 export XDG_DATA_DIRS
 
-# User XDG - explicit defaults
-XDG_DATA_HOME=${XDG_DATA_HOME:-${HOME:+$HOME/.local/share}}
-export XDG_DATA_HOME
-XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-${HOME:+$HOME/.config}}
-export XDG_CONFIG_HOME
-XDG_STATE_HOME=${XDG_STATE_HOME:-${HOME:+$HOME/.local/state}}
-export XDG_STATE_HOME
-XDG_CACHE_HOME=${XDG_CACHE_HOME:-${HOME:+$HOME/.cache}}
-export XDG_CACHE_HOME
-
 # XDG_RUNTIME_DIR is set by pam_systemd
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-84.87+git20251111.509a363/files/usr/etc/security/pam_env.conf.d/xdg.conf
 
new/aaa_base-84.87+git20260112.8f614f3/files/usr/etc/security/pam_env.conf.d/xdg.conf
--- 
old/aaa_base-84.87+git20251111.509a363/files/usr/etc/security/pam_env.conf.d/xdg.conf
       1970-01-01 01:00:00.000000000 +0100
+++ 
new/aaa_base-84.87+git20260112.8f614f3/files/usr/etc/security/pam_env.conf.d/xdg.conf
       2026-01-12 12:19:24.000000000 +0100
@@ -0,0 +1,8 @@
+#
+# Better support of XDG environment variables for su, su -, as well
+# for kdesu, and a (fixed) version of gnomesu which supports pam_env.
+#
+XDG_DATA_HOME   DEFAULT=@{HOME}/.local/share
+XDG_CACHE_HOME  DEFAULT=@{HOME}/.cache
+XDG_CONFIG_HOME DEFAULT=@{HOME}/.config
+XDG_STATE_HOME  DEFAULT=@{HOME}/.local/state
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-84.87+git20251111.509a363/files/usr/lib/environment.d/50-xdg.conf 
new/aaa_base-84.87+git20260112.8f614f3/files/usr/lib/environment.d/50-xdg.conf
--- 
old/aaa_base-84.87+git20251111.509a363/files/usr/lib/environment.d/50-xdg.conf  
    2025-11-11 10:25:20.000000000 +0100
+++ 
new/aaa_base-84.87+git20260112.8f614f3/files/usr/lib/environment.d/50-xdg.conf  
    2026-01-12 12:19:24.000000000 +0100
@@ -1,15 +1,11 @@
 # XDG directories, see
-# https://specifications.freedesktop.org/basedir-spec/latest/ar01s03.html
+# https://specifications.freedesktop.org/basedir/latest/
 #
 # System XDG - SUSE configured
 # According to spec this would only read /etc when unset
 XDG_CONFIG_DIRS=${XDG_CONFIG_DIRS:-/etc/xdg:/usr/local/etc/xdg:/usr/etc/xdg}
+
 #
 # System XDG - explicit default
 XDG_DATA_DIRS=${XDG_DATA_DIRS:-/usr/local/share:/usr/share}
 
-# User XDG - explicit default
-XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-${HOME:+$HOME/.config}}
-XDG_DATA_HOME=${XDG_DATA_HOME:-${HOME:+$HOME/.local/share}}
-XDG_STATE_HOME=${XDG_STATE_HOME:-${HOME:+$HOME/.local/state}}
-XDG_CACHE_HOME=${XDG_CACHE_HOME:-${HOME:+$HOME/.cache}}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-84.87+git20251111.509a363/files/usr/lib/tmpfiles.d/adm-backup.conf 
new/aaa_base-84.87+git20260112.8f614f3/files/usr/lib/tmpfiles.d/adm-backup.conf
--- 
old/aaa_base-84.87+git20251111.509a363/files/usr/lib/tmpfiles.d/adm-backup.conf 
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/aaa_base-84.87+git20260112.8f614f3/files/usr/lib/tmpfiles.d/adm-backup.conf 
    2026-01-12 12:19:24.000000000 +0100
@@ -0,0 +1,2 @@
+d /var/adm/backup/rpmdb 0755 root root -
+d /var/adm/backup/sysconfig 0755 root root -

Reply via email to