Browse Source

samba-4.10.7-1

Tomohiro "Tomo-p" KATO 4 years ago
parent
commit
dafb1918c9
1 changed files with 8 additions and 3 deletions
  1. 8 3
      s/samba/samba-vl.spec

+ 8 - 3
s/samba/samba-vl.spec

@@ -1,8 +1,8 @@
-%define samba_version 4.10.3
+%define samba_version 4.10.7
 #define rc_number rc4
 %define samba_release 1
 
-%define doc_version 4.9.3
+%define doc_version 4.10.4
 %define api_version 4.0
 %define libwbc_soname 0
 %define libwbc_sover 0.15
@@ -46,6 +46,7 @@ Source: https://download.samba.org/pub/samba/stable/samba-%{version}%{?rc_number
 
 # Vine specific replacement-files
 Source1: samba.log
+# https://ja.osdn.net/projects/samba-jp/releases/p16213
 Source2: samba-ja-docs-%{doc_version}.tar.gz
 Source5: pam_winbind.conf
 Source6: samba.pamd
@@ -491,7 +492,7 @@ LDFLAGS="-Wl,-z,relro,-z,now" \
   --with-lockdir=/var/lib/samba \
   --with-logfilebase=/var/log/samba \
   --with-modulesdir=%{_libdir}/samba \
-  --with-pammodulesdir=%{_lib}/security \
+  --with-pammodulesdir=/%{_lib}/security \
   --with-piddir=/var/run/samba \
   --with-privatedir=/var/lib/samba/private \
   --with-sockets-dir=/var/run/samba \
@@ -1663,6 +1664,10 @@ fi
 %endif
 
 %changelog
+* Thu Aug 22 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.10.7-1
+- new upstream release.
+- updated samba-ja-docs.
+
 * Tue May 14 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.10.3-1
 - new upstream release.