- Fix broken rc{nmb,smb,winbind} sym links which should point to the service
binary on post-12.2 systems. - Add Snapper VFS module for snapshot manipulation; (fate#313347). + dbus-1-devel required at build time. - Add File Server Remote VSS Protocol (FSRVP) client for SMB share shadow-copies; (fate#313345). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=357
This commit is contained in:
parent
6641135147
commit
d3bdfbc7aa
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:91bc88cb89e0dca7f8ed0af75e34a1802d85485598328bc953bc0652be2e4093
|
oid sha256:d38a8321df1c7e0321c47fecffa2ec51afb92d352598eda6e8a291a6062119c6
|
||||||
size 45097
|
size 71315
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 6 10:06:59 UTC 2014 - lmuelle@suse.com
|
||||||
|
|
||||||
|
- Fix broken rc{nmb,smb,winbind} sym links which should point to the service
|
||||||
|
binary on post-12.2 systems.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 6 07:01:48 UTC 2014 - ddiss@suse.com
|
||||||
|
|
||||||
|
- Add Snapper VFS module for snapshot manipulation; (fate#313347).
|
||||||
|
+ dbus-1-devel required at build time.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 6 06:59:01 UTC 2014 - ddiss@suse.com
|
||||||
|
|
||||||
|
- Add File Server Remote VSS Protocol (FSRVP) client for SMB share
|
||||||
|
shadow-copies; (fate#313345).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 11 12:12:21 UTC 2013 - lmuelle@suse.com
|
Wed Dec 11 12:12:21 UTC 2013 - lmuelle@suse.com
|
||||||
|
|
||||||
|
@ -102,6 +102,7 @@ BuildRequires: libxslt1
|
|||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} > 1210
|
%if 0%{?suse_version} > 1210
|
||||||
BuildRequires: libxslt-tools
|
BuildRequires: libxslt-tools
|
||||||
|
BuildRequires: dbus-1-devel
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} > 1220
|
%if 0%{?suse_version} > 1220
|
||||||
BuildRequires: gpg-offline
|
BuildRequires: gpg-offline
|
||||||
@ -134,7 +135,7 @@ BuildRequires: systemd
|
|||||||
%else
|
%else
|
||||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
%define SOURCE_TIMESTAMP 3129
|
%define SOURCE_TIMESTAMP 3133
|
||||||
%define BRANCH %{version}
|
%define BRANCH %{version}
|
||||||
%global with_mitkrb5 1
|
%global with_mitkrb5 1
|
||||||
%global with_dc 0
|
%global with_dc 0
|
||||||
@ -1354,7 +1355,7 @@ for srv_name in nmb smb winbind; do
|
|||||||
-e 's@Type=forking@Type=forking\nEnvironment=KRB5CCNAME=/run/samba/krb5cc_samba@g' \
|
-e 's@Type=forking@Type=forking\nEnvironment=KRB5CCNAME=/run/samba/krb5cc_samba@g' \
|
||||||
../packaging/systemd/${srv_name}.service \
|
../packaging/systemd/${srv_name}.service \
|
||||||
>%{buildroot}/%{_unitdir}/${srv_name}.service
|
>%{buildroot}/%{_unitdir}/${srv_name}.service
|
||||||
ln -s %{_unitdir}/${srv_name}.service %{buildroot}/usr/sbin/rc${srv_name}
|
ln -s ../../%{_sbindir}/service %{buildroot}/%{_sbindir}/rc${srv_name}
|
||||||
done
|
done
|
||||||
%else
|
%else
|
||||||
for script in ${startScripts}; do
|
for script in ${startScripts}; do
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:861622d6f60b8ec6dc5d7f7015ad92d183636eafcaca2b44b8f34dd56d75647a
|
oid sha256:6c29a4027cb03f335d437a688c8ee74da87e06723289bea24b3e7d9d4422605c
|
||||||
size 54163
|
size 54092
|
||||||
|
Loading…
Reference in New Issue
Block a user