From 1cd0c804616e98cf0cf738b3209352006e21a926 Mon Sep 17 00:00:00 2001 From: sun_hai_10 Date: Tue, 28 Feb 2023 16:51:19 +0800 Subject: [PATCH] add install depend --- cobbler.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/cobbler.spec b/cobbler.spec index 4fc3c28..afb29d8 100644 --- a/cobbler.spec +++ b/cobbler.spec @@ -4,7 +4,7 @@ Name: cobbler Version: 3.2.0 -Release: 1 +Release: 2 Summary: Boot server configurator URL: https://cobbler.github.io/ License: GPLv2+ @@ -52,7 +52,8 @@ Requires: python%{python3_pkgversion}-simplejson Requires: python%{python3_pkgversion}-tornado Requires: python%{python3_pkgversion}-distro Requires: python%{python3_pkgversion}-ldap3 -Requires: genisoimage +Requires: genisoimage +Requires: cobbler-web = %{version}-%{release} Recommends: bash-completion Recommends: syslinux @@ -209,7 +210,13 @@ sed -i -e "s/SECRET_KEY = ''/SECRET_KEY = \'$RAND_SECRET\'/" %{_datadir}/cobbler %attr(-,apache,apache) /var/www/cobbler_webui_content/ %changelog -* Sat May 29 2021 liuxin - 3.2.0 - 1 +* Tue Feb 28 2023 sunhai - 3.2.0-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: add install depend + +* Sat May 29 2021 liuxin - 3.2.0-1 - Package init -- Gitee