diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit c8117aeb4799943bad28701e46b2a3cb26273ccd
parent 26d7872f37b7aa39294d49652fd250853ad94420
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat, 13 Nov 2021 22:41:09 +0100

document nothing provides python3 error

Diffstat:
Mdocs/OBS.MD | 15+++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/docs/OBS.MD b/docs/OBS.MD @@ -69,8 +69,19 @@ https://github.com/openSUSE/obs-service-set_version ## `obs-service-tar_scm` -Fix build for CentOS 8 by applying this patch: -https://github.com/openSUSE/obs-service-tar_scm/issues/374 +Fix build for CentOS 8 by applying this patch in `obs-service-tar_scm.spec`: +* https://github.com/openSUSE/obs-service-tar_scm/issues/374 +* https://github.com/olegantonyan/obs-service-tar_scm/commit/6a454aa71395ca03a737d795551ba027a5f8a9e3 + +```diff + %if %{with python3} ++ ++ %if 0%{?centos_version} >= 800 ++ # ignore python3 dependency (nothing provides python3 error) ++ %else + BuildRequires: %{use_python}%{_pkg_base} ++ %endif +``` Manual download of latest release: https://github.com/openSUSE/obs-service-tar_scm/tags