From 7ec71f484b890d8628ba3b4e3650d029e0fefb3e Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Nov 05 2020 10:31:25 +0000 Subject: Samba 4.13.2 GA --- diff --git a/.gitignore b/.gitignore index 5a6abce..b0735e7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ SOURCES/samba-4.13.0.tar.xz SOURCES/samba-4.13.0.tar.asc SOURCES/samba-4.13.1.tar.xz SOURCES/samba-4.13.1.tar.asc +SOURCES/samba-4.13.2.tar.xz +SOURCES/samba-4.13.2.tar.asc diff --git a/SPECS/samba.spec b/SPECS/samba.spec index 3ada6aa..80c8465 100644 --- a/SPECS/samba.spec +++ b/SPECS/samba.spec @@ -8,7 +8,7 @@ %define main_release 1 -%define samba_version 4.13.1 +%define samba_version 4.13.2 # This should be rc1 or nil %define pre_release %nil @@ -2193,6 +2193,7 @@ rm -rf %{buildroot} %{python3_sitearch}/samba/__pycache__/compat.*.pyc %{python3_sitearch}/samba/__pycache__/dbchecker.*.pyc %{python3_sitearch}/samba/__pycache__/descriptor.*.pyc +%{python3_sitearch}/samba/__pycache__/dnsresolver.*.pyc %{python3_sitearch}/samba/__pycache__/drs_utils.*.pyc %{python3_sitearch}/samba/__pycache__/getopt.*.pyc %{python3_sitearch}/samba/__pycache__/gpclass.*.pyc @@ -2270,6 +2271,7 @@ rm -rf %{buildroot} %{python3_sitearch}/samba/dcerpc/wkssvc.*.so %{python3_sitearch}/samba/dcerpc/xattr.*.so %{python3_sitearch}/samba/descriptor.py +%{python3_sitearch}/samba/dnsresolver.py %{python3_sitearch}/samba/drs_utils.py %{python3_sitearch}/samba/gensec.*.so %{python3_sitearch}/samba/getopt.py @@ -3841,6 +3843,9 @@ rm -rf %{buildroot} %endif %changelog +* Thu Nov 05 2020 - Anoop C S - 4.13.2-1 +- v4.13.2 GA + * Sun Nov 01 2020 - Anoop C S - 4.13.1-1 - v4.13.1 GA