From a6160c7f56c451aa827678063c6ce95b7b4e404e Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Fri, 10 Sep 2021 18:58:52 +0000 Subject: Fri Sep 10 18:58:52 UTC 2021 a/grub-2.06-x86_64-4.txz: Rebuilt. Install file in /etc/grub.d as .new so that they won't be clobbered by future package updates. Patch grub-mkconfig to skip .new files in /etc/grub.d. Thanks to denydias. d/bison-3.7.6-x86_64-1.txz: Upgraded. Reverted bison-3.8 since it breaks building glibc. Looks like I picked the wrong week to upgrade bison. ;-) Thanks to nobodino. l/jansson-2.14-x86_64-1.txz: Upgraded. l/libcap-2.57-x86_64-1.txz: Upgraded. l/liburing-2.1-x86_64-1.txz: Upgraded. xap/libnma-1.8.32-x86_64-2.txz: Rebuilt. Added glib-compile-schemas to the install script. Thanks to bormant. xap/network-manager-applet-1.24.0-x86_64-2.txz: Rebuilt. Removed glib-compile-schemas from the install script. Thanks to bormant. --- source/a/grub/0001-skip-new-files-in-etc-grub.d.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 source/a/grub/0001-skip-new-files-in-etc-grub.d.patch (limited to 'source/a/grub/0001-skip-new-files-in-etc-grub.d.patch') diff --git a/source/a/grub/0001-skip-new-files-in-etc-grub.d.patch b/source/a/grub/0001-skip-new-files-in-etc-grub.d.patch new file mode 100644 index 00000000..e1b4b8dc --- /dev/null +++ b/source/a/grub/0001-skip-new-files-in-etc-grub.d.patch @@ -0,0 +1,11 @@ +--- ./util/grub-mkconfig.in.orig 2021-03-10 07:42:22.000000000 -0600 ++++ ./util/grub-mkconfig.in 2021-09-10 13:33:17.602163090 -0500 +@@ -278,6 +278,8 @@ + *~) ;; + # emacsen autosave files. FIXME: support other editors + */\#*\#) ;; ++ # Slackware incoming config files should be skipped as well: ++ *.new) ;; + *) + if grub_file_is_not_garbage "$i" && test -x "$i" ; then + echo -- cgit v1.2.3