Hello community, here is the log from the commit of package cifs-utils for openSUSE:Factory checked in at 2015-07-16 17:16:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cifs-utils (Old) and /work/SRC/openSUSE:Factory/.cifs-utils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cifs-utils" Changes: -------- --- /work/SRC/openSUSE:Factory/cifs-utils/cifs-utils.changes 2014-12-06 13:47:42.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.cifs-utils.new/cifs-utils.changes 2015-07-16 17:16:49.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Jul 6 14:23:59 UTC 2015 - [email protected] + +- Add include_paths.h_for__PATH_MOUNTED.patch + +------------------------------------------------------------------- New: ---- include_paths.h_for__PATH_MOUNTED.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cifs-utils.spec ++++++ --- /var/tmp/diff_new_pack.WlHW1N/_old 2015-07-16 17:16:50.000000000 +0200 +++ /var/tmp/diff_new_pack.WlHW1N/_new 2015-07-16 17:16:50.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package cifs-utils # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,15 +19,16 @@ Name: cifs-utils Version: 6.4 Release: 0 -Summary: Utilities for doing and managing mounts of the Linux CIFS filesyste +Summary: Utilities for doing and managing mounts of the Linux CIFS filesystem License: GPL-3.0+ Group: System/Filesystems Url: http://www.samba.org/linux-cifs/cifs-utils/ -Source: ftp://ftp.samba.org/pub/linux-cifs/%{name}/%{name}-%{version}.tar.bz2 -Source5: ftp://ftp.samba.org/pub/linux-cifs/%{name}/%{name}-%{version}.tar.bz2.asc -# ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/cifs-utils-pubkey_70F3B981.asc +Source: http://ftp.samba.org/pub/linux-cifs/%{name}/%{name}-%{version}.tar.bz2 +Source5: http://ftp.samba.org/pub/linux-cifs/%{name}/%{name}-%{version}.tar.bz2.asc +# http://ftp.samba.org/pub/linux-cifs/cifs-utils/cifs-utils-pubkey_70F3B981.asc Source6: cifs-utils.keyring Source100: README.cifstab.migration +Patch: include_paths.h_for__PATH_MOUNTED.patch %if "%{_vendor}" == "suse" %define NET_CFGDIR network %else @@ -111,6 +112,7 @@ %prep %setup -q +%patch -p1 cp -a ${RPM_SOURCE_DIR}/README.cifstab.migration . %build @@ -156,17 +158,17 @@ %{_bindir}/getcifsacl %{_bindir}/setcifsacl %{_sbindir}/cifs.idmap -%doc %{_mandir}/man1/getcifsacl.1.* -%doc %{_mandir}/man1/setcifsacl.1.* -%doc %{_mandir}/man8/cifs.idmap.8.* +%{_mandir}/man1/getcifsacl.1.* +%{_mandir}/man1/setcifsacl.1.* +%{_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.* +%{_mandir}/man1/cifscreds.1.* +%{_mandir}/man8/cifs.upcall.8.* %endif -%doc %{_mandir}/man8/mount.cifs.8.* +%{_mandir}/man8/mount.cifs.8.* %dir %{_sysconfdir}/request-key.d %config(noreplace) %{_sysconfdir}/request-key.d/cifs.idmap.conf %config(noreplace) %{_sysconfdir}/request-key.d/cifs.spnego.conf @@ -175,7 +177,7 @@ %dir %{_sysconfdir}/cifs-utils %config(noreplace) %{_sysconfdir}/cifs-utils/idmap-plugin %{_libdir}/%{name}/idmapwb.so -%doc %{_mandir}/man8/idmapwb.8.* +%{_mandir}/man8/idmapwb.8.* %endif %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1221 %attr(0754,root,root) %config %{_sysconfdir}/init.d/cifs ++++++ include_paths.h_for__PATH_MOUNTED.patch ++++++ commit 6603cef0f06c450196a1bca06bb143d8fcda5651 Author: Felix Janda <[email protected]> Date: Fri Dec 5 23:19:29 2014 +0100 mtab.c: include <paths.h> for _PATH_MOUNTED Signed-off-by: Felix Janda <[email protected]> diff --git a/mtab.c b/mtab.c index 7b365b3..a662a3c 100644 --- a/mtab.c +++ b/mtab.c @@ -38,6 +38,7 @@ #include <mntent.h> #include <stdlib.h> #include <signal.h> +#include <paths.h> #include "mount.h" #include "config.h"
