Skip to content

Commit 341fbfe

Browse files
Merge pull request #23110 from lsm5/rpm-misc
[skip-ci] Remove conditionals from changelog
2 parents eff706a + 02b922e commit 341fbfe

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

rpm/podman.spec

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@ done
278278

279279
rm -f %{buildroot}%{_mandir}/man5/docker*.5
280280

281-
install -d -p %{buildroot}/%{_datadir}/%{name}/test/system
282-
cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/
281+
install -d -p %{buildroot}%{_datadir}/%{name}/test/system
282+
cp -pav test/system %{buildroot}%{_datadir}/%{name}/test/
283283

284284
# symlink virtiofsd in %%{name} libexecdir for machine subpackage
285285
ln -s ../virtiofsd %{buildroot}%{_libexecdir}/%{name}
@@ -339,9 +339,4 @@ ln -s ../virtiofsd %{buildroot}%{_libexecdir}/%{name}
339339
%{_libexecdir}/%{name}/virtiofsd
340340

341341
%changelog
342-
%if %{defined autochangelog}
343342
%autochangelog
344-
%else
345-
* Mon May 01 2023 RH Container Bot <[email protected]>
346-
- Placeholder changelog for envs that are not autochangelog-ready
347-
%endif

0 commit comments

Comments
 (0)