Hello community,

here is the log from the commit of package cifs-utils for openSUSE:Factory 
checked in at 2013-01-20 14:35:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cifs-utils (Old)
 and      /work/SRC/openSUSE:Factory/.cifs-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cifs-utils", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cifs-utils/cifs-utils.changes    2012-11-28 
10:08:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cifs-utils.new/cifs-utils.changes       
2013-01-20 14:35:19.000000000 +0100
@@ -1,0 +2,8 @@
+Wed Jan 16 14:51:39 UTC 2013 - [email protected]
+
+- Update to cifs-utils 5.9.
+  + new plugin architecture for the ID mapping tools
+  + DOMAIN\username@password format for username= arguments is removed
+  + full RELRO (vs. partial) is now enabled on all binaries
+
+-------------------------------------------------------------------

Old:
----
  cifs-utils-5.8.tar.bz2

New:
----
  cifs-utils-5.9.tar.bz2

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

Other differences:
------------------
++++++ cifs-utils.spec ++++++
--- /var/tmp/diff_new_pack.ncHofr/_old  2013-01-20 14:35:20.000000000 +0100
+++ /var/tmp/diff_new_pack.ncHofr/_new  2013-01-20 14:35:20.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cifs-utils
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           cifs-utils
-Version:        5.8
+Version:        5.9
 Release:        0
 Summary:        Utilities for doing and managing mounts of the Linux CIFS 
filesyste
 License:        GPL-3.0+
@@ -71,6 +71,15 @@
 The cifs-utils package consist of utilities for doing and managing mounts of
 the Linux CIFS filesystem.
 
+%package devel
+Summary:        Files needed for building plugins for cifs-utils
+Group:          Development/Libraries
+
+%description devel
+The SMB/CIFS protocol is a standard file sharing protocol widely deployed
+on Microsoft Windows machines. This package contains the header file
+necessary for building ID mapping plugins for cifs-utils.
+
 %prep
 %setup -q
 
@@ -85,7 +94,14 @@
        ${RPM_BUILD_ROOT}/%{_sysconfdir}/init.d
 %{__make} install \
        DESTDIR=${RPM_BUILD_ROOT}
-%if 0%{?suse_version}
+%if 0%{?centos_version} > 599 || 0%{?fedora_version} > 14 || 
0%{?mandriva_version} > 201100 || 0%{?rhel_version} > 599 || 0%{?suse_version} 
> 1020
+mkdir -p %{buildroot}%{_sysconfdir}/%{name}
+ln -s %{_libdir}/%{name}/idmapwb.so 
%{buildroot}%{_sysconfdir}/%{name}/idmap-plugin
+%endif
+mkdir -p %{buildroot}%{_sysconfdir}/request-key.d
+install -m 644 -p contrib/request-key.d/cifs.idmap.conf 
%{buildroot}%{_sysconfdir}/request-key.d
+install -m 644 -p contrib/request-key.d/cifs.spnego.conf 
%{buildroot}%{_sysconfdir}/request-key.d
+%if 0%{?suse_version} > 1100
        mkdir -p ${RPM_BUILD_ROOT}/lib/mkinitrd/scripts/
        %{__install} -m 0755 ${RPM_SOURCE_DIR}/mkinitrd_scripts_boot-cifs.sh 
${RPM_BUILD_ROOT}/lib/mkinitrd/scripts/boot-cifs.sh
        %{__install} -m 0755 ${RPM_SOURCE_DIR}/mkinitrd_scripts_setup-cifs.sh 
${RPM_BUILD_ROOT}/lib/mkinitrd/scripts/setup-cifs.sh
@@ -125,26 +141,40 @@
 %files
 %defattr(-,root,root)
 /sbin/mount.cifs
-%{_bindir}/cifscreds
-%if 0%{?mandriva_version} > 201100 || 0%{?mandriva_version} == 0
+%if 0%{?centos_version} > 599 || 0%{?fedora_version} > 14 || 
0%{?mandriva_version} > 201100 || 0%{?rhel_version} > 599 || 0%{?suse_version} 
> 1020
 %{_bindir}/getcifsacl
 %{_bindir}/setcifsacl
 %{_sbindir}/cifs.idmap
-%endif
-%{_sbindir}/cifs.upcall
-%doc %{_mandir}/man1/cifscreds.1.*
-%if 0%{?mandriva_version} > 201100 || 0%{?mandriva_version} == 0
 %doc %{_mandir}/man1/getcifsacl.1.*
 %doc %{_mandir}/man1/setcifsacl.1.*
 %doc %{_mandir}/man8/cifs.idmap.8.*
 %endif
+%if 0%{?centos_version} > 499 || 0%{?fedora_version} > 14 || 
0%{?mandriva_version} > 201100 || 0%{?rhel_version} > 499 || 0%{?suse_version} 
> 1020
+%{_bindir}/cifscreds
+%{_sbindir}/cifs.upcall
+%doc %{_mandir}/man1/cifscreds.1.*
 %doc %{_mandir}/man8/cifs.upcall.8.*
+%endif
 %doc %{_mandir}/man8/mount.cifs.8.*
+%dir %{_sysconfdir}/request-key.d
 %if 0%{?suse_version} > 1100
 %dir /lib/mkinitrd
 %dir /lib/mkinitrd/scripts
 /lib/mkinitrd/scripts/setup-cifs.sh
 /lib/mkinitrd/scripts/boot-cifs.sh
 %endif
+%config(noreplace) %{_sysconfdir}/request-key.d/cifs.idmap.conf
+%config(noreplace) %{_sysconfdir}/request-key.d/cifs.spnego.conf
+%if 0%{?centos_version} > 599 || 0%{?fedora_version} > 14 || 
0%{?mandriva_version} > 201100 || 0%{?rhel_version} > 599 || 0%{?suse_version} 
> 1020
+%dir %{_libdir}/cifs-utils
+%dir %{_sysconfdir}/cifs-utils
+%config(noreplace) %{_sysconfdir}/cifs-utils/idmap-plugin
+%{_libdir}/%{name}/idmapwb.so
+%doc %{_mandir}/man8/idmapwb.8.*
+%endif
+
+%files devel
+%defattr(-,root,root)
+%{_includedir}/cifsidmap.h
 
 %changelog

++++++ cifs-utils-5.8.tar.bz2 -> cifs-utils-5.9.tar.bz2 ++++++
++++ 5721 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to