diff --git a/macros.ghc-srpm b/macros.ghc-srpm deleted file mode 100644 index f66a28c..0000000 --- a/macros.ghc-srpm +++ /dev/null @@ -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 diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 4c7ac12..14c7b64 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -6,7 +6,7 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config -Version: 20 +Version: 21 Release: 1%{?dist} # No version specified. License: GPL+ @@ -26,7 +26,6 @@ Source51: redhat-hardened-ld # 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 # be pulled in at rpm build time, this is specific for srpm creation. -Source100: macros.ghc-srpm Source101: macros.gnat-srpm Source102: macros.mono-srpm Source103: macros.nodejs-srpm @@ -66,6 +65,7 @@ BuildArch: noarch Requires: coreutils Requires: perl-srpm-macros Requires: ocaml-srpm-macros +Requires: ghc-srpm-macros Requires: rpm >= 4.11.0 Requires: dwz >= 0.4 Requires: zip @@ -135,6 +135,10 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov %{_rpmconfigdir}/macros.d/macros.kmp %changelog +* Wed Apr 30 2014 Jens Petersen - 21-1 +- macros.ghc-srpm moved to ghc-rpm-macros package (#1089102) +- add requires ghc-srpm-macros + * Tue Apr 29 2014 Peter Robinson 20-1 - With gcc 4.9 aarch64 now supports stack-protector