This commit is contained in:
parent
6ef999f753
commit
2da7a28ac5
@ -1,2 +1,2 @@
|
|||||||
2165
|
2180
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:86063b464738fc23e1e3ad431fb08551347c3f53355babb34f12bab56df778ce
|
oid sha256:ba75375df1525293bfef2b26b8905ec130df29512155b74dda6494df2aed0200
|
||||||
size 59924
|
size 61127
|
||||||
|
@ -11,7 +11,7 @@ Tue Mar 10 15:07:29 CET 2009 - lmuelle@suse.de
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 24 11:50:09 CET 2008 - lmuelle@suse.de
|
Thu Jan 24 11:50:09 CET 2008 - lmuelle@suse.de
|
||||||
|
|
||||||
- Remove NoSource tags from samba-doc spec file; [#351370].
|
- Remove NoSource tags from samba-doc spec file; [bnc#351370].
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 16 12:52:10 CEST 2006 - schwab@suse.de
|
Fri Jun 16 12:52:10 CEST 2006 - schwab@suse.de
|
||||||
|
@ -55,7 +55,7 @@ BuildRequires: ctdb-devel
|
|||||||
%endif
|
%endif
|
||||||
Url: http://www.samba.org/
|
Url: http://www.samba.org/
|
||||||
Version: 3.4.0
|
Version: 3.4.0
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPL v3 or later
|
License: GPL v3 or later
|
||||||
Summary: Samba Documentation
|
Summary: Samba Documentation
|
||||||
Group: Documentation/Other
|
Group: Documentation/Other
|
||||||
@ -85,6 +85,11 @@ BuildRequires: ccache
|
|||||||
%else
|
%else
|
||||||
%define make_cifsupcall 0
|
%define make_cifsupcall 0
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?suse_version} && 0%{?suse_version} < 1111
|
||||||
|
%define link_static_libs 1
|
||||||
|
%else
|
||||||
|
%define link_static_libs 0
|
||||||
|
%endif
|
||||||
# Define some global directories
|
# Define some global directories
|
||||||
################################
|
################################
|
||||||
%define DOCDIR %{_defaultdocdir}/samba
|
%define DOCDIR %{_defaultdocdir}/samba
|
||||||
@ -175,6 +180,9 @@ sed -e s/^SAMBA_VERSION_VENDOR_SUFFIX=$/SAMBA_VERSION_VENDOR_SUFFIX=\"${vendor_t
|
|||||||
# use the default optimization
|
# use the default optimization
|
||||||
unset OPTIMIZATION
|
unset OPTIMIZATION
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{suse_version} > 1110
|
||||||
|
export SUSE_ASNEEDED=0
|
||||||
|
%endif
|
||||||
export CFLAGS="${RPM_OPT_FLAGS} -D_GNU_SOURCE ${OPTIMIZATION} -D_LARGEFILE64_SOURCE -DIDMAP_RID_SUPPORT_TRUSTED_DOMAINS"
|
export CFLAGS="${RPM_OPT_FLAGS} -D_GNU_SOURCE ${OPTIMIZATION} -D_LARGEFILE64_SOURCE -DIDMAP_RID_SUPPORT_TRUSTED_DOMAINS"
|
||||||
%if %{use_ccache}
|
%if %{use_ccache}
|
||||||
export CC="ccache gcc"
|
export CC="ccache gcc"
|
||||||
@ -197,7 +205,11 @@ CONFIGURE_OPTIONS="\
|
|||||||
--with-rootsbindir=/sbin \
|
--with-rootsbindir=/sbin \
|
||||||
--enable-cups \
|
--enable-cups \
|
||||||
--enable-debug \
|
--enable-debug \
|
||||||
|
%if %{link_static_libs}
|
||||||
--enable-static \
|
--enable-static \
|
||||||
|
%else
|
||||||
|
--disable-static \
|
||||||
|
%endif
|
||||||
--with-acl-support \
|
--with-acl-support \
|
||||||
--with-automount \
|
--with-automount \
|
||||||
--with-dnsupdate \
|
--with-dnsupdate \
|
||||||
@ -349,19 +361,10 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 27 13:45:04 CEST 2009 - boyang@suse.de
|
||||||
|
|
||||||
|
- lookupname failed, cannot find domain when attempt to change password;
|
||||||
|
(bnc#520645); (bso#6560).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 16 16:09:48 CEST 2009 - lmuelle@suse.de
|
||||||
|
|
||||||
|
- Don't link with --as-needed flag on post-11.1 systems.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 14 23:50:08 CEST 2009 - lmuelle@suse.de
|
||||||
|
|
||||||
|
- Stop the smbfs service if an interface goes down; (bnc#517768).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 8 19:45:21 CEST 2009 - lmuelle@suse.de
|
||||||
|
|
||||||
|
- Disable build of static libraries on post-11.1 systems; (bnc#509945).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 8 15:35:20 CEST 2009 - jmcdonough@suse.de
|
||||||
|
|
||||||
|
- Fix missing zlibs for cifs.upcall and test_shlibs.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 3 17:21:17 CEST 2009 - lmuelle@suse.de
|
Fri Jul 3 17:21:17 CEST 2009 - lmuelle@suse.de
|
||||||
|
|
||||||
@ -22,6 +48,11 @@ Thu Jul 2 13:04:53 CEST 2009 - lmuelle@suse.de
|
|||||||
|
|
||||||
- Package /etc/samba/smbpasswd as %ghost on post-11.1 systems.
|
- Package /etc/samba/smbpasswd as %ghost on post-11.1 systems.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 30 13:26:32 CEST 2009 - jmcdonough@suse.de
|
||||||
|
|
||||||
|
- Fix net ads leave; (bnc#511695).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 25 12:25:33 CEST 2009 - sbrabec@suse.cz
|
Thu Jun 25 12:25:33 CEST 2009 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
344
samba.spec
344
samba.spec
@ -60,7 +60,7 @@ Group: Productivity/Networking/Samba
|
|||||||
Url: http://www.samba.org/
|
Url: http://www.samba.org/
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 3.4.0
|
Version: 3.4.0
|
||||||
Release: 1
|
Release: 2
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: samba-64bit
|
Obsoletes: samba-64bit
|
||||||
%endif
|
%endif
|
||||||
@ -93,6 +93,11 @@ BuildRequires: ccache
|
|||||||
%else
|
%else
|
||||||
%define make_cifsupcall 0
|
%define make_cifsupcall 0
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?suse_version} && 0%{?suse_version} < 1111
|
||||||
|
%define link_static_libs 1
|
||||||
|
%else
|
||||||
|
%define link_static_libs 0
|
||||||
|
%endif
|
||||||
# Define some global directories
|
# Define some global directories
|
||||||
################################
|
################################
|
||||||
%define DOCDIR %{_defaultdocdir}/samba
|
%define DOCDIR %{_defaultdocdir}/samba
|
||||||
@ -144,19 +149,10 @@ Authors:
|
|||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%package client
|
%package client
|
||||||
@ -196,19 +192,10 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
|
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
|
||||||
@ -233,19 +220,10 @@ Authors:
|
|||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
@ -270,19 +248,10 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
@ -309,19 +278,10 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
Jeremy Allison <jra at samba dot org>
|
Jeremy Allison <jra at samba dot org>
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%if %{make_utils}
|
%if %{make_utils}
|
||||||
@ -343,19 +303,10 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
@ -385,19 +336,10 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||||
@ -407,10 +349,10 @@ License: GPL v3 or later
|
|||||||
%else
|
%else
|
||||||
|
|
||||||
%package -n libsmbclient0
|
%package -n libsmbclient0
|
||||||
|
License: GPL v3 or later
|
||||||
Provides: libsmbclient = %{version}-%{release}
|
Provides: libsmbclient = %{version}-%{release}
|
||||||
Obsoletes: libsmbclient
|
Obsoletes: libsmbclient
|
||||||
%endif
|
%endif
|
||||||
License: GPL v3 or later
|
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: libsmbclient-64bit
|
Obsoletes: libsmbclient-64bit
|
||||||
%endif
|
%endif
|
||||||
@ -421,37 +363,19 @@ PreReq: /sbin/ldconfig
|
|||||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||||
|
|
||||||
%description -n libsmbclient
|
%description -n libsmbclient
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%else
|
%else
|
||||||
|
|
||||||
%description -n libsmbclient0
|
%description -n libsmbclient0
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
@ -489,19 +413,10 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%package -n libnetapi0
|
%package -n libnetapi0
|
||||||
@ -520,19 +435,10 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%package -n libnetapi-devel
|
%package -n libnetapi-devel
|
||||||
@ -552,19 +458,10 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||||
@ -574,8 +471,8 @@ License: GPL v3 or later
|
|||||||
%else
|
%else
|
||||||
|
|
||||||
%package -n libsmbsharemodes0
|
%package -n libsmbsharemodes0
|
||||||
%endif
|
|
||||||
License: GPL v3 or later
|
License: GPL v3 or later
|
||||||
|
%endif
|
||||||
Summary: Samba smbsharemodes Library
|
Summary: Samba smbsharemodes Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
@ -583,37 +480,19 @@ PreReq: /sbin/ldconfig
|
|||||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||||
|
|
||||||
%description -n libsmbsharemodes
|
%description -n libsmbsharemodes
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%else
|
%else
|
||||||
|
|
||||||
%description -n libsmbsharemodes0
|
%description -n libsmbsharemodes0
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
@ -643,19 +522,10 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%if %{make_ldapsmb}
|
%if %{make_ldapsmb}
|
||||||
@ -676,19 +546,10 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%package -n libtalloc-devel
|
%package -n libtalloc-devel
|
||||||
@ -708,19 +569,10 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%package -n libtdb1
|
%package -n libtdb1
|
||||||
@ -739,19 +591,10 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%package -n libtdb-devel
|
%package -n libtdb-devel
|
||||||
@ -771,19 +614,10 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%package -n libwbclient0
|
%package -n libwbclient0
|
||||||
@ -802,19 +636,10 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%package -n libwbclient-devel
|
%package -n libwbclient-devel
|
||||||
@ -834,19 +659,10 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
The Samba Team <samba@samba.org>
|
The Samba Team <samba@samba.org>
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%package -n ldapsmb
|
%package -n ldapsmb
|
||||||
@ -855,7 +671,7 @@ Summary: Tool to administer Samba's LDAP backend
|
|||||||
Group: Productivity/Networking/Samba
|
Group: Productivity/Networking/Samba
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 1.34b
|
Version: 1.34b
|
||||||
Release: 265
|
Release: 266
|
||||||
Requires: perl-ldap
|
Requires: perl-ldap
|
||||||
|
|
||||||
%description -n ldapsmb
|
%description -n ldapsmb
|
||||||
@ -868,19 +684,10 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
Guenther Deschner <guenther at deschner dot de>
|
Guenther Deschner <guenther at deschner dot de>
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
@ -903,19 +710,10 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
Steve French <sfrench at Samba dot org>
|
Steve French <sfrench at Samba dot org>
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
@ -945,19 +743,10 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
Rainer Link <rainer@openantivirus.org>
|
Rainer Link <rainer@openantivirus.org>
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
Source Timestamp: 2165
|
Source Timestamp: 2180
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
|
||||||
|
|
||||||
Source Timestamp: 2165
|
|
||||||
Branch : trunk
|
Branch : trunk
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
@ -1040,6 +829,9 @@ sed -e s/^SAMBA_VERSION_VENDOR_SUFFIX=$/SAMBA_VERSION_VENDOR_SUFFIX=\"${vendor_t
|
|||||||
# use the default optimization
|
# use the default optimization
|
||||||
unset OPTIMIZATION
|
unset OPTIMIZATION
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{suse_version} > 1110
|
||||||
|
export SUSE_ASNEEDED=0
|
||||||
|
%endif
|
||||||
export CFLAGS="${RPM_OPT_FLAGS} -D_GNU_SOURCE ${OPTIMIZATION} -D_LARGEFILE64_SOURCE -DIDMAP_RID_SUPPORT_TRUSTED_DOMAINS"
|
export CFLAGS="${RPM_OPT_FLAGS} -D_GNU_SOURCE ${OPTIMIZATION} -D_LARGEFILE64_SOURCE -DIDMAP_RID_SUPPORT_TRUSTED_DOMAINS"
|
||||||
%if %{use_ccache}
|
%if %{use_ccache}
|
||||||
export CC="ccache gcc"
|
export CC="ccache gcc"
|
||||||
@ -1062,7 +854,11 @@ CONFIGURE_OPTIONS="\
|
|||||||
--with-rootsbindir=/sbin \
|
--with-rootsbindir=/sbin \
|
||||||
--enable-cups \
|
--enable-cups \
|
||||||
--enable-debug \
|
--enable-debug \
|
||||||
|
%if %{link_static_libs}
|
||||||
--enable-static \
|
--enable-static \
|
||||||
|
%else
|
||||||
|
--disable-static \
|
||||||
|
%endif
|
||||||
--with-acl-support \
|
--with-acl-support \
|
||||||
--with-automount \
|
--with-automount \
|
||||||
--with-dnsupdate \
|
--with-dnsupdate \
|
||||||
@ -1868,7 +1664,9 @@ exit 0
|
|||||||
%files -n libnetapi-devel
|
%files -n libnetapi-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/netapi.h
|
%{_includedir}/netapi.h
|
||||||
|
%if %{link_static_libs}
|
||||||
%{_libdir}/libnetapi.a
|
%{_libdir}/libnetapi.a
|
||||||
|
%endif
|
||||||
%{_libdir}/libnetapi.so
|
%{_libdir}/libnetapi.so
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||||
|
|
||||||
@ -1884,7 +1682,9 @@ exit 0
|
|||||||
%files -n libsmbclient-devel
|
%files -n libsmbclient-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/libsmbclient.h
|
%{_includedir}/libsmbclient.h
|
||||||
|
%if %{link_static_libs}
|
||||||
%{_libdir}/libsmbclient.a
|
%{_libdir}/libsmbclient.a
|
||||||
|
%endif
|
||||||
%{_libdir}/libsmbclient.so
|
%{_libdir}/libsmbclient.so
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
%if 0%{?suse_version} && 0%{?suse_version} < 1031
|
||||||
|
|
||||||
@ -1899,7 +1699,9 @@ exit 0
|
|||||||
%files -n libsmbsharemodes-devel
|
%files -n libsmbsharemodes-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/smb_share_modes.h
|
%{_includedir}/smb_share_modes.h
|
||||||
|
%if %{link_static_libs}
|
||||||
%{_libdir}/libsmbsharemodes.a
|
%{_libdir}/libsmbsharemodes.a
|
||||||
|
%endif
|
||||||
%{_libdir}/libsmbsharemodes.so
|
%{_libdir}/libsmbsharemodes.so
|
||||||
%if %{make_ldapsmb}
|
%if %{make_ldapsmb}
|
||||||
|
|
||||||
@ -1910,7 +1712,9 @@ exit 0
|
|||||||
%files -n libtalloc-devel
|
%files -n libtalloc-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/talloc.h
|
%{_includedir}/talloc.h
|
||||||
|
%if %{link_static_libs}
|
||||||
%{_libdir}/libtalloc.a
|
%{_libdir}/libtalloc.a
|
||||||
|
%endif
|
||||||
%{_libdir}/libtalloc.so
|
%{_libdir}/libtalloc.so
|
||||||
|
|
||||||
%files -n libtdb1
|
%files -n libtdb1
|
||||||
@ -1920,7 +1724,9 @@ exit 0
|
|||||||
%files -n libtdb-devel
|
%files -n libtdb-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/tdb.h
|
%{_includedir}/tdb.h
|
||||||
|
%if %{link_static_libs}
|
||||||
%{_libdir}/libtdb.a
|
%{_libdir}/libtdb.a
|
||||||
|
%endif
|
||||||
%{_libdir}/libtdb.so
|
%{_libdir}/libtdb.so
|
||||||
|
|
||||||
%files -n libwbclient0
|
%files -n libwbclient0
|
||||||
@ -1930,7 +1736,9 @@ exit 0
|
|||||||
%files -n libwbclient-devel
|
%files -n libwbclient-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/wbclient.h
|
%{_includedir}/wbclient.h
|
||||||
|
%if %{link_static_libs}
|
||||||
#%{_libdir}/libwbclient.a
|
#%{_libdir}/libwbclient.a
|
||||||
|
%endif
|
||||||
%{_libdir}/libwbclient.so
|
%{_libdir}/libwbclient.so
|
||||||
|
|
||||||
%files -n ldapsmb
|
%files -n ldapsmb
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a6838a4b09c91bf7df02119fe3139cbfc742a0a95bcfe14bd9d6a0b032cd4282
|
oid sha256:7f0aff82edfc7dc541e34fecc2cedcbf55956bfe2bfad07081470e3584609ffc
|
||||||
size 24027
|
size 24071
|
||||||
|
Loading…
Reference in New Issue
Block a user