Spec URL: https://salimma.fedorapeople.org/specs/rust/rust-xcb.spec SRPM URL: https://salimma.fedorapeople.org/specs/rust/rust-xcb-0.9.0-1.fc32.src.rpm Description: Rust bindings and wrappers for XCB. Fedora Account System Username: salimma
There is missing Requires: pkgconfig(xcb). Also I think it is missing some dependency on python3 (because that is what is used to generate ffi in build.rs.
I have tried to build this locally but I am getting some errors. Full log here: https://paste.centos.org/view/18a35627 ``` ... ... Compiling xcb v0.9.0 (/builddir/build/BUILD/xcb-0.9.0) Running `/usr/bin/rustc --crate-name build_script_build build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C metadata=efee1a6b9e0f53cf -C extra-filename=-efee1a6b9e0f53cf --out-dir /builddir/build/BUILD/xcb-0.9.0/target/release/build/xcb-efee1a6b9e0f53cf -L dependency=/builddir/build/BUILD/xcb-0.9.0/target/release/deps --extern libc=/builddir/build/BUILD/xcb-0.9.0/target/release/deps/liblibc-58bb2bbe8badf26a.rlib -Copt-level=3 -Cdebuginfo=2 -Clink-arg=-Wl,-z,relro,-z,now -Ccodegen-units=1 --cap-lints=warn` warning: use of deprecated item 'try': use the `?` operator instead --> build.rs:15:8 | 15 | if try!(fs::metadata(xml_dir)).is_dir() { | ^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated item 'try': use the `?` operator instead --> build.rs:16:22 | 16 | for entry in try!(fs::read_dir(xml_dir)) { | ^^^ warning: use of deprecated item 'try': use the `?` operator instead --> build.rs:17:24 | 17 | let path = try!(entry).path(); | ^^^ warning: use of deprecated item 'try': use the `?` operator instead --> build.rs:18:16 | 18 | if try!(fs::metadata(&path)).is_file() { | ^^^ warning: use of deprecated item 'try': use the `?` operator instead --> build.rs:20:39 | 20 | if ext == "xml" { try!(cb(&path)); } | ^^^ warning: use of deprecated item 'try': use the `?` operator instead --> build.rs:60:30 | 60 | let xml_file_mtime = try!(fs::metadata(&xml_file)).mtime(); | ^^^ warning: 6 warnings emitted Running `/builddir/build/BUILD/xcb-0.9.0/target/release/build/xcb-efee1a6b9e0f53cf/build-script-build` error: failed to run custom build command for `xcb v0.9.0 (/builddir/build/BUILD/xcb-0.9.0)` Caused by: process didn't exit successfully: `/builddir/build/BUILD/xcb-0.9.0/target/release/build/xcb-efee1a6b9e0f53cf/build-script-build` (exit code: 101) --- stderr ... ... ```
Probably the missing dependencies Igor mentioned. Not sure why I didn't catch it the first time - will take a look
Spec URL: https://salimma.fedorapeople.org/specs/rust/rust-xcb.spec SRPM URL: https://salimma.fedorapeople.org/specs/rust/rust-xcb-0.9.0-2.fc32.src.rpm
OK, tested and this builds on a clean Mock (so it's not picking up undeclared dependencies from other previously installed packages). There's a PR against upstream to make it build on Python 3.9, included in the SRPM.
Reviewer Notes: - ACCEPT - Looks go to me! Package Review ============== Legend: [x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated [ ] = Manual review needed ===== MUST items ===== Generic: [x]: Package is licensed with an open-source compatible license and meets other legal requirements as defined in the legal section of Packaging Guidelines. [x]: License field in the package spec file matches the actual license. Note: Checking patched sources after %prep for licenses. Licenses found: "Unknown or generated", "Expat License", "NTP License (legal disclaimer)", "*No copyright* Expat License". 16 files have unknown license. Detailed output of licensecheck in /var/home/returntrip/reviews/rust-xcb/1839241-rust- xcb/licensecheck.txt [-]: License file installed when any subpackage combination is installed. [x]: %build honors applicable compiler flags or justifies otherwise. [x]: Package contains no bundled libraries without FPC exception. [x]: Changelog in prescribed format. [x]: Sources contain only permissible code or content. [-]: Package contains desktop file if it is a GUI application. [x]: Development files must be in a -devel package [x]: Package uses nothing in %doc for runtime. [x]: Package consistently uses macros (instead of hard-coded directory names). [x]: Package is named according to the Package Naming Guidelines. [x]: Package does not generate any conflict. [x]: Package obeys FHS, except libexecdir and /usr/target. [-]: If the package is a rename of another package, proper Obsoletes and Provides are present. [x]: Requires correct, justified where necessary. [x]: Spec file is legible and written in American English. [-]: Package contains systemd file(s) if in need. [x]: 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 20480 bytes in 2 files. [x]: Package complies to the Packaging Guidelines [x]: Package successfully compiles and builds into binary rpms on at least one supported primary architecture. [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]: 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]: 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]: Packages must not store files under /srv, /opt or /usr/local ===== SHOULD items ===== Generic: [-]: If the source package does not include license text(s) as a separate file from upstream, the packager SHOULD query upstream to include it. [x]: Final provides and requires are sane (see attachments). [x]: Fully versioned dependency in subpackages if applicable. Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in rust- xcb-devel , rust-xcb+default-devel , rust-xcb+composite-devel , rust- xcb+damage-devel , rust-xcb+debug_all-devel , rust-xcb+dpms-devel , rust-xcb+dri2-devel , rust-xcb+dri3-devel , rust-xcb+ge-devel , rust- xcb+glx-devel , rust-xcb+present-devel , rust-xcb+randr-devel , rust- xcb+record-devel , rust-xcb+render-devel , rust-xcb+res-devel , rust- xcb+screensaver-devel , rust-xcb+shape-devel , rust-xcb+shm-devel , rust-xcb+sync-devel , rust-xcb+thread-devel , rust-xcb+x11-devel , rust-xcb+xevie-devel , rust-xcb+xf86dri-devel , rust-xcb+xf86vidmode- devel , rust-xcb+xfixes-devel , rust-xcb+xinerama-devel , rust- xcb+xinput-devel , rust-xcb+xkb-devel , rust-xcb+xlib_xcb-devel , rust-xcb+xprint-devel , rust-xcb+xselinux-devel , rust-xcb+xtest-devel , rust-xcb+xv-devel , rust-xcb+xvmc-devel [?]: Package functions as described. [x]: Latest version is packaged. [x]: Package does not include license text files separate from upstream. [x]: 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. [-]: Description and summary sections in the package spec file contains translations for supported Non-English languages, if available. [x]: %check is present and all tests pass. [x]: Packages should try to preserve timestamps of original installed files. [x]: Reviewer should test that the package builds in mock. [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. [x]: Package should compile and build into binary rpms on all supported architectures. [x]: Spec use %global instead of %define unless justified. ===== EXTRA items ===== Generic: [x]: Rpmlint is run on all installed packages. Note: No rpmlint messages. [x]: Spec file according to URL is the same as in SRPM. Rpmlint ------- Checking: rust-xcb-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+default-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+composite-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+damage-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+debug_all-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+dpms-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+dri2-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+dri3-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+ge-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+glx-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+present-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+randr-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+record-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+render-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+res-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+screensaver-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+shape-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+shm-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+sync-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+thread-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+x11-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+xevie-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+xf86dri-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+xf86vidmode-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+xfixes-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+xinerama-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+xinput-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+xkb-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+xlib_xcb-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+xprint-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+xselinux-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+xtest-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+xv-devel-0.9.0-2.fc33.noarch.rpm rust-xcb+xvmc-devel-0.9.0-2.fc33.noarch.rpm rust-xcb-0.9.0-2.fc33.src.rpm rust-xcb-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb-devel.noarch: W: hidden-file-or-dir /usr/share/cargo/registry/xcb-0.9.0/.cargo-checksum.json rust-xcb+default-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+default-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+default-devel.noarch: W: no-documentation rust-xcb+composite-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+composite-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+composite-devel.noarch: W: no-documentation rust-xcb+damage-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+damage-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+damage-devel.noarch: W: no-documentation rust-xcb+debug_all-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+debug_all-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+debug_all-devel.noarch: W: no-documentation rust-xcb+dpms-devel.noarch: W: spelling-error %description -l en_US dpms -> dims, dams, PMS rust-xcb+dpms-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+dpms-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+dpms-devel.noarch: W: no-documentation rust-xcb+dri2-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+dri2-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+dri2-devel.noarch: W: no-documentation rust-xcb+dri3-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+dri3-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+dri3-devel.noarch: W: no-documentation rust-xcb+ge-devel.noarch: W: spelling-error %description -l en_US ge -> GE, j, Ge rust-xcb+ge-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+ge-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+ge-devel.noarch: W: no-documentation rust-xcb+glx-devel.noarch: W: spelling-error %description -l en_US glx -> glut rust-xcb+glx-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+glx-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+glx-devel.noarch: W: no-documentation rust-xcb+present-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+present-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+present-devel.noarch: W: no-documentation rust-xcb+randr-devel.noarch: W: spelling-error %description -l en_US randr -> rand, randy, rand r rust-xcb+randr-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+randr-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+randr-devel.noarch: W: no-documentation rust-xcb+record-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+record-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+record-devel.noarch: W: no-documentation rust-xcb+render-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+render-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+render-devel.noarch: W: no-documentation rust-xcb+res-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+res-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+res-devel.noarch: W: no-documentation rust-xcb+screensaver-devel.noarch: W: spelling-error %description -l en_US screensaver -> screen saver, screen-saver, screens aver rust-xcb+screensaver-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+screensaver-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+screensaver-devel.noarch: W: no-documentation rust-xcb+shape-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+shape-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+shape-devel.noarch: W: no-documentation rust-xcb+shm-devel.noarch: W: spelling-error %description -l en_US shm -> sh, shim, sham rust-xcb+shm-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+shm-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+shm-devel.noarch: W: no-documentation rust-xcb+sync-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+sync-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+sync-devel.noarch: W: no-documentation rust-xcb+thread-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+thread-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+thread-devel.noarch: W: no-documentation rust-xcb+x11-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+x11-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+x11-devel.noarch: W: no-documentation rust-xcb+xevie-devel.noarch: W: spelling-error %description -l en_US xevie -> levier rust-xcb+xevie-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+xevie-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+xevie-devel.noarch: W: no-documentation rust-xcb+xf86dri-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+xf86dri-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+xf86dri-devel.noarch: W: no-documentation rust-xcb+xf86vidmode-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+xf86vidmode-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+xf86vidmode-devel.noarch: W: no-documentation rust-xcb+xfixes-devel.noarch: W: spelling-error %description -l en_US xfixes -> fixes, x fixes rust-xcb+xfixes-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+xfixes-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+xfixes-devel.noarch: W: no-documentation rust-xcb+xinerama-devel.noarch: W: spelling-error %description -l en_US xinerama -> Cinerama, examiner rust-xcb+xinerama-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+xinerama-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+xinerama-devel.noarch: W: no-documentation rust-xcb+xinput-devel.noarch: W: spelling-error %description -l en_US xinput -> input, x input, putting rust-xcb+xinput-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+xinput-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+xinput-devel.noarch: W: no-documentation rust-xcb+xkb-devel.noarch: W: spelling-error %description -l en_US xkb -> kb, x kb rust-xcb+xkb-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+xkb-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+xkb-devel.noarch: W: no-documentation rust-xcb+xlib_xcb-devel.noarch: W: spelling-error %description -l en_US xlib -> lib, glib, x lib rust-xcb+xlib_xcb-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+xlib_xcb-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+xlib_xcb-devel.noarch: W: no-documentation rust-xcb+xprint-devel.noarch: W: spelling-error %description -l en_US xprint -> print, sprint, Sprint rust-xcb+xprint-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+xprint-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+xprint-devel.noarch: W: no-documentation rust-xcb+xselinux-devel.noarch: W: spelling-error %description -l en_US xselinux -> nurselings rust-xcb+xselinux-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+xselinux-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+xselinux-devel.noarch: W: no-documentation rust-xcb+xtest-devel.noarch: W: spelling-error %description -l en_US xtest -> test, x test rust-xcb+xtest-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+xtest-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+xtest-devel.noarch: W: no-documentation rust-xcb+xv-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+xv-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+xv-devel.noarch: W: no-documentation rust-xcb+xvmc-devel.noarch: W: spelling-error %description -l en_US xvmc -> xv rust-xcb+xvmc-devel.noarch: W: spelling-error %description -l en_US xcb -> xci rust-xcb+xvmc-devel.noarch: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found rust-xcb+xvmc-devel.noarch: W: no-documentation rust-xcb.src: W: invalid-url URL: https://crates.io/crates/xcb HTTP Error 404: Not Found 35 packages and 0 specfiles checked; 0 errors, 118 warnings. Rpmlint (installed packages) ---------------------------- (none): E: no installed packages by name rust-xcb+xkb-devel (none): E: no installed packages by name rust-xcb+res-devel (none): E: no installed packages by name rust-xcb+xselinux-devel (none): E: no installed packages by name rust-xcb+composite-devel (none): E: no installed packages by name rust-xcb+screensaver-devel (none): E: no installed packages by name rust-xcb-devel (none): E: no installed packages by name rust-xcb+xevie-devel (none): E: no installed packages by name rust-xcb+xfixes-devel (none): E: no installed packages by name rust-xcb+glx-devel (none): E: no installed packages by name rust-xcb+xprint-devel (none): E: no installed packages by name rust-xcb+shape-devel (none): E: no installed packages by name rust-xcb+thread-devel (none): E: no installed packages by name rust-xcb+sync-devel (none): E: no installed packages by name rust-xcb+default-devel (none): E: no installed packages by name rust-xcb+x11-devel (none): E: no installed packages by name rust-xcb+dri2-devel (none): E: no installed packages by name rust-xcb+shm-devel (none): E: no installed packages by name rust-xcb+ge-devel (none): E: no installed packages by name rust-xcb+dri3-devel (none): E: no installed packages by name rust-xcb+xlib_xcb-devel (none): E: no installed packages by name rust-xcb+debug_all-devel (none): E: no installed packages by name rust-xcb+xf86vidmode-devel (none): E: no installed packages by name rust-xcb+xinput-devel (none): E: no installed packages by name rust-xcb+present-devel (none): E: no installed packages by name rust-xcb+render-devel (none): E: no installed packages by name rust-xcb+xf86dri-devel (none): E: no installed packages by name rust-xcb+record-devel (none): E: no installed packages by name rust-xcb+xv-devel (none): E: no installed packages by name rust-xcb+dpms-devel (none): E: no installed packages by name rust-xcb+xinerama-devel (none): E: no installed packages by name rust-xcb+xvmc-devel (none): E: no installed packages by name rust-xcb+xtest-devel (none): E: no installed packages by name rust-xcb+damage-devel (none): E: no installed packages by name rust-xcb+randr-devel 0 packages and 0 specfiles checked; 0 errors, 0 warnings. Source checksums ---------------- https://crates.io/api/v1/crates/xcb/0.9.0/download#/xcb-0.9.0.crate : CHECKSUM(SHA256) this package : 62056f63138b39116f82a540c983cc11f1c90cd70b3d492a70c25eaa50bd22a6 CHECKSUM(SHA256) upstream package : 62056f63138b39116f82a540c983cc11f1c90cd70b3d492a70c25eaa50bd22a6 Requires -------- rust-xcb-devel (rpmlib, GLIBC filtered): (crate(libc/default) >= 0.2.0 with crate(libc/default) < 0.3.0) (crate(log/default) >= 0.4.0 with crate(log/default) < 0.5.0) /usr/bin/python3 cargo rust-xcb+default-devel (rpmlib, GLIBC filtered): cargo crate(xcb) rust-xcb+composite-devel (rpmlib, GLIBC filtered): cargo crate(xcb) crate(xcb/xfixes) rust-xcb+damage-devel (rpmlib, GLIBC filtered): cargo crate(xcb) crate(xcb/xfixes) rust-xcb+debug_all-devel (rpmlib, GLIBC filtered): cargo crate(xcb) crate(xcb/composite) crate(xcb/damage) crate(xcb/dpms) crate(xcb/dri2) crate(xcb/dri3) crate(xcb/glx) crate(xcb/randr) crate(xcb/record) crate(xcb/render) crate(xcb/res) crate(xcb/screensaver) crate(xcb/shape) crate(xcb/shm) crate(xcb/thread) crate(xcb/xevie) crate(xcb/xf86dri) crate(xcb/xfixes) crate(xcb/xinerama) crate(xcb/xkb) crate(xcb/xlib_xcb) crate(xcb/xprint) crate(xcb/xselinux) crate(xcb/xtest) crate(xcb/xv) crate(xcb/xvmc) rust-xcb+dpms-devel (rpmlib, GLIBC filtered): cargo crate(xcb) rust-xcb+dri2-devel (rpmlib, GLIBC filtered): cargo crate(xcb) rust-xcb+dri3-devel (rpmlib, GLIBC filtered): cargo crate(xcb) rust-xcb+ge-devel (rpmlib, GLIBC filtered): cargo crate(xcb) rust-xcb+glx-devel (rpmlib, GLIBC filtered): cargo crate(xcb) rust-xcb+present-devel (rpmlib, GLIBC filtered): cargo crate(xcb) crate(xcb/render) crate(xcb/sync) crate(xcb/xfixes) rust-xcb+randr-devel (rpmlib, GLIBC filtered): cargo crate(xcb) crate(xcb/render) rust-xcb+record-devel (rpmlib, GLIBC filtered): cargo crate(xcb) rust-xcb+render-devel (rpmlib, GLIBC filtered): cargo crate(xcb) rust-xcb+res-devel (rpmlib, GLIBC filtered): cargo crate(xcb) rust-xcb+screensaver-devel (rpmlib, GLIBC filtered): cargo crate(xcb) rust-xcb+shape-devel (rpmlib, GLIBC filtered): cargo crate(xcb) rust-xcb+shm-devel (rpmlib, GLIBC filtered): cargo crate(xcb) rust-xcb+sync-devel (rpmlib, GLIBC filtered): cargo crate(xcb) rust-xcb+thread-devel (rpmlib, GLIBC filtered): cargo crate(xcb) rust-xcb+x11-devel (rpmlib, GLIBC filtered): (crate(x11/default) >= 2.3.0 with crate(x11/default) < 3.0.0) (crate(x11/xlib) >= 2.3.0 with crate(x11/xlib) < 3.0.0) cargo crate(xcb) rust-xcb+xevie-devel (rpmlib, GLIBC filtered): cargo crate(xcb) rust-xcb+xf86dri-devel (rpmlib, GLIBC filtered): cargo crate(xcb) rust-xcb+xf86vidmode-devel (rpmlib, GLIBC filtered): cargo crate(xcb) rust-xcb+xfixes-devel (rpmlib, GLIBC filtered): cargo crate(xcb) crate(xcb/render) crate(xcb/shape) rust-xcb+xinerama-devel (rpmlib, GLIBC filtered): cargo crate(xcb) rust-xcb+xinput-devel (rpmlib, GLIBC filtered): cargo crate(xcb) crate(xcb/xfixes) rust-xcb+xkb-devel (rpmlib, GLIBC filtered): cargo crate(xcb) rust-xcb+xlib_xcb-devel (rpmlib, GLIBC filtered): (crate(x11/xlib) >= 2.3.0 with crate(x11/xlib) < 3.0.0) cargo crate(xcb) rust-xcb+xprint-devel (rpmlib, GLIBC filtered): cargo crate(xcb) rust-xcb+xselinux-devel (rpmlib, GLIBC filtered): cargo crate(xcb) rust-xcb+xtest-devel (rpmlib, GLIBC filtered): cargo crate(xcb) rust-xcb+xv-devel (rpmlib, GLIBC filtered): cargo crate(xcb) crate(xcb/shm) rust-xcb+xvmc-devel (rpmlib, GLIBC filtered): cargo crate(xcb) crate(xcb/xv) Provides -------- rust-xcb-devel: crate(xcb) rust-xcb-devel rust-xcb+default-devel: crate(xcb/default) rust-xcb+default-devel rust-xcb+composite-devel: crate(xcb/composite) rust-xcb+composite-devel rust-xcb+damage-devel: crate(xcb/damage) rust-xcb+damage-devel rust-xcb+debug_all-devel: crate(xcb/debug_all) rust-xcb+debug_all-devel rust-xcb+dpms-devel: crate(xcb/dpms) rust-xcb+dpms-devel rust-xcb+dri2-devel: crate(xcb/dri2) rust-xcb+dri2-devel rust-xcb+dri3-devel: crate(xcb/dri3) rust-xcb+dri3-devel rust-xcb+ge-devel: crate(xcb/ge) rust-xcb+ge-devel rust-xcb+glx-devel: crate(xcb/glx) rust-xcb+glx-devel rust-xcb+present-devel: crate(xcb/present) rust-xcb+present-devel rust-xcb+randr-devel: crate(xcb/randr) rust-xcb+randr-devel rust-xcb+record-devel: crate(xcb/record) rust-xcb+record-devel rust-xcb+render-devel: crate(xcb/render) rust-xcb+render-devel rust-xcb+res-devel: crate(xcb/res) rust-xcb+res-devel rust-xcb+screensaver-devel: crate(xcb/screensaver) rust-xcb+screensaver-devel rust-xcb+shape-devel: crate(xcb/shape) rust-xcb+shape-devel rust-xcb+shm-devel: crate(xcb/shm) rust-xcb+shm-devel rust-xcb+sync-devel: crate(xcb/sync) rust-xcb+sync-devel rust-xcb+thread-devel: crate(xcb/thread) rust-xcb+thread-devel rust-xcb+x11-devel: crate(xcb/x11) rust-xcb+x11-devel rust-xcb+xevie-devel: crate(xcb/xevie) rust-xcb+xevie-devel rust-xcb+xf86dri-devel: crate(xcb/xf86dri) rust-xcb+xf86dri-devel rust-xcb+xf86vidmode-devel: crate(xcb/xf86vidmode) rust-xcb+xf86vidmode-devel rust-xcb+xfixes-devel: crate(xcb/xfixes) rust-xcb+xfixes-devel rust-xcb+xinerama-devel: crate(xcb/xinerama) rust-xcb+xinerama-devel rust-xcb+xinput-devel: crate(xcb/xinput) rust-xcb+xinput-devel rust-xcb+xkb-devel: crate(xcb/xkb) rust-xcb+xkb-devel rust-xcb+xlib_xcb-devel: crate(xcb/xlib_xcb) rust-xcb+xlib_xcb-devel rust-xcb+xprint-devel: crate(xcb/xprint) rust-xcb+xprint-devel rust-xcb+xselinux-devel: crate(xcb/xselinux) rust-xcb+xselinux-devel rust-xcb+xtest-devel: crate(xcb/xtest) rust-xcb+xtest-devel rust-xcb+xv-devel: crate(xcb/xv) rust-xcb+xv-devel rust-xcb+xvmc-devel: crate(xcb/xvmc) rust-xcb+xvmc-devel Generated by fedora-review 0.7.5 (5fa5b7e) last change: 2020-02-16 Command line :/usr/bin/fedora-review -b 1839241 Buildroot used: fedora-rawhide-x86_64 Active plugins: Generic, Shell-api Disabled plugins: Python, Haskell, R, fonts, SugarActivity, Perl, PHP, Ocaml, Java, C/C++ Disabled flags: EPEL6, EPEL7, DISTTAG, BATCH, EXARCH
src/fedora/pkgs ❯ fedpkg request-repo rust-xcb 1839241 https://pagure.io/releng/fedora-scm-requests/issue/25682
(fedscm-admin): The Pagure repository was created at https://src.fedoraproject.org/rpms/rust-xcb
Built for Rawhide