diff --git a/b4.changes b/b4.changes index d197804..97ee61c 100644 --- a/b4.changes +++ b/b4.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 26 05:36:32 UTC 2022 - Thorsten Kukuk + +- Don't change the correct manual page path into an invalid one + ------------------------------------------------------------------- Thu Jun 23 11:39:42 UTC 2022 - Dominique Leuenberger diff --git a/b4.spec b/b4.spec index b119bf8..70fc812 100644 --- a/b4.spec +++ b/b4.spec @@ -62,7 +62,6 @@ sed -i.old '1{/#!.*/d}' b4/*.py %install %python3_install -mv %{buildroot}/%{_mandir}/man5 %{buildroot}/%{_mandir}/man.5 %check python3 setup.py check @@ -77,8 +76,7 @@ test "$THEIRS" = "$OURS" %doc README.rst %license COPYING %{_bindir}/%{name} -%dir %{_mandir}/man.5/ -%{_mandir}/man.5/b4.5.gz +%{_mandir}/man5/b4.5.gz %{python_sitelib}/%{name}* %changelog