Add dependency to samba-common-tools to -trust-ad subpackage
Samba packaging moved samba-common to be multi-architecture-friendly and moved net utility to samba-common-tools. We use net utility in ipa-adtrust-install, thus we need to depend on the correct package.
This commit is contained in:
parent
e26c3e5b2a
commit
08336be7d8
@ -8,7 +8,7 @@
|
|||||||
%global samba_build_version %{samba_version}
|
%global samba_build_version %{samba_version}
|
||||||
%global selinux_policy_version 3.12.1-153
|
%global selinux_policy_version 3.12.1-153
|
||||||
%else
|
%else
|
||||||
%global samba_version 2:4.2.1-8
|
%global samba_version 2:4.3.1-1
|
||||||
%global samba_build_version 2:4.2.1
|
%global samba_build_version 2:4.2.1
|
||||||
%global selinux_policy_version 3.13.1-128.6
|
%global selinux_policy_version 3.13.1-128.6
|
||||||
%endif
|
%endif
|
||||||
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
Name: freeipa
|
Name: freeipa
|
||||||
Version: %{VERSION}
|
Version: %{VERSION}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: The Identity, Policy and Audit system
|
Summary: The Identity, Policy and Audit system
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -222,6 +222,7 @@ Summary: Virtual package to install packages required for Active Directory trust
|
|||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Requires: %{name}-server = %version-%release
|
Requires: %{name}-server = %version-%release
|
||||||
Requires: m2crypto
|
Requires: m2crypto
|
||||||
|
Requires: samba-common-tools
|
||||||
Requires: samba-python
|
Requires: samba-python
|
||||||
Requires: samba >= %{samba_version}
|
Requires: samba >= %{samba_version}
|
||||||
Requires: samba-winbind
|
Requires: samba-winbind
|
||||||
@ -1016,6 +1017,10 @@ fi
|
|||||||
%endif # ONLY_CLIENT
|
%endif # ONLY_CLIENT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 21 2015 Alexander Bokovoy <abokovoy@redhat.com> - 4.2.2-2
|
||||||
|
- Depend on samba-common-tools for the trust-ad subpackage after
|
||||||
|
samba package split
|
||||||
|
|
||||||
* Thu Oct 8 2015 Petr Vobornik <pvoborni@redhat.com> - 4.2.2-1
|
* Thu Oct 8 2015 Petr Vobornik <pvoborni@redhat.com> - 4.2.2-1
|
||||||
- Update to upstream 4.2.2 - see http://www.freeipa.org/page/Releases/4.2.2
|
- Update to upstream 4.2.2 - see http://www.freeipa.org/page/Releases/4.2.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user