From 5b8d9c1e63aefdc53c8de66de2a5c3bec8d44aa2 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Fri, 12 May 2023 14:24:07 -0400 Subject: [PATCH] - rebuilt with socket activation support --- stunnel.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/stunnel.spec b/stunnel.spec index c553357..3f98854 100644 --- a/stunnel.spec +++ b/stunnel.spec @@ -10,7 +10,7 @@ Summary: A TLS-encrypting socket wrapper Name: stunnel Version: 5.69 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 URL: https://www.stunnel.org/ Source0: https://www.stunnel.org/downloads/stunnel-%{version}.tar.gz @@ -56,7 +56,7 @@ BuildRequires: /usr/bin/pod2html # build test requirements BuildRequires: /usr/bin/nc, /usr/bin/lsof, /usr/bin/ps BuildRequires: python3 openssl -BuildRequires: systemd +BuildRequires: systemd systemd-devel %{?systemd_requires} %description @@ -146,6 +146,9 @@ fi %systemd_postun_with_restart %{name}.service %changelog +* Fri May 12 2023 Paul Wouters - 5.69-1 - New upstream release 5.69 Resolves: rhbz#2139207