diff --git a/.gitignore b/.gitignore index e74ae9b..fe25ef0 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ SOURCES/samba-4.14.9.tar.xz SOURCES/samba-4.14.9.tar.asc SOURCES/samba-4.14.10.tar.xz SOURCES/samba-4.14.10.tar.asc +SOURCES/samba-4.14.11.tar.xz +SOURCES/samba-4.14.11.tar.asc diff --git a/SPECS/samba.spec b/SPECS/samba.spec index 87263e7..aa1459f 100644 --- a/SPECS/samba.spec +++ b/SPECS/samba.spec @@ -8,7 +8,7 @@ %define main_release 100 -%define samba_version 4.14.10 +%define samba_version 4.14.11 # This should be rc1 or nil %define pre_release %nil @@ -2764,6 +2764,7 @@ rm -rf %{buildroot} %{python3_sitearch}/samba/tests/krb5/__pycache__/rodc_tests.*.pyc %{python3_sitearch}/samba/tests/krb5/__pycache__/salt_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 @@ -2788,6 +2789,7 @@ rm -rf %{buildroot} %{python3_sitearch}/samba/tests/krb5/rodc_tests.py %{python3_sitearch}/samba/tests/krb5/salt_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 @@ -3910,6 +3912,9 @@ rm -rf %{buildroot} %endif %changelog +* Thu Dec 16 2021 - Anoop C S - 4.14.11-100 +- v4.14.11 GA + * Wed Nov 10 2021 - Anoop C S - 4.14.10-100 - v4.14.10 GA