|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Summary: GUI to join MSVSphere host to domain
|
|
|
|
|
Name: join-to-domain
|
|
|
|
|
Version: 0.6.7
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: https://redos.red-soft.ru/
|
|
|
|
@ -12,7 +12,6 @@ Source2: form-join-to-domain.py
|
|
|
|
|
Source3: join-to-domain.desktop
|
|
|
|
|
|
|
|
|
|
Requires: %{name}-cli = %{version}-%{release}
|
|
|
|
|
Requires: bind-utils
|
|
|
|
|
Requires: yad
|
|
|
|
|
Requires: python3dist(pyqt5)
|
|
|
|
|
|
|
|
|
@ -25,6 +24,7 @@ GUI for join MSVSphere host to domain.
|
|
|
|
|
Summary: CLI to join MSVSphere host to domain
|
|
|
|
|
|
|
|
|
|
Requires: adcli
|
|
|
|
|
Requires: bind-utils
|
|
|
|
|
Requires: krb5-workstation
|
|
|
|
|
Requires: oddjob
|
|
|
|
|
Requires: oddjob-mkhomedir
|
|
|
|
@ -68,6 +68,9 @@ ln -sr %{buildroot}%{_bindir}/join-to-domain.sh %{buildroot}%{_bindir}/JoinToDom
|
|
|
|
|
%{_datadir}/polkit-1/actions/ru.msvsphere.join-to-domain.policy
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 05 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.6.7-4
|
|
|
|
|
- Fix place of R: bind-utils
|
|
|
|
|
|
|
|
|
|
* Mon Aug 05 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.6.7-3
|
|
|
|
|
- Added R: bind-utils
|
|
|
|
|
|
|
|
|
|