Hello community,

here is the log from the commit of package cifs-utils for openSUSE:Factory 
checked in at 2014-11-05 16:26:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10-25 
08:32:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cifs-utils.new/cifs-utils.changes       
2014-11-05 16:26:33.000000000 +0100
@@ -1,0 +2,11 @@
+Tue Oct 28 19:04:30 UTC 2014 - [email protected]
+
+- Remove dependency on gpg-offline as signature checking is implemented in the
+  source validator.
+
+-------------------------------------------------------------------
+Tue Oct 28 10:47:47 UTC 2014 - [email protected]
+
+- Add README.cifstab.migration to document the cifstab removal.
+
+-------------------------------------------------------------------

Old:
----
  cifs-utils-pubkey_70F3B981.asc

New:
----
  README.cifstab.migration
  cifs-utils.keyring

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

Other differences:
------------------
++++++ cifs-utils.spec ++++++
--- /var/tmp/diff_new_pack.OWrcc5/_old  2014-11-05 16:26:34.000000000 +0100
+++ /var/tmp/diff_new_pack.OWrcc5/_new  2014-11-05 16:26:34.000000000 +0100
@@ -25,7 +25,9 @@
 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
-Source6:        
ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/cifs-utils-pubkey_70F3B981.asc
+# ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/cifs-utils-pubkey_70F3B981.asc
+Source6:        cifs-utils.keyring
+Source100:      README.cifstab.migration
 %if "%{_vendor}" == "suse"
 %define  NET_CFGDIR network
 %else
@@ -74,9 +76,6 @@
 BuildRequires:  pkgconfig
 %endif
 Requires:       keyutils
-%if 0%{?suse_version} > 1220
-BuildRequires:  gpg-offline
-%endif
 %if ! %{defined _rundir}
 %define _rundir %{_localstatedir}/run
 %endif
@@ -111,8 +110,8 @@
 provide these credentials to the kernel automatically at login.
 
 %prep
-%{?gpg_verify: %gpg_verify --keyring %{SOURCE6} %{SOURCE5}}
 %setup -q
+cp -a ${RPM_SOURCE_DIR}/README.cifstab.migration .
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -fpie"
@@ -184,6 +183,7 @@
 %dir %{_sysconfdir}/samba
 %ghost %{_rundir}/cifs
 %endif
+%doc README.cifstab.migration
 
 %files devel
 %defattr(-,root,root)

++++++ README.cifstab.migration ++++++
openSUSE pre-13.2 and SUSE Linux Enterprise pre-12 cifstab migration
====================================================================

The /etc/samba/cifstab approach to handle mounting of cifs shares at systems
startup has been discontinued and obsoleted by the generic /etc/fstab one.

The migration process requires two steps:

1. Append all your mount points from /etc/samba/cifstab.rpmsave to /etc/fstab

2. Add "0 0" to the end of each new cifs mount line in /etc/fstab


Example:

An existing configuration used in /etc/samba/cifstab:

//DATA01/someshare /media/DATA01/someshare cifs 
credentials=/etc/samba/mycredentials,uid=1000,gid=100,file_mode=0644,dir_mode=0755,domain=MYDOMAIN,rw,setuids

results in the following line in /etc/fstab:

//DATA01/someshare /media/DATA01/someshare cifs 
credentials=/etc/samba/mycredentials,uid=1000,gid=100,file_mode=0644,dir_mode=0755,domain=MYDOMAIN,rw,setuids
 0 0

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

Reply via email to