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