Enable hardened build flags
This commit is contained in:
parent
c55b742ea6
commit
58b1bd598f
1
.xorg-x11-drv-dummy.metadata
Normal file
1
.xorg-x11-drv-dummy.metadata
Normal file
@ -0,0 +1 @@
|
||||
b4a189b12406c6cbd5a68628a740ca59acef790a xf86-video-dummy-0.3.7.tar.bz2
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user