|
|
|
@ -1,16 +1,17 @@
|
|
|
|
|
Name: pcsc-lite
|
|
|
|
|
Version: 1.9.4
|
|
|
|
|
Version: 1.9.5
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: PC/SC Lite smart card framework and applications
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
|
License: BSD
|
|
|
|
|
URL: https://pcsclite.apdu.fr/
|
|
|
|
|
Source0: https://pcsclite.apdu.fr/files/%{name}-%{version}.tar.bz2
|
|
|
|
|
Source1: https://pcsclite.apdu.fr/files/%{name}-%{version}.tar.bz2.asc
|
|
|
|
|
Source2: gpgkey-F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E.gpg
|
|
|
|
|
Patch1: pcsc-lite-1.9.1-maxreaders.patch
|
|
|
|
|
Patch1: pcsc-lite-1.8.23-maxreaders.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: doxygen
|
|
|
|
|
BuildRequires: graphviz
|
|
|
|
|
BuildRequires: systemd-devel
|
|
|
|
@ -22,8 +23,6 @@ BuildRequires: gettext-devel
|
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: /usr/bin/pathfix.py
|
|
|
|
|
|
|
|
|
|
Requires(post): systemd
|
|
|
|
|
Requires(preun): systemd
|
|
|
|
@ -31,9 +30,8 @@ Requires(postun): systemd
|
|
|
|
|
Requires: pcsc-ifd-handler
|
|
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
|
|
|
Requires: polkit
|
|
|
|
|
Requires: python3
|
|
|
|
|
Recommends: pcsc-lite-ccid
|
|
|
|
|
# This is bundled in upstream withou simple way to remove
|
|
|
|
|
# This is bundled in upstream without simple way to remove
|
|
|
|
|
Provides: bundled(simclist) = 1.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -48,12 +46,14 @@ line tools.
|
|
|
|
|
|
|
|
|
|
%package libs
|
|
|
|
|
Summary: PC/SC Lite libraries
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
|
|
|
|
%description libs
|
|
|
|
|
PC/SC Lite libraries.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: PC/SC Lite development files
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
@ -61,6 +61,7 @@ PC/SC Lite development files.
|
|
|
|
|
|
|
|
|
|
%package doc
|
|
|
|
|
Summary: PC/SC Lite developer documentation
|
|
|
|
|
Group: Documentation
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
|
|
|
|
|
|
|
@ -89,8 +90,6 @@ done
|
|
|
|
|
--enable-usbdropdir=%{_libdir}/pcsc/drivers
|
|
|
|
|
%make_build
|
|
|
|
|
doxygen doc/doxygen.conf ; rm -f doc/api/*.{map,md5}
|
|
|
|
|
pathfix.py -pni "%{__python3} %{py3_shbang_opts}" src/spy/pcsc-spy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
@ -102,7 +101,6 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/pcscd
|
|
|
|
|
|
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
%systemd_post pcscd.socket pcscd.service
|
|
|
|
|
# If install, test if pcscd socket is enabled.
|
|
|
|
@ -121,7 +119,9 @@ fi
|
|
|
|
|
%postun
|
|
|
|
|
%systemd_postun_with_restart pcscd.socket pcscd.service
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets libs
|
|
|
|
|
%post libs -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun libs -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
@ -155,57 +155,27 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Nov 18 2021 Jakub Jelen <jjelen@redhat.com> - 1.9.4-1
|
|
|
|
|
- Rebase to current version from Fedora (#2017828)
|
|
|
|
|
- Use of upstrea polkit policy preventing unneeded prompts
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.9.1-4
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Fri Jun 25 2021 Jakub Jelen <jjelen@redhat.com> - 1.9.1-3
|
|
|
|
|
- Increase the maximum readers count (#1975422)
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.9.1-2
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Thu Feb 25 2021 Jakub Jelen <jjelen@redhat.com> - 1.9.1-1
|
|
|
|
|
- New upstream release (#1932519)
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 15 2020 Jakub Jelen <jjelen@redhat.com> - 1.9.0-1
|
|
|
|
|
- New upstream release (#1846925)
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.26-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 20 2020 Jakub Jelen <jjelen@redhat.com> - 1.8.26-1
|
|
|
|
|
- New upstream release
|
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.9.5-1
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.25-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
* Fri Jan 07 2022 Jakub Jelen <jjelen@redhat.com> - 1.9.5-1
|
|
|
|
|
- Rebase to 1.9.5 version to address race conditions (#2014641)
|
|
|
|
|
- Drop dowstream polkit policy to avoid repeated authentication requests in remote sessions (#1928154)
|
|
|
|
|
|
|
|
|
|
* Fri Apr 05 2019 Jakub Jelen <jjelen@redhat.com> - 1.8.25-1
|
|
|
|
|
- New upstream release (#1692559)
|
|
|
|
|
- Fix memory leak in SCardEstablishContextTH() (#1684674)
|
|
|
|
|
- Enable socket activation after installation (#1545027)
|
|
|
|
|
* Thu Jun 17 2021 Bob Relyea <rrelyea@redhat.com> - 1.8.23-4.1
|
|
|
|
|
- rebuild to retrigger gating
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.24-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
* Thu Jun 17 2021 Bob Relyea <rrelyea@redhat.com> - 1.8.23-4
|
|
|
|
|
- Update max readers to 48
|
|
|
|
|
|
|
|
|
|
* Tue Nov 20 2018 Jakub Jelen <jjelen@redhat.com> - 1.8.24-1
|
|
|
|
|
- New upstream release (#1651353)
|
|
|
|
|
* Fri May 10 2019 Bob Relyea <rrelyea@redhat.com> - 1.8.23-3.1
|
|
|
|
|
- test gating.
|
|
|
|
|
|
|
|
|
|
* Mon Jul 23 2018 Jakub Jelen <jjelen@redhat.com> - 1.8.23-4
|
|
|
|
|
- Add missing dependencies (#1605389)
|
|
|
|
|
* Fri Aug 24 2018 Bob Relyea <rrelyea@redhat.com> - 1.8.23-3
|
|
|
|
|
- Update max readers to 32
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.23-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
* Fri Jun 22 2018 Troy Dawson <tdawson@redhat.com> - 1.8.23-2.1
|
|
|
|
|
- Fix python shebangs (#1580842)
|
|
|
|
|
|
|
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.23-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|