Fix dependencies.
This commit is contained in:
parent
57cc66edf6
commit
53225240fe
@ -241,10 +241,6 @@ Summary: Files used by both Samba servers and clients
|
|||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: %{name}-client-libs = %{samba_depver}
|
|
||||||
%if %with_libwbclient
|
|
||||||
Requires: libwbclient = %{samba_depver}
|
|
||||||
%endif
|
|
||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
|
|
||||||
Provides: samba4-common = %{samba_depver}
|
Provides: samba4-common = %{samba_depver}
|
||||||
@ -259,6 +255,10 @@ packages of Samba.
|
|||||||
Summary: Libraries used by both Samba servers and clients
|
Summary: Libraries used by both Samba servers and clients
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Requires: samba-common = %{samba_depver}
|
Requires: samba-common = %{samba_depver}
|
||||||
|
Requires: %{name}-client-libs = %{samba_depver}
|
||||||
|
%if %with_libwbclient
|
||||||
|
Requires: libwbclient = %{samba_depver}
|
||||||
|
%endif
|
||||||
|
|
||||||
%description common-libs
|
%description common-libs
|
||||||
The samba-common-libs package contains internal libraries needed by the
|
The samba-common-libs package contains internal libraries needed by the
|
||||||
@ -1915,6 +1915,7 @@ rm -rf %{buildroot}
|
|||||||
* Tue Mar 10 2015 Andreas Schneider <asn@redhat.com> - 4.2.0-2
|
* Tue Mar 10 2015 Andreas Schneider <asn@redhat.com> - 4.2.0-2
|
||||||
- Fix the AD build.
|
- Fix the AD build.
|
||||||
- Create samba-client-libs subpackage.
|
- Create samba-client-libs subpackage.
|
||||||
|
- Fix multiarch issues by splitting the samba-common package.
|
||||||
|
|
||||||
* Thu Mar 05 2015 Guenther Deschner <gdeschner@redhat.com> - 4.2.0-1
|
* Thu Mar 05 2015 Guenther Deschner <gdeschner@redhat.com> - 4.2.0-1
|
||||||
- Update to Samba 4.2.0
|
- Update to Samba 4.2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user