Accepting request 228155 from network:samba:STABLE
- Extend vfs_snapper man page to cover permissions; (bnc#870570). - Fix RPC server handling of fragmented requests; (bso#10481); (bnc#869707). - 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/request/show/228155 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=156
This commit is contained in:
commit
5d67083536
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9133532eefe939f08556f7200db6260d148726b27c6c0cffe9827a8f5e5d714
|
||||
size 188023
|
||||
oid sha256:ebd63d3e39f8d47ec9924b51b6a37de6d7b76f155969ea7ef497a5351a3ae6ac
|
||||
size 190179
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 11:45:03 UTC 2014 - ddiss@suse.com
|
||||
|
||||
- Extend vfs_snapper man page to cover permissions; (bnc#870570).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 14:36:34 UTC 2014 - ddiss@suse.com
|
||||
|
||||
- Fix RPC server handling of fragmented requests; (bso#10481); (bnc#869707).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -144,7 +144,7 @@ BuildRequires: systemd
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
%define SOURCE_TIMESTAMP 3208
|
||||
%define SOURCE_TIMESTAMP 3213
|
||||
%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}
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6f2ab5fbae5a9e84ddafac2bb8d1946f3657a3430b8eee17248bec98331e5b8
|
||||
size 53896
|
||||
oid sha256:2335b2c8d99e62bc5c42684d5e233802ca77d48d0cc468cb10bc0a20fec0412c
|
||||
size 53913
|
||||
|
Loading…
Reference in New Issue
Block a user