disable package notes, which break all Haskell packages (#2043092)
occurred during F36 mass rebuild
This commit is contained in:
parent
db4b6534d4
commit
22d34de16e
@ -7,8 +7,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: ghc-rpm-macros
|
Name: ghc-rpm-macros
|
||||||
Version: 2.3.11
|
Version: 2.3.12
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: RPM macros for building Haskell packages for GHC
|
Summary: RPM macros for building Haskell packages for GHC
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -184,6 +184,9 @@ EOF
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 21 2022 Jens Petersen <petersen@redhat.com> - 2.3.12-1
|
||||||
|
- disable package notes since breaks all Haskell packages (#2043092)
|
||||||
|
|
||||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.11-2
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.11-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
@ -19,6 +19,7 @@ CFLAGS="${CFLAGS:-$(echo %optflags | sed -e 's/-Wall //' -e 's/-Werror=format-se
|
|||||||
CFLAGS="${CFLAGS:-%optflags}"\
|
CFLAGS="${CFLAGS:-%optflags}"\
|
||||||
%endif\
|
%endif\
|
||||||
export CFLAGS\
|
export CFLAGS\
|
||||||
|
%undefine _package_note_flags\
|
||||||
%global _hardened_ldflags %{nil}\
|
%global _hardened_ldflags %{nil}\
|
||||||
export LDFLAGS="${LDFLAGS:-%{?__global_ldflags}}"\
|
export LDFLAGS="${LDFLAGS:-%{?__global_ldflags}}"\
|
||||||
%{nil}
|
%{nil}
|
||||||
|
Loading…
Reference in New Issue
Block a user