From 066c11cf814efb579e5284d5711103f355f40cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Sun, 4 Feb 2024 19:47:05 +0100 Subject: [PATCH] package rename to prevent confusion --- doc/source/contributing.rst | 2 +- package/python-kiwi-spec-template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/contributing.rst b/doc/source/contributing.rst index e4146c74035..66aa66db945 100644 --- a/doc/source/contributing.rst +++ b/doc/source/contributing.rst @@ -48,7 +48,7 @@ Install Required Operating System Packages provided by :command:`pip`. Those will be pulled in by installing the following development packages: -* kiwi-devel +* kiwi-develdeps * kiwi-systemdeps The packages are provided on the Open Build Service in the diff --git a/package/python-kiwi-spec-template b/package/python-kiwi-spec-template index 3db6a7d1f56..15e06422086 100644 --- a/package/python-kiwi-spec-template +++ b/package/python-kiwi-spec-template @@ -75,7 +75,7 @@ The KIWI Image System provides an operating system image builder for Linux supported hardware platforms as well as for virtualization and cloud systems like Xen, KVM, VMware, EC2 and more. -%package -n kiwi-devel +%package -n kiwi-develdeps Summary: KIWI - Development dependencies Group: %{sysgroup} Requires: gcc @@ -685,7 +685,7 @@ fi %endif %endif -%files -n kiwi-devel +%files -n kiwi-develdeps # Empty metapackage %files -n kiwi-systemdeps-core