- Fix rx3-base dependencies in SPEC file.

This commit is contained in:
2026-05-03 17:45:25 +02:00
parent df54b3b814
commit b0c891ea53
2 changed files with 14 additions and 4 deletions

View File

@@ -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, - Move lib to top dir and remove usr,

View File

@@ -31,10 +31,18 @@
#-----------------------------------------------------------------------------------------------------------------------------------
# Package
#-----------------------------------------------------------------------------------------------------------------------------------
Name: %{name} Name: %{name}
Version: %{version} Version: %{version}
Release: %{release} Release: %{release}
Summary: Rx3 Docker Management Tools Summary: Rx3 Docker Management Tools
License: GPL License: GPL
URL: https://git.rx3.org/gitea/rx3/%{name} URL: https://git.rx3.org/gitea/rx3/%{name}
@@ -46,7 +54,7 @@ Packager: Arnaud G. GIBERT <arnaud@rx3.net>
BuildArch: noarch BuildArch: noarch
Requires: rx3-base Requires: rx3-base-libs
%description %description
This project aims to give some basic tools to be used by other Rx3 docker packaging projects 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 %package devel
Summary: Meta Package Manager - Server repository Summary: Rx3 Docker Developement Tools
Requires: %{name} Requires: %{name}
Requires: rx3-base-tools
Requires: buildah Requires: buildah
%description devel %description devel
@@ -174,7 +184,7 @@ cp sbin/* %{buildroot}%{_sbindir}
#----------------------------------------------------------------------------------------------------------------------------------- #-----------------------------------------------------------------------------------------------------------------------------------
%changelog %changelog
* Thu Apr 16 2026 Arnaud G. GIBERT <arnaud@rx3.net> - 1.5.2-1rx3.mga9 * Mon May 4 2026 Arnaud G. GIBERT <arnaud@rx3.net> - 1.5.2-1rx3.mga9
- Update to 1.5.2 - Update to 1.5.2
- move lib to top dir - move lib to top dir