dfe301b0da
- Update to cifs-utils 6.8. + document more mount options + man pages now generated from RST files + add python-docutils build dependency + update keyring to check tarball signature + remove 0001-manpage-correct-typos-and-spelling-mistakes.patch + remove 0002-mount.cifs-document-SMBv3.1.1-and-new-seal-option.patch - Add typo corrections, better doc and configure fixes from upstream + add 0001-docs-cleanup-rst-formating.patch + add 0002-mount.cifs.rst-document-new-no-handlecache-mount-opt.patch + add 0003-manpage-update-mount.cifs-manpage-with-info-about-rd.patch + add 0004-checkopts-add-python-script-to-cross-check-mount-opt.patch + add 0005-mount.cifs.rst-document-missing-options-correct-wron.patch + add 0006-cifs-utils-support-rst2man-3.patch + add 0007-checkopts-report-duplicated-options-in-man-page.patch + add 0008-mount.cifs.rst-more-cleanups.patch + add 0009-mount.cifs.rst-document-vers-3-mount-option.patch + add 0010-mount.cifs.rst-document-vers-3.02-mount-option.patch - Cleanup spec file * assume SUSE vendor and SLE >= 11 - update to 6.7: * mount.cifs cleanups - includes 6.6: * cleanup/overhaul of cifs.upcall krb5 credcache handling - partial cleanup with spec-cleaner OBS-URL: https://build.opensuse.org/request/show/652194 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cifs-utils?expand=0&rev=54 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
0001-docs-cleanup-rst-formating.patch | ||
0002-mount.cifs.rst-document-new-no-handlecache-mount-opt.patch | ||
0003-manpage-update-mount.cifs-manpage-with-info-about-rd.patch | ||
0004-checkopts-add-python-script-to-cross-check-mount-opt.patch | ||
0005-mount.cifs.rst-document-missing-options-correct-wron.patch | ||
0006-cifs-utils-support-rst2man-3.patch | ||
0007-checkopts-report-duplicated-options-in-man-page.patch | ||
0008-mount.cifs.rst-more-cleanups.patch | ||
0009-mount.cifs.rst-document-vers-3-mount-option.patch | ||
0010-mount.cifs.rst-document-vers-3.02-mount-option.patch | ||
cifs-utils-6.8.tar.bz2 | ||
cifs-utils-6.8.tar.bz2.asc | ||
cifs-utils.changes | ||
cifs-utils.keyring | ||
cifs-utils.spec | ||
cifs.init | ||
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