You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: dist/rpm/libxjwt.spec
+9-7
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
Name: libxjwt
2
-
Version: 1.0.1
2
+
Version: 1.0.2
3
3
Release: 1%{?dist}
4
4
5
5
Summary: Minimal C library for validation of real-world JWTs
@@ -14,11 +14,13 @@ BuildRequires: scons
14
14
BuildRequires: openssl-devel
15
15
BuildRequires: jansson-devel
16
16
17
+
Prefix: %{_prefix}
18
+
17
19
%description
18
20
libxjwt seeks to provide a minimal c89-style library and API surface for validating a compact-form JWT against a set of JWKs. This is not meant to be a general purpose JOSE library. If you are looking for a more general purpose C library, consider cjose.
0 commit comments