Go away rpm nobody likes you
Signed-off-by: Rich Ercolani <rincebrain@gmail.com>
This commit is contained in:
parent
762cd62744
commit
fc201c0c52
|
@ -186,6 +186,7 @@ USER_H = \
|
|||
libuutil.h \
|
||||
libuutil_common.h \
|
||||
libuutil_impl.h \
|
||||
libzdb.h \
|
||||
libzfs.h \
|
||||
libzfs_core.h \
|
||||
libzfsbootenv.h \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue