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
This commit is contained in:
DistroBaker 2021-01-29 07:34:18 +00:00
parent 74089e5029
commit 2fa2cabf2e

View File

@ -1,6 +1,6 @@
Name: esc Name: esc
Version: 1.1.2 Version: 1.1.2
Release: 7%{?dist} Release: 9%{?dist}
Summary: Enterprise Security Client Smart Card Client Summary: Enterprise Security Client Smart Card Client
License: GPL+ License: GPL+
URL: http://directory.fedora.redhat.com/wiki/CoolKey URL: http://directory.fedora.redhat.com/wiki/CoolKey
@ -14,7 +14,9 @@ BuildRequires: nspr-devel nss-devel nss-static
BuildRequires: pcsc-lite-devel BuildRequires: pcsc-lite-devel
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
%if ! 0%{?rhel} >= 9
BuildRequires: pkgconfig(gconf-2.0) BuildRequires: pkgconfig(gconf-2.0)
%endif
BuildRequires: dbus-glib-devel BuildRequires: dbus-glib-devel
BuildRequires: glib2-devel BuildRequires: glib2-devel
BuildRequires: opensc BuildRequires: opensc
@ -136,6 +138,12 @@ cp %{escname}/esc/LICENSE $RPM_BUILD_ROOT/%{docdir}
%{_datadir}/%{appdir}/esc.desktop %{_datadir}/%{appdir}/esc.desktop
%changelog %changelog
* Tue Jan 26 2021 Tomas Popela <tpopela@redhat.com> - 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 <releng@fedoraproject.org> - 1.1.2-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jul 28 2020 Jeff Law <law@redhat.com> - 1.1.2-7 * Tue Jul 28 2020 Jeff Law <law@redhat.com> - 1.1.2-7
- Force C++14 as this code is not C++17 ready - Force C++14 as this code is not C++17 ready
- Fix sprintf format issue - Fix sprintf format issue