Samuel Cabrero
7c16331f0a
- Update cifs-utils.spec: * Remove unused !BuildIgnore: samba-client BuildRequires: libwbclient-devel - Update to cifs-utils 6.14 * smbinfo is enhanced with capability to display alternate data streams * setcifsacl is improved to optionally reorder ACEs in preferred order * cifs.upcall regression in kerberos mount is fixed * remove cifs-utils-6.13.tar.bz2 * remove cifs-utils-6.13.tar.bz2.asc * add cifs-utils-6.14.tar.bz2 * add cifs-utils-6.14.tar.bz2.asc - Drop upstream fixed patches: * 0001-cifs.upcall-fix-regression-in-kerberos-mount.patch OBS-URL: https://build.opensuse.org/request/show/947271 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/cifs-utils?expand=0&rev=197
12 lines
326 B
Diff
12 lines
326 B
Diff
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -118,7 +118,7 @@ endif
|
|
SUBDIRS = contrib
|
|
|
|
install-exec-hook: install-sbinPROGRAMS
|
|
- (cd $(DESTDIR)$(ROOTSBINDIR) && ln -sf mount.cifs mount.smb3)
|
|
+ (mkdir -p $(DESTDIR)$(ROOTSBINDIR) && cd $(DESTDIR)$(ROOTSBINDIR) && ln -sf mount.cifs mount.smb3)
|
|
|
|
install-data-hook:
|
|
if CONFIG_MAN
|