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