Create the cups smb backend as sym link pointing to smbspool; (bnc#891220).
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=428
This commit is contained in:
parent
7745ce7da0
commit
625590cf3f
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b1d7aef655bfcf783d078f8dc200c676a435dc91f54b96f519cd61745d141908
|
||||
size 280856
|
||||
oid sha256:8a929e9e23b0cb919fe6784c766384ff0e1a9417bba38beca1ac18da834e22d6
|
||||
size 284989
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 11 11:55:35 UTC 2014 - lmuelle@suse.com
|
||||
|
||||
- Create the cups smb backend as sym link pointing to smbspool; (bnc#891220).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 1 16:34:44 UTC 2014 - ddiss@suse.com
|
||||
|
||||
|
@ -148,7 +148,7 @@ BuildRequires: systemd-devel
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
%define SOURCE_TIMESTAMP 3274
|
||||
%define SOURCE_TIMESTAMP 3276
|
||||
%define BRANCH %{version}
|
||||
%global with_mitkrb5 1
|
||||
%global with_dc 0
|
||||
@ -1423,7 +1423,7 @@ for file in winbindd.h winbindd_proto.h; do
|
||||
done
|
||||
# cups SMB support
|
||||
mkdir -p %{buildroot}/%{cups_lib_dir}/backend/
|
||||
touch %{buildroot}/%{cups_lib_dir}/backend/smb
|
||||
ln -s %{_bindir}/smbspool %{buildroot}/%{cups_lib_dir}/backend/smb
|
||||
# pam_smbpass is missing
|
||||
cp -a source3/pam_smbpass/samples examples/pam_smbpass
|
||||
install -m 0644 source3/pam_smbpass/CHANGELOG examples/pam_smbpass/CHANGELOG
|
||||
@ -1853,7 +1853,7 @@ fi
|
||||
%{_bindir}/testparm
|
||||
%dir %{cups_lib_dir}
|
||||
%dir %{cups_lib_dir}/backend
|
||||
%ghost %{cups_lib_dir}/backend/smb
|
||||
%{cups_lib_dir}/backend/smb
|
||||
%{_libdir}/libnss_wins.so.*
|
||||
%dir %{_libdir}/samba
|
||||
%{_libdir}/samba/charset
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07e26efe1f46b9dd9cd561516465f7b79f85f07589d709f647c740cd58dfd0a1
|
||||
size 54734
|
||||
oid sha256:2e1b94b046a138dce9e38a2b9e812668abbd3e30b6fa36386b6ae35b3fb27b80
|
||||
size 54885
|
||||
|
Loading…
Reference in New Issue
Block a user