BuildRequire systemd-devel and configure --with-systemd on post-12.2

systems; (bnc#865627).

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=418
This commit is contained in:
Lars Müller 2014-07-07 14:15:20 +00:00 committed by Git OBS Bridge
parent 6181b885c1
commit 9a6fad02f0
4 changed files with 15 additions and 5 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78b1326aaf76f0bd983f7a6bbafe62549515d22f3418f8f60af818d8b40e6f4c
size 277716
oid sha256:3c968614808fbd9e56ef0904b0f3c3aa1f69b176e6f90d35d9ad84db214e7251
size 278614

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 7 13:59:24 UTC 2014 - lmuelle@suse.com
- BuildRequire systemd-devel and configure --with-systemd on post-12.2
systems; (bnc#865627).
-------------------------------------------------------------------
Wed Jun 25 11:52:17 UTC 2014 - ddiss@suse.com

View File

@ -119,6 +119,7 @@ BuildRequires: libxslt-tools
%if 0%{?suse_version} > 1220
BuildRequires: gpg-offline
BuildRequires: systemd
BuildRequires: systemd-devel
%endif
%define samba_ver 4.1.9
%define samba_ver_suffix %nil
@ -147,7 +148,7 @@ BuildRequires: systemd
%else
%define build_make_smp_mflags %{?jobs:-j%jobs}
%endif
%define SOURCE_TIMESTAMP 3258
%define SOURCE_TIMESTAMP 3259
%define BRANCH %{version}
%global with_mitkrb5 1
%global with_dc 0
@ -1206,6 +1207,9 @@ CONFIGURE_OPTIONS="\
--with-privatedir=%{CONFIGDIR} \
--with-quotas \
--with-syslog \
%if 0%{?suse_version} > 1220
--with-systemd \
%endif
--with-utmp \
--with-winbind \
--with-shared-modules=%{auth_modules},%{vfs_modules},%{pdb_modules},%{idmap_modules} \

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0382e8fcb71d00cdd2fa19f0708ad1cf6ed467f4c0a1ecab2f89d164979cfad8
size 54607
oid sha256:874713d4dc6263a3530af8d906639d38cc1750f5a1ab29614cee00e8f8860fea
size 54454