Mon, 30 Jun 2025 10:19:49 CST | login

Information for build nss_wrapper-1.1.13-5.oc9

ID33983
Package Namenss_wrapper
Version1.1.13
Release5.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/nss_wrapper.git?.#02982b8a221e11e578755a0be4806774ab3066b6
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 bybbrucezhang
State complete
Volume DEFAULT
StartedWed, 23 Apr 2025 04:13:02 CST
CompletedWed, 23 Apr 2025 04:38:49 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/nss_wrapper.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/nss_wrapper.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
RPMs
src
nss_wrapper-1.1.13-5.oc9.src.rpm (info) (download)
aarch64
nss_wrapper-1.1.13-5.oc9.aarch64.rpm (info) (download)
nss_wrapper-libs-1.1.13-5.oc9.aarch64.rpm (info) (download)
nss_wrapper-debugsource-1.1.13-5.oc9.aarch64.rpm (info) (download)
nss_wrapper-libs-debuginfo-1.1.13-5.oc9.aarch64.rpm (info) (download)
loongarch64
nss_wrapper-1.1.13-5.oc9.loongarch64.rpm (info) (download)
nss_wrapper-libs-1.1.13-5.oc9.loongarch64.rpm (info) (download)
nss_wrapper-debugsource-1.1.13-5.oc9.loongarch64.rpm (info) (download)
nss_wrapper-libs-debuginfo-1.1.13-5.oc9.loongarch64.rpm (info) (download)
x86_64
nss_wrapper-1.1.13-5.oc9.x86_64.rpm (info) (download)
nss_wrapper-libs-1.1.13-5.oc9.x86_64.rpm (info) (download)
nss_wrapper-debugsource-1.1.13-5.oc9.x86_64.rpm (info) (download)
nss_wrapper-libs-debuginfo-1.1.13-5.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
loongarch64
hw_info.log
state.log
build.log
root.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