Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bash for openSUSE:Factory checked in 
at 2025-01-25 19:10:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bash (Old)
 and      /work/SRC/openSUSE:Factory/.bash.new.2316 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bash"

Sat Jan 25 19:10:09 2025 rev:195 rq:1240150 version:5.2.MACRO

Changes:
--------
--- /work/SRC/openSUSE:Factory/bash/bash.changes        2024-12-24 
16:25:28.971464531 +0100
+++ /work/SRC/openSUSE:Factory/.bash.new.2316/bash.changes      2025-01-25 
19:10:24.175545336 +0100
@@ -1,0 +2,10 @@
+Fri Jan 24 12:09:40 UTC 2025 - Dr. Werner Fink <wer...@suse.de>
+
+- As in bash-sh there is only a symbolic link avoid to require a version
+
+-------------------------------------------------------------------
+Sat Dec 28 20:38:43 UTC 2024 - Heitor Moreira da Silva <hei...@opensuse.org>
+
+- Move (/etc/skel/.bashrc) and (/etc/skel/.profile) to (/usr/etc/skel/).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bash.spec ++++++
--- /var/tmp/diff_new_pack.QOkK9j/_old  2025-01-25 19:10:25.087582640 +0100
+++ /var/tmp/diff_new_pack.QOkK9j/_new  2025-01-25 19:10:25.091582803 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bash
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -109,7 +109,7 @@
 %if %{with alternatives}
 Requires(post): update-alternatives
 Requires(post): libreadline%{rl_major} >= %{rl_version}
-Requires(preun):update-alternatives
+Requires(preun): update-alternatives
 %endif
 Requires:       libreadline%{rl_major} >= %{rl_version}
 Suggests:       bash-doc = %{version}
@@ -148,7 +148,7 @@
 Provides:       alternative(sh)
 Conflicts:      alternative(sh)
 Provides:       bash:%{_bindir}/sh
-PreReq:         bash = %{version}
+PreReq:         bash
 BuildArch:      noarch
 
 %description sh
@@ -567,11 +567,9 @@
 but disables multi byte handling.
 EOF
   # remove unpackaged files
-  mkdir -p %{buildroot}%{_sysconfdir}/skel
-  install -m 644 %{SOURCE5}    %{buildroot}%{_sysconfdir}/skel/.bashrc
-  install -m 644 %{SOURCE6}    %{buildroot}%{_sysconfdir}/skel/.profile
-  touch -t 199605181720.50 %{buildroot}%{_sysconfdir}/skel/.bash_history
-  chmod 600                %{buildroot}%{_sysconfdir}/skel/.bash_history
+  mkdir -p %{buildroot}%{_prefix}%{_sysconfdir}/skel
+  install -m 640 %{SOURCE5} %{buildroot}%{_prefix}%{_sysconfdir}/skel/.bashrc
+  install -m 640 %{SOURCE6} %{buildroot}%{_prefix}%{_sysconfdir}/skel/.profile
   %find_lang bash
   %fdupes -s %{buildroot}%{_datadir}/bash/helpfiles
   sed -ri '1{ s@/bin/sh@/bin/bash@ }' %{buildroot}%{_bindir}/bashbug
@@ -589,9 +587,8 @@
 
 %files
 %license COPYING
-%config %attr(600,root,root) %{_sysconfdir}/skel/.bash_history
-%config %attr(644,root,root) %{_sysconfdir}/skel/.bashrc
-%config %attr(644,root,root) %{_sysconfdir}/skel/.profile
+%{_prefix}%{_sysconfdir}/skel/.bashrc
+%{_prefix}%{_sysconfdir}/skel/.profile
 %if %{with alternatives}
 %ghost %config %{_sysconfdir}/alternatives/sh
 %endif

Reply via email to