From 59b840fbb2078f950045698af3a78023dca70ff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Wed, 7 Apr 2021 18:09:23 +0400 Subject: [PATCH] Remove unnecessary python3-twisted dependency --- swtpm.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/swtpm.spec b/swtpm.spec index 255359e..0d84f54 100644 --- a/swtpm.spec +++ b/swtpm.spec @@ -12,7 +12,7 @@ Summary: TPM Emulator Name: swtpm Version: 0.5.2 -Release: 2.%{gitdate}git%{gitshortcommit}%{?dist} +Release: 3.%{gitdate}git%{gitshortcommit}%{?dist} License: BSD Url: http://github.com/stefanberger/swtpm Source0: %{url}/archive/%{gitcommit}/%{name}-%{gitshortcommit}.tar.gz @@ -32,7 +32,6 @@ BuildRequires: python3-devel BuildRequires: python3-cryptography BuildRequires: python3-pip BuildRequires: python3-setuptools -BuildRequires: python3-twisted BuildRequires: trousers >= 0.3.9 BuildRequires: softhsm %if %{with gnutls} @@ -186,6 +185,9 @@ fi %{_datadir}/swtpm/swtpm-create-tpmca %changelog +* Wed Apr 07 2021 Marc-André Lureau - 0.5.2-3.20201226gite59c0c1 +- Remove unnecessary python3-twisted dependency + * Wed Jan 27 2021 Fedora Release Engineering - 0.5.2-2.20201226gite59c0c1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild