From 5bef99f163bf091709e590150877977bc1958855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 24 Jul 2018 12:50:34 +0200 Subject: [PATCH] Enable annotated build again This reverts commit 1cb739b468473a6f34628aa3db2dd4ca2fcaa4cf. --- ghc-aeson-pretty.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ghc-aeson-pretty.spec b/ghc-aeson-pretty.spec index c83aea6..9762c25 100644 --- a/ghc-aeson-pretty.spec +++ b/ghc-aeson-pretty.spec @@ -1,15 +1,12 @@ # 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 aeson-pretty %global pkgver %{pkg_name}-%{version} Name: ghc-%{pkg_name} Version: 0.8.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: JSON pretty-printing library License: BSD @@ -89,6 +86,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Tue Jul 24 2018 Miro Hrončok - 0.8.5-5 +- Enable annotated build again + * Mon Jul 23 2018 Miro Hrončok - 0.8.5-4 - Rebuilt for #1607054