From 91b3dfb3dd2fe5df1ea644051082b0a4ef94c819 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Oct 29 2021 08:10:30 +0000 Subject: Samba 4.13.13 GA --- diff --git a/.gitignore b/.gitignore index beff32f..cb8d434 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,5 @@ SOURCES/samba-4.13.11.tar.xz SOURCES/samba-4.13.11.tar.asc SOURCES/samba-4.13.12.tar.xz SOURCES/samba-4.13.12.tar.asc +SOURCES/samba-4.13.13.tar.xz +SOURCES/samba-4.13.13.tar.asc diff --git a/SPECS/samba.spec b/SPECS/samba.spec index 27adbf1..7df7982 100644 --- a/SPECS/samba.spec +++ b/SPECS/samba.spec @@ -8,7 +8,7 @@ %define main_release 1 -%define samba_version 4.13.12 +%define samba_version 4.13.13 # This should be rc1 or nil %define pre_release %nil @@ -2737,6 +2737,8 @@ rm -rf %{buildroot} %{python3_sitearch}/samba/tests/krb5/__pycache__/raw_testcase.*.pyc %{python3_sitearch}/samba/tests/krb5/__pycache__/rfc4120_constants.*.pyc %{python3_sitearch}/samba/tests/krb5/__pycache__/rfc4120_pyasn1.*.pyc +%{python3_sitearch}/samba/tests/krb5/__pycache__/rodc_tests.*.pyc +%{python3_sitearch}/samba/tests/krb5/__pycache__/salt_tests.*.pyc %{python3_sitearch}/samba/tests/krb5/__pycache__/simple_tests.*.pyc %{python3_sitearch}/samba/tests/krb5/__pycache__/s4u_tests.*.pyc %{python3_sitearch}/samba/tests/krb5/__pycache__/test_ccache.*.pyc @@ -2756,6 +2758,8 @@ rm -rf %{buildroot} %{python3_sitearch}/samba/tests/krb5/raw_testcase.py %{python3_sitearch}/samba/tests/krb5/rfc4120_constants.py %{python3_sitearch}/samba/tests/krb5/rfc4120_pyasn1.py +%{python3_sitearch}/samba/tests/krb5/rodc_tests.py +%{python3_sitearch}/samba/tests/krb5/salt_tests.py %{python3_sitearch}/samba/tests/krb5/simple_tests.py %{python3_sitearch}/samba/tests/krb5/s4u_tests.py %{python3_sitearch}/samba/tests/krb5/test_ccache.py @@ -3871,6 +3875,9 @@ rm -rf %{buildroot} %endif %changelog +* Fri Oct 29 2021 - Anoop C S - 4.13.13-1 +- v4.13.13 GA + * Thu Sep 23 2021 - Anoop C S - 4.13.12-1 - v4.13.12 GA