Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2015-11-24 22:21:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/samba (Old)
 and      /work/SRC/openSUSE:Factory/.samba.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "samba"

Changes:
--------
--- /work/SRC/openSUSE:Factory/samba/samba.changes      2015-10-28 
17:29:33.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.samba.new/samba.changes 2015-11-24 
22:21:18.000000000 +0100
@@ -1,0 +2,21 @@
+Sat Nov 14 18:31:04 UTC 2015 - [email protected]
+
+- Ensure to link with --as-needed flag by removing SUSE_ASNEEDED=0.
+- Always use the default optimization even on pre-9.2 systems.
+
+-------------------------------------------------------------------
+Sat Nov 14 18:10:01 UTC 2015 - [email protected]
+
+- Remove redundant configure options while adding with-relro.
+
+-------------------------------------------------------------------
+Sat Nov 14 17:44:24 UTC 2015 - [email protected]
+
+- Relocate the lockdir to the /var/lib/samba/lock directory.
+
+-------------------------------------------------------------------
+Sat Nov 14 16:59:09 UTC 2015 - [email protected]
+
+- Cleanup and enhance the pidl sub package.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ samba.spec ++++++
--- /var/tmp/diff_new_pack.wnmhsq/_old  2015-11-24 22:21:20.000000000 +0100
+++ /var/tmp/diff_new_pack.wnmhsq/_new  2015-11-24 22:21:20.000000000 +0100
@@ -144,7 +144,7 @@
 %else
 %define        build_make_smp_mflags %{?jobs:-j%jobs}
 %endif
-%define SOURCE_TIMESTAMP 3508
+%define SOURCE_TIMESTAMP 3531
 %define BRANCH %{version}
 %global with_mitkrb5 1
 %global with_dc 0
@@ -355,6 +355,7 @@
 %if 0%{?suse_version} > 0
 Requires:       perl-base
 %endif
+Requires:       perl-Parse-Yapp
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description pidl
@@ -1134,16 +1135,7 @@
 sed -e 
"s/^SAMBA_VERSION_VENDOR_SUFFIX=$/SAMBA_VERSION_VENDOR_SUFFIX=${vendor_tag}%{VENDOR}${product_suffix}/"
 VERSION.orig >VERSION
 
 %build
-%if 0%{?suse_version} && 0%{?suse_version} < 911
-       OPTIMIZATION="-O"
-%else
-       # use the default optimization
-       unset OPTIMIZATION
-%endif
-%if 0%{?suse_version} > 1110
-       export SUSE_ASNEEDED=0
-%endif
-export CFLAGS="%{optflags} -D_GNU_SOURCE ${OPTIMIZATION} -D_LARGEFILE64_SOURCE 
-DIDMAP_RID_SUPPORT_TRUSTED_DOMAINS"
+export CFLAGS="%{optflags} -D_GNU_SOURCE -D_LARGEFILE64_SOURCE 
-DIDMAP_RID_SUPPORT_TRUSTED_DOMAINS"
 %if 0%{?suse_version} && 0%{?suse_version} < 1141
 %{?suse_update_config:%{suse_update_config -f}}
 %endif
@@ -1153,35 +1145,24 @@
 CONFIGURE_OPTIONS="\
        --prefix=%{_prefix} \
        --localstatedir=%{_localstatedir} \
-       --sysconfdir=%{CONFIGDIR} \
-       --with-configdir=%{CONFIGDIR} \
+       --sysconfdir=%{_sysconfdir} \
        --libdir=%{_libdir} \
        --with-cachedir=%{LOCKDIR} \
-       --with-lockdir=%{LOCKDIR} \
+       --with-lockdir=%{LOCKDIR}/lock \
        --with-logfilebase=%{LOGDIR} \
-       --mandir=%{_mandir} \
        --with-modulesdir=%{_libdir}/samba \
        --disable-rpath \
        --disable-rpath-install \
-       --enable-cups \
        --enable-debug \
        --enable-fhs \
-       --with-acl-support \
-       --with-automount \
-       --with-ads \
-       --with-dnsupdate \
        --with-pam \
        --with-pammodulesdir=%{_lib}/security \
-       --with-pam_smbpass \
        --with-piddir=%{PIDDIR} \
-       --with-quotas \
-       --with-syslog \
+       --with-relro \
 %if 0%{?suse_version} > 1220
        --enable-avahi \
        --with-systemd \
 %endif
