Skip to content

Commit

Permalink
[skip-ci] RPM: spec file cleanup
Browse files Browse the repository at this point in the history
All our supported distros except CentOS Stream 9 support autochangelog
and we currently build rpms for CentOS Stream 9 only on the podman-next
copr, where we don't really care much about changelog.

So, there's no need for this conditional to exist.

Podman Ref: containers/podman#23110

Signed-off-by: Lokesh Mandvekar <[email protected]>
  • Loading branch information
lsm5 committed Jul 8, 2024
1 parent 37ff33d commit 0a1358d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions rpm/skopeo.spec
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,4 @@ cp -pav systemtest/* %{buildroot}/%{_datadir}/%{name}/test/system/
%{_datadir}/%{name}/test

%changelog
%if %{defined 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 <[email protected]>
- Placeholder changelog for envs that are not autochangelog-ready.
- Contact upstream if you need to report an issue with the build.
%endif

0 comments on commit 0a1358d

Please sign in to comment.