- apply post-3.0 fixes (#1033284)

This commit is contained in:
Dan Horák 2013-11-22 10:33:31 +01:00
parent 484374c081
commit 1a12858f1e
2 changed files with 2795 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
Name: opencryptoki Name: opencryptoki
Summary: Implementation of the PKCS#11 (Cryptoki) specification v2.11 Summary: Implementation of the PKCS#11 (Cryptoki) specification v2.11
Version: 3.0 Version: 3.0
Release: 5%{?dist} Release: 6%{?dist}
License: CPL License: CPL
Group: System Environment/Base Group: System Environment/Base
URL: http://sourceforge.net/projects/opencryptoki URL: http://sourceforge.net/projects/opencryptoki
@ -20,6 +20,9 @@ Patch2: %{name}-3.0-unit.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=1001729 # https://bugzilla.redhat.com/show_bug.cgi?id=1001729
# http://sourceforge.net/p/opencryptoki/opencryptoki/ci/b50eb39e3cf8ccfdb735fbddfcdae10bdb70e1c4/ # http://sourceforge.net/p/opencryptoki/opencryptoki/ci/b50eb39e3cf8ccfdb735fbddfcdae10bdb70e1c4/
Patch3: opencryptoki-3.0-opencryptoki-man.patch Patch3: opencryptoki-3.0-opencryptoki-man.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=1033284
# post-3.0 upstream fixes
Patch4: opencryptoki-3.0-bz1033284.patch
Requires(pre): shadow-utils coreutils sed Requires(pre): shadow-utils coreutils sed
BuildRequires: openssl-devel BuildRequires: openssl-devel
BuildRequires: trousers-devel BuildRequires: trousers-devel
@ -163,6 +166,7 @@ cryptographic hardware such as IBM 4764 or 4765 that uses the
%patch1 -p1 -b .pkcsconf-man %patch1 -p1 -b .pkcsconf-man
%patch2 -p1 -b .unit %patch2 -p1 -b .unit
%patch3 -p1 -b .opencryptoki-man %patch3 -p1 -b .opencryptoki-man
%patch4 -p1 -b .bz1033284
# Upstream tarball has unnecessary executable perms set on the sources # Upstream tarball has unnecessary executable perms set on the sources
find . -name '*.[ch]' -print0 | xargs -0 chmod -x find . -name '*.[ch]' -print0 | xargs -0 chmod -x
@ -293,6 +297,9 @@ exit 0
%changelog %changelog
* Fri Nov 22 2013 Dan Horák <dan[at]danny.cz> - 3.0-6
- apply post-3.0 fixes (#1033284)
* Tue Nov 19 2013 Dan Horák <dan[at]danny.cz> - 3.0-5 * Tue Nov 19 2013 Dan Horák <dan[at]danny.cz> - 3.0-5
- update opencryptoki man page (#1001729) - update opencryptoki man page (#1001729)