From 23cae952663750899f220157abd41c76646d9560 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Oct 27 2022 11:24:52 +0000 Subject: Samba 4.17.1 GA --- diff --git a/.gitignore b/.gitignore index 38f7fe7..5f0bb17 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ SOURCES/samba-4.17.0.tar.xz SOURCES/samba-4.17.0.tar.asc +SOURCES/samba-4.17.1.tar.xz +SOURCES/samba-4.17.1.tar.asc diff --git a/.samba.metadata b/.samba.metadata index 56a4def..0e3f385 100644 --- a/.samba.metadata +++ b/.samba.metadata @@ -1,2 +1,2 @@ -ec0bf21b828ff4689357c75f0df838c83a9a9778 SOURCES/samba-4.17.0.tar.xz -3a6cd4f4503ea039efb7363c4365d9b8bc28de24 SOURCES/samba-4.17.0.tar.asc +92890fa1f8989b3431f1e13f54115c9ede500630 SOURCES/samba-4.17.1.tar.xz +e064600dbf449d2ae7a2e347c7add51c51873b4d SOURCES/samba-4.17.1.tar.asc diff --git a/SPECS/samba.spec b/SPECS/samba.spec index 815c9bc..7254db7 100644 --- a/SPECS/samba.spec +++ b/SPECS/samba.spec @@ -8,7 +8,7 @@ %define main_release 100 -%define samba_version 4.17.0 +%define samba_version 4.17.1 # This should be rc1 or nil %define pre_release %nil @@ -2824,6 +2824,7 @@ rm -rf %{buildroot} %{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__/lockout_tests.*.pyc %{python3_sitearch}/samba/tests/krb5/__pycache__/ms_kile_client_principal_lookup_tests.*.pyc %{python3_sitearch}/samba/tests/krb5/__pycache__/nt_hash_tests.*.pyc %{python3_sitearch}/samba/tests/krb5/__pycache__/pac_align_tests.*.pyc @@ -2853,6 +2854,7 @@ rm -rf %{buildroot} %{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/lockout_tests.py %{python3_sitearch}/samba/tests/krb5/ms_kile_client_principal_lookup_tests.py %{python3_sitearch}/samba/tests/krb5/nt_hash_tests.py %{python3_sitearch}/samba/tests/krb5/pac_align_tests.py @@ -3997,5 +3999,8 @@ rm -rf %{buildroot} %endif %changelog +* Thu Oct 27 2022 - Anoop C S - 4.17.1-100 +- v4.17.1 GA + * Wed Sep 14 2022 - Anoop C S - 4.17.0-100 - Initial version