From 6a311fb5609fff6b8343f94e2ade09468511a77b Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Jun 30 2018 06:01:20 +0000 Subject: Fix fake spec for build in rawhide This is discovered while building rawhide package with mock and Copr, where rpm-4.14.1-10 is available. The problem is no changelog is returned from command rpm with option "--qf "%{CHANGELOGTEXT}\n" or with option --changelog. Not sure why it happens, but this minor fix makes it work again. Signed-off-by: Chenxiong Qi --- diff --git a/tests/utils.py b/tests/utils.py index 631ba14..dc7815d 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -52,7 +52,7 @@ rm -rf $$RPM_BUILD_ROOT %defattr(-,root,root,-) %doc README.rst %changelog -* Thu Apr 21 2016 Tester - 1.2-2 +* Sat Jun 30 2018 Tester - 1.2-2 - Initial version '''