We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eff706a + 02b922e commit 341fbfeCopy full SHA for 341fbfe
rpm/podman.spec
@@ -278,8 +278,8 @@ done
278
279
rm -f %{buildroot}%{_mandir}/man5/docker*.5
280
281
-install -d -p %{buildroot}/%{_datadir}/%{name}/test/system
282
-cp -pav test/system %{buildroot}/%{_datadir}/%{name}/test/
+install -d -p %{buildroot}%{_datadir}/%{name}/test/system
+cp -pav test/system %{buildroot}%{_datadir}/%{name}/test/
283
284
# symlink virtiofsd in %%{name} libexecdir for machine subpackage
285
ln -s ../virtiofsd %{buildroot}%{_libexecdir}/%{name}
@@ -339,9 +339,4 @@ ln -s ../virtiofsd %{buildroot}%{_libexecdir}/%{name}
339
%{_libexecdir}/%{name}/virtiofsd
340
341
%changelog
342
-%if %{defined autochangelog}
343
%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