Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2023-08-04 15:02:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grub2 (Old)
 and      /work/SRC/openSUSE:Factory/.grub2.new.22712 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grub2"

Fri Aug  4 15:02:51 2023 rev:298 rq:1102093 version:2.06

Changes:
--------
--- /work/SRC/openSUSE:Factory/grub2/grub2.changes      2023-07-27 
16:50:13.117614298 +0200
+++ /work/SRC/openSUSE:Factory/.grub2.new.22712/grub2.changes   2023-08-04 
15:02:55.076091508 +0200
@@ -1,0 +2,6 @@
+Thu Aug  3 03:24:41 UTC 2023 - Gary Ching-Pang Lin <g...@suse.com>
+
+- Change the bash-completion directory (bsc#1213855)
+  * grub2-change-bash-completion-dir.patch 
+
+-------------------------------------------------------------------

New:
----
  grub2-change-bash-completion-dir.patch

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

Other differences:
------------------
++++++ grub2.spec ++++++
--- /var/tmp/diff_new_pack.ad7RZs/_old  2023-08-04 15:02:58.272111430 +0200
+++ /var/tmp/diff_new_pack.ad7RZs/_new  2023-08-04 15:02:58.276111455 +0200
@@ -508,6 +508,8 @@
 Patch990:       0001-fs-ext2-Ignore-checksum-seed-incompat-feature.patch
 Patch991:       0001-fs-ext2-Ignore-the-large_dir-incompat-feature.patch
 
+Patch992:       grub2-change-bash-completion-dir.patch
+
 Requires:       gettext-runtime
 %if 0%{?suse_version} >= 1140
 %ifnarch s390x
@@ -1365,7 +1367,7 @@
 %endif
 %dir /boot/%{name}
 %ghost %attr(600, root, root) /boot/%{name}/grub.cfg
-%{_sysconfdir}/bash_completion.d/grub
+%{_datadir}/bash-completion/completions/grub
 %config(noreplace) %{_sysconfdir}/default/grub
 %dir %{_sysconfdir}/grub.d
 %{_sysconfdir}/grub.d/README


++++++ grub2-change-bash-completion-dir.patch ++++++
diff --git a/util/bash-completion.d/Makefile.am 
b/util/bash-completion.d/Makefile.am
index 136287c..2123a3c 100644
--- a/util/bash-completion.d/Makefile.am
+++ b/util/bash-completion.d/Makefile.am
@@ -6,7 +6,7 @@ EXTRA_DIST = $(bash_completion_source)
 
 CLEANFILES = $(bash_completion_script) config.log
 
-bashcompletiondir = $(sysconfdir)/bash_completion.d
+bashcompletiondir = $(datadir)/bash-completion/completions
 bashcompletion_DATA = $(bash_completion_script)
 
 $(bash_completion_script): $(bash_completion_source) 
$(top_builddir)/config.status

Reply via email to