From 3148749093849cc21af564e2c2162a2c2c5b12a2 Mon Sep 17 00:00:00 2001 From: Sdrkun Date: Thu, 27 Feb 2020 21:23:58 +0800 Subject: [PATCH] fix os-prober command failed. --- os-prober.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/os-prober.spec b/os-prober.spec index 0ed2478..5ec0d59 100644 --- a/os-prober.spec +++ b/os-prober.spec @@ -1,6 +1,6 @@ Name: os-prober Version: 1.74 -Release: 11 +Release: 12 Summary: Probe disks on the system for other operating systems License: GPLv2+ and GPL+ URL: http://kitenet.net/~joey/code/os-prober/ @@ -26,7 +26,7 @@ make your other installed OS hard to boot. %prep %autosetup -n %{name}-%{version} -Sgit - +find -type f -exec sed -i -e 's|usr/lib|usr/libexec|g' {} \; sed -i -e 's|grub-probe|grub2-probe|g' os-probes/common/50mounted-tests \ linux-boot-probes/common/50mounted-tests @@ -84,6 +84,9 @@ fi %{_libexecdir}/* %changelog +* Thu Feb 27 2020 openEuler Buildteam - 1.74-12 +- fix os-prober command failed. + * Mon Jan 13 2020 openEuler Buildteam - 1.74-11 - Delete useless files.