add install depend

(cherry picked from commit 1cd0c804616e98cf0cf738b3209352006e21a926)
This commit is contained in:
sun_hai_10 2023-02-28 16:51:19 +08:00 committed by openeuler-sync-bot
parent d13b7ecc3e
commit 91c33d59ce

View File

@ -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 <liuxin264@huawei.com> - 3.2.0 - 1
* Tue Feb 28 2023 sunhai <sunhai10@huawei.com> - 3.2.0-2
- Type:bugfix
- ID:NA
- SUG:NA
- DESC: add install depend
* Sat May 29 2021 liuxin <liuxin264@huawei.com> - 3.2.0-1
- Package init