aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2017-04-04 08:51:00 +0100
committerDavid Howells <dhowells@redhat.com>2017-04-04 08:51:00 +0100
commit95699c4e544635b6c09f12fcfed58dacb14077a0 (patch)
tree1ab07df80bbcb83ac92a4ac86aa91f21f53bf4eb
parentbb7a63b141776ffb6e148fb644ab4d22e11bb745 (diff)
downloadkeyutils-95699c4e544635b6c09f12fcfed58dacb14077a0.tar.gz
lib: Begin the 1.7 library API
New symbols go into the libkeyutils.so.1.7 API. Signed-off-by: David Howells <dhowells@redhat.com>
-rw-r--r--keyutils.spec2
-rw-r--r--version.lds4
2 files changed, 5 insertions, 1 deletions
diff --git a/keyutils.spec b/keyutils.spec
index 04de0fb..fde3373 100644
--- a/keyutils.spec
+++ b/keyutils.spec
@@ -2,7 +2,7 @@
%define verminor 5.10
%define version %{vermajor}.%{verminor}
%define libapivermajor 1
-%define libapiversion %{libapivermajor}.6
+%define libapiversion %{libapivermajor}.7
# % define buildid .local
diff --git a/version.lds b/version.lds
index 2bfed13..f97f521 100644
--- a/version.lds
+++ b/version.lds
@@ -68,3 +68,7 @@ KEYUTILS_1.6 {
keyctl_dh_compute_alloc;
} KEYUTILS_1.5;
+
+KEYUTILS_1.7 {
+
+} KEYUTILS_1.6;