From bc1a03edeb6e162f4bcd42a06556e0d9ab77a154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 24 Jul 2018 19:16:10 +0200 Subject: [PATCH] Enable annotated build again This reverts commit 84de5f1cd366a4f4dd1339a4b2349a81dacd3bee. --- ghc-asn1-encoding.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ghc-asn1-encoding.spec b/ghc-asn1-encoding.spec index 0f2038f..6dcc91d 100644 --- a/ghc-asn1-encoding.spec +++ b/ghc-asn1-encoding.spec @@ -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 - 0.9.5-6 +- Enable annotated build again + * Mon Jul 23 2018 Miro Hrončok - 0.9.5-5 - Rebuilt for #1607054