import os-prober-1.74-9.el8
This commit is contained in:
parent
730654fad0
commit
bfbc4df46b
@ -1,6 +1,6 @@
|
|||||||
Name: os-prober
|
Name: os-prober
|
||||||
Version: 1.74
|
Version: 1.74
|
||||||
Release: 6%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: Probes disks on the system for installed operating systems
|
Summary: Probes disks on the system for installed operating systems
|
||||||
|
|
||||||
Group: System Environment/Base
|
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
|
linux-boot-probes/common/50mounted-tests
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make_build CFLAGS="%{optflags}"
|
%make_build CFLAGS="%{optflags}" LDFLAGS="%{build_ldflags}"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -m 0755 -d %{buildroot}%{_bindir}
|
install -m 0755 -d %{buildroot}%{_bindir}
|
||||||
@ -86,6 +86,19 @@ fi
|
|||||||
%{_var}/lib/%{name}
|
%{_var}/lib/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 22 2021 Javier Martinez Canillas <javierm@redhat.com> - 1.74-9
|
||||||
|
- Another build but with a gating.yaml to allow leaving gating
|
||||||
|
Resolves: rhbz#1624158
|
||||||
|
|
||||||
|
* Mon Jun 21 2021 Javier Martinez Canillas <javierm@redhat.com> - 1.74-8
|
||||||
|
- Bump NVR to allow building
|
||||||
|
Resolves: rhbz#1624158
|
||||||
|
|
||||||
|
* Thu Jul 25 2019 Peter Jones <pjones@redhat.com> - 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 <hedayat.fwd+rpmchlog@gmail.com> - 1.74-6
|
* Sun Feb 18 2018 Hedayat Vatankhah <hedayat.fwd+rpmchlog@gmail.com> - 1.74-6
|
||||||
- Add gcc build dependency
|
- Add gcc build dependency
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user