forked from rpms/openssh
Avoid warnings about deprecated functions
Resolves: rhbz#1952451
This commit is contained in:
parent
9b598f2165
commit
d1f2edbe8b
@ -51,7 +51,7 @@
|
||||
|
||||
# Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1
|
||||
%global openssh_ver 8.6p1
|
||||
%global openssh_rel 3
|
||||
%global openssh_rel 4
|
||||
%global pam_ssh_agent_ver 0.10.4
|
||||
%global pam_ssh_agent_rel 3
|
||||
|
||||
@ -659,6 +659,9 @@ test -f %{sysconfig_anaconda} && \
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jun 01 2021 Dmitry Belyavskiy <dbelyavs@redhat.com> - 8.6p1-4
|
||||
- rebuilt
|
||||
|
||||
* Fri May 21 2021 Dmitry Belyavskiy <dbelyavs@redhat.com> - 8.6p1-3
|
||||
- Hostbased ssh authentication fails if session ID contains a '/' (#1963058)
|
||||
|
||||
|
11
rpminspect.yaml
Normal file
11
rpminspect.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
# https://one.redhat.com/rhel-developer-guide/#_modifying_a_per_package_rpminspect_yaml_file
|
||||
# https://github.com/rpminspect/rpminspect/blob/master/data/generic.yaml
|
||||
badfuncs:
|
||||
# Optional list of glob(7) specifications to match files to ignore
|
||||
# for this inspection. The format of this list is the same as the
|
||||
# global 'ignore' list. The difference is the items specified
|
||||
# here will only be used during this inspection.
|
||||
ignore:
|
||||
- /usr/bin/ssh
|
||||
- /usr/sbin/sshd
|
||||
|
Loading…
Reference in New Issue
Block a user