]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Remove reference of dropped sshd.pam.old file
authorFabio Pedretti <pedretti.fabio@gmail.com>
Mon, 16 Oct 2023 08:13:06 +0000 (10:13 +0200)
committerDarren Tucker <dtucker@dtucker.net>
Mon, 16 Oct 2023 09:14:04 +0000 (20:14 +1100)
The file was removed in openssh 8.8

contrib/redhat/openssh.spec

index 7a167d4456d147cbafb564acc20cf7abc66dddcd..cee0eea5500ed8a0f59f9d6c15f65cd6dbe37df5 100644 (file)
@@ -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