diff --git a/.gitignore b/.gitignore index c91cd2b..40d62b4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ SOURCES/samba-4.15.0.tar.xz SOURCES/samba-4.15.0.tar.asc +SOURCES/samba-4.15.1.tar.xz +SOURCES/samba-4.15.1.tar.asc diff --git a/SPECS/samba.spec b/SPECS/samba.spec index 4dfed74..018c378 100644 --- a/SPECS/samba.spec +++ b/SPECS/samba.spec @@ -8,7 +8,7 @@ %define main_release 1 -%define samba_version 4.15.0 +%define samba_version 4.15.1 # This should be rc1 or nil %define pre_release %nil @@ -2783,6 +2783,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 @@ -2802,6 +2804,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/test_ccache.py %{python3_sitearch}/samba/tests/krb5/test_ldap.py @@ -3929,5 +3933,8 @@ rm -rf %{buildroot} %endif %changelog +* Thu Oct 28 2021 - Anoop C S - 4.15.1-1 +- v4.15.1 GA + * Mon Sep 20 2021 - Anoop C S - 4.15.0-1 - Initial version