Sun, 22 Mar 2026 05:26:24 CST | login

Information for build nss_wrapper-1.1.13-5.ocs23.rva23

ID25873
Package Namenss_wrapper
Version1.1.13
Release5.ocs23.rva23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/nss_wrapper.git?.#140069f4e8c97eadba83ec9a006532f67de4652f
SummaryA wrapper for the user, group and hosts NSS API
DescriptionThere are projects which provide daemons needing to be able to create, modify and delete Unix users. Or just switch user ids to interact with the system e.g. a user space file server. To be able to test that you need the privilege to modify the passwd and groups file. With nss_wrapper it is possible to define your own passwd and groups file which will be used by software to act correctly while under test. If you have a client and server under test they normally use functions to resolve network names to addresses (dns) or vice versa. The nss_wrappers allow you to create a hosts file to setup name resolution for the addresses you use with socket_wrapper. To use it set the following environment variables: LD_PRELOAD=libuid_wrapper.so NSS_WRAPPER_PASSWD=/path/to/passwd NSS_WRAPPER_GROUP=/path/to/group NSS_WRAPPER_HOSTS=/path/to/host This package doesn't have a devel package cause this project is for development/testing.
Built bymaxonxie
State complete
Volume DEFAULT
StartedWed, 18 Mar 2026 19:45:54 CST
CompletedWed, 18 Mar 2026 23:03:10 CST
Taskbuild (dist-ocs23-riscv-rva23, /opencloudos-stream/nss_wrapper.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/nss_wrapper.git?.#origin/master'}}
Tags
dist-ocs23-riscv-rva23
RPMs
src
nss_wrapper-1.1.13-5.ocs23.rva23.src.rpm (info) (download)
riscv64
nss_wrapper-1.1.13-5.ocs23.rva23.riscv64.rpm (info) (download)
nss_wrapper-libs-1.1.13-5.ocs23.rva23.riscv64.rpm (info) (download)
nss_wrapper-debugsource-1.1.13-5.ocs23.rva23.riscv64.rpm (info) (download)
nss_wrapper-libs-debuginfo-1.1.13-5.ocs23.rva23.riscv64.rpm (info) (download)
Logs
riscv64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
Changelog * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.1.13-5 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.1.13-4 - Rebuilt for loongarch release * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.1.13-3 - Rebuilt for OpenCloudOS Stream 23.09 * Mon Aug 07 2023 Wang Guodong <gordonwwang@tencent.com> - 1.1.13-2 - Fix building with cmocka >= 1.1.6 * Thu Jul 13 2023 Wang Guodong <gordonwwang@tencent.com> - 1.1.13-1 - Upgrade to 1.1.13 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.1.11-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.1.11-2 - Rebuilt for OpenCloudOS Stream 23 * Tue Jan 31 2023 Xin Cheng <denisecheng@tencent.com> - 1.1.11-1 - Init package