From 4ab5c8214763094698a32b80d05f836f1a05c3de Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Sun, 10 Mar 2024 13:43:39 +0000 Subject: [PATCH] Problem: SUSE builds fail due to empty changelog in spec file Solution: generate the same dummy entry as the Debian changelog --- packaging/redhat/zproto.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/redhat/zproto.spec b/packaging/redhat/zproto.spec index 25f4a7c..eaf9de5 100644 --- a/packaging/redhat/zproto.spec +++ b/packaging/redhat/zproto.spec @@ -71,3 +71,5 @@ This package contains examples to get started with zproto. %doc src/zyre_peer_example %changelog +* Wed Dec 31 2014 zproto Developers