diff --git a/cobbler.spec b/cobbler.spec index 4fc3c288ccc88e27fc0f20bba31b7c8997ba903a..afb29d8d98ae8a72c7b9a7bb4d82397e06b78425 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