From 4480b5911524bcc61e0eccc5b465f9fcbacc35ca Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 08:15:57 +0100 Subject: [PATCH] automatic version update by autodist [release 8.5p1-1mamba;Mon Mar 22 2021] --- openssh.spec | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/openssh.spec b/openssh.spec index e05cbc8..cacaf48 100644 --- a/openssh.spec +++ b/openssh.spec @@ -6,14 +6,14 @@ %define with_selinux 0 Name: openssh -Version: 8.4p1 -Release: 2mamba +Version: 8.5p1 +Release: 1mamba Summary: OpenSSH free Secure Shell (SSH) implementation Group: Network/Security Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.openssh.com/ +URL: https://www.openssh.com/ Source0: http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz Source1: openssh-pamdconf Source2: openssh-sshd-makecerts @@ -53,7 +53,6 @@ BuildRequires: coreutils BuildRequires: libwrap-devel BuildRequires: libopenssl >= 1.0.1c BuildRequires: glibc-devel >= 2.31 -BuildRoot: %{_tmppath}/%{name}-%{version}-root # NOTE: # see http://www.sc.isc.tohoku.ac.jp/~hgot/sources/openssh-watchdog.html @@ -84,10 +83,10 @@ To make this package useful, you should also install openssh-clients, openssh-se Summary: OpenSSH Secure Shell protocol clients Group: Network/Security Provides: openssh-client -Obsoletes: openssh-client +Obsoletes: openssh-client < 8.5p1 Requires: openssh-common = %{?epoch:%epoch:}%{version}-%{release} Provides: openssh -Obsoletes: openssh +Obsoletes: openssh < 8.5p1 %description clients SSH (Secure Shell) is a program for logging into a remote machine and for executing commands in a remote machine. @@ -130,7 +129,7 @@ A Gtk2 SSH passphrase requester. %ifarch arm %patch1 -p1 %endif -%patch2 -p1 +#%patch2 -p1 %build # note: --with-rand-helper unneeded for Linux @@ -302,6 +301,9 @@ exit 0 %{_libexecdir}/openssh/ssh-askpass %changelog +* Mon Mar 22 2021 Automatic Build System 8.5p1-1mamba +- automatic version update by autodist + * Sat Feb 06 2021 Silvan Calarco 8.4p1-2mamba - added seccomp-sandbox patch to fix crash seen on x86 (see https://bugzilla.redhat.com/show_bug.cgi?id=1897712 )