|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Summary: GUI to join MSVSphere host to domain
|
|
|
|
|
Name: join-to-domain
|
|
|
|
|
Version: 0.6.7
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: https://redos.red-soft.ru/
|
|
|
|
@ -12,6 +12,7 @@ Source2: form-join-to-domain.py
|
|
|
|
|
Source3: join-to-domain.desktop
|
|
|
|
|
|
|
|
|
|
Requires: %{name}-cli = %{version}-%{release}
|
|
|
|
|
Requires: bind-utils
|
|
|
|
|
Requires: yad
|
|
|
|
|
Requires: python3dist(pyqt5)
|
|
|
|
|
|
|
|
|
@ -67,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-3
|
|
|
|
|
- Added R: bind-utils
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.6.7-2
|
|
|
|
|
- call python3 from bash script
|
|
|
|
|
|
|
|
|
|