From 4ba42f39bb6586dacef3a626902b18ce6e1fe124 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Nov 29 2024 17:17:48 +0000 Subject: Samba 4.20.6 GA --- diff --git a/.gitignore b/.gitignore index 21c8372..a489694 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/samba-4.20.5.tar.xz -SOURCES/samba-4.20.5.tar.asc +SOURCES/samba-4.20.6.tar.xz +SOURCES/samba-4.20.6.tar.asc diff --git a/.samba.metadata b/.samba.metadata index a6d7c8a..3ae4c7e 100644 --- a/.samba.metadata +++ b/.samba.metadata @@ -1,2 +1,2 @@ -1632ba54244747cb257712d1589181899af5cf65 SOURCES/samba-4.20.5.tar.xz -fec190397013f3e4f242fc57db6481daed0b1b7f SOURCES/samba-4.20.5.tar.asc +e2ca7558a2e9c730a4e318a912db41d17c8eeb88 SOURCES/samba-4.20.6.tar.xz +269b060af11b06a1884715d515a48572a229603e SOURCES/samba-4.20.6.tar.asc diff --git a/SPECS/samba.spec b/SPECS/samba.spec index 660ee34..afa9fb2 100644 --- a/SPECS/samba.spec +++ b/SPECS/samba.spec @@ -110,7 +110,7 @@ %define samba_requires_eq() %(LC_ALL="C" echo '%*' | xargs -r rpm -q --qf 'Requires: %%{name} = %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not") -%global samba_version 4.20.5 +%global samba_version 4.20.6 %global baserelease 100 # This should be rc1 or %%nil %global pre_release %nil @@ -2477,6 +2477,7 @@ fi %{python3_sitearch}/samba/dcerpc/ntlmssp.*.so %{python3_sitearch}/samba/dcerpc/preg.*.so %{python3_sitearch}/samba/dcerpc/samr.*.so +%{python3_sitearch}/samba/dcerpc/schannel.*.so %{python3_sitearch}/samba/dcerpc/security.*.so %{python3_sitearch}/samba/dcerpc/server_id.*.so %{python3_sitearch}/samba/dcerpc/smb_acl.*.so @@ -4528,6 +4529,9 @@ fi %endif %changelog +* Wed Nov 20 2024 - Anoop C S - 4.20.6-100 +- v4.20.6 GA + * Fri Sep 20 2024 - Anoop C S - 4.20.5-100 - v4.20.5 GA