diff --git a/.gitignore b/.gitignore index 745bc54..505ebb9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/opencryptoki-3.6.2.tar.gz +SOURCES/v3.7.0.tar.gz diff --git a/.opencryptoki.metadata b/.opencryptoki.metadata index de71344..9bdf187 100644 --- a/.opencryptoki.metadata +++ b/.opencryptoki.metadata @@ -1 +1 @@ -3ab535b2fc10957eb489cb086d37a6b124a9d9b1 SOURCES/opencryptoki-3.6.2.tar.gz +9bc7d5796566c18583d6d4abb2e962d22bc8480e SOURCES/v3.7.0.tar.gz diff --git a/SPECS/opencryptoki.spec b/SPECS/opencryptoki.spec index b84e1b4..49a7ac1 100644 --- a/SPECS/opencryptoki.spec +++ b/SPECS/opencryptoki.spec @@ -2,12 +2,12 @@ Name: opencryptoki Summary: Implementation of the PKCS#11 (Cryptoki) specification v2.11 -Version: 3.6.2 +Version: 3.7.0 Release: 1%{?dist} License: CPL Group: System Environment/Base -URL: http://sourceforge.net/projects/opencryptoki -Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz +URL: https://github.com/opencryptoki/opencryptoki +Source0: https://github.com/opencryptoki/%{name}/archive/v%{version}.tar.gz Source1: %{name}-tmpfiles.conf # do not install pkcsep11_migrate.1 and pkcscca.1 when it's not enabled # https://bugzilla.redhat.com/show_bug.cgi?id=732756 @@ -22,6 +22,7 @@ BuildRequires: openldap-devel BuildRequires: autoconf automake libtool BuildRequires: bison flex BuildRequires: systemd +BuildRequires: libitm-devel %ifarch s390 s390x BuildRequires: libica-devel >= 2.5 %endif @@ -345,6 +346,10 @@ exit 0 %changelog +* Tue Oct 03 2017 Sinny Kumari - 3.7.0-1 +- RHBZ#1456520 - Rebase opencryptoki to 3.7.0 +- Include libitm-devel as BuildRequires + * Mon Feb 20 2017 Sinny Kumari - 3.6.2-1 - Rebase opencryptoki to 3.6.2 - Remove patches from spec file applied during 3.5 release