This is a review *template*. Besides handling the [ ]-marked tests you are also supposed to fix the template before pasting into bugzilla: - Add issues you find to the list of issues on top. If there isn't such a list, create one. - Add your own remarks to the template checks. - Add new lines marked [!] or [?] when you discover new things not listed by fedora-review. - Change or remove any text in the template which is plain wrong. In this case you could also file a bug against fedora-review - Remove the "[ ] Manual check required", you will not have any such lines in what you paste. - Remove attachments which you deem not really useful (the rpmlint ones are mandatory, though) - Remove this text Package Review ============== Legend: [x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated [ ] = Manual review needed Issues: ======= - If your application is a C or C++ application you must list a BuildRequires against gcc, gcc-c++ or clang. Note: No gcc, gcc-c++ or clang found in BuildRequires See: https://docs.fedoraproject.org/en-US/packaging-guidelines/C_and_C++/ - systemd_post is invoked in %post, systemd_preun in %preun, and systemd_postun in %postun for Systemd service files. Note: Systemd service file(s) in openbao, openbao-vault-compat See: https://docs.fedoraproject.org/en-US/packaging- guidelines/Scriptlets/#_scriptlets ===== MUST items ===== C/C++: [ ]: Package does not contain kernel modules. [x]: Package does not contain any libtool archives (.la) [x]: Package contains no static executables. [x]: Rpath absent or only used for internal libs. Generic: [ ]: Package successfully compiles and builds into binary rpms on at least one supported primary architecture. Note: Using prebuilt packages [ ]: Package is licensed with an open-source compatible license and meets other legal requirements as defined in the legal section of Packaging Guidelines. [ ]: License field in the package spec file matches the actual license. Note: Checking patched sources after %prep for licenses. Licenses found: "Unknown or generated", "Mozilla Public License 2.0", "*No copyright* Apache License 2.0", "*No copyright* Mozilla Public License 2.0", "*No copyright* ISC License and/or MIT License", "BSD 3-Clause License", "BSD 2-Clause License", "Mozilla Public License 2.0 [generated file]", "Creative Commons Attribution-ShareAlike 2.5 and/or Mozilla Public License 2.0", "Apache License 2.0", "MIT License", "MIT License and/or Mozilla Public License 2.0", "ISC License and/or MIT License", "*No copyright* Apache License", "BSD 1-Clause License", "*No copyright* MIT License", "Apache License 2.0 and/or MIT License", "BSD 3-Clause License and/or MIT License", "*No copyright* GNU Lesser General Public License", "BSD 2-clause FreeBSD License", "ISC License", "Apache License 2.0 and/or BSD 3-Clause License", "Apache License 2.0 and/or Creative Commons Attribution 4.0", "*No copyright* Creative Commons CC0 1.0", "Creative Commons Attribution 4.0", "Apache License 2.0 and/or Universal Permissive License v1.0", "OpenSSL License", "Apache License 2.0 [generated file]", "Universal Permissive License v1.0", "*No copyright* BSD 3-Clause License", "*No copyright* Creative Commons Attribution 3.0". 7716 files have unknown license. Detailed output of licensecheck in /var/lib/copr- rpmbuild/results/openbao/licensecheck.txt [ ]: License file installed when any subpackage combination is installed. [ ]: If the package is under multiple licenses, the licensing breakdown must be documented in the spec. [ ]: %build honors applicable compiler flags or justifies otherwise. [ ]: Package contains no bundled libraries without FPC exception. [ ]: Changelog in prescribed format. [ ]: Sources contain only permissible code or content. [ ]: Package contains desktop file if it is a GUI application. [ ]: Development files must be in a -devel package [ ]: Package uses nothing in %doc for runtime. [ ]: Package consistently uses macros (instead of hard-coded directory names). [ ]: Package is named according to the Package Naming Guidelines. [ ]: Package does not generate any conflict. [ ]: Package obeys FHS, except libexecdir and /usr/target. [ ]: If the package is a rename of another package, proper Obsoletes and Provides are present. [ ]: Requires correct, justified where necessary. [ ]: Spec file is legible and written in American English. [ ]: Package contains systemd file(s) if in need. [ ]: Useful -debuginfo package or justification otherwise. [ ]: Package is not known to require an ExcludeArch tag. [ ]: Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files. Note: Documentation size is 63510 bytes in 2 files. [ ]: Package complies to the Packaging Guidelines [x]: Package installs properly. [x]: Rpmlint is run on all rpms the build produces. Note: There are rpmlint messages (see attachment). [x]: If (and only if) the source package includes the text of the license(s) in its own file, then that file, containing the text of the license(s) for the package is included in %license. [x]: The License field must be a valid SPDX expression. [x]: Package requires other packages for directories it uses. [x]: Package must own all directories that it creates. [x]: Package does not own files or directories owned by other packages. [x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT [x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the beginning of %install. [x]: %config files are marked noreplace or the reason is justified. [x]: Macros in Summary, %description expandable at SRPM build time. [x]: Dist tag is present. [x]: Package does not contain duplicates in %files. [x]: Permissions on files are set properly. [x]: Package must not depend on deprecated() packages. [x]: Package use %makeinstall only when make install DESTDIR=... doesn't work. [x]: Package is named using only allowed ASCII characters. [x]: No %config files under /usr. [x]: Package does not use a name that already exists. [x]: Package is not relocatable. [x]: Sources used to build the package match the upstream source, as provided in the spec URL. [x]: Spec file name must match the spec package %{name}, in the format %{name}.spec. [x]: File names are valid UTF-8. [x]: Packages must not store files under /srv, /opt or /usr/local ===== SHOULD items ===== Generic: [!]: Reviewer should test that the package builds in mock. [ ]: If the source package does not include license text(s) as a separate file from upstream, the packager SHOULD query upstream to include it. [ ]: Final provides and requires are sane (see attachments). [ ]: Fully versioned dependency in subpackages if applicable. Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in openbao- vault-compat [ ]: Package functions as described. [ ]: Latest version is packaged. [ ]: Package does not include license text files separate from upstream. [ ]: Patches link to upstream bugs/comments/lists or are otherwise justified. [ ]: Sources are verified with gpgverify first in %prep if upstream publishes signatures. Note: gpgverify is not used. [ ]: Package should compile and build into binary rpms on all supported architectures. [ ]: %check is present and all tests pass. [ ]: Packages should try to preserve timestamps of original installed files. [ ]: Spec use %global instead of %define unless justified. Note: %define requiring justification: %define gobuild go build -compiler gc -buildmode pie -ldflags "${GO_LDFLAGS}" -tags "${GO_BUILDTAGS}" [x]: Buildroot is not present [x]: Package has no %clean section with rm -rf %{buildroot} (or $RPM_BUILD_ROOT) [x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin. [x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file [x]: Sources can be downloaded from URI in Source: tag [x]: SourceX is a working URL. ===== EXTRA items ===== Generic: [ ]: Large data in /usr/share should live in a noarch subpackage if package is arched. Note: Arch-ed rpms have a total of 3532800 bytes in /usr/share [x]: Rpmlint is run on debuginfo package(s). Note: No rpmlint messages. [x]: Rpmlint is run on all installed packages. Note: No rpmlint messages. Rpmlint ------- Checking: openbao-2.3.2-1.fc41.x86_64.rpm openbao-vault-compat-2.3.2-1.fc41.x86_64.rpm openbao-2.3.2-1.fc41.src.rpm ============================ rpmlint session starts ============================ rpmlint: 2.7.0 configuration: /usr/lib/python3.13/site-packages/rpmlint/configdefaults.toml /etc/xdg/rpmlint/fedora-spdx-licenses.toml /etc/xdg/rpmlint/fedora.toml /etc/xdg/rpmlint/scoring.toml /etc/xdg/rpmlint/users-groups.toml /etc/xdg/rpmlint/warn-on-functions.toml rpmlintrc: [PosixPath('/tmp/tmpsbhpri9y')] checks: 32, packages: 3 openbao.x86_64: W: non-standard-uid /etc/openbao.d/tls openbao openbao.x86_64: W: non-standard-uid /var/lib/openbao openbao openbao.x86_64: W: non-standard-gid /etc/openbao.d/tls openbao openbao.x86_64: W: non-standard-gid /var/lib/openbao openbao openbao-vault-compat.x86_64: E: no-binary openbao.spec: W: no-%check-section openbao.x86_64: W: empty-%pre openbao-vault-compat.x86_64: W: dangling-relative-symlink /etc/vault.d openbao.d openbao-vault-compat.x86_64: W: dangling-relative-symlink /usr/bin/vault bao openbao-vault-compat.x86_64: W: dangling-relative-symlink /usr/lib/systemd/system/vault.service openbao.service openbao-vault-compat.x86_64: W: dangling-relative-symlink /usr/share/man/man1/vault.1.gz bao.1.gz openbao-vault-compat.x86_64: W: dangling-relative-symlink /var/lib/vault openbao 3 packages and 0 specfiles checked; 1 errors, 11 warnings, 13 filtered, 1 badness; has taken 4.1 s Rpmlint (debuginfo) ------------------- Checking: openbao-debuginfo-2.3.2-1.fc41.x86_64.rpm ============================ rpmlint session starts ============================ rpmlint: 2.7.0 configuration: /usr/lib/python3.13/site-packages/rpmlint/configdefaults.toml /etc/xdg/rpmlint/fedora-spdx-licenses.toml /etc/xdg/rpmlint/fedora.toml /etc/xdg/rpmlint/scoring.toml /etc/xdg/rpmlint/users-groups.toml /etc/xdg/rpmlint/warn-on-functions.toml rpmlintrc: [PosixPath('/tmp/tmp98tp4oau')] checks: 32, packages: 1 1 packages and 0 specfiles checked; 0 errors, 0 warnings, 5 filtered, 0 badness; has taken 4.0 s Rpmlint (installed packages) ---------------------------- (none): E: there is no installed rpm "openbao-vault-compat". (none): E: there is no installed rpm "openbao-debuginfo". (none): E: there is no installed rpm "openbao". There are no files to process nor additional arguments. Nothing to do, aborting. ============================ rpmlint session starts ============================ rpmlint: 2.6.1 configuration: /usr/lib/python3.13/site-packages/rpmlint/configdefaults.toml /etc/xdg/rpmlint/fedora-spdx-licenses.toml /etc/xdg/rpmlint/fedora.toml /etc/xdg/rpmlint/scoring.toml /etc/xdg/rpmlint/users-groups.toml /etc/xdg/rpmlint/warn-on-functions.toml checks: 32, packages: 3 0 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 filtered, 0 badness; has taken 0.0 s Source checksums ---------------- https://github.com/opensciencegrid/openbao-rpm/releases/download/v2.3.2/openbao-rpm-2.3.2.tar.gz : CHECKSUM(SHA256) this package : 32fa7ec5d63d97f59bb508dc4f8a43e638c451b58a0f726d11cb0e6b3edbbd52 CHECKSUM(SHA256) upstream package : 32fa7ec5d63d97f59bb508dc4f8a43e638c451b58a0f726d11cb0e6b3edbbd52 https://github.com/openbao/openbao/releases/download/v2.3.2/openbao-dist-2.3.2.tar.xz : CHECKSUM(SHA256) this package : be5310dc02abcbcc29ddcead2500732081a596e6325f2e28b351434db032d074 CHECKSUM(SHA256) upstream package : be5310dc02abcbcc29ddcead2500732081a596e6325f2e28b351434db032d074 Requires -------- openbao (rpmlib, GLIBC filtered): /bin/sh config(openbao) libc.so.6()(64bit) libresolv.so.2()(64bit) rtld(GNU_HASH) shadow-utils openbao-vault-compat (rpmlib, GLIBC filtered): openbao Provides -------- openbao: bundled(golang(cel.dev/expr)) bundled(golang(cloud.google.com/go)) bundled(golang(cloud.google.com/go/auth)) bundled(golang(cloud.google.com/go/auth/oauth2adapt)) bundled(golang(cloud.google.com/go/compute/metadata)) bundled(golang(cloud.google.com/go/iam)) bundled(golang(cloud.google.com/go/kms)) bundled(golang(cloud.google.com/go/longrunning)) bundled(golang(cloud.google.com/go/monitoring)) bundled(golang(dario.cat/mergo)) bundled(golang(filippo.io/edwards25519)) bundled(golang(github.com/Azure/azure_sdk_for_go)) bundled(golang(github.com/Azure/azure_sdk_for_go/sdk/azcore)) bundled(golang(github.com/Azure/azure_sdk_for_go/sdk/azidentity)) bundled(golang(github.com/Azure/azure_sdk_for_go/sdk/internal)) bundled(golang(github.com/Azure/azure_sdk_for_go/sdk/keyvault/azkeys)) bundled(golang(github.com/Azure/azure_sdk_for_go/sdk/keyvault/internal)) bundled(golang(github.com/Azure/go_ansiterm)) bundled(golang(github.com/Azure/go_autorest)) bundled(golang(github.com/Azure/go_autorest/autorest)) bundled(golang(github.com/Azure/go_autorest/autorest/adal)) bundled(golang(github.com/Azure/go_autorest/autorest/azure/auth)) bundled(golang(github.com/Azure/go_autorest/autorest/azure/cli)) bundled(golang(github.com/Azure/go_autorest/autorest/date)) bundled(golang(github.com/Azure/go_autorest/autorest/to)) bundled(golang(github.com/Azure/go_autorest/autorest/validation)) bundled(golang(github.com/Azure/go_autorest/logger)) bundled(golang(github.com/Azure/go_autorest/tracing)) bundled(golang(github.com/Azure/go_ntlmssp)) bundled(golang(github.com/AzureAD/microsoft_authentication_library_for_go)) bundled(golang(github.com/BurntSushi/toml)) bundled(golang(github.com/DataDog/datadog_go)) bundled(golang(github.com/Jeffail/gabs/v2)) bundled(golang(github.com/Masterminds/goutils)) bundled(golang(github.com/Masterminds/semver/v3)) bundled(golang(github.com/Masterminds/sprig/v3)) bundled(golang(github.com/Microsoft/go_winio)) bundled(golang(github.com/Nvveen/Gotty)) bundled(golang(github.com/ProtonMail/go_crypto)) bundled(golang(github.com/agext/levenshtein)) bundled(golang(github.com/aliyun/alibaba_cloud_sdk_go)) bundled(golang(github.com/antlr4_go/antlr/v4)) bundled(golang(github.com/apparentlymart/go_textseg/v13)) bundled(golang(github.com/apparentlymart/go_textseg/v15)) bundled(golang(github.com/armon/go_metrics)) bundled(golang(github.com/armon/go_radix)) bundled(golang(github.com/asaskevich/govalidator)) bundled(golang(github.com/aws/aws_sdk_go)) bundled(golang(github.com/beorn7/perks)) bundled(golang(github.com/bgentry/speakeasy)) bundled(golang(github.com/bitfield/gotestdox)) bundled(golang(github.com/boombuler/barcode)) bundled(golang(github.com/caddyserver/certmagic)) bundled(golang(github.com/caddyserver/zerossl)) bundled(golang(github.com/cenkalti/backoff/v4)) bundled(golang(github.com/cespare/xxhash/v2)) bundled(golang(github.com/circonus_labs/circonus_gometrics)) bundled(golang(github.com/circonus_labs/circonusllhist)) bundled(golang(github.com/client9/misspell)) bundled(golang(github.com/cloudflare/circl)) bundled(golang(github.com/containerd/continuity)) bundled(golang(github.com/containerd/log)) bundled(golang(github.com/coreos/go_oidc/v3)) bundled(golang(github.com/coreos/go_systemd/v22)) bundled(golang(github.com/davecgh/go_spew)) bundled(golang(github.com/denverdino/aliyungo)) bundled(golang(github.com/digitalocean/godo)) bundled(golang(github.com/dimchansky/utfbom)) bundled(golang(github.com/distribution/reference)) bundled(golang(github.com/dnephin/pflag)) bundled(golang(github.com/docker/cli)) bundled(golang(github.com/docker/docker)) bundled(golang(github.com/docker/go_connections)) bundled(golang(github.com/docker/go_units)) bundled(golang(github.com/duosecurity/duo_api_golang)) bundled(golang(github.com/dustin/go_humanize)) bundled(golang(github.com/ebitengine/purego)) bundled(golang(github.com/emicklei/go_restful/v3)) bundled(golang(github.com/evanphx/json_patch/v5)) bundled(golang(github.com/fatih/color)) bundled(golang(github.com/fatih/structs)) bundled(golang(github.com/favadi/protoc_go_inject_tag)) bundled(golang(github.com/felixge/httpsnoop)) bundled(golang(github.com/fsnotify/fsnotify)) bundled(golang(github.com/fxamacker/cbor/v2)) bundled(golang(github.com/gammazero/deque)) bundled(golang(github.com/gammazero/workerpool)) bundled(golang(github.com/go_asn1_ber/asn1_ber)) bundled(golang(github.com/go_errors/errors)) bundled(golang(github.com/go_jose/go_jose/v3)) bundled(golang(github.com/go_jose/go_jose/v4)) bundled(golang(github.com/go_ldap/ldap/v3)) bundled(golang(github.com/go_ldap/ldif)) bundled(golang(github.com/go_logr/logr)) bundled(golang(github.com/go_logr/stdr)) bundled(golang(github.com/go_ole/go_ole)) bundled(golang(github.com/go_openapi/jsonpointer)) bundled(golang(github.com/go_openapi/jsonreference)) bundled(golang(github.com/go_openapi/swag)) bundled(golang(github.com/go_sql_driver/mysql)) bundled(golang(github.com/go_test/deep)) bundled(golang(github.com/go_viper/mapstructure/v2)) bundled(golang(github.com/gocql/gocql)) bundled(golang(github.com/gogo/protobuf)) bundled(golang(github.com/golang/protobuf)) bundled(golang(github.com/golang/snappy)) bundled(golang(github.com/golang_jwt/jwt/v4)) bundled(golang(github.com/golang_jwt/jwt/v5)) bundled(golang(github.com/golangci/revgrep)) bundled(golang(github.com/google/cel_go)) bundled(golang(github.com/google/gnostic_models)) bundled(golang(github.com/google/go_cmp)) bundled(golang(github.com/google/go_metrics_stackdriver)) bundled(golang(github.com/google/go_querystring)) bundled(golang(github.com/google/s2a_go)) bundled(golang(github.com/google/shlex)) bundled(golang(github.com/google/uuid)) bundled(golang(github.com/googleapis/enterprise_certificate_proxy)) bundled(golang(github.com/googleapis/gax_go/v2)) bundled(golang(github.com/gophercloud/gophercloud)) bundled(golang(github.com/gorilla/websocket)) bundled(golang(github.com/grpc_ecosystem/grpc_gateway/v2)) bundled(golang(github.com/hailocab/go_hostpool)) bundled(golang(github.com/hashicorp/cap)) bundled(golang(github.com/hashicorp/cli)) bundled(golang(github.com/hashicorp/consul/sdk)) bundled(golang(github.com/hashicorp/errwrap)) bundled(golang(github.com/hashicorp/go_cleanhttp)) bundled(golang(github.com/hashicorp/go_discover)) bundled(golang(github.com/hashicorp/go_hclog)) bundled(golang(github.com/hashicorp/go_immutable_radix)) bundled(golang(github.com/hashicorp/go_memdb)) bundled(golang(github.com/hashicorp/go_metrics)) bundled(golang(github.com/hashicorp/go_msgpack)) bundled(golang(github.com/hashicorp/go_msgpack/v2)) bundled(golang(github.com/hashicorp/go_multierror)) bundled(golang(github.com/hashicorp/go_plugin)) bundled(golang(github.com/hashicorp/go_raftchunking)) bundled(golang(github.com/hashicorp/go_retryablehttp)) bundled(golang(github.com/hashicorp/go_rootcerts)) bundled(golang(github.com/hashicorp/go_secure_stdlib/awsutil)) bundled(golang(github.com/hashicorp/go_secure_stdlib/base62)) bundled(golang(github.com/hashicorp/go_secure_stdlib/fileutil)) bundled(golang(github.com/hashicorp/go_secure_stdlib/gatedwriter)) bundled(golang(github.com/hashicorp/go_secure_stdlib/kv_builder)) bundled(golang(github.com/hashicorp/go_secure_stdlib/mlock)) bundled(golang(github.com/hashicorp/go_secure_stdlib/nonceutil)) bundled(golang(github.com/hashicorp/go_secure_stdlib/parseutil)) bundled(golang(github.com/hashicorp/go_secure_stdlib/password)) bundled(golang(github.com/hashicorp/go_secure_stdlib/reloadutil)) bundled(golang(github.com/hashicorp/go_secure_stdlib/strutil)) bundled(golang(github.com/hashicorp/go_secure_stdlib/tlsutil)) bundled(golang(github.com/hashicorp/go_sockaddr)) bundled(golang(github.com/hashicorp/go_syslog)) bundled(golang(github.com/hashicorp/go_uuid)) bundled(golang(github.com/hashicorp/go_version)) bundled(golang(github.com/hashicorp/golang_lru)) bundled(golang(github.com/hashicorp/golang_lru/v2)) bundled(golang(github.com/hashicorp/hcl)) bundled(golang(github.com/hashicorp/hcl/v2)) bundled(golang(github.com/hashicorp/logutils)) bundled(golang(github.com/hashicorp/mdns)) bundled(golang(github.com/hashicorp/raft)) bundled(golang(github.com/hashicorp/raft_autopilot)) bundled(golang(github.com/hashicorp/raft_boltdb/v2)) bundled(golang(github.com/hashicorp/raft_snapshot)) bundled(golang(github.com/hashicorp/vault_plugin_mock)) bundled(golang(github.com/hashicorp/vic)) bundled(golang(github.com/hashicorp/yamux)) bundled(golang(github.com/huandu/xstrings)) bundled(golang(github.com/imdario/mergo)) bundled(golang(github.com/influxdata/influxdb1_client)) bundled(golang(github.com/jackc/pgpassfile)) bundled(golang(github.com/jackc/pgservicefile)) bundled(golang(github.com/jackc/pgx/v5)) bundled(golang(github.com/jackc/puddle/v2)) bundled(golang(github.com/jcmturner/aescts/v2)) bundled(golang(github.com/jcmturner/dnsutils/v2)) bundled(golang(github.com/jcmturner/gofork)) bundled(golang(github.com/jcmturner/goidentity/v6)) bundled(golang(github.com/jcmturner/gokrb5/v8)) bundled(golang(github.com/jcmturner/rpc/v2)) bundled(golang(github.com/jefferai/isbadcipher)) bundled(golang(github.com/jefferai/jsonx)) bundled(golang(github.com/jmespath/go_jmespath)) bundled(golang(github.com/josharian/intern)) bundled(golang(github.com/joyent/triton_go)) bundled(golang(github.com/json_iterator/go)) bundled(golang(github.com/kelseyhightower/envconfig)) bundled(golang(github.com/klauspost/compress)) bundled(golang(github.com/klauspost/cpuid/v2)) bundled(golang(github.com/kr/pretty)) bundled(golang(github.com/kr/text)) bundled(golang(github.com/kylelemons/godebug)) bundled(golang(github.com/libdns/libdns)) bundled(golang(github.com/linode/linodego)) bundled(golang(github.com/lufia/plan9stats)) bundled(golang(github.com/mailru/easyjson)) bundled(golang(github.com/mattn/go_colorable)) bundled(golang(github.com/mattn/go_isatty)) bundled(golang(github.com/mediocregopher/radix/v4)) bundled(golang(github.com/mholt/acmez/v3)) bundled(golang(github.com/michaelklishin/rabbit_hole/v3)) bundled(golang(github.com/miekg/dns)) bundled(golang(github.com/miekg/pkcs11)) bundled(golang(github.com/mikesmitty/edkey)) bundled(golang(github.com/mitchellh/copystructure)) bundled(golang(github.com/mitchellh/go_homedir)) bundled(golang(github.com/mitchellh/go_testing_interface)) bundled(golang(github.com/mitchellh/go_wordwrap)) bundled(golang(github.com/mitchellh/mapstructure)) bundled(golang(github.com/mitchellh/pointerstructure)) bundled(golang(github.com/mitchellh/reflectwalk)) bundled(golang(github.com/moby/docker_image_spec)) bundled(golang(github.com/moby/patternmatcher)) bundled(golang(github.com/moby/spdystream)) bundled(golang(github.com/moby/sys/sequential)) bundled(golang(github.com/moby/sys/user)) bundled(golang(github.com/moby/sys/userns)) bundled(golang(github.com/moby/term)) bundled(golang(github.com/modern_go/concurrent)) bundled(golang(github.com/modern_go/reflect2)) bundled(golang(github.com/munnerz/goautoneg)) bundled(golang(github.com/mxk/go_flowrate)) bundled(golang(github.com/natefinch/atomic)) bundled(golang(github.com/nicolai86/scaleway_sdk)) bundled(golang(github.com/oklog/run)) bundled(golang(github.com/okta/okta_sdk_golang/v2)) bundled(golang(github.com/openbao/go_kms_wrapping/entropy/v2)) bundled(golang(github.com/openbao/go_kms_wrapping/v2)) bundled(golang(github.com/openbao/go_kms_wrapping/wrappers/aead/v2)) bundled(golang(github.com/openbao/go_kms_wrapping/wrappers/alicloudkms/v2)) bundled(golang(github.com/openbao/go_kms_wrapping/wrappers/awskms/v2)) bundled(golang(github.com/openbao/go_kms_wrapping/wrappers/azurekeyvault/v2)) bundled(golang(github.com/openbao/go_kms_wrapping/wrappers/gcpckms/v2)) bundled(golang(github.com/openbao/go_kms_wrapping/wrappers/kmip/v2)) bundled(golang(github.com/openbao/go_kms_wrapping/wrappers/ocikms/v2)) bundled(golang(github.com/openbao/go_kms_wrapping/wrappers/pkcs11/v2)) bundled(golang(github.com/openbao/go_kms_wrapping/wrappers/transit/v2)) bundled(golang(github.com/openbao/openbao/api/auth/approle/v2)) bundled(golang(github.com/openbao/openbao/api/auth/kubernetes/v2)) bundled(golang(github.com/openbao/openbao/api/auth/userpass/v2)) bundled(golang(github.com/openbao/openbao/api/v2)) bundled(golang(github.com/openbao/openbao/sdk/v2)) bundled(golang(github.com/openbao/openbao_template)) bundled(golang(github.com/opencontainers/go_digest)) bundled(golang(github.com/opencontainers/image_spec)) bundled(golang(github.com/opencontainers/runc)) bundled(golang(github.com/opentracing/opentracing_go)) bundled(golang(github.com/oracle/oci_go_sdk/v60)) bundled(golang(github.com/ory/dockertest/v3)) bundled(golang(github.com/ovh/kmip_go)) bundled(golang(github.com/packethost/packngo)) bundled(golang(github.com/patrickmn/go_cache)) bundled(golang(github.com/petermattis/goid)) bundled(golang(github.com/pierrec/lz4)) bundled(golang(github.com/pires/go_proxyproto)) bundled(golang(github.com/pkg/browser)) bundled(golang(github.com/pkg/errors)) bundled(golang(github.com/pmezard/go_difflib)) bundled(golang(github.com/posener/complete)) bundled(golang(github.com/power_devops/perfstat)) bundled(golang(github.com/pquerna/otp)) bundled(golang(github.com/prometheus/client_golang)) bundled(golang(github.com/prometheus/client_model)) bundled(golang(github.com/prometheus/common)) bundled(golang(github.com/prometheus/procfs)) bundled(golang(github.com/rboyer/safeio)) bundled(golang(github.com/renier/xmlrpc)) bundled(golang(github.com/rogpeppe/go_internal)) bundled(golang(github.com/ryanuber/columnize)) bundled(golang(github.com/ryanuber/go_glob)) bundled(golang(github.com/sasha_s/go_deadlock)) bundled(golang(github.com/sethvargo/go_limiter)) bundled(golang(github.com/shirou/gopsutil/v4)) bundled(golang(github.com/shopspring/decimal)) bundled(golang(github.com/sirupsen/logrus)) bundled(golang(github.com/softlayer/softlayer_go)) bundled(golang(github.com/sony/gobreaker)) bundled(golang(github.com/spf13/cast)) bundled(golang(github.com/spf13/pflag)) bundled(golang(github.com/stoewer/go_strcase)) bundled(golang(github.com/stretchr/objx)) bundled(golang(github.com/stretchr/testify)) bundled(golang(github.com/tencentcloud/tencentcloud_sdk_go)) bundled(golang(github.com/tilinna/clock)) bundled(golang(github.com/tink_crypto/tink_go/v2)) bundled(golang(github.com/tklauser/go_sysconf)) bundled(golang(github.com/tklauser/numcpus)) bundled(golang(github.com/tv42/httpunix)) bundled(golang(github.com/vmware/govmomi)) bundled(golang(github.com/x448/float16)) bundled(golang(github.com/xeipuuv/gojsonpointer)) bundled(golang(github.com/xeipuuv/gojsonreference)) bundled(golang(github.com/xeipuuv/gojsonschema)) bundled(golang(github.com/yusufpapurcu/wmi)) bundled(golang(github.com/zclconf/go_cty)) bundled(golang(github.com/zeebo/blake3)) bundled(golang(go.etcd.io/bbolt)) bundled(golang(go.opentelemetry.io/auto/sdk)) bundled(golang(go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc)) bundled(golang(go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp)) bundled(golang(go.opentelemetry.io/otel)) bundled(golang(go.opentelemetry.io/otel/metric)) bundled(golang(go.opentelemetry.io/otel/sdk)) bundled(golang(go.opentelemetry.io/otel/trace)) bundled(golang(go.uber.org/atomic)) bundled(golang(go.uber.org/goleak)) bundled(golang(go.uber.org/multierr)) bundled(golang(go.uber.org/zap)) bundled(golang(go.uber.org/zap/exp)) bundled(golang(golang.org/x/crypto)) bundled(golang(golang.org/x/exp)) bundled(golang(golang.org/x/exp/typeparams)) bundled(golang(golang.org/x/mod)) bundled(golang(golang.org/x/net)) bundled(golang(golang.org/x/oauth2)) bundled(golang(golang.org/x/sync)) bundled(golang(golang.org/x/sys)) bundled(golang(golang.org/x/term)) bundled(golang(golang.org/x/text)) bundled(golang(golang.org/x/time)) bundled(golang(golang.org/x/tools)) bundled(golang(google.golang.org/api)) bundled(golang(google.golang.org/genproto)) bundled(golang(google.golang.org/genproto/googleapis/api)) bundled(golang(google.golang.org/genproto/googleapis/rpc)) bundled(golang(google.golang.org/grpc)) bundled(golang(google.golang.org/grpc/cmd/protoc_gen_go_grpc)) bundled(golang(google.golang.org/protobuf)) bundled(golang(gopkg.in/evanphx/json_patch.v4)) bundled(golang(gopkg.in/inf.v0)) bundled(golang(gopkg.in/ini.v1)) bundled(golang(gopkg.in/jcmturner/goidentity.v3)) bundled(golang(gopkg.in/resty.v1)) bundled(golang(gopkg.in/yaml.v2)) bundled(golang(gopkg.in/yaml.v3)) bundled(golang(gotest.tools/gotestsum)) bundled(golang(honnef.co/go/tools)) bundled(golang(k8s.io/api)) bundled(golang(k8s.io/apimachinery)) bundled(golang(k8s.io/client_go)) bundled(golang(k8s.io/klog/v2)) bundled(golang(k8s.io/kube_openapi)) bundled(golang(k8s.io/utils)) bundled(golang(layeh.com/radius)) bundled(golang(mvdan.cc/gofumpt)) bundled(golang(sigs.k8s.io/json)) bundled(golang(sigs.k8s.io/randfill)) bundled(golang(sigs.k8s.io/structured_merge_diff/v4)) bundled(golang(sigs.k8s.io/yaml)) config(openbao) group(openbao) openbao openbao(x86-64) user(openbao) openbao-vault-compat: openbao-vault-compat openbao-vault-compat(x86-64) vault Generated by fedora-review 0.10.0 (e79b66b) last change: 2023-07-24 Command line :/bin/fedora-review --no-colors --prebuilt --rpm-spec --name openbao --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg Buildroot used: fedora-41-x86_64 Active plugins: C/C++, Shell-api, Generic Disabled plugins: Perl, PHP, fonts, Python, R, Java, SugarActivity, Ocaml, Haskell Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH