From 07963090f7a6dcfbfc8915425a9a61d96be5c9b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 24 Jul 2018 19:21:40 +0200 Subject: [PATCH] Enable annotated build again This reverts commit 6693eab755007a5aaa75c208ab3ec5373cb6928c. --- pandoc.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pandoc.spec b/pandoc.spec index 4e3368e..15e05c1 100644 --- a/pandoc.spec +++ b/pandoc.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 pandoc %global pkgver %{pkg_name}-%{version} @@ -11,7 +8,7 @@ Name: %{pkg_name} Version: 2.0.6 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Conversion between markup formats License: GPLv2+ @@ -196,6 +193,9 @@ install -m 0644 -p -D man/pandoc.1 %{buildroot}%{_mandir}/man1/pandoc.1 %changelog +* Tue Jul 24 2018 Miro Hrončok - 2.0.6-7 +- Enable annotated build again + * Mon Jul 23 2018 Miro Hrončok - 2.0.6-6 - Rebuilt for #1607054