Stricter patterns to avoid listing man pages twice
This commit is contained in:
parent
75a63cc7e2
commit
6cbe80c42d
@ -88,11 +88,11 @@ ln -s alembic-%{python3_version}.1 %{buildroot}%{_mandir}/man1/alembic.1
|
|||||||
# pyproject_files handles LICENSE; verify with rpm -qL -p ...
|
# pyproject_files handles LICENSE; verify with rpm -qL -p ...
|
||||||
%doc README.rst CHANGES
|
%doc README.rst CHANGES
|
||||||
%{_bindir}/alembic
|
%{_bindir}/alembic
|
||||||
%{_mandir}/man1/alembic.1*
|
%{_mandir}/man1/alembic.1{,.*}
|
||||||
%{_bindir}/alembic-3
|
%{_bindir}/alembic-3
|
||||||
|
%{_mandir}/man1/alembic-3.1{,.*}
|
||||||
%{_bindir}/alembic-%{python3_version}
|
%{_bindir}/alembic-%{python3_version}
|
||||||
%{_mandir}/man1/alembic-3.1*
|
%{_mandir}/man1/alembic-%{python3_version}.1{,.*}
|
||||||
%{_mandir}/man1/alembic-%{python3_version}.1*
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
@ -104,6 +104,7 @@ ln -s alembic-%{python3_version}.1 %{buildroot}%{_mandir}/man1/alembic.1
|
|||||||
- Confirm License is SPDX MIT
|
- Confirm License is SPDX MIT
|
||||||
- Add metapackage for “tz” extra
|
- Add metapackage for “tz” extra
|
||||||
- Port to pyproject-rpm-macros
|
- Port to pyproject-rpm-macros
|
||||||
|
- Stricter patterns to avoid listing man pages twice
|
||||||
|
|
||||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-2
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user