From a27e5121193e2222ada672db3521a7d9de70991b Mon Sep 17 00:00:00 2001 From: Hedayat Vatankhah Date: Fri, 29 Dec 2017 18:46:45 +0330 Subject: [PATCH] Fix a path problem in btrfsfix.patch, fixes #1529616 --- os-prober-btrfsfix.patch | 2 +- os-prober.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/os-prober-btrfsfix.patch b/os-prober-btrfsfix.patch index ae4190e..1047d24 100644 --- a/os-prober-btrfsfix.patch +++ b/os-prober-btrfsfix.patch @@ -379,7 +379,7 @@ index 2951ef9..e33eb82 100755 + mpoint="$tmpmnt" + fi + -+ test="/usr/libexec/os-probes/mounted/90linux-distro" ++ test="/usr/lib/os-probes/mounted/90linux-distro" + if [ -f "$test" ] && [ -x "$test" ]; then + debug "running subtest $test" + if "$test" "$partition" "$mpoint" btrfs "UUID=$UUID"; then diff --git a/os-prober.spec b/os-prober.spec index f148c20..d6f5618 100644 --- a/os-prober.spec +++ b/os-prober.spec @@ -1,6 +1,6 @@ Name: os-prober Version: 1.74 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Probes disks on the system for installed operating systems Group: System Environment/Base @@ -86,6 +86,9 @@ fi %{_var}/lib/%{name} %changelog +* Fri Dec 29 2017 Hedayat Vatankhah - 1.74-4 +- Fix a path problem in btrfsfix.patch, fixes #1529616 + * Thu Aug 03 2017 Fedora Release Engineering - 1.74-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild