diff --git a/SPECS/os-prober.spec b/SPECS/os-prober.spec index 9013c50..c374f63 100644 --- a/SPECS/os-prober.spec +++ b/SPECS/os-prober.spec @@ -1,6 +1,6 @@ Name: os-prober Version: 1.74 -Release: 6%{?dist} +Release: 9%{?dist} Summary: Probes disks on the system for installed operating systems Group: System Environment/Base @@ -41,7 +41,7 @@ sed -i -e 's|grub-probe|grub2-probe|g' os-probes/common/50mounted-tests \ linux-boot-probes/common/50mounted-tests %build -%make_build CFLAGS="%{optflags}" +%make_build CFLAGS="%{optflags}" LDFLAGS="%{build_ldflags}" %install install -m 0755 -d %{buildroot}%{_bindir} @@ -86,6 +86,19 @@ fi %{_var}/lib/%{name} %changelog +* Tue Jun 22 2021 Javier Martinez Canillas - 1.74-9 +- Another build but with a gating.yaml to allow leaving gating + Resolves: rhbz#1624158 + +* Mon Jun 21 2021 Javier Martinez Canillas - 1.74-8 +- Bump NVR to allow building + Resolves: rhbz#1624158 + +* Thu Jul 25 2019 Peter Jones - 1.74-7 +- Make gcc use -Wl,-z,now -Wl,-z,relro -pie. Dunno why the default didn't + pick this up. + Resolves: rhbz#1624158 + * Sun Feb 18 2018 Hedayat Vatankhah - 1.74-6 - Add gcc build dependency