-       --with-utmp \
-       --with-winbind \
        
--with-shared-modules=%{auth_modules},%{vfs_modules},%{pdb_modules},%{idmap_modules}
 \
 %if %with_mitkrb5
        --with-system-mitkrb5 \
@@ -1224,7 +1205,7 @@
        %{buildroot}/%{_datadir}/omc/svcinfo.d \
        %{buildroot}/%{_datadir}/samba/{LDAP,templates} \
        %{buildroot}/%{_localstatedir}/adm \
-       
%{buildroot}/%{LOCKDIR}/{drivers/{WIN40,W32X86,W32MIPS,W32ALPHA,W32PPC,IA64,x64},netlogon,msg.lock,printing,private/msg.sock,profiles,winbindd_privileged}
 \
+       
%{buildroot}/%{LOCKDIR}/{drivers/{WIN40,W32X86,W32MIPS,W32ALPHA,W32PPC,IA64,x64},netlogon,lock/msg.lock,printing,private/msg.sock,profiles,winbindd_privileged}
 \
        %{buildroot}/%{LOGDIR} \
        %{buildroot}/%{PIDDIR} \
        %{buildroot}/%{_var}/adm/fillup-templates \
@@ -1245,9 +1226,6 @@
        %{buildroot}/%{_libdir}/samba/ldb/ldbsamba_extensions.so \
 %endif
 
-# Clean out files left behind by the PIDL install.
-rm -r %{buildroot}/%{perl_vendorlib}/Parse/Yapp
-
 # utility scripts
 scripts="creategroup mksmbpasswd.sh"
 install -d -m 0755 examples/scripts
@@ -1673,7 +1651,8 @@
 %{_libdir}/samba/config
 %{_libdir}/samba/rpc
 %attr(0775,root,ntadmin) %{LOCKDIR}/drivers
-%dir %{LOCKDIR}/msg.lock
+%dir %{LOCKDIR}/lock
+%dir %{LOCKDIR}/lock/msg.lock
 %{LOCKDIR}/netlogon
 %attr(0770,root,users) %dir %{LOCKDIR}/profiles
 %{_bindir}/smbstatus
@@ -2025,10 +2004,15 @@
 %files pidl
 %defattr(-,root,root)
 %dir %{perl_vendorlib}/Parse
-%{perl_vendorlib}/Parse/Pidl*
-%{_mandir}/man1/pidl*
-%{_mandir}/man3/Parse::Pidl*
-%attr(755,root,root) %{_bindir}/pidl
+%dir %{perl_vendorlib}/Parse/Pidl
+%{perl_vendorlib}/Parse/Pidl.pm*
+%{perl_vendorlib}/Parse/Pidl/*
+%{_mandir}/man1/pidl.1.*
+%{_mandir}/man3/Parse::Pidl::*.3pm.*
+%{_bindir}/pidl
+# both are part of perl-Parse-Yapp
+%exclude %dir %{perl_vendorlib}/Parse/Yapp
+%exclude %{perl_vendorlib}/Parse/Yapp/Driver.pm
 
 %files python
 %defattr(-,root,root)

++++++ patches.tar.bz2 ++++++


++++++ vendor-files.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor-files/tools/package-data 
new/vendor-files/tools/package-data
--- old/vendor-files/tools/package-data 2015-10-23 00:21:21.000000000 +0200
+++ new/vendor-files/tools/package-data 2015-11-20 11:47:05.000000000 +0100
@@ -1,2 +1,2 @@
 # This is an autogenrated file.
-SAMBA_PACKAGE_SVN_VERSION="3508"
+SAMBA_PACKAGE_SVN_VERSION="3531"


Reply via email to