From a0243625f7d72a7a445dd5199a1026a91852930a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Feb 09 2018 08:05:52 +0000 Subject: Escape macros in %changelog Reference: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Y2ZUKK2B7T2IKXPMODNF6HB2O5T5TS6H/ Signed-off-by: Igor Gnatenko --- diff --git a/qt3.spec b/qt3.spec index fb389ec..5dbfd8e 100644 --- a/qt3.spec +++ b/qt3.spec @@ -6,7 +6,7 @@ Name: qt3 Summary: The shared library for the Qt 3 GUI toolkit Version: 3.3.8b -Release: 72%{?dist} +Release: 73%{?dist} License: QPL or GPLv2 or GPLv3 Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -656,6 +656,9 @@ rm -rf %{buildroot} %changelog +* Fri Feb 09 2018 Igor Gnatenko - 3.3.8b-73 +- Escape macros in %%changelog + * Mon Nov 13 2017 Than Ngo - 3.3.8b-72 - backport mysql driver mariadb fix - BR: mariadb-connector-c-devel (f28+, #1494085) @@ -858,7 +861,7 @@ rm -rf %{buildroot} - fix obsolete/provides of version/release * Thu Mar 13 2008 Kevin Kofler 3.3.8b-10 -- fix %{?epoch:%{epoch}:} idiom not to add a ':' after it +- fix %%{?epoch:%%{epoch}:} idiom not to add a ':' after it * Wed Mar 12 2008 Kevin Kofler 3.3.8b-9 - rename to qt3 on Fedora >= 9 @@ -1914,13 +1917,13 @@ rm -rf %{buildroot} - fix compilation of the NSPlugin add-on * Fri Mar 3 2000 Bill Nottingham -- fix %postun script +- fix %%postun script * Fri Feb 18 2000 Bernhard Rosenkränzer - beta1 - get rid of qt-ImageIO, the functionality is now in the main Qt library - remove qt-Network, the functionality is now in the main Qt library -- add changes-2.1.0 to %doc +- add changes-2.1.0 to %%doc * Thu Feb 17 2000 Preston Brown - no refcount check on postun script, we want it to happen even on upgrades