From 48a18f268be87fa58c13fcb17f2e0a795fb725ba Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Jul 29 2022 11:11:38 +0000 Subject: Samba 4.14.14 GA --- diff --git a/.gitignore b/.gitignore index 2d767f8..e6995d4 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,5 @@ SOURCES/samba-4.14.12.tar.xz SOURCES/samba-4.14.12.tar.asc SOURCES/samba-4.14.13.tar.xz SOURCES/samba-4.14.13.tar.asc +SOURCES/samba-4.14.14.tar.xz +SOURCES/samba-4.14.14.tar.asc diff --git a/.samba.metadata b/.samba.metadata index bbe0c3d..29f0d05 100644 --- a/.samba.metadata +++ b/.samba.metadata @@ -1,2 +1,2 @@ -0cb7e9842617f218699018ec99e363f8610eca5e SOURCES/samba-4.14.13.tar.xz -6a59c326f4d492c71e3e3fab0f56ea8fca98e809 SOURCES/samba-4.14.13.tar.asc +b382c1fa6a33b2a511857173e7666c437256a1b1 SOURCES/samba-4.14.14.tar.xz +53ac4b2f7c9adb20b12cbbce283184b69bc8a393 SOURCES/samba-4.14.14.tar.asc diff --git a/SPECS/samba.spec b/SPECS/samba.spec index 247d868..f312bc9 100644 --- a/SPECS/samba.spec +++ b/SPECS/samba.spec @@ -8,7 +8,7 @@ %define main_release 1 -%define samba_version 4.14.13 +%define samba_version 4.14.14 # This should be rc1 or nil %define pre_release %nil @@ -2757,6 +2757,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 @@ -2782,6 +2783,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 @@ -3912,6 +3914,9 @@ rm -rf %{buildroot} %endif %changelog +* Fri Jul 29 2022 - Anoop C S - 4.14.14-1 +- v4.14.14 GA + * Tue Apr 05 2022 - Anoop C S - 4.14.13-1 - v4.14.13 GA