Rebuilt for gating fix

Related: rhbz#2180445
This commit is contained in:
Tomas Halman 2023-05-02 12:21:24 +02:00
parent 4619515825
commit ad14c159d2

View File

@ -1,6 +1,6 @@
Name: cjose
Version: 0.6.1
Release: 13%{?dist}
Release: 14%{?dist}
Summary: C library implementing the Javascript Object Signing and Encryption (JOSE)
License: MIT
@ -65,6 +65,10 @@ make check || (cat test/test-suite.log; exit 1)
%changelog
* Tue May 2 2023 <thalman@redhat.com> - 0.6.1-14
- Rebuilt for gating
Related: rhbz#2180445
* Tue Mar 21 2023 <thalman@redhat.com> - 0.6.1-13
- Random memory override
Resolves: rhbz#2180445