spec: add one changelog entry to make rpmlint happy

rpmlint doesn't like spec files without any changelog entries, let's
add a symbolic/phony one.
This commit is contained in:
Ondřej Budai 2020-11-12 09:33:41 +01:00 committed by msehnout
parent ae17b5aa3c
commit e02e5da1bf

View file

@ -348,4 +348,8 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
%endif
%changelog
# the changelog is distribution-specific, therefore it doesn't make sense to have it upstream
# the changelog is distribution-specific, therefore there's just one entry
# to make rpmlint happy.
* Wed Sep 11 2019 Image Builder team <osbuilders@redhat.com> - 0-1
- On this day, this project was born.