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 bpfman See: https://docs.fedoraproject.org/en-US/packaging- guidelines/Scriptlets/#_scriptlets ===== MUST items ===== C/C++: [ ]: Provides: bundled(gnulib) in place as required. Note: Sources not installed [ ]: Package does not contain kernel modules. [x]: Header files in -devel subpackage, if present. [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", "Apache License 2.0 and/or GNU General Public License, Version 2", "*No copyright* Apache License 2.0", "BSD 2-Clause License", "GNU General Public License, Version 2", "Apache License 2.0", "*No copyright* Apache License (v2.0) or bsd_-1-Clause_clause", "MIT License", "*No copyright* The Unlicense", "*No copyright* MIT License", "Apache License 2.0 and/or MIT License", "BSD 3-Clause License", "*No copyright* Apache License (v2.0) or MIT license", "Apache License (v2.0) or MIT license and/or BSD 3-Clause License", "Apache License (v2.0) or MIT license", "ISC License", "*No copyright* JSON License", "Apache License 2.0 and/or BSD 3-Clause License", "*No copyright* Boost Software License 1.0", "zlib License", "*No copyright* zlib License", "Unicode License Agreement - Data Files and Software (2016)", "*No copyright* Apache License 2.0 and/or MIT License", "*No copyright* Mozilla Public License 2.0", "*No copyright* Public domain", "Apache License (v2.0) or MIT license and/or MIT License", "*No copyright* W3C License", "SSLeay", "OpenSSL License [generated file]", "Apache License 2.0 and/or Boost Software License 1.0", "BSD 2-Clause with views sentence", "ISC License [generated file]", "OpenSSL License", "Creative Commons Attribution 3.0 and/or zlib License", "*No copyright* GNU General Public License, Version 2", "GNU General Public License", "Boost Software License 1.0", "NTP License". 13948 files have unknown license. Detailed output of licensecheck in /var/lib/copr-rpmbuild/results/bpfman/licensecheck.txt [ ]: License file installed when any subpackage combination is installed. [ ]: Package requires other packages for directories it uses. Note: No known owner of /usr/lib, /usr/share/licenses, /usr/share, /usr/sbin, /usr/lib/systemd, /usr/share/doc, /usr/src/debug, /usr/lib/systemd/system, /usr/src, /usr [ ]: Package must own all directories that it creates. Note: Directories without known owners: /usr/src/debug, /usr/lib/systemd/system, /usr/src, /usr/lib, /usr/share/licenses, /usr/share, /usr/sbin, /usr/lib/systemd, /usr/share/doc, /usr [ ]: %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. [ ]: 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 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]: 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]: 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]: Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files. Note: Documentation size is 4621 bytes in 1 files. [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). [ ]: Package functions as described. [ ]: Latest version is packaged. [ ]: Package does not include license text files separate from upstream. [ ]: SourceX tarball generation or download is documented. Note: Package contains tarball without URL, check comments [ ]: 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. [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]: Fully versioned dependency in subpackages if applicable. [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. [x]: Spec use %global instead of %define unless justified. ===== EXTRA items ===== Generic: [x]: Rpmlint is run on debuginfo package(s). Note: No rpmlint messages. [x]: Rpmlint is run on all installed packages. Note: No rpmlint messages. [x]: Large data in /usr/share should live in a noarch subpackage if package is arched. Rpmlint ------- Checking: bpfman-0.4.0~dev-1.20240417174353421348.main.16.g81579a1.fc40.x86_64.rpm bpfman-debuginfo-0.4.0~dev-1.20240417174353421348.main.16.g81579a1.fc40.x86_64.rpm bpfman-debugsource-0.4.0~dev-1.20240417174353421348.main.16.g81579a1.fc40.x86_64.rpm bpfman-0.4.0~dev-1.20240417174353421348.main.16.g81579a1.fc40.src.rpm ============================ rpmlint session starts ============================ rpmlint: 2.5.0 configuration: /usr/lib/python3.12/site-packages/rpmlint/configdefaults.toml /etc/xdg/rpmlint/fedora-legacy-licenses.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/tmpti_g6mdk')] checks: 32, packages: 4 bpfman.src: E: spelling-error ('eBPF', 'Summary(en_US) eBPF -> Feb') bpfman.src: E: spelling-error ('eBPF', '%description -l en_US eBPF -> Feb') bpfman.x86_64: E: spelling-error ('eBPF', 'Summary(en_US) eBPF -> Feb') bpfman.x86_64: E: spelling-error ('eBPF', '%description -l en_US eBPF -> Feb') bpfman.x86_64: W: no-manual-page-for-binary bpfman bpfman.x86_64: W: no-manual-page-for-binary bpfman-ns bpfman.x86_64: W: no-manual-page-for-binary bpfman-rpc bpfman.spec: W: invalid-url Source1: bpfman-bpfman-vendor.tar.gz bpfman-debugsource.x86_64: E: files-duplicated-waste 695581 bpfman.x86_64: W: crypto-policy-non-compliance-openssl /usr/sbin/bpfman SSL_CTX_set_cipher_list bpfman.x86_64: W: crypto-policy-non-compliance-openssl /usr/sbin/bpfman-rpc SSL_CTX_set_cipher_list 4 packages and 0 specfiles checked; 5 errors, 6 warnings, 39 filtered, 5 badness; has taken 10.4 s Rpmlint (debuginfo) ------------------- Checking: bpfman-debuginfo-0.4.0~dev-1.20240417174353421348.main.16.g81579a1.fc40.x86_64.rpm ============================ rpmlint session starts ============================ rpmlint: 2.5.0 configuration: /usr/lib/python3.12/site-packages/rpmlint/configdefaults.toml /etc/xdg/rpmlint/fedora-legacy-licenses.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/tmp2nve6pl0')] checks: 32, packages: 1 1 packages and 0 specfiles checked; 0 errors, 0 warnings, 16 filtered, 0 badness; has taken 7.5 s Rpmlint (installed packages) ---------------------------- (none): E: there is no installed rpm "bpfman-debuginfo". (none): E: there is no installed rpm "bpfman". (none): E: there is no installed rpm "bpfman-debugsource". There are no files to process nor additional arguments. Nothing to do, aborting. ============================ rpmlint session starts ============================ rpmlint: 2.5.0 configuration: /usr/lib/python3.12/site-packages/rpmlint/configdefaults.toml /etc/xdg/rpmlint/fedora-legacy-licenses.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/bpfman/bpfman/archive/81579a13e90b173ea127f6388e63271e268fac66/bpfman-81579a1.tar.gz : CHECKSUM(SHA256) this package : af09360b3e5d6c427da63a222cc6a78dd03f640d5d042424ce91b01e0b75aaed CHECKSUM(SHA256) upstream package : af09360b3e5d6c427da63a222cc6a78dd03f640d5d042424ce91b01e0b75aaed Requires -------- bpfman (rpmlib, GLIBC filtered): /bin/sh ld-linux-x86-64.so.2()(64bit) libc.so.6()(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3)(64bit) libgcc_s.so.1(GCC_4.2.0)(64bit) libm.so.6()(64bit) libssl.so.3()(64bit) libssl.so.3(OPENSSL_3.0.0)(64bit) rtld(GNU_HASH) bpfman-debuginfo (rpmlib, GLIBC filtered): bpfman-debugsource (rpmlib, GLIBC filtered): Provides -------- bpfman: bpfman bpfman(x86-64) bundled(crate(Inflector)) bundled(crate(addr2line)) bundled(crate(adler)) bundled(crate(aead)) bundled(crate(aes)) bundled(crate(ahash)) bundled(crate(aho-corasick)) bundled(crate(allocator-api2)) bundled(crate(android-tzdata)) bundled(crate(android_system_properties)) bundled(crate(anstream)) bundled(crate(anstyle)) bundled(crate(anstyle-parse)) bundled(crate(anstyle-query)) bundled(crate(anstyle-wincon)) bundled(crate(anyhow)) bundled(crate(assert_cmd)) bundled(crate(assert_matches)) bundled(crate(async-recursion)) bundled(crate(async-stream)) bundled(crate(async-stream-impl)) bundled(crate(async-trait)) bundled(crate(autocfg)) bundled(crate(axum)) bundled(crate(axum-core)) bundled(crate(aya)) bundled(crate(aya-obj)) bundled(crate(backtrace)) bundled(crate(base16ct)) bundled(crate(base64)) bundled(crate(base64ct)) bundled(crate(bitflags)) bundled(crate(block-buffer)) bundled(crate(block-padding)) bundled(crate(bstr)) bundled(crate(bumpalo)) bundled(crate(byteorder)) bundled(crate(bytes)) bundled(crate(cached)) bundled(crate(cached_proc_macro)) bundled(crate(cached_proc_macro_types)) bundled(crate(camino)) bundled(crate(caps)) bundled(crate(cargo-manifest)) bundled(crate(cargo-platform)) bundled(crate(cargo_metadata)) bundled(crate(cbc)) bundled(crate(cc)) bundled(crate(cesu8)) bundled(crate(cfg-if)) bundled(crate(cfg_aliases)) bundled(crate(chrono)) bundled(crate(cipher)) bundled(crate(clap)) bundled(crate(clap_builder)) bundled(crate(clap_complete)) bundled(crate(clap_derive)) bundled(crate(clap_lex)) bundled(crate(clap_mangen)) bundled(crate(colorchoice)) bundled(crate(combine)) bundled(crate(comfy-table)) bundled(crate(console)) bundled(crate(const-oid)) bundled(crate(core-error)) bundled(crate(core-foundation)) bundled(crate(core-foundation-sys)) bundled(crate(cpufeatures)) bundled(crate(crc32fast)) bundled(crate(crossbeam-epoch)) bundled(crate(crossbeam-utils)) bundled(crate(crossterm)) bundled(crate(crossterm_winapi)) bundled(crate(crypto-bigint)) bundled(crate(crypto-common)) bundled(crate(crypto_secretbox)) bundled(crate(curve25519-dalek)) bundled(crate(curve25519-dalek-derive)) bundled(crate(darling)) bundled(crate(darling_core)) bundled(crate(darling_macro)) bundled(crate(data-encoding)) bundled(crate(decoded-char)) bundled(crate(der)) bundled(crate(der_derive)) bundled(crate(dialoguer)) bundled(crate(diff)) bundled(crate(difflib)) bundled(crate(digest)) bundled(crate(doc-comment)) bundled(crate(dyn-clone)) bundled(crate(ecdsa)) bundled(crate(ed25519)) bundled(crate(ed25519-dalek)) bundled(crate(either)) bundled(crate(elliptic-curve)) bundled(crate(encode_unicode)) bundled(crate(encoding_rs)) bundled(crate(enum-as-inner)) bundled(crate(env_filter)) bundled(crate(env_logger)) bundled(crate(equivalent)) bundled(crate(errno)) bundled(crate(fastrand)) bundled(crate(ff)) bundled(crate(fiat-crypto)) bundled(crate(filetime)) bundled(crate(fixedbitset)) bundled(crate(flagset)) bundled(crate(flate2)) bundled(crate(fnv)) bundled(crate(foreign-types)) bundled(crate(foreign-types-shared)) bundled(crate(form_urlencoded)) bundled(crate(fs2)) bundled(crate(futures)) bundled(crate(futures-channel)) bundled(crate(futures-core)) bundled(crate(futures-executor)) bundled(crate(futures-io)) bundled(crate(futures-macro)) bundled(crate(futures-sink)) bundled(crate(futures-task)) bundled(crate(futures-util)) bundled(crate(fxhash)) bundled(crate(generic-array)) bundled(crate(getrandom)) bundled(crate(gimli)) bundled(crate(glob)) bundled(crate(globset)) bundled(crate(group)) bundled(crate(h2)) bundled(crate(hashbag)) bundled(crate(hashbrown)) bundled(crate(heck)) bundled(crate(hermit-abi)) bundled(crate(hex)) bundled(crate(hickory-proto)) bundled(crate(hickory-resolver)) bundled(crate(hkdf)) bundled(crate(hmac)) bundled(crate(home)) bundled(crate(hostname)) bundled(crate(http)) bundled(crate(http-auth)) bundled(crate(http-body)) bundled(crate(httparse)) bundled(crate(httpdate)) bundled(crate(hyper)) bundled(crate(hyper-rustls)) bundled(crate(hyper-timeout)) bundled(crate(hyper-tls)) bundled(crate(iana-time-zone)) bundled(crate(iana-time-zone-haiku)) bundled(crate(ident_case)) bundled(crate(idna)) bundled(crate(indexmap)) bundled(crate(inout)) bundled(crate(instant)) bundled(crate(inventory)) bundled(crate(ipconfig)) bundled(crate(ipnet)) bundled(crate(itertools)) bundled(crate(itoa)) bundled(crate(jni)) bundled(crate(jni-sys)) bundled(crate(js-sys)) bundled(crate(json-number)) bundled(crate(json-syntax)) bundled(crate(jwt)) bundled(crate(lazy_static)) bundled(crate(lexical)) bundled(crate(lexical-core)) bundled(crate(lexical-parse-float)) bundled(crate(lexical-parse-integer)) bundled(crate(lexical-util)) bundled(crate(lexical-write-float)) bundled(crate(lexical-write-integer)) bundled(crate(libc)) bundled(crate(libm)) bundled(crate(libsystemd)) bundled(crate(libz-sys)) bundled(crate(linked-hash-map)) bundled(crate(linux-raw-sys)) bundled(crate(lock_api)) bundled(crate(locspan)) bundled(crate(locspan-derive)) bundled(crate(log)) bundled(crate(lru-cache)) bundled(crate(malloc_buf)) bundled(crate(match_cfg)) bundled(crate(matchit)) bundled(crate(memchr)) bundled(crate(memoffset)) bundled(crate(mime)) bundled(crate(minimal-lexical)) bundled(crate(miniz_oxide)) bundled(crate(mio)) bundled(crate(multimap)) bundled(crate(native-tls)) bundled(crate(ndk-context)) bundled(crate(netlink-packet-audit)) bundled(crate(netlink-packet-core)) bundled(crate(netlink-packet-route)) bundled(crate(netlink-packet-utils)) bundled(crate(netlink-proto)) bundled(crate(netlink-sys)) bundled(crate(nix)) bundled(crate(nom)) bundled(crate(num-bigint-dig)) bundled(crate(num-integer)) bundled(crate(num-iter)) bundled(crate(num-traits)) bundled(crate(num_cpus)) bundled(crate(objc)) bundled(crate(object)) bundled(crate(oci-distribution)) bundled(crate(olpc-cjson)) bundled(crate(once_cell)) bundled(crate(opaque-debug)) bundled(crate(openssl)) bundled(crate(openssl-macros)) bundled(crate(openssl-probe)) bundled(crate(openssl-sys)) bundled(crate(opentelemetry)) bundled(crate(opentelemetry-otlp)) bundled(crate(opentelemetry-proto)) bundled(crate(opentelemetry-semantic-conventions)) bundled(crate(opentelemetry_sdk)) bundled(crate(ordered-float)) bundled(crate(p256)) bundled(crate(p384)) bundled(crate(parking_lot)) bundled(crate(parking_lot_core)) bundled(crate(password-hash)) bundled(crate(paste)) bundled(crate(pbkdf2)) bundled(crate(pem)) bundled(crate(pem-rfc7468)) bundled(crate(percent-encoding)) bundled(crate(petgraph)) bundled(crate(pin-project)) bundled(crate(pin-project-internal)) bundled(crate(pin-project-lite)) bundled(crate(pin-utils)) bundled(crate(pkcs1)) bundled(crate(pkcs5)) bundled(crate(pkcs8)) bundled(crate(pkg-config)) bundled(crate(platforms)) bundled(crate(poly1305)) bundled(crate(ppv-lite86)) bundled(crate(predicates)) bundled(crate(predicates-core)) bundled(crate(predicates-tree)) bundled(crate(prettyplease)) bundled(crate(primeorder)) bundled(crate(proc-macro-error)) bundled(crate(proc-macro-error-attr)) bundled(crate(proc-macro2)) bundled(crate(prost)) bundled(crate(prost-build)) bundled(crate(prost-derive)) bundled(crate(prost-types)) bundled(crate(public-api)) bundled(crate(quick-error)) bundled(crate(quote)) bundled(crate(rand)) bundled(crate(rand_chacha)) bundled(crate(rand_core)) bundled(crate(raw-window-handle)) bundled(crate(redox_syscall)) bundled(crate(regex)) bundled(crate(regex-automata)) bundled(crate(regex-syntax)) bundled(crate(reqwest)) bundled(crate(resolv-conf)) bundled(crate(rfc6979)) bundled(crate(ring)) bundled(crate(roff)) bundled(crate(rsa)) bundled(crate(rtnetlink)) bundled(crate(rustc-demangle)) bundled(crate(rustc_version)) bundled(crate(rustdoc-json)) bundled(crate(rustdoc-types)) bundled(crate(rustix)) bundled(crate(rustls)) bundled(crate(rustls-pemfile)) bundled(crate(rustls-pki-types)) bundled(crate(rustls-webpki)) bundled(crate(rustup-toolchain)) bundled(crate(rustversion)) bundled(crate(ryu)) bundled(crate(ryu-js)) bundled(crate(salsa20)) bundled(crate(same-file)) bundled(crate(schannel)) bundled(crate(schemafy)) bundled(crate(schemafy_core)) bundled(crate(schemafy_lib)) bundled(crate(scopeguard)) bundled(crate(scrypt)) bundled(crate(sct)) bundled(crate(sec1)) bundled(crate(security-framework)) bundled(crate(security-framework-sys)) bundled(crate(semver)) bundled(crate(serde)) bundled(crate(serde_derive)) bundled(crate(serde_json)) bundled(crate(serde_plain)) bundled(crate(serde_repr)) bundled(crate(serde_spanned)) bundled(crate(serde_urlencoded)) bundled(crate(serde_with)) bundled(crate(serde_with_macros)) bundled(crate(sha1)) bundled(crate(sha2)) bundled(crate(shell-words)) bundled(crate(signal-hook-registry)) bundled(crate(signature)) bundled(crate(sigstore)) bundled(crate(sigstore_protobuf_specs)) bundled(crate(slab)) bundled(crate(sled)) bundled(crate(smallstr)) bundled(crate(smallvec)) bundled(crate(snafu)) bundled(crate(snafu-derive)) bundled(crate(socket2)) bundled(crate(spin)) bundled(crate(spki)) bundled(crate(static_assertions)) bundled(crate(strsim)) bundled(crate(strum)) bundled(crate(strum_macros)) bundled(crate(subtle)) bundled(crate(syn)) bundled(crate(sync_wrapper)) bundled(crate(system-configuration)) bundled(crate(system-configuration-sys)) bundled(crate(systemd-journal-logger)) bundled(crate(tar)) bundled(crate(tempfile)) bundled(crate(termtree)) bundled(crate(thiserror)) bundled(crate(thiserror-impl)) bundled(crate(tinyvec)) bundled(crate(tinyvec_macros)) bundled(crate(tokio)) bundled(crate(tokio-io-timeout)) bundled(crate(tokio-macros)) bundled(crate(tokio-native-tls)) bundled(crate(tokio-rustls)) bundled(crate(tokio-stream)) bundled(crate(tokio-util)) bundled(crate(toml)) bundled(crate(toml_datetime)) bundled(crate(toml_edit)) bundled(crate(tonic)) bundled(crate(tonic-build)) bundled(crate(tough)) bundled(crate(tower)) bundled(crate(tower-layer)) bundled(crate(tower-service)) bundled(crate(tracing)) bundled(crate(tracing-attributes)) bundled(crate(tracing-core)) bundled(crate(try-lock)) bundled(crate(typed-path)) bundled(crate(typenum)) bundled(crate(unicase)) bundled(crate(unicode-bidi)) bundled(crate(unicode-ident)) bundled(crate(unicode-normalization)) bundled(crate(unicode-width)) bundled(crate(universal-hash)) bundled(crate(untrusted)) bundled(crate(uriparse)) bundled(crate(url)) bundled(crate(urlencoding)) bundled(crate(utf8-decode)) bundled(crate(utf8parse)) bundled(crate(uuid)) bundled(crate(value-bag)) bundled(crate(vcpkg)) bundled(crate(version_check)) bundled(crate(wait-timeout)) bundled(crate(walkdir)) bundled(crate(want)) bundled(crate(wasi)) bundled(crate(wasm-bindgen)) bundled(crate(wasm-bindgen-backend)) bundled(crate(wasm-bindgen-futures)) bundled(crate(wasm-bindgen-macro)) bundled(crate(wasm-bindgen-macro-support)) bundled(crate(wasm-bindgen-shared)) bundled(crate(wasm-streams)) bundled(crate(web-sys)) bundled(crate(webbrowser)) bundled(crate(webpki-roots)) bundled(crate(widestring)) bundled(crate(winapi)) bundled(crate(winapi-i686-pc-windows-gnu)) bundled(crate(winapi-util)) bundled(crate(winapi-x86_64-pc-windows-gnu)) bundled(crate(windows-core)) bundled(crate(windows-sys)) bundled(crate(windows-targets)) bundled(crate(windows_aarch64_gnullvm)) bundled(crate(windows_aarch64_msvc)) bundled(crate(windows_i686_gnu)) bundled(crate(windows_i686_gnullvm)) bundled(crate(windows_i686_msvc)) bundled(crate(windows_x86_64_gnu)) bundled(crate(windows_x86_64_gnullvm)) bundled(crate(windows_x86_64_msvc)) bundled(crate(winnow)) bundled(crate(winreg)) bundled(crate(x509-cert)) bundled(crate(zerocopy)) bundled(crate(zerocopy-derive)) bundled(crate(zeroize)) bpfman-debuginfo: bpfman-debuginfo bpfman-debuginfo(x86-64) debuginfo(build-id) bpfman-debugsource: bpfman-debugsource bpfman-debugsource(x86-64) Generated by fedora-review 0.10.0 (e79b66b) last change: 2023-07-24 Command line :/bin/fedora-review --no-colors --prebuilt --rpm-spec --name bpfman --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg Buildroot used: fedora-40-x86_64 Active plugins: Shell-api, Generic, C/C++ Disabled plugins: PHP, Python, Ocaml, Perl, R, Java, SugarActivity, Haskell, fonts Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH