diff --git a/.gitignore b/.gitignore index 6cbb4d8..6116ca0 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,5 @@ SOURCES/samba-4.15.7.tar.xz SOURCES/samba-4.15.7.tar.asc SOURCES/samba-4.15.8.tar.xz SOURCES/samba-4.15.8.tar.asc +SOURCES/samba-4.15.9.tar.xz +SOURCES/samba-4.15.9.tar.asc diff --git a/.samba.metadata b/.samba.metadata index f20799d..abc49a6 100644 --- a/.samba.metadata +++ b/.samba.metadata @@ -1,2 +1,2 @@ -1a13f281ca0e53e695ef178c449085e38cbba03a SOURCES/samba-4.15.8.tar.xz -5cf459df78a83145d64f83308869f483e364dca3 SOURCES/samba-4.15.8.tar.asc +2efb5625b78b9db8cdfe866f2971229df76719a5 SOURCES/samba-4.15.9.tar.xz +654119696b73ce009e9d959b3fa882bc426a0042 SOURCES/samba-4.15.9.tar.asc diff --git a/SPECS/samba.spec b/SPECS/samba.spec index 8476c12..dbf08ed 100644 --- a/SPECS/samba.spec +++ b/SPECS/samba.spec @@ -8,7 +8,7 @@ %define main_release 1 -%define samba_version 4.15.8 +%define samba_version 4.15.9 # This should be rc1 or nil %define pre_release %nil @@ -2784,6 +2784,7 @@ rm -rf %{buildroot} %{python3_sitearch}/samba/tests/krb5/__pycache__/kdc_base_test.*.pyc %{python3_sitearch}/samba/tests/krb5/__pycache__/kdc_tests.*.pyc %{python3_sitearch}/samba/tests/krb5/__pycache__/kdc_tgs_tests.*.pyc +%{python3_sitearch}/samba/tests/krb5/__pycache__/kpasswd_tests.*.pyc %{python3_sitearch}/samba/tests/krb5/__pycache__/ms_kile_client_principal_lookup_tests.*.pyc %{python3_sitearch}/samba/tests/krb5/__pycache__/raw_testcase.*.pyc %{python3_sitearch}/samba/tests/krb5/__pycache__/rfc4120_constants.*.pyc @@ -2809,6 +2810,7 @@ rm -rf %{buildroot} %{python3_sitearch}/samba/tests/krb5/kdc_base_test.py %{python3_sitearch}/samba/tests/krb5/kdc_tests.py %{python3_sitearch}/samba/tests/krb5/kdc_tgs_tests.py +%{python3_sitearch}/samba/tests/krb5/kpasswd_tests.py %{python3_sitearch}/samba/tests/krb5/ms_kile_client_principal_lookup_tests.py %{python3_sitearch}/samba/tests/krb5/raw_testcase.py %{python3_sitearch}/samba/tests/krb5/rfc4120_constants.py @@ -3947,6 +3949,9 @@ rm -rf %{buildroot} %endif %changelog +* Fri Jul 29 2022 - Anoop C S - 4.15.9-1 +- v4.15.9 GA + * Wed Jun 29 2022 - Anoop C S - 4.15.8-1 - v4.15.8 GA