From b0c891ea53d4cb902a678d33aef0ab0b7180f9f6 Mon Sep 17 00:00:00 2001 From: "Arnaud G. GIBERT" Date: Sun, 3 May 2026 17:45:25 +0200 Subject: [PATCH] - Fix rx3-base dependencies in SPEC file. --- ReleaseNotes.txt | 2 +- SPECS/docker_tools.spec | 16 +++++++++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index f59b803..a7e4449 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,5 +1,5 @@ ------------------------------------------------------------------------------------------------------------------------------------ -Rx3-Docker/Docker Tools V 1.5.2 - A. GIBERT - 2026/04/19 +Rx3-Docker/Docker Tools V 1.5.2 - A. GIBERT - 2026/05/04 ------------------------------------------------------------------------------------------------------------------------------------ - Move lib to top dir and remove usr, diff --git a/SPECS/docker_tools.spec b/SPECS/docker_tools.spec index cdb4802..d665055 100644 --- a/SPECS/docker_tools.spec +++ b/SPECS/docker_tools.spec @@ -31,10 +31,18 @@ + + +#----------------------------------------------------------------------------------------------------------------------------------- +# Package +#----------------------------------------------------------------------------------------------------------------------------------- + Name: %{name} Version: %{version} Release: %{release} + Summary: Rx3 Docker Management Tools + License: GPL URL: https://git.rx3.org/gitea/rx3/%{name} @@ -46,7 +54,7 @@ Packager: Arnaud G. GIBERT BuildArch: noarch -Requires: rx3-base +Requires: rx3-base-libs %description This project aims to give some basic tools to be used by other Rx3 docker packaging projects @@ -70,8 +78,10 @@ Support different mounted volume modes: %package devel -Summary: Meta Package Manager - Server repository +Summary: Rx3 Docker Developement Tools + Requires: %{name} +Requires: rx3-base-tools Requires: buildah %description devel @@ -174,7 +184,7 @@ cp sbin/* %{buildroot}%{_sbindir} #----------------------------------------------------------------------------------------------------------------------------------- %changelog -* Thu Apr 16 2026 Arnaud G. GIBERT - 1.5.2-1rx3.mga9 +* Mon May 4 2026 Arnaud G. GIBERT - 1.5.2-1rx3.mga9 - Update to 1.5.2 - move lib to top dir