From ba85d0ef16be2b66de85681dff92862ac64fc382 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Sun, 14 Jul 2024 11:20:37 +0300 Subject: [PATCH] Add vitastor_kv.h to RPM specs --- rpm/vitastor-el7.spec | 1 + rpm/vitastor-el8.spec | 1 + rpm/vitastor-el9.spec | 1 + 3 files changed, 3 insertions(+) diff --git a/rpm/vitastor-el7.spec b/rpm/vitastor-el7.spec index 0780f4db..a8415422 100644 --- a/rpm/vitastor-el7.spec +++ b/rpm/vitastor-el7.spec @@ -161,6 +161,7 @@ mkdir -p /etc/vitastor %files -n vitastor-client-devel %_includedir/vitastor_c.h +%_includedir/vitastor_kv.h %_libdir/pkgconfig diff --git a/rpm/vitastor-el8.spec b/rpm/vitastor-el8.spec index abada6e0..dc18ce1d 100644 --- a/rpm/vitastor-el8.spec +++ b/rpm/vitastor-el8.spec @@ -158,6 +158,7 @@ mkdir -p /etc/vitastor %files -n vitastor-client-devel %_includedir/vitastor_c.h +%_includedir/vitastor_kv.h %_libdir/pkgconfig diff --git a/rpm/vitastor-el9.spec b/rpm/vitastor-el9.spec index 75920e42..2a8eab1d 100644 --- a/rpm/vitastor-el9.spec +++ b/rpm/vitastor-el9.spec @@ -151,6 +151,7 @@ mkdir -p /etc/vitastor %files -n vitastor-client-devel %_includedir/vitastor_c.h +%_includedir/vitastor_kv.h %_libdir/pkgconfig