Enable hardened build flags

This commit is contained in:
Adam Jackson 2022-02-03 13:30:52 -05:00 committed by Stepan Oksanichenko
parent c55b742ea6
commit 58b1bd598f
2 changed files with 6 additions and 3 deletions

View File

@ -0,0 +1 @@
b4a189b12406c6cbd5a68628a740ca59acef790a xf86-video-dummy-0.3.7.tar.bz2

View File

@ -2,12 +2,10 @@
%global moduledir %(pkg-config xorg-server --variable=moduledir )
%global driverdir %{moduledir}/drivers
%undefine _hardened_build
Summary: Xorg X11 dummy video driver
Name: xorg-x11-drv-dummy
Version: 0.3.7
Release: 16%{?dist}
Release: 17%{?dist}
URL: http://www.x.org
License: MIT
@ -45,6 +43,10 @@ find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
%{driverdir}/dummy_drv.so
%changelog
* Thu Feb 03 2022 Adam Jackson <ajax@redhat.com> - 0.3.7-17
- Enable hardened build flags
Resolves: rhbz#2044898
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.7-16
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688