Compare commits
No commits in common. "c9-beta" and "c8s" have entirely different histories.
20
README
Normal file
20
README
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
RPM macros to control the build arch's available for
|
||||||
|
Fedora Haskell packages with ghc-rpm-macros.
|
||||||
|
|
||||||
|
%ghc_arches_with_ghci:
|
||||||
|
|
||||||
|
The ghci interactive environment is needed when compiling
|
||||||
|
packages that use Template Haskell. It is not available
|
||||||
|
on all archs. Use "ExclusiveArch: %{ghc_arches_with_ghci}"
|
||||||
|
in packages that need the ghci capability to build,
|
||||||
|
or require a dependency that can only build with ghci.
|
||||||
|
|
||||||
|
%ghc_arches:
|
||||||
|
|
||||||
|
Deprecated but still used in older releases/packages.
|
||||||
|
Currently (as of F21) ghc is available on all actively
|
||||||
|
maintained architectures, but we could use %ghc_arches
|
||||||
|
again in the future if that is no longer true again.
|
||||||
|
|
||||||
|
Please report any issues in Red Hat bugzilla under
|
||||||
|
the Fedora product and ghc-srpm-macros component.
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-8
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.revdeps.integration}
|
@ -4,12 +4,12 @@
|
|||||||
%global macros_dir %{_rpmconfigdir}/macros.d
|
%global macros_dir %{_rpmconfigdir}/macros.d
|
||||||
|
|
||||||
Name: ghc-srpm-macros
|
Name: ghc-srpm-macros
|
||||||
Version: 1.5.0
|
Version: 1.4.2
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: RPM macros for building Haskell source packages
|
Summary: RPM macros for building Haskell source packages
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Url: https://src.fedoraproject.org/rpms/ghc-srpm-macros
|
Url: http://pkgs.fedoraproject.org/cgit/ghc-srpm-macros.git
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Source0: macros.ghc-srpm
|
Source0: macros.ghc-srpm
|
||||||
@ -35,34 +35,6 @@ install -p -D -m 0644 %{SOURCE0} %{buildroot}/%{macros_dir}/macros.ghc-srpm
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.0-6
|
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
||||||
Related: rhbz#1991688
|
|
||||||
|
|
||||||
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.0-5
|
|
||||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Oct 1 2019 Jens Petersen <petersen@redhat.com> - 1.5.0-1
|
|
||||||
- define ghc_devel_prof to handle prof/devel BRs across releases
|
|
||||||
|
|
||||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-10
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-9
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-8
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-7
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
@ -7,7 +7,3 @@
|
|||||||
# ghc_arches is not used in current packages but still here for back compat
|
# ghc_arches is not used in current packages but still here for back compat
|
||||||
# former archs: alpha ppc sparcv9 armv5tel
|
# former archs: alpha ppc sparcv9 armv5tel
|
||||||
%ghc_arches %{ix86} x86_64 armv7hl ppc64 ppc64le aarch64 s390 s390x
|
%ghc_arches %{ix86} x86_64 armv7hl ppc64 ppc64le aarch64 s390 s390x
|
||||||
|
|
||||||
# control whether to BR devel or prof library packages
|
|
||||||
# (prof subpackages were introduced in F31)
|
|
||||||
%ghc_devel_prof prof
|
|
Loading…
Reference in New Issue
Block a user