From 8c824548ba9e50de7696a5fc68906f9c8e51df99 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 09 2023 05:31:48 +0000 Subject: import os-prober-1.77-10.el9 --- diff --git a/SPECS/os-prober.spec b/SPECS/os-prober.spec index 88ac5d8..5abf1ce 100644 --- a/SPECS/os-prober.spec +++ b/SPECS/os-prober.spec @@ -1,6 +1,6 @@ Name: os-prober Version: 1.77 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Probes disks on the system for installed operating systems # For more information about licensing, see copyright file. @@ -45,7 +45,7 @@ sed -i -e 's|grub-mount|grub2-mount|g' os-probes/common/50mounted-tests \ %build %set_build_flags -%make_build LDFLAGS="$LDFLAGS -fPIC" +%make_build LDFLAGS="$LDFLAGS -fPIC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" %install install -m 0755 -d %{buildroot}%{_bindir} @@ -90,6 +90,10 @@ fi %{_var}/lib/%{name} %changelog +* Mon Feb 27 2023 Robbie Harwood - 1.77-10 +- Fix inheritance of environment build flags +- Resolves: #2144572 + * Mon Aug 09 2021 Mohan Boddu - 1.77-9 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688