[skip-ci] Remove conditionals from changelog

All our active envs except centos stream 9 support autochangelog and the
only place we're building rpms via packit on centos stream 9 is on COPR
where we don't really care about changelogs.

Commit also removes a couple of unnecessary slashes from install paths.

Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
Lokesh Mandvekar
2024-06-26 08:38:11 -04:00
parent 5e27243935
commit 02b922ebfc

View File

@ -278,8 +278,8 @@ done
rm -f %{buildroot}%{_mandir}/man5/docker*.5 rm -f %{buildroot}%{_mandir}/man5/docker*.5
install -d -p %{buildroot}/%{_datadir}/%{name}/test/system install -d -p %{buildroot}%{_datadir}/%{name}/test/system
cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/ cp -pav test/system %{buildroot}%{_datadir}/%{name}/test/
# symlink virtiofsd in %%{name} libexecdir for machine subpackage # symlink virtiofsd in %%{name} libexecdir for machine subpackage
ln -s ../virtiofsd %{buildroot}%{_libexecdir}/%{name} ln -s ../virtiofsd %{buildroot}%{_libexecdir}/%{name}
@ -339,9 +339,4 @@ ln -s ../virtiofsd %{buildroot}%{_libexecdir}/%{name}
%{_libexecdir}/%{name}/virtiofsd %{_libexecdir}/%{name}/virtiofsd
%changelog %changelog
%if %{defined autochangelog}
%autochangelog %autochangelog
%else
* Mon May 01 2023 RH Container Bot <rhcontainerbot@fedoraproject.org>
- Placeholder changelog for envs that are not autochangelog-ready
%endif