diff --git a/ghc-yaml.spec b/ghc-yaml.spec index f2670ca..36ca89c 100644 --- a/ghc-yaml.spec +++ b/ghc-yaml.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 yaml %global pkgver %{pkg_name}-%{version} @@ -11,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.8.25.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Support for parsing and rendering YAML documents License: BSD @@ -113,6 +110,9 @@ rm -r libyaml %changelog +* Tue Jul 24 2018 Miro Hrončok - 0.8.25.1-5 +- Enable annotated build again + * Mon Jul 23 2018 Miro Hrončok - 0.8.25.1-4 - Rebuilt for #1607054