move macros.ghc-srpm to ghc-srpm-macros and require it (#1089102)
This commit is contained in:
parent
f60ba57637
commit
121c2fa889
@ -1,3 +0,0 @@
|
|||||||
# macro defining the archs that ghc runs on in fedora
|
|
||||||
%ghc_arches %{ix86} x86_64 ppc ppc64 alpha sparcv9 armv7hl armv5tel s390 s390x
|
|
||||||
%ghc_arches_with_ghci %{ix86} x86_64 ppc sparcv9 armv7hl armv5tel
|
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Summary: Red Hat specific rpm configuration files
|
Summary: Red Hat specific rpm configuration files
|
||||||
Name: redhat-rpm-config
|
Name: redhat-rpm-config
|
||||||
Version: 20
|
Version: 21
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
# No version specified.
|
# No version specified.
|
||||||
License: GPL+
|
License: GPL+
|
||||||
@ -26,7 +26,6 @@ Source51: redhat-hardened-ld
|
|||||||
# that would otherwise be providing the macros. other language/arch specific
|
# that would otherwise be providing the macros. other language/arch specific
|
||||||
# macros should not be defined here but instead in the base packages that can
|
# macros should not be defined here but instead in the base packages that can
|
||||||
# be pulled in at rpm build time, this is specific for srpm creation.
|
# be pulled in at rpm build time, this is specific for srpm creation.
|
||||||
Source100: macros.ghc-srpm
|
|
||||||
Source101: macros.gnat-srpm
|
Source101: macros.gnat-srpm
|
||||||
Source102: macros.mono-srpm
|
Source102: macros.mono-srpm
|
||||||
Source103: macros.nodejs-srpm
|
Source103: macros.nodejs-srpm
|
||||||
@ -66,6 +65,7 @@ BuildArch: noarch
|
|||||||
Requires: coreutils
|
Requires: coreutils
|
||||||
Requires: perl-srpm-macros
|
Requires: perl-srpm-macros
|
||||||
Requires: ocaml-srpm-macros
|
Requires: ocaml-srpm-macros
|
||||||
|
Requires: ghc-srpm-macros
|
||||||
Requires: rpm >= 4.11.0
|
Requires: rpm >= 4.11.0
|
||||||
Requires: dwz >= 0.4
|
Requires: dwz >= 0.4
|
||||||
Requires: zip
|
Requires: zip
|
||||||
@ -135,6 +135,10 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov
|
|||||||
%{_rpmconfigdir}/macros.d/macros.kmp
|
%{_rpmconfigdir}/macros.d/macros.kmp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 30 2014 Jens Petersen <petersen@redhat.com> - 21-1
|
||||||
|
- macros.ghc-srpm moved to ghc-rpm-macros package (#1089102)
|
||||||
|
- add requires ghc-srpm-macros
|
||||||
|
|
||||||
* Tue Apr 29 2014 Peter Robinson <pbrobinson@fedoraproject.org> 20-1
|
* Tue Apr 29 2014 Peter Robinson <pbrobinson@fedoraproject.org> 20-1
|
||||||
- With gcc 4.9 aarch64 now supports stack-protector
|
- With gcc 4.9 aarch64 now supports stack-protector
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user