Merge pull request #2375 from lsm5/spec-file-cleanup

[skip-ci] RPM: spec file cleanup
This commit is contained in:
Miloslav Trmač 2024-07-08 21:54:06 +02:00 committed by GitHub
commit b6086ab75f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -164,12 +164,4 @@ cp -pav systemtest/* %{buildroot}/%{_datadir}/%{name}/test/system/
%{_datadir}/%{name}/test %{_datadir}/%{name}/test
%changelog %changelog
%if %{defined autochangelog}
%autochangelog %autochangelog
%else
# NOTE: This changelog will be visible on CentOS 8 Stream builds
# Other envs are capable of handling autochangelog
* Tue Jun 13 2023 RH Container Bot <rhcontainerbot@fedoraproject.org>
- Placeholder changelog for envs that are not autochangelog-ready.
- Contact upstream if you need to report an issue with the build.
%endif