mirror of
https://github.com/containers/podman.git
synced 2025-07-01 08:07:03 +08:00
Merge pull request #23110 from lsm5/rpm-misc
[skip-ci] Remove conditionals from changelog
This commit is contained in:
@ -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
|
|
||||||
|
Reference in New Issue
Block a user