diff options
author | Fabio Pedretti <pedretti.fabio@gmail.com> | 2023-10-16 10:13:06 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2023-10-16 11:14:04 +0200 |
commit | 064e09cd632721c7e6889904e07767443ee23821 (patch) | |
tree | 846acdc815f561a96d941dde6c15478b5f763d86 /contrib/redhat/openssh.spec | |
parent | upstream: Move declaration of "len" into the block where it's used. (diff) | |
download | openssh-064e09cd632721c7e6889904e07767443ee23821.tar.xz openssh-064e09cd632721c7e6889904e07767443ee23821.zip |
Remove reference of dropped sshd.pam.old file
The file was removed in openssh 8.8
Diffstat (limited to '')
-rw-r--r-- | contrib/redhat/openssh.spec | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index 7a167d445..cee0eea55 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec @@ -272,11 +272,7 @@ make install DESTDIR=$RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT/etc/pam.d/ install -d $RPM_BUILD_ROOT/etc/rc.d/init.d install -d $RPM_BUILD_ROOT%{_libexecdir}/openssh -%if %{build6x} -install -m644 contrib/redhat/sshd.pam.old $RPM_BUILD_ROOT/etc/pam.d/sshd -%else -install -m644 contrib/redhat/sshd.pam $RPM_BUILD_ROOT/etc/pam.d/sshd -%endif +install -m644 contrib/redhat/sshd.pam $RPM_BUILD_ROOT/etc/pam.d/sshd install -m755 contrib/redhat/sshd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/sshd %if ! %{no_x11_askpass} @@ -423,6 +419,9 @@ fi %endif %changelog +* Mon Oct 16 2023 Fabio Pedretti <pedretti.fabio@gmail.com> +- Remove reference of dropped sshd.pam.old file + * Thu Oct 28 2021 Damien Miller <djm@mindrot.org> - Remove remaining traces of --with-md5-passwords |