Go away rpm nobody likes you

Signed-off-by: Rich Ercolani <rincebrain@gmail.com>
This commit is contained in:
Rich Ercolani 2024-01-27 12:50:13 -05:00
parent 762cd62744
commit fc201c0c52
3 changed files with 17 additions and 1 deletions

View File

@ -186,6 +186,7 @@ USER_H = \
libuutil.h \
libuutil_common.h \
libuutil_impl.h \
libzdb.h \
libzfs.h \
libzfs_core.h \
libzfsbootenv.h \

View File

@ -2,5 +2,5 @@ libzdb_la_CFLAGS = $(AM_CFLAGS) $(KERNEL_CFLAGS) $(LIBRARY_CFLAGS)
noinst_LTLIBRARIES += libzdb.la
nodist_libzdb_la_SOURCES = \
libzdb_la_SOURCES = \
%D%/libzdb.c

View File

@ -167,6 +167,21 @@ for managing zpools
%postun -n libzpool5 -p /sbin/ldconfig
%endif
%package -n libzdb1
Summary: ZDB library
Group: System Environment/Kernel
%description -n libzdb1
This package contains the zdb library, which is an unstable
library exposing the innards of zdb.
%if %{defined ldconfig_scriptlets}
%ldconfig_scriptlets -n libzdb1
%else
%post -n libzdb1 -p /sbin/ldconfig
%postun -n libzdb1 -p /sbin/ldconfig
%endif
%package -n libnvpair3
Summary: Solaris name-value library for Linux
Group: System Environment/Kernel