Enable annotated build again

This reverts commit 84de5f1cd3.
This commit is contained in:
Miro Hrončok 2018-07-24 19:16:10 +02:00
parent 84de5f1cd3
commit bc1a03edeb

View File

@ -1,9 +1,6 @@
# generated by cabal-rpm-0.12.1
# https://fedoraproject.org/wiki/Packaging:Haskell
# workaround https://bugzilla.redhat.com/show_bug.cgi?id=1607054
%undefine _annotated_build
%global pkg_name asn1-encoding
%global pkgver %{pkg_name}-%{version}
@ -11,7 +8,7 @@
Name: ghc-%{pkg_name}
Version: 0.9.5
Release: 5%{?dist}
Release: 6%{?dist}
Summary: ASN1 data reader and writer in RAW, BER and DER forms
License: BSD
@ -84,6 +81,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Tue Jul 24 2018 Miro Hrončok <mhroncok@redhat.com> - 0.9.5-6
- Enable annotated build again
* Mon Jul 23 2018 Miro Hrončok <mhroncok@redhat.com> - 0.9.5-5
- Rebuilt for #1607054