Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update spec file with min OpenSSL version and change log entry #262

Merged
merged 1 commit into from
Jul 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions packaging/pkcs11-provider.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ License: Apache-2.0
URL: https://github.com/latchset/pkcs11-provider
Source0: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.xz

BuildRequires: openssl-devel >= 3.0.5
BuildRequires: openssl-devel >= 3.0.7
BuildRequires: gcc
BuildRequires: autoconf-archive
BuildRequires: automake
Expand Down Expand Up @@ -55,11 +55,14 @@ make check || if [ $? -ne 0 ]; then cat tests/*.log; exit 1; fi;

%files
%license COPYING
%{_mandir}/man7/*
%{_mandir}/man7/provider-pkcs11.*
%doc README.md
%{_libdir}/ossl-modules/pkcs11.so


%changelog
* Mon Jul 10 2023 Sahana Prasad <sahana@redhat.com> - 0.2-1
+ New upstream release

* Mon Oct 24 2022 Jakub Jelen <jjelen@redhat.com> - 0.1-1
+ Initial Fedora release