From 60e6dc151341a1d4f92308f36b62d1f1663851a6 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Jul 29 2022 11:12:28 +0000 Subject: Samba 4.14.14 GA --- diff --git a/.gitignore b/.gitignore index 3f84f23..8a83d73 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,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 b4fb79f..4c19636 100644 --- a/SPECS/samba.spec +++ b/SPECS/samba.spec @@ -8,7 +8,7 @@ %define main_release 100 -%define samba_version 4.14.13 +%define samba_version 4.14.14 # This should be rc1 or nil %define pre_release %nil @@ -937,7 +937,8 @@ xzcat %{SOURCE0} | gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} - export python_LDFLAGS="$(echo %{__global_ldflags} | sed -e 's/-Wl,-z,defs//g')" # Use the gold linker -export LDFLAGS="%{__global_ldflags} -fuse-ld=gold" +# See https://bugzilla.redhat.com/show_bug.cgi?id=2043178 for ld.gold issues +#export LDFLAGS="%{__global_ldflags} -fuse-ld=gold" %configure \ --enable-fhs \ @@ -2757,6 +2758,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 +2784,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 +3915,9 @@ rm -rf %{buildroot} %endif %changelog +* Fri Jul 29 2022 - Anoop C S - 4.14.14-100 +- v4.14.14 GA + * Tue Apr 05 2022 - Anoop C S - 4.14.13-100 - v4.14.13 GA