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:
parent
73c8bea57b
commit
5c4f651322
@ -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.
|
||||
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).
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
d /run/sshd 0755 root root
|
18
openssh.spec
18
openssh.spec
@ -7,7 +7,7 @@
|
||||
|
||||
Name: openssh
|
||||
Version: 9.9p1
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: OpenSSH free Secure Shell (SSH) implementation
|
||||
Group: Network/Security
|
||||
Vendor: openmamba
|
||||
@ -20,7 +20,6 @@ Source2: openssh-sshdgenkeys.service
|
||||
Source3: openssh-sshd.service
|
||||
Source4: openssh-sshd@.service
|
||||
Source5: openssh-sshd.socket
|
||||
Source6: openssh-sshd.conf
|
||||
Patch0: openssh-8.4p1-ssh_config.patch
|
||||
License: BSD
|
||||
## 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.
|
||||
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
|
||||
Summary: OpenSSH free Secure Shell (SSH) implementation
|
||||
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.
|
||||
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.
|
||||
|
||||
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.
|
||||
To make this package useful, you should also install openssh-clients, openssh-server, or both.
|
||||
|
||||
%package 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.
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
%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 %{SOURCE4} %{buildroot}%{_unitdir}/sshd@.service
|
||||
install -D -m 644 %{SOURCE5} %{buildroot}%{_unitdir}/sshd.socket
|
||||
install -D -m 644 %{SOURCE6} %{buildroot}%{_tmpfilesdir}/sshd.conf
|
||||
|
||||
rm -f %{buildroot}%{_datadir}/Ssh.bin
|
||||
|
||||
@ -271,7 +259,6 @@ fi
|
||||
%{_unitdir}/sshd.service
|
||||
%{_unitdir}/sshd.socket
|
||||
%{_unitdir}/sshd@.service
|
||||
%{_tmpfilesdir}/sshd.conf
|
||||
%{_libexecdir}/openssh/sftp-server
|
||||
%{_libexecdir}/openssh/sshd-session
|
||||
%attr(0755,root,sys) %dir /var/empty
|
||||
@ -285,6 +272,9 @@ fi
|
||||
%{_libexecdir}/openssh/ssh-askpass
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user