SHA256
1
0
forked from pool/opensc
OBS User unknown
2008-08-03 22:50:05 +00:00
committed by Git OBS Bridge
parent 468ac7e132
commit aac760fc51
3 changed files with 294 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ BuildRequires: openct-devel
%endif
Url: http://www.opensc-project.org/opensc/
Version: 0.11.4
Release: 18
Release: 58
Group: Productivity/Security
Summary: OpenSC Smart Card Library
License: LGPL v2.1 or later
@@ -31,6 +31,7 @@ Requires: libopensc2 = %{version} pcsc-lite
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: %{name}-%{version}.tar.bz2
Source1: http://www.opensc.org/files/doc/init_perso_guide.html
Patch: opensc-cardos-CVE-2008-2235.patch
# Supress all ugly warnings related to required .so and .la files in the main package:
Source2: %{name}-rpmlintrc
# and also skip-check-libtool-deps (and add these dependencies to the devel package)
@@ -98,6 +99,7 @@ Authors:
%prep
%setup -q
%patch -p1
chmod -x doc/svn2cl.xsl
%build
@@ -147,6 +149,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/*.pc
%changelog
* Thu Jul 31 2008 sbrabec@suse.cz
- Fixed initialization access rights for Siemens CardOS M4, added
a security check to pkcs15-tool (bnc#413496, CVE-2008-2235)
* Thu Apr 10 2008 ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support