- Fix rx3-base dependencies in SPEC file.
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user