diary

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

commit c94f8bbed89ec45ade01369a6a39f544d53a6996
parent 0358875830062ef118277ae1a1269368df600a46
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Mon, 20 Feb 2023 21:54:48 +0100

doc(obs): document project meta

Diffstat:
Mdocs/OBS.md | 28++++++++++++++++++++++------
1 file changed, 22 insertions(+), 6 deletions(-)

diff --git a/docs/OBS.md b/docs/OBS.md @@ -19,17 +19,33 @@ to download the latest diary source code from the master branch: ## OBS Project Configuration ``` -# Disable obs_scm_testsuite for obs-service-set_version: -# https://github.com/openSUSE/obs-service-set_version/issues/64 -Macros: -%_without_obs_scm_testsuite 1 -:Macros - # Fix "have choice for libzstd.so.1()(64bit) needed by rpm-build: libzstd libzstd1" # https://en.opensuse.org/openSUSE:Build_Service_prjconf#Prefer Prefer: libzstd ``` +## OBS Project Meta +Fix CentOS-8 builds that miss python3 dependencies (obs-service-set_version) by +adding the OpenSUSE Tools to the CentOS-8 repos: + +``` +<repository name="CentOS_8_Stream"> + <path project="CentOS:CentOS-8:Stream" repository="standard"/> + <path project="openSUSE:Tools" repository="CentOS_8"/> + <arch>x86_64</arch> + <arch>aarch64</arch> +</repository> +<repository name="CentOS_8"> + <path project="CentOS:CentOS-8" repository="standard"/> + <path project="openSUSE:Tools" repository="CentOS_8"/> + <arch>x86_64</arch> + <arch>aarch64</arch> +</repository> +``` + +Source: +https://forums.opensuse.org/t/nothing-provides-obs-service-tar-nothing-provides-obs-service-recompress-in-most-distros/141901/12 + ## OBS Source Services (`obs-service-`) Documentation The documentation on how to use source services is sparse and scattered: