From 2fa2cabf2ed1c06fe46475862feb19dee21ab58d Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Fri, 29 Jan 2021 07:34:18 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/esc.git#5e674a7f6da12c2d3b27744fd1d29a8726284ccc --- esc.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/esc.spec b/esc.spec index 0f17cc7..0de8472 100644 --- a/esc.spec +++ b/esc.spec @@ -1,6 +1,6 @@ Name: esc Version: 1.1.2 -Release: 7%{?dist} +Release: 9%{?dist} Summary: Enterprise Security Client Smart Card Client License: GPL+ URL: http://directory.fedora.redhat.com/wiki/CoolKey @@ -14,7 +14,9 @@ BuildRequires: nspr-devel nss-devel nss-static BuildRequires: pcsc-lite-devel BuildRequires: desktop-file-utils +%if ! 0%{?rhel} >= 9 BuildRequires: pkgconfig(gconf-2.0) +%endif BuildRequires: dbus-glib-devel BuildRequires: glib2-devel BuildRequires: opensc @@ -136,6 +138,12 @@ cp %{escname}/esc/LICENSE $RPM_BUILD_ROOT/%{docdir} %{_datadir}/%{appdir}/esc.desktop %changelog +* Tue Jan 26 2021 Tomas Popela - 1.1.2-9 +- Don't enable GConf2 on RHEL 9 as it won't be available there. + +* Tue Jan 26 2021 Fedora Release Engineering - 1.1.2-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Jul 28 2020 Jeff Law - 1.1.2-7 - Force C++14 as this code is not C++17 ready - Fix sprintf format issue