remove tmpfiles.d file duplicating /run/sshd already created by a systemd core file [release 9.9p1-2mamba;Sat Nov 16 2024]

This commit is contained in:
Silvan Calarco 2024-11-16 17:18:50 +01:00
parent 73c8bea57b
commit 5c4f651322
3 changed files with 4 additions and 17 deletions

View File

@ -4,5 +4,3 @@ SSH (Secure Shell) is a program for logging into a remote machine and for execut
It is intended to replace rlogin and rsh, and provide secure encrypted communications between two untrusted hosts over an insecure network. It is intended to replace rlogin and rsh, and provide secure encrypted communications between two untrusted hosts over an insecure network.
X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel.
OpenSSH is OpenBSD's rework of the last free version of SSH, bringing it up to date in terms of security and features, as well as removing all patented algorithms to separate libraries (OpenSSL).

View File

@ -1 +0,0 @@
d /run/sshd 0755 root root

View File

@ -7,7 +7,7 @@
Name: openssh Name: openssh
Version: 9.9p1 Version: 9.9p1
Release: 1mamba Release: 2mamba
Summary: OpenSSH free Secure Shell (SSH) implementation Summary: OpenSSH free Secure Shell (SSH) implementation
Group: Network/Security Group: Network/Security
Vendor: openmamba Vendor: openmamba
@ -20,7 +20,6 @@ Source2: openssh-sshdgenkeys.service
Source3: openssh-sshd.service Source3: openssh-sshd.service
Source4: openssh-sshd@.service Source4: openssh-sshd@.service
Source5: openssh-sshd.socket Source5: openssh-sshd.socket
Source6: openssh-sshd.conf
Patch0: openssh-8.4p1-ssh_config.patch Patch0: openssh-8.4p1-ssh_config.patch
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
@ -62,8 +61,6 @@ SSH (Secure Shell) is a program for logging into a remote machine and for execut
It is intended to replace rlogin and rsh, and provide secure encrypted communications between two untrusted hosts over an insecure network. It is intended to replace rlogin and rsh, and provide secure encrypted communications between two untrusted hosts over an insecure network.
X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel.
OpenSSH is OpenBSD's rework of the last free version of SSH, bringing it up to date in terms of security and features, as well as removing all patented algorithms to separate libraries (OpenSSL).
%package common %package common
Summary: OpenSSH free Secure Shell (SSH) implementation Summary: OpenSSH free Secure Shell (SSH) implementation
Group: Network/Security Group: Network/Security
@ -73,11 +70,7 @@ Requires: libopenssl >= 1.0.1
SSH (Secure Shell) is a program for logging into a remote machine and for executing commands in a remote machine. SSH (Secure Shell) is a program for logging into a remote machine and for executing commands in a remote machine.
It is intended to replace rlogin and rsh, and provide secure encrypted communications between two untrusted hosts over an insecure network. It is intended to replace rlogin and rsh, and provide secure encrypted communications between two untrusted hosts over an insecure network.
X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel.
OpenSSH is OpenBSD's rework of the last free version of SSH, bringing it up to date in terms of security and features, as well as removing all patented algorithms to separate libraries (OpenSSL).
This package includes the core files necessary for both the OpenSSH client and server. This package includes the core files necessary for both the OpenSSH client and server.
To make this package useful, you should also install openssh-clients, openssh-server, or both.
%package clients %package clients
Summary: OpenSSH Secure Shell protocol clients Summary: OpenSSH Secure Shell protocol clients
@ -106,10 +99,6 @@ Requires(post): openssh-common = %{?epoch:%epoch:}%{version}-%{release}
SSH (Secure Shell) is a program for logging into a remote machine and for executing commands in a remote machine. SSH (Secure Shell) is a program for logging into a remote machine and for executing commands in a remote machine.
It is intended to replace rlogin and rsh, and provide secure encrypted communications between two untrusted hosts over an insecure network. It is intended to replace rlogin and rsh, and provide secure encrypted communications between two untrusted hosts over an insecure network.
X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel.
OpenSSH is OpenBSD's rework of the last free version of SSH, bringing it up to date in terms of security and features, as well as removing all patented algorithms to separate libraries (OpenSSL).
This package contains the secure shell daemon.
The sshd is the server part of the secure shell protocol and allows ssh clients to connect to your host. The sshd is the server part of the secure shell protocol and allows ssh clients to connect to your host.
%package askpass %package askpass
@ -172,7 +161,6 @@ install -D -m 755 %{SOURCE2} %{buildroot}%{_unitdir}/sshdgenkeys.service
install -D -m 644 %{SOURCE3} %{buildroot}%{_unitdir}/sshd.service install -D -m 644 %{SOURCE3} %{buildroot}%{_unitdir}/sshd.service
install -D -m 644 %{SOURCE4} %{buildroot}%{_unitdir}/sshd@.service install -D -m 644 %{SOURCE4} %{buildroot}%{_unitdir}/sshd@.service
install -D -m 644 %{SOURCE5} %{buildroot}%{_unitdir}/sshd.socket install -D -m 644 %{SOURCE5} %{buildroot}%{_unitdir}/sshd.socket
install -D -m 644 %{SOURCE6} %{buildroot}%{_tmpfilesdir}/sshd.conf
rm -f %{buildroot}%{_datadir}/Ssh.bin rm -f %{buildroot}%{_datadir}/Ssh.bin
@ -271,7 +259,6 @@ fi
%{_unitdir}/sshd.service %{_unitdir}/sshd.service
%{_unitdir}/sshd.socket %{_unitdir}/sshd.socket
%{_unitdir}/sshd@.service %{_unitdir}/sshd@.service
%{_tmpfilesdir}/sshd.conf
%{_libexecdir}/openssh/sftp-server %{_libexecdir}/openssh/sftp-server
%{_libexecdir}/openssh/sshd-session %{_libexecdir}/openssh/sshd-session
%attr(0755,root,sys) %dir /var/empty %attr(0755,root,sys) %dir /var/empty
@ -285,6 +272,9 @@ fi
%{_libexecdir}/openssh/ssh-askpass %{_libexecdir}/openssh/ssh-askpass
%changelog %changelog
* Sat Nov 16 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 9.9p1-2mamba
- remove tmpfiles.d file duplicating /run/sshd already created by a systemd core file
* Sun Sep 22 2024 Automatic Build System <autodist@openmamba.org> 9.9p1-1mamba * Sun Sep 22 2024 Automatic Build System <autodist@openmamba.org> 9.9p1-1mamba
- automatic version update by autodist - automatic version update by autodist