diff options
author | Toomas Soome <[email protected]> | 2020-09-16 01:42:27 +0300 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2020-09-15 18:36:12 -0700 |
commit | 84d9492e527be42f81af743afd0231bc38fff954 (patch) | |
tree | e2992dc44edc22b731c36e7cf7b2efde698a0ad2 /rpm | |
parent | c8bbb0c93d3d91fe73c8635c655ddae031ecd474 (diff) |
zfs label bootenv should store data as nvlist
nvlist does allow us to support different data types and systems.
To encapsulate user data to/from nvlist, the libzfsbootenv library is
provided.
Reviewed-by: Arvind Sankar <[email protected]>
Reviewed-by: Allan Jude <[email protected]>
Reviewed-by: Paul Dagnelie <[email protected]>
Reviewed-by: Igor Kozhukhov <[email protected]>
Signed-off-by: Toomas Soome <[email protected]>
Closes #10774
Diffstat (limited to 'rpm')
-rw-r--r-- | rpm/generic/zfs.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in index e715c8569..c410620a8 100644 --- a/rpm/generic/zfs.spec.in +++ b/rpm/generic/zfs.spec.in @@ -491,6 +491,7 @@ systemctl --system daemon-reload >/dev/null || true %files -n libzfs2-devel %{_pkgconfigdir}/libzfs.pc +%{_pkgconfigdir}/libzfsbootenv.pc %{_pkgconfigdir}/libzfs_core.pc %{_libdir}/*.so %{_includedir}/* |