From b02d150c674e4d21b02804c03fd15ac42a53d504 Mon Sep 17 00:00:00 2001 From: Packit Bot Date: May 04 2021 22:19:44 +0000 Subject: Add spec-file for the distribution --- diff --git a/SPECS/freerdp.spec b/SPECS/freerdp.spec index 5337446..7bafdb8 100644 --- a/SPECS/freerdp.spec +++ b/SPECS/freerdp.spec @@ -22,7 +22,7 @@ Name: freerdp Version: 2.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 2 Summary: Free implementation of the Remote Desktop Protocol (RDP) License: ASL 2.0 @@ -30,6 +30,9 @@ URL: http://www.freerdp.com/ Source0: https://github.com/FreeRDP/FreeRDP/archive/%{version}/FreeRDP-%{version}.tar.gz +# https://bugzilla.redhat.com/show_bug.cgi?id=1910029 +Patch0: 6741.patch + BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: alsa-lib-devel @@ -300,6 +303,9 @@ find %{buildroot} -name "*.a" -delete %{_libdir}/pkgconfig/winpr-tools2.pc %changelog +* Wed Apr 28 2021 Ondrej Holy - 2:2.2.0-2 +- Fix exit codes for /help and similar options (rhbz#1910029) + * Fri Nov 20 2020 Ondrej Holy - 2:2.2.0-1 - Update to 2.2.0 (rhbz#1881971)