diary

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

commit b37d91eef21f45afbc81c69a1cc5d695ddb73f57
parent a7549dd08101019988354225e9b0f7927bcb9401
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sat, 14 Sep 2024 16:52:07 +0200

doc(obs): remove outdated tar_scm patch

Diffstat:
Mdocs/OBS.md | 39++-------------------------------------
1 file changed, 2 insertions(+), 37 deletions(-)

diff --git a/docs/OBS.md b/docs/OBS.md @@ -58,43 +58,8 @@ The purpose of the source services and how they are used for the `diary-nightly` build (dependencies) is documented below. ### `openSUSE:Tools/obs-service-tar_scm` -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 - -* Use a simple filename and version, such as `obs-service-tar_scm-0.10.29.tar.gz `. -* Adjust the version numbers in the build files. - -Applying the latest version fixes the following issue: -``` -[ 2s] Running build time source services... -[ 2s] Preparing sources... -[ 2s] ==> WARNING: Skipping verification of source file PGP signatures. -[ 2s] obs-service-tar_scm-0.10.28.1632141620.a8837d3.tar.gz ... Skipped -[ 2s] bsdtar: Failed to set default locale -[ 2s] bsdtar: Pathname can't be converted from UTF-8 to current locale. -[ 2s] bsdtar: Error exit delayed from previous errors. -[ 2s] ==> ERROR: Failed to extract obs-service-tar_scm-0.10.28.1632141620.a8837d3.tar.gz -[ 2s] Aborting... -[ 2s] failed to prepare sources -``` - -The following patch might be related (needs to be applied OBS server-side, -nothing left to do): -https://github.com/openSUSE/obs-build/pull/696 +A recent (`obs-service-tar_scm-0.10.46.tar.gz`) fork should build fine for the +most relevant distros. ### `openSUSE:Tools/obs-service-recompress` https://github.com/openSUSE/obs-service-recompress