diff --git a/.gitignore b/.gitignore index bf8df61..efc99ef 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,5 @@ SOURCES/samba-4.13.13.tar.xz SOURCES/samba-4.13.13.tar.asc SOURCES/samba-4.13.14.tar.xz SOURCES/samba-4.13.14.tar.asc +SOURCES/samba-4.13.15.tar.xz +SOURCES/samba-4.13.15.tar.asc diff --git a/SPECS/samba.spec b/SPECS/samba.spec index 4deaadc..b1b7c10 100644 --- a/SPECS/samba.spec +++ b/SPECS/samba.spec @@ -8,7 +8,7 @@ %define main_release 1 -%define samba_version 4.13.14 +%define samba_version 4.13.15 # This should be rc1 or nil %define pre_release %nil @@ -2749,6 +2749,7 @@ rm -rf %{buildroot} %{python3_sitearch}/samba/tests/krb5/__pycache__/spn_tests.*.pyc %{python3_sitearch}/samba/tests/krb5/__pycache__/s4u_tests.*.pyc %{python3_sitearch}/samba/tests/krb5/__pycache__/test_ccache.*.pyc +%{python3_sitearch}/samba/tests/krb5/__pycache__/test_idmap_nss.*.pyc %{python3_sitearch}/samba/tests/krb5/__pycache__/test_ldap.*.pyc %{python3_sitearch}/samba/tests/krb5/__pycache__/test_min_domain_uid.*.pyc %{python3_sitearch}/samba/tests/krb5/__pycache__/test_rpc.*.pyc @@ -2773,6 +2774,7 @@ rm -rf %{buildroot} %{python3_sitearch}/samba/tests/krb5/spn_tests.py %{python3_sitearch}/samba/tests/krb5/s4u_tests.py %{python3_sitearch}/samba/tests/krb5/test_ccache.py +%{python3_sitearch}/samba/tests/krb5/test_idmap_nss.py %{python3_sitearch}/samba/tests/krb5/test_ldap.py %{python3_sitearch}/samba/tests/krb5/test_min_domain_uid.py %{python3_sitearch}/samba/tests/krb5/test_rpc.py @@ -3888,6 +3890,9 @@ rm -rf %{buildroot} %endif %changelog +* Thu Dec 16 2021 - Anoop C S - 4.13.15-1 +- v4.13.15 GA + * Wed Nov 10 2021 - Anoop C S - 4.13.14-1 - v4.13.14 GA