Update to version 4.17.1
resolves: rhbz#2127301 - Permission denied calling SMBC_getatr when file not exists resolves: rhbz#2133818 - rpcclient 4.17.0 unable to resolve server hostname
This commit is contained in:
parent
93ae555a84
commit
593cdb5963
2
.gitignore
vendored
2
.gitignore
vendored
@ -309,3 +309,5 @@ samba-3.6.0pre1.tar.gz
|
||||
/samba-4.17.0rc5.tar.asc
|
||||
/samba-4.17.0.tar.xz
|
||||
/samba-4.17.0.tar.asc
|
||||
/samba-4.17.1.tar.xz
|
||||
/samba-4.17.1.tar.asc
|
||||
|
11
samba.spec
11
samba.spec
@ -134,8 +134,8 @@
|
||||
|
||||
%define samba_requires_eq() %(LC_ALL="C" echo '%*' | xargs -r rpm -q --qf 'Requires: %%{name} = %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not")
|
||||
|
||||
%global samba_version 4.17.0
|
||||
%global baserelease 2
|
||||
%global samba_version 4.17.1
|
||||
%global baserelease 1
|
||||
# This should be rc1 or %%nil
|
||||
%global pre_release %nil
|
||||
|
||||
@ -3108,6 +3108,7 @@ fi
|
||||
%{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__/lockout_tests.*.pyc
|
||||
%{python3_sitearch}/samba/tests/krb5/__pycache__/ms_kile_client_principal_lookup_tests.*.pyc
|
||||
%{python3_sitearch}/samba/tests/krb5/__pycache__/nt_hash_tests.*.pyc
|
||||
%{python3_sitearch}/samba/tests/krb5/__pycache__/pac_align_tests.*.pyc
|
||||
@ -3137,6 +3138,7 @@ fi
|
||||
%{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/lockout_tests.py
|
||||
%{python3_sitearch}/samba/tests/krb5/ms_kile_client_principal_lookup_tests.py
|
||||
%{python3_sitearch}/samba/tests/krb5/nt_hash_tests.py
|
||||
%{python3_sitearch}/samba/tests/krb5/pac_align_tests.py
|
||||
@ -4305,6 +4307,11 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Oct 19 2022 Pavel Filipenský <pfilipen@redhat.com> - 4.17.1-1
|
||||
- Update to version 4.17.1
|
||||
- resolves: rhbz#2127301 - Permission denied calling SMBC_getatr when file not exists
|
||||
- resolves: rhbz#2133818 - rpcclient 4.17.0 unable to resolve server hostname
|
||||
|
||||
* Wed Oct 05 2022 Andreas Schneider <asn@redhat.com> - 4.17.0-2
|
||||
- Move group creation logic to sysusers.d fragment
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (samba-4.17.0.tar.xz) = 3d2f2ea37cb1acadd1abef6a321b9bcc552daa8d734ae1e48cb9dd07ae95d7fc22ea34f026bb6dddf09fad8cb0a38cd43ccf16e5d966e21f2499d0da5d77973f
|
||||
SHA512 (samba-4.17.0.tar.asc) = f07912eb373cb93e95ed7ea08cdd456fc977c7383eab093d2e3476bde59b871b1fce2dc075e5a940861d07646e4f459384e37a9b20f9e9d11b4c3785c8dec2c7
|
||||
SHA512 (samba-4.17.1.tar.xz) = fd1dd3059c484b550cfc694b14b32bb509c4e0b0e209e15b4ddc98ceba4bee8b4d94c5a488a98f75cafaf1d36dde912d738b6f79cba8bf14037c314ad9bfe4b9
|
||||
SHA512 (samba-4.17.1.tar.asc) = 921eec6894195d68922ef86c0c9d741cee17f98e7381f4e8ee99a8fe8168f569cb094b73a4e4094070f9b3ea677cf2db670dba55191fe8b417aa85b804f1fe03
|
||||
|
Loading…
Reference in New Issue
Block a user