diff --git a/build-source-timestamp b/build-source-timestamp index 0c3398e..eafb65d 100644 --- a/build-source-timestamp +++ b/build-source-timestamp @@ -1,2 +1,2 @@ -2309 -Branch : 3.4.5 +2314 +Branch : 3.4.6 diff --git a/patches.tar.bz2 b/patches.tar.bz2 index d00f748..16d6121 100644 --- a/patches.tar.bz2 +++ b/patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d7eb6a478ea2c162614b81e7d18ec8149604b55f2e0ff64affdd43c1d549cc75 -size 71968 +oid sha256:6949ea38e9ba358fe9e51ce83887dd6c01d7a3c8ca8f3781961e61276ac4af2b +size 68414 diff --git a/samba-3.4.5.tar.bz2 b/samba-3.4.5.tar.bz2 deleted file mode 100644 index 426b2fb..0000000 --- a/samba-3.4.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37f123cca6ce219864588b522d9775eebb67771c53d4e29ca85a42a0864aa67e -size 31891693 diff --git a/samba-3.4.6.tar.bz2 b/samba-3.4.6.tar.bz2 new file mode 100644 index 0000000..7ff7b01 --- /dev/null +++ b/samba-3.4.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55db8319a1a4907560e9dd868881071030d7fc7ad75c9cfa62c850213010ce3 +size 31338653 diff --git a/samba-doc.changes b/samba-doc.changes index 3b925cb..7a9405e 100644 --- a/samba-doc.changes +++ b/samba-doc.changes @@ -32,3 +32,4 @@ Wed Jan 25 21:41:18 CET 2006 - mls@suse.de Thu Nov 17 19:26:22 CET 2005 - lmuelle@suse.de - Create a separate Samba documentation package to build it as noarch. + diff --git a/samba-doc.spec b/samba-doc.spec index 2db6657..658cb10 100644 --- a/samba-doc.spec +++ b/samba-doc.spec @@ -1,5 +1,5 @@ # -# spec file for package samba-doc (Version 3.4.5) +# spec file for package samba-doc (Version 3.4.6) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -55,15 +55,15 @@ BuildRequires: pkg-config %else BuildRequires: pkgconfig %endif -%define samba_ver 3.4.5 +%define samba_ver 3.4.6 %define samba_ver_suffix %nil %define samba_ver_full %{samba_ver}%{samba_ver_suffix} %if 0%{?suse_version} && 0%{?suse_version} < 1111 %define guards_symbols pre_1111 %endif Url: http://www.samba.org/ -Version: 3.4.5 -Release: 3 +Version: 3.4.6 +Release: 1 License: GPLv3+ Summary: Samba Documentation Group: Documentation/Other @@ -398,10 +398,16 @@ Authors: -------- The Samba Team -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 %changelog diff --git a/samba.changes b/samba.changes index ac10fc0..8854054 100644 --- a/samba.changes +++ b/samba.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Wed Feb 24 14:55:27 CET 2010 - lmuelle@suse.de + +- Update to 3.4.6. + + Change parameter "wide links" to default to "no"; it's also incompatible + with "unix extensions"; (bso#7104); (bnc#577868). + + Fix printing with 64 bit clients (bso#6888). + + Fix core dump on 64 bit Linux (bso#7063). + + Fix failing of smbd to respond to a read or a write caused by Linux + asynchronous IO (aio) (bso#7067). + + Fix string buffer overflow causing heap corruption in smbd (bso#7096). + + + Fix bogus ip address in SWAT; (bso#5885). + + Fix vfs_full_audit; (bso#6557). + + Use the first "uid" value; (bso#6157). + + Fix large paged search with DirX LDAP servers; (bso#6981). + + Fix crash bug in 'cifs.upcall'; (bso#6868). + + Add cross option to samba_cv_linux_getgrouplist_ok; (bso#7047). + + Fix DFS on AIX (maybe others); (bso#7052). + + Fix pdb_search crash as non-root user; (bso#7068). + + Fix unlocking of accounts from ldap; (bso#7072). + + Fix vfs_expand_msdfs; (bso#7081). + + Fix results of 'smbclient -L' with a large browse list; (bso#7098). + + Normalize "Changing password for" msg IDs and STRs; (bso#7102). + + Fix malformed require_membership_of_sid; (bso#7106). + + Fix reading of large browselist; (bso#7122). + + "mangling method = hash" can crash storing a name containing a '.'; + (bso#7154). + + Valgrind Conditional jump or move depends on uninitialised value(s) error + when "mangling method = hash"; (bso#7155). + + Fix listing of printjobs in Windows 7; (bso#7130). + + Spoolss getprinterdriver2 level 101 marshalling is bad; (bso#7136). + + + Make idmap cache persistent for "ldapsam:trusted". + + Also fill the memcache with sid<->id mappings in ldapsam_sid_to_id() not + only the persistent idmap cache. + + Shortcut uid_to_sid when "ldapsam:trusted = yes". + + Make pdb_copy_sam_account also copy the group sid. + + Shortcut gid_to_sid when "ldapsam:trusted = yes". + + Speed up pdb_get_group_sid(). + + Try to build the full unix_pw structure with ldapsam:trusted support. + + Optimize ldapsam_alias_memberships() and cache ldap searches. + ------------------------------------------------------------------- Tue Feb 9 22:10:44 UTC 2010 - lmuelle@suse.de @@ -11,6 +54,11 @@ Tue Feb 9 17:10:55 UTC 2010 - lmuelle@suse.de - Check in mount.cifs for invalid characters in device name and mountpoint; CVE-2010-0547; (brc#562156); (bnc#577925). +------------------------------------------------------------------- +Mon Feb 8 18:51:27 CET 2010 - jmcdonough@suse.de + +- Allow forced pw change even with min pw age; (bnc#561894). + ------------------------------------------------------------------- Mon Feb 8 11:44:54 UTC 2010 - lmuelle@suse.de @@ -144,6 +192,12 @@ Tue Dec 8 18:19:33 UTC 2009 - lmuelle@suse.de - Rename smbfs init script to cifs for post-11.2 systems. +------------------------------------------------------------------- +Tue Dec 8 19:53:12 CEST 2009 - jmcdonough@suse.de + +- Allow Windows 7 to connection to samba domain controllers and + member servers; (bnc#551811); (bso#6099); (bso#6100); (bso#6680). + ------------------------------------------------------------------- Fri Dec 4 18:59:22 CET 2009 - jmcdonough@suse.de @@ -177,7 +231,7 @@ Tue Nov 3 03:10:47 CET 2009 - boyang@suse.de - Use full 16byte session key in make_user_info_netlogon_interactive(); (bnc#551811). ------------------------------------------------------------------- +------------------------------------------------------------------- Thu Oct 29 14:22:08 CET 2009 - lmuelle@suse.de - Update to 3.4.3. @@ -242,12 +296,12 @@ Fri Oct 23 05:07:37 CEST 2009 - boyang@suse.de - Don't fail authentication when one or some group of require-membership-of is invalid; (bnc#525123); (bso#6826). ------------------------------------------------------------------- +------------------------------------------------------------------- Fri Oct 16 10:31:53 CEST 2009 - jmcdonough@suse.de - Allow winbind to ignore certain domains; (bnc#539506). ------------------------------------------------------------------- +------------------------------------------------------------------- Thu Oct 8 21:54:16 CEST 2009 - lmuelle@suse.de - Update to 3.4.2. @@ -255,17 +309,17 @@ Thu Oct 8 21:54:16 CEST 2009 - lmuelle@suse.de + Fix potential denial of service; CVE-2009-2906; (bso#6768); (bnc#543115). + Fix potential mount.cifs password leaks; CVE-2009-2948; (bnc#542150). ------------------------------------------------------------------- +------------------------------------------------------------------- Wed Sep 30 12:56:02 CEST 2009 - jmcdonough@suse.de - Fix potential denial of service; CVE-2009-2906; (bnc#543115). ------------------------------------------------------------------- +------------------------------------------------------------------- Fri Sep 25 18:57:30 CEST 2009 - jmcdonough@suse.de - Fix potential mount.cifs password leaks; CVE-2009-2948; (bnc#542150). ------------------------------------------------------------------- +------------------------------------------------------------------- Wed Sep 23 21:56:35 CEST 2009 - jmcdonough@suse.de - Fix unresolved home path; CVE-2009-2813; (bnc#539517). @@ -2244,8 +2298,8 @@ Fri May 16 13:20:11 CEST 2008 - hhetter@suse.de - Prevent errors during the cache validation when ua keys reach a size larger than 1024; [bnc#372558]. -------------------------------------------------------------------- +------------------------------------------------------------------- Thu May 15 00:16:13 CEST 2008 - lmuelle@suse.de - Package man page files independent of the used compression method (gz,lzma). @@ -5553,35 +5607,24 @@ Tue Jun 17 18:36:38 MEST 1997 - fehr@suse.de Mon Jun 2 08:18:20 MEST 1997 - vl@suse.de - update to version 1.9.16p11 - - Starting Samba from /sbin/init.d, not from inetd.conf ------------------------------------------------------------------- Sun Feb 2 19:26:53 MET 1997 - vl@suse.de - - update to version 1.9.16p10 - - Adapted /etc/smb.conf.sample to 4.4.1 manual - ------------------------------------------------------------------- Sat Nov 2 17:35:11 CET 1996 - florian@suse.de - - update to version 1.9.16p9 - - configuration file is now /etc/smb.conf - - smbd and nmbd are now in /usr/sbin - - added start-script /sbin/init.d/smb and entry in /etc/rc.config - ------------------------------------------------------------------- Thu Oct 17 16:05:09 CEST 1996 - florian@suse.de - - Update auf neue Version 1.9.16p6. - diff --git a/samba.spec b/samba.spec index aa2e133..1d8a968 100644 --- a/samba.spec +++ b/samba.spec @@ -1,5 +1,5 @@ # -# spec file for package samba (Version 3.4.5) +# spec file for package samba (Version 3.4.6) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -55,7 +55,7 @@ BuildRequires: pkg-config %else BuildRequires: pkgconfig %endif -%define samba_ver 3.4.5 +%define samba_ver 3.4.6 %define samba_ver_suffix %nil %define samba_ver_full %{samba_ver}%{samba_ver_suffix} %if 0%{?suse_version} && 0%{?suse_version} < 1111 @@ -67,8 +67,8 @@ License: GPLv3+ Group: Productivity/Networking/Samba Url: http://www.samba.org/ AutoReqProv: on -Version: 3.4.5 -Release: 3 +Version: 3.4.6 +Release: 1 %ifarch ppc64 Obsoletes: samba-64bit %endif @@ -163,11 +163,17 @@ Authors: The Samba Team -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 %package client License: GPLv3+ @@ -206,11 +212,17 @@ Authors: -------- The Samba Team -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020 @@ -234,11 +246,17 @@ Authors: The Samba Team -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 %endif %if 0%{?suse_version} && 0%{?suse_version} < 1001 || 0%{?suse_version} > 1110 @@ -265,11 +283,17 @@ Authors: -------- The Samba Team -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 %endif @@ -295,16 +319,23 @@ Authors: -------- Jeremy Allison -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 %if %{make_utils} %package utils + Summary: debug tools Group: Productivity/Networking/Samba AutoReqProv: on @@ -347,11 +378,17 @@ Authors: -------- The Samba Team -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 %if 0%{?suse_version} && 0%{?suse_version} < 1031 @@ -371,14 +408,21 @@ Summary: Samba Client Library Group: System/Libraries AutoReqProv: on PreReq: /sbin/ldconfig + %if 0%{?suse_version} && 0%{?suse_version} < 1031 %description -n libsmbclient -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 %else @@ -386,10 +430,13 @@ Branch : 3.4.5 %endif This package includes the libsmbclient library. + libsmbclient is provided by the libsmbclient0 package. + This entry is required to allow a samba.spec file providing libsmbclient for SUSE version < 11.0 while versions > 10.0 will have libsmbclient0. + Authors: -------- The Samba Team @@ -419,11 +466,17 @@ Authors: -------- The Samba Team -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 %package -n libnetapi0 License: GPLv3+ @@ -441,11 +494,17 @@ Authors: -------- The Samba Team -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 %package -n libnetapi-devel License: GPLv3+ @@ -464,11 +523,17 @@ Authors: -------- The Samba Team -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 %if 0%{?suse_version} && 0%{?suse_version} < 1031 @@ -483,14 +548,21 @@ Summary: Samba smbsharemodes Library Group: System/Libraries AutoReqProv: on PreReq: /sbin/ldconfig + %if 0%{?suse_version} && 0%{?suse_version} < 1031 %description -n libsmbsharemodes -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 %else @@ -498,6 +570,7 @@ Branch : 3.4.5 %endif This package includes the smbsharemodes library. + Authors: -------- The Samba Team @@ -523,11 +596,17 @@ Authors: -------- The Samba Team -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 %if %{make_ldapsmb} @@ -547,11 +626,17 @@ Authors: -------- The Samba Team -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 %package -n libtalloc-devel License: LGPLv3+ @@ -570,11 +655,17 @@ Authors: -------- The Samba Team -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 %package -n libtdb1 License: LGPLv3+ @@ -592,11 +683,17 @@ Authors: -------- The Samba Team -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 %package -n libtdb-devel License: LGPLv3+ @@ -615,11 +712,17 @@ Authors: -------- The Samba Team -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 %package -n libwbclient0 License: GPLv3+ @@ -637,11 +740,17 @@ Authors: -------- The Samba Team -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 %package -n libwbclient-devel License: GPLv3+ @@ -660,11 +769,17 @@ Authors: -------- The Samba Team -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 %package -n libtevent0 License: LGPLv3+ @@ -682,11 +797,17 @@ Authors: -------- The Samba Team -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 %package -n libtevent-devel License: LGPLv3+ @@ -706,11 +827,17 @@ Authors: The Samba Team -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 %package -n libldb0 License: LGPLv3+ @@ -729,11 +856,17 @@ Authors: The Samba Team -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 %package -n libldb-devel License: LGPLv3+ @@ -753,11 +886,17 @@ Authors: The Samba Team -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 %package -n ldapsmb License: GPLv2+ @@ -765,7 +904,7 @@ Summary: Tool to administer Samba's LDAP backend Group: Productivity/Networking/Samba AutoReqProv: on Version: 1.34b -Release: 278 +Release: 279 Requires: perl-ldap %description -n ldapsmb @@ -778,11 +917,17 @@ Authors: -------- Guenther Deschner -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 %endif %if 0%{?suse_version} == 0 || 0%{?suse_version} > 920 @@ -804,11 +949,17 @@ Authors: -------- Steve French -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 -Source Timestamp: 2309 -Branch : 3.4.5 +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 + +Source Timestamp: 2314 +Branch : 3.4.6 %endif %if %{make_vscan} @@ -1006,6 +1157,7 @@ rm ldapsmb popd %endif popd + pushd lib/tevent %{?suse_update_config:%{suse_update_config -f}} #aclocal @@ -1018,6 +1170,7 @@ TALLOC_LIBS=../../source3/bin/libtalloc.so.1 TALLOC_CFLAGS=-I../talloc/ ./config --mandir=%{_mandir} %{__make} popd + pushd source4/lib/ldb %{?suse_update_config:%{suse_update_config -f}} ./autogen.sh @@ -1511,6 +1664,7 @@ exit 0 %postun -n cifs-mount [ -x /sbin/mkinitrd_setup ] && mkinitrd_setup exit 0 + %endif %if 0%{?suse_version} && 0%{?suse_version} < 1031 @@ -1520,6 +1674,7 @@ exit 0 %post -n libsmbclient0 %endif /sbin/ldconfig + %if 0%{?suse_version} && 0%{?suse_version} < 1031 %postun -n libsmbclient @@ -1528,6 +1683,7 @@ exit 0 %postun -n libsmbclient0 %endif /sbin/ldconfig + %if 0%{?suse_version} && 0%{?suse_version} < 1031 %post -n libsmbsharemodes @@ -1536,6 +1692,7 @@ exit 0 %post -n libsmbsharemodes0 %endif /sbin/ldconfig + %if 0%{?suse_version} && 0%{?suse_version} < 1031 %postun -n libsmbsharemodes @@ -1853,6 +2010,7 @@ sed -i -e 's, supplements .*,,' ${RPM_SOURCE_DIR}/baselibs.conf %{_libdir}/libnetapi.a %endif %{_libdir}/libnetapi.so + %if 0%{?suse_version} && 0%{?suse_version} < 1031 %files -n libsmbclient @@ -1871,6 +2029,7 @@ sed -i -e 's, supplements .*,,' ${RPM_SOURCE_DIR}/baselibs.conf %{_libdir}/libsmbclient.a %endif %{_libdir}/libsmbclient.so + %if 0%{?suse_version} && 0%{?suse_version} < 1031 %files -n libsmbsharemodes diff --git a/vendor-files.tar.bz2 b/vendor-files.tar.bz2 index da238c1..a60a5f7 100644 --- a/vendor-files.tar.bz2 +++ b/vendor-files.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2087280259f3b3686c2a367426bae02ede12d74ed4270ba3a300d44cd8a6fff -size 24394 +oid sha256:2e92ba46d6646a2a2e11165ab90ff0042b89f2f7e98332c6551f5332397100b7 +size 24400