Compare commits

...

1 Commits

Author SHA1 Message Date
David Abdurachmanov 72b24f1278
Bootstrap without hscolour for RISC-V (riscv64)
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2019-02-19 16:08:58 +01:00
1 changed files with 5 additions and 2 deletions

View File

@ -7,11 +7,11 @@
%endif
# uncomment to bootstrap without hscolour
#%%global without_hscolour 1
%global without_hscolour 1
Name: ghc-rpm-macros
Version: 1.9.6
Release: 1%{?dist}
Release: 1.0.riscv64%{?dist}
Summary: RPM macros for building Haskell packages for GHC
License: GPLv3+
@ -175,6 +175,9 @@ EOF
%changelog
* Tue Feb 19 2019 David Abdurachmanov <david.abdurachmanov@gmail.com> - 1.9.6-1.0.riscv64
- Bootstrap without hscolour for RISC-V (riscv64)
* Fri Feb 1 2019 Jens Petersen <petersen@redhat.com> - 1.9.6-1
- disable debuginfo by undefining _enable_debug_packages
- leave stripping to generic rpm macros