Default with the cache and lock directory to the same path to have both

non-persistent and persistent data at one location; (bnc#846586).

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=393
This commit is contained in:
Lars Müller 2014-03-21 19:48:32 +00:00 committed by Git OBS Bridge
parent 507561ca29
commit 8f9b21cdf0
4 changed files with 12 additions and 7 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d9133532eefe939f08556f7200db6260d148726b27c6c0cffe9827a8f5e5d714
size 188023
oid sha256:d051c5e2589f5a5d74dbd3a606e82d51916d5c0fb25442a3fcf4c0696e436fe9
size 188134

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Mar 21 18:59:29 UTC 2014 - lmuelle@suse.com
- Default with the cache and lock directory to the same path to have both
non-persistent and persistent data at one location; (bnc#846586).
-------------------------------------------------------------------
Wed Mar 12 13:57:29 UTC 2014 - lmuelle@suse.com

View File

@ -144,7 +144,7 @@ BuildRequires: systemd
%else
%define build_make_smp_mflags %{?jobs:-j%jobs}
%endif
%define SOURCE_TIMESTAMP 3208
%define SOURCE_TIMESTAMP 3211
%define BRANCH %{version}
%global with_mitkrb5 1
%global with_dc 0
@ -1210,6 +1210,7 @@ CONFIGURE_OPTIONS="\
--sysconfdir=%{CONFIGDIR} \
--with-configdir=%{CONFIGDIR} \
--libdir=%{_libdir} \
--with-cachedir=%{LOCKDIR} \
--with-lockdir=%{LOCKDIR} \
--with-logfilebase=%{LOGDIR} \
--mandir=%{_mandir} \
@ -1277,7 +1278,6 @@ install -d -m 0755 -p \
%{buildroot}/%{_datadir}/omc/svcinfo.d \
%{buildroot}/%{_datadir}/samba/{LDAP,templates} \
%{buildroot}/%{_localstatedir}/adm \
%{buildroot}/%{_localstatedir}/cache/samba \
%{buildroot}/%{LOCKDIR}/{netlogon,drivers/{WIN40,W32X86,W32MIPS,W32ALPHA,W32PPC,IA64,x64},printing,profiles,winbindd_privileged} \
%{buildroot}/%{LOGDIR} \
%{buildroot}/%{PIDDIR} \
@ -1968,7 +1968,6 @@ fi
%doc %{DOCDIR}/README.%{VENDOR}
%{_localstatedir}/adm/fillup-templates/samba-client-dhcp.conf
%{_localstatedir}/adm/fillup-templates/sysconfig.dhcp-samba-client
%dir %{_localstatedir}/cache/samba
%dir %{LOCKDIR}
%attr(0750,root,root) %dir %{LOGDIR}
%ghost %dir %{PIDDIR}

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b6f2ab5fbae5a9e84ddafac2bb8d1946f3657a3430b8eee17248bec98331e5b8
size 53896
oid sha256:f6e78fa95b2ffd9cb5ec1652b91b130dff35b12867021b257d5d5263c5842029
size 53994