Require samba packages instead of obsoleted samba4 packages
This commit is contained in:
parent
23bbd3f9b4
commit
53622bb0da
16
freeipa.spec
16
freeipa.spec
@ -15,7 +15,7 @@ distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
|||||||
|
|
||||||
Name: freeipa
|
Name: freeipa
|
||||||
Version: 3.0.0
|
Version: 3.0.0
|
||||||
Release: 0.8%{?dist}
|
Release: 0.9%{?dist}
|
||||||
Summary: The Identity, Policy and Audit system
|
Summary: The Identity, Policy and Audit system
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -30,8 +30,9 @@ BuildRequires: svrcore-devel
|
|||||||
BuildRequires: /usr/share/selinux/devel/Makefile
|
BuildRequires: /usr/share/selinux/devel/Makefile
|
||||||
BuildRequires: policycoreutils >= %{POLICYCOREUTILSVER}
|
BuildRequires: policycoreutils >= %{POLICYCOREUTILSVER}
|
||||||
BuildRequires: systemd-units
|
BuildRequires: systemd-units
|
||||||
BuildRequires: samba4-devel >= 4.0.0-139
|
BuildRequires: samba-devel >= 4.0.0-150
|
||||||
BuildRequires: samba4-python
|
BuildRequires: samba-python
|
||||||
|
BuildRequires: libwbclient-devel
|
||||||
BuildRequires: libtalloc-devel
|
BuildRequires: libtalloc-devel
|
||||||
BuildRequires: libtevent-devel
|
BuildRequires: libtevent-devel
|
||||||
%endif
|
%endif
|
||||||
@ -167,10 +168,10 @@ 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: python-crypto
|
Requires: python-crypto
|
||||||
Requires: samba4-python
|
Requires: samba-python
|
||||||
Requires: samba4
|
Requires: samba
|
||||||
|
Requires: samba-winbind
|
||||||
Requires: libsss_idmap
|
Requires: libsss_idmap
|
||||||
Requires: samba4-winbind
|
|
||||||
|
|
||||||
%description server-trust-ad
|
%description server-trust-ad
|
||||||
Cross-realm trusts with Active Directory in IPA require working Samba 4 installation.
|
Cross-realm trusts with Active Directory in IPA require working Samba 4 installation.
|
||||||
@ -663,6 +664,9 @@ fi
|
|||||||
%ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/ca.crt
|
%ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/ca.crt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 2 2012 Martin Kosek <mkosek@redhat.com> - 3.0.0-0.9
|
||||||
|
- Require samba packages instead of obsoleted samba4 packages
|
||||||
|
|
||||||
* Fri Sep 21 2012 Rob Crittenden <rcritten@redhat.com> - 3.0.0-0.8
|
* Fri Sep 21 2012 Rob Crittenden <rcritten@redhat.com> - 3.0.0-0.8
|
||||||
- Updated to upstream 3.0.0 rc 1
|
- Updated to upstream 3.0.0 rc 1
|
||||||
- Update BR for 389-ds-base to 1.2.11.14
|
- Update BR for 389-ds-base to 1.2.11.14
|
||||||
|
Loading…
Reference in New Issue
Block a user