From 7f208d073da626681d44a3e0e9b16caf1120224d Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Sun, 10 Mar 2024 13:47:15 +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/malamute.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/redhat/malamute.spec b/packaging/redhat/malamute.spec index 2f6bb1c..baabb21 100644 --- a/packaging/redhat/malamute.spec +++ b/packaging/redhat/malamute.spec @@ -212,3 +212,5 @@ python3 setup.py install --root=%{buildroot} --skip-build --prefix %{_prefix} %endif %changelog +* Wed Dec 31 2014 malamute Developers