Browse Source

samba-4.13.5-1

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

+ 4 - 35
s/samba/samba-vl.spec

@@ -1,7 +1,7 @@
 %bcond_with systemd
 %bcond_without pidl
 
-%define samba_version 4.13.4
+%define samba_version 4.13.5
 #define rc_number rc4
 %define samba_release 1
 
@@ -634,13 +634,11 @@ install -m 0744 packaging/printing/smbprint %{buildroot}%{_bindir}/smbprint
 
 #echo "d /var/run/ctdb 755 root root" >> %{buildroot}%{_tmpfilesdir}/ctdb.conf
 
-
 install -d -m 0755 %{buildroot}%{_sysconfdir}/sysconfig
 install -m 0644 %{SOURCE104} %{buildroot}%{_sysconfdir}/sysconfig/samba
 
 #install -m 0644 ctdb/config/ctdb.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/ctdb
 
-
 # winbind krb5 locator
 install -d -m 0755 %{buildroot}%{_libdir}/krb5/plugins/libkrb5
 touch %{buildroot}%{_libdir}/krb5/plugins/libkrb5/winbind_krb5_locator.so
@@ -828,34 +826,12 @@ fi
 
 ## --------------------------------------------------------------------
 %post common
-/sbin/ldconfig
-
 setfacl -m u:named:rwx /var/lib/samba/private >/dev/null 2>/dev/null || :
 
 %if %{with systemd}
 %tmpfiles_create %{_tmpfilesdir}/samba.conf
 %endif
 
-## --------------------------------------------------------------------
-%postun common
-/sbin/ldconfig
-
-## --------------------------------------------------------------------
-%post libs
-/sbin/ldconfig
-
-## --------------------------------------------------------------------
-%postun libs
-/sbin/ldconfig
-
-## --------------------------------------------------------------------
-%post -n libsmbclient
-/sbin/ldconfig
-
-## --------------------------------------------------------------------
-%postun -n libsmbclient
-/sbin/ldconfig
-
 ## --------------------------------------------------------------------
 
 %posttrans -n libwbclient
@@ -880,7 +856,6 @@ setfacl -m u:named:rwx /var/lib/samba/private >/dev/null 2>/dev/null || :
 	--remove \
 	libwbclient.so.%{libwbc_sover}%{libwbc_alternatives_suffix} \
 	%{_libdir}/samba/wbclient/libwbclient.so.%{libwbc_sover}
-/sbin/ldconfig
 
 ## --------------------------------------------------------------------
 
@@ -912,14 +887,6 @@ else
 fi
 
 %if %build_compat32
-## --------------------------------------------------------------------
-%post -n compat32-libsmbclient
-/sbin/ldconfig
-
-## --------------------------------------------------------------------
-%postun -n compat32-libsmbclient
-/sbin/ldconfig
-
 ## --------------------------------------------------------------------
 
 %posttrans -n compat32-libwbclient
@@ -941,7 +908,6 @@ fi
 		libwbclient.so.%{libwbc_sover}%{libwbc_alternatives_suffix} \
 		%{_libdir}/samba/wbclient/libwbclient.so.%{libwbc_sover}
 /sbin/ldconfig
-
 %endif
 
 
@@ -1830,6 +1796,9 @@ fi
 
 
 %changelog
+* Tue Mar 09 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.13.5-1
+- new upstream release.
+
 * Tue Jan 26 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.13.4-1
 - new upstream release.