Skip to content

Commit

Permalink
Remove reference of dropped sshd.pam.old file
Browse files Browse the repository at this point in the history
The file was removed in openssh 8.8
  • Loading branch information
FabioPedretti authored and daztucker committed Oct 16, 2023
1 parent 62db354 commit 064e09c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions contrib/redhat/openssh.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 064e09c

Please sign in to comment.