Package Review ============== Key: [x] = Pass [!] = Fail [-] = Not applicable [?] = Not evaluated [ ] = Manual review needed Issues: ======= - Package contains the mandatory BuildRequires and Requires:. Note: Explicit dependency on perl-devel is not allowed See: http://fedoraproject.org/wiki/Packaging:Perl - Javadocs are placed in %{_javadocdir}/%{name} (no -%{version} symlink) Note: No /usr/share/javadoc/libguestfs found See: https://fedoraproject.org/wiki/Packaging:Java#Javadoc_installation - ldconfig called in %post and %postun if required. Note: /sbin/ldconfig not called in libguestfs-java See: http://fedoraproject.org/wiki/Packaging/Guidelines#Shared_Libraries - Fully versioned dependency in subpackages, if present. Note: Missing: Requires: %{name} = %{version}-%{release} in libguestfs- devel, libguestfs-tools-c, libguestfs-tools, libguestfs-live-service, perl- Sys-Guestfs, libguestfs-java, libguestfs-java-devel, lua-guestfs, libguestfs-gobject, libguestfs-gobject-devel, libguestfs-man-pages-ja, libguestfs-man-pages-uk See: http://fedoraproject.org/wiki/Packaging/Guidelines#RequiringBasePackage - Packages have proper BuildRequires/Requires on jpackage-utils See: https://fedoraproject.org/wiki/Packaging:Java - Large documentation must go in a -doc subpackage. Note: Documentation size is 1269760 bytes in 88 files. See: http://fedoraproject.org/wiki/Packaging/Guidelines#PackageDocumentation - Permissions on files are set properly. Note: See rpmlint output See: http://fedoraproject.org/wiki/Packaging/Guidelines#FilePermissions ===== MUST items ===== C/C++: [ ]: Provides: bundled(gnulib) in place as required. Note: Sources not installed [ ]: Package does not contain kernel modules. [ ]: Package contains no static executables. [ ]: Development (unversioned) .so files in -devel subpackage, if present. Note: Unversioned so-files in private %_libdir subdirectory (see attachment). Verify they are not in ld path. [x]: Header files in -devel subpackage, if present. [x]: Package does not contain any libtool archives (.la) [x]: Rpath absent or only used for internal libs. Generic: [ ]: %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 requires other packages for directories it uses. [ ]: Package uses nothing in %doc for runtime. [ ]: Package is not known to require ExcludeArch. [ ]: Package does not contain duplicates in %files. [ ]: Fully versioned dependency in subpackages, if present. Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in libguestfs- devel , libguestfs-tools-c , libguestfs-tools , libguestfs-live-service , perl-Sys-Guestfs , libguestfs-java , libguestfs-java-devel , libguestfs- javadoc , lua-guestfs , libguestfs-gobject , libguestfs-gobject-devel , libguestfs-man-pages-ja , libguestfs-man-pages-uk [ ]: Package complies to the Packaging Guidelines [ ]: License file installed when any subpackage combination is installed. [ ]: The spec file handles locales properly. [ ]: Package consistently uses macro is (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. [ ]: Package must own all directories that it creates. [ ]: Package does not own files or directories owned by other packages. [ ]: 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. [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]: Each %files section contains %defattr if rpm < 4.4 [x]: Macros in Summary, %description expandable at SRPM build time. [x]: Spec file lacks Packager, Vendor, PreReq tags. [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 %doc. [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 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 [x]: Rpmlint is run on all rpms the build produces. Note: There are rpmlint messages (see attachment). Java: [ ]: Bundled jar/class files should be removed before build Note: Test run failed [x]: Javadoc documentation files are generated and included in -javadoc subpackage [x]: Javadoc subpackages have Requires: jpackage-utils Maven: [ ]: If package contains pom.xml files install it (including depmaps) even when building with ant [x]: Old add_to_maven_depmap macro is not being used ===== SHOULD items ===== Generic: [!]: Reviewer should test that the package builds in mock. [!]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin. Note: Incorrect Requires : /lib64/rtkaio/librt.so.1, /usr/lib64/sasl2/libanonymous.so.2, /usr/lib64/sasl2/libsasldb.so.2 [!]: Spec use %global instead of %define. Note: %define extra %{nil} %define extra --with-febootstrap-packager- config=$(pwd)/yum.conf [ ]: Final provides and requires are sane (see attachments). [ ]: Package functions as described. [ ]: Latest version is packaged. [ ]: Patches link to upstream bugs/comments/lists or are otherwise justified. [ ]: Scriptlets must be sane, if used. [ ]: Description and summary sections in the package spec file contains translations for supported Non-English languages, if available. [ ]: 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. [ ]: Files in /run, var/run and /var/lock uses tmpfiles.d when appropriate [x]: Buildroot is not present [x]: Package has no %clean section with rm -rf %{buildroot} (or $RPM_BUILD_ROOT) [x]: Dist tag is present. [x]: Uses parallel make. [x]: The placement of pkgconfig(.pc) files are correct. [x]: SourceX tarball generation or download is documented. [x]: SourceX is a working URL. Java: [ ]: Package has BuildArch: noarch (if possible) [ ]: Package uses upstream build method (ant/maven/etc.) ===== 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 7014400 bytes in /usr/share 40960 libguestfs-tools-1.21.5-3.fc19.x86_64.rpm 1495040 libguestfs- javadoc-1.21.5-3.fc19.x86_64.rpm 20480 libguestfs-java- devel-1.21.5-3.fc19.x86_64.rpm 1587200 libguestfs-gobject- devel-1.21.5-3.fc19.x86_64.rpm 20480 erlang- libguestfs-1.21.5-3.fc19.x86_64.rpm 10240 php- libguestfs-1.21.5-3.fc19.x86_64.rpm 1064960 libguestfs- devel-1.21.5-3.fc19.x86_64.rpm 184320 libguestfs- tools-c-1.21.5-3.fc19.x86_64.rpm 481280 libguestfs-man-pages- ja-1.21.5-3.fc19.x86_64.rpm 30720 libguestfs-live- service-1.21.5-3.fc19.x86_64.rpm 460800 libguestfs-man-pages- uk-1.21.5-3.fc19.x86_64.rpm 20480 python- libguestfs-1.21.5-3.fc19.x86_64.rpm 1198080 libguestfs-1.21.5-3.fc19.x86_64.rpm 20480 lua- guestfs-1.21.5-3.fc19.x86_64.rpm 204800 ruby- libguestfs-1.21.5-3.fc19.x86_64.rpm 61440 libguestfs- java-1.21.5-3.fc19.x86_64.rpm 92160 perl-Sys- Guestfs-1.21.5-3.fc19.x86_64.rpm 20480 ocaml-libguestfs- devel-1.21.5-3.fc19.x86_64.rpm Rpmlint ------- Checking: libguestfs-1.21.5-3.fc19.x86_64.rpm libguestfs-devel-1.21.5-3.fc19.x86_64.rpm libguestfs-tools-c-1.21.5-3.fc19.x86_64.rpm libguestfs-tools-1.21.5-3.fc19.x86_64.rpm libguestfs-live-service-1.21.5-3.fc19.x86_64.rpm perl-Sys-Guestfs-1.21.5-3.fc19.x86_64.rpm libguestfs-java-1.21.5-3.fc19.x86_64.rpm libguestfs-java-devel-1.21.5-3.fc19.x86_64.rpm libguestfs-javadoc-1.21.5-3.fc19.x86_64.rpm lua-guestfs-1.21.5-3.fc19.x86_64.rpm libguestfs-gobject-1.21.5-3.fc19.x86_64.rpm libguestfs-gobject-devel-1.21.5-3.fc19.x86_64.rpm libguestfs-man-pages-ja-1.21.5-3.fc19.x86_64.rpm libguestfs-man-pages-uk-1.21.5-3.fc19.x86_64.rpm libguestfs.x86_64: E: explicit-lib-dependency augeas-libs libguestfs.x86_64: E: explicit-lib-dependency libcap libguestfs.x86_64: E: explicit-lib-dependency libldm libguestfs.x86_64: E: explicit-lib-dependency libselinux libguestfs.x86_64: E: explicit-lib-dependency libxml2 libguestfs.x86_64: E: explicit-lib-dependency libdb-utils libguestfs.x86_64: W: spelling-error %description -l en_US Amongst -> Among st, Among-st, Among libguestfs.x86_64: W: spelling-error %description -l en_US virt -> dirt, girt, vi rt libguestfs.x86_64: W: spelling-error %description -l en_US df -> sf, ff, dd libguestfs.x86_64: W: spelling-error %description -l en_US virtualization -> visualization, actualization, vitalization libguestfs.x86_64: W: spelling-error %description -l en_US hostname -> host name, host-name, hostage libguestfs.x86_64: W: spelling-error %description -l en_US qemu -> emu, q emu libguestfs.x86_64: W: spelling-error %description -l en_US filesystem -> file system, file-system, systemically libguestfs.x86_64: W: spelling-error %description -l en_US btrfs -> barfs libguestfs.x86_64: W: spelling-error %description -l en_US qcow -> cow, scow, q cow libguestfs.x86_64: W: spelling-error %description -l en_US vmdk -> vodka libguestfs.x86_64: W: spelling-error %description -l en_US eg -> eh, e, g libguestfs.x86_64: W: spelling-error %description -l en_US guestfish -> guest fish, guest-fish, guesthouse libguestfs.x86_64: W: spelling-error %description -l en_US guestmount -> guest mount, guest-mount, guesthouse libguestfs.x86_64: W: spelling-error %description -l en_US filesystems -> file systems, file-systems, ecosystems libguestfs.x86_64: W: spelling-error %description -l en_US erlang -> angler, anger libguestfs.x86_64: W: spelling-error %description -l en_US gobject -> object, g object libguestfs.x86_64: W: spelling-error %description -l en_US devel -> delve, devil, revel libguestfs.x86_64: W: spelling-error %description -l en_US lua -> la, luau, lea libguestfs.x86_64: W: spelling-error %description -l en_US ocaml -> Occam libguestfs.x86_64: W: spelling-error %description -l en_US perl -> Perl, peel, perk libguestfs.x86_64: W: spelling-error %description -l en_US php -> pp, hp, pep libguestfs-tools-c.x86_64: W: non-conffile-in-etc /etc/bash_completion.d/guestfish-bash-completion.sh libguestfs-tools.x86_64: W: spelling-error %description -l en_US Guestfish -> Guest fish, Guest-fish, Guesthouse libguestfs-tools.x86_64: W: spelling-error %description -l en_US guestmount -> guest mount, guest-mount, guesthouse libguestfs-tools.x86_64: W: spelling-error %description -l en_US filesystems -> file systems, file-systems, ecosystems libguestfs-tools.x86_64: W: spelling-error %description -l en_US Virt -> Dirt, Girt, Vi rt libguestfs-tools.x86_64: W: spelling-error %description -l en_US virt -> dirt, girt, vi rt libguestfs-tools.x86_64: W: spelling-error %description -l en_US df -> sf, ff, dd libguestfs-tools.x86_64: W: spelling-error %description -l en_US doesn -> does, does n libguestfs-tools.x86_64: W: spelling-error %description -l en_US virtualized -> ritualized, visualized, actualized libguestfs-tools.x86_64: W: spelling-error %description -l en_US fs -> sf, gs, fa libguestfs-tools.x86_64: W: spelling-error %description -l en_US filesystem -> file system, file-system, systemically libguestfs-tools.x86_64: W: spelling-error %description -l en_US resize -> reside, re size, re-size libguestfs-tools.x86_64: W: spelling-error %description -l en_US sparsify -> sparsity, Parsifal libguestfs-tools.x86_64: W: spelling-error %description -l en_US sysprep -> spree libguestfs-tools.x86_64: W: spelling-error %description -l en_US unconfigure -> reconfigure, configure, reconfiguration libguestfs-live-service.x86_64: W: summary-not-capitalized C libguestfs live service libguestfs-live-service.x86_64: W: spelling-error %description -l en_US eg -> eh, e, g libguestfs-live-service.x86_64: W: spelling-error %description -l en_US guestfish -> guest fish, guest-fish, guesthouse libguestfs-live-service.x86_64: W: only-non-binary-in-usr-lib perl-Sys-Guestfs.x86_64: E: non-standard-executable-perm /usr/lib64/perl5/vendor_perl/auto/Sys/Guestfs/Guestfs.so 0555L libguestfs-java.x86_64: W: spelling-error %description -l en_US devel -> delve, devil, revel libguestfs-java.x86_64: W: no-documentation libguestfs-java.x86_64: E: library-without-ldconfig-postin /usr/lib64/libguestfs_jni.so.1.21.5 libguestfs-java.x86_64: E: library-without-ldconfig-postun /usr/lib64/libguestfs_jni.so.1.21.5 libguestfs-java-devel.x86_64: W: spelling-error %description -l en_US javadoc -> java doc, java-doc, avocado libguestfs-gobject.x86_64: W: spelling-error %description -l en_US devel -> delve, devil, revel libguestfs-gobject.x86_64: W: no-documentation libguestfs-gobject.x86_64: E: library-without-ldconfig-postin /usr/lib64/libguestfs-gobject-1.0.so.0.0.0 libguestfs-gobject.x86_64: E: library-without-ldconfig-postun /usr/lib64/libguestfs-gobject-1.0.so.0.0.0 14 packages and 0 specfiles checked; 11 errors, 45 warnings. Requires -------- libguestfs-live-service (rpmlib, GLIBC filtered): /bin/sh libacl.so.1()(64bit) libaugeas.so.0()(64bit) libc.so.6()(64bit) libcap.so.2()(64bit) libhivex.so.0()(64bit) libselinux.so.1()(64bit) libyajl.so.2()(64bit) systemd-units libguestfs-java (rpmlib, GLIBC filtered): java jpackage-utils libc.so.6()(64bit) libguestfs libguestfs.so.0()(64bit) libpthread.so.0()(64bit) libguestfs-gobject-devel (rpmlib, GLIBC filtered): gtk-doc libguestfs-gobject libguestfs-man-pages-uk (rpmlib, GLIBC filtered): libguestfs libguestfs-gobject (rpmlib, GLIBC filtered): libc.so.6()(64bit) libguestfs libguestfs.so.0()(64bit) libpthread.so.0()(64bit) libguestfs-tools-c (rpmlib, GLIBC filtered): /bin/bash /bin/vi /usr/bin/hexedit /usr/bin/less /usr/bin/man /usr/bin/qemu-img libc.so.6()(64bit) libconfig.so.9()(64bit) libdl.so.2()(64bit) libfuse.so.2()(64bit) libguestfs libguestfs.so.0()(64bit) libm.so.6()(64bit) libncurses.so.5()(64bit) libpthread.so.0()(64bit) libreadline.so.6()(64bit) libtinfo.so.5()(64bit) libvirt.so.0()(64bit) libxml2.so.2()(64bit) libguestfs (rpmlib, GLIBC filtered): /lib64/rtkaio/librt.so.1 /sbin/ldconfig /usr/lib64/sasl2/libanonymous.so.2 /usr/lib64/sasl2/libsasldb.so.2 acl attr augeas-libs bash binutils btrfs-progs bzip2 coreutils cpio cryptsetup diffutils dosfstools e2fsprogs febootstrap-supermin-helper file findutils fuse gawk gdisk gfs2-utils grep gzip hfsplus-tools icoutils iproute iputils jfsutils kernel kmod ld-linux-x86-64.so.2()(64bit) libBrokenLocale.so.1()(64bit) libacl.so.1()(64bit) libaio.so.1()(64bit) libanl.so.1()(64bit) libatm.so.1()(64bit) libattr.so.1()(64bit) libaudit.so.1()(64bit) libaugeas.so.0()(64bit) libauparse.so.0()(64bit) libblkid.so.1()(64bit) libbz2.so.1()(64bit) libc.so.6()(64bit) libcap libcap-ng.so.0()(64bit) libcap.so.2()(64bit) libcidn.so.1()(64bit) libcom_err.so.2()(64bit) libcrack.so.2()(64bit) libcrypt.so.1()(64bit) libcrypto.so.10()(64bit) libcryptsetup.so.4()(64bit) libcurl.so.4()(64bit) libdb-utils libdbus-1.so.3()(64bit) libdl.so.2()(64bit) libe2p.so.2()(64bit) libedit.so.0()(64bit) libelf.so.1()(64bit) libexpat.so.1()(64bit) libext2fs.so.2()(64bit) libfa.so.1()(64bit) libffi.so.5()(64bit) libffi.so.6()(64bit) libfipscheck.so.1()(64bit) libform.so.5()(64bit) libformw.so.5()(64bit) libfuse.so.2()(64bit) libgcc_s.so.1()(64bit) libgcrypt.so.11()(64bit) libgdbm.so.4()(64bit) libgdbm_compat.so.4()(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgmodule-2.0.so.0()(64bit) libgmp.so.10()(64bit) libgmpxx.so.4()(64bit) libgnutls-extra.so.26()(64bit) libgnutls.so.26()(64bit) libgobject-2.0.so.0()(64bit) libgpg-error.so.0()(64bit) libgssapi_krb5.so.2()(64bit) libgssrpc.so.4()(64bit) libgthread-2.0.so.0()(64bit) libguestfs.so.0()(64bit) libhandle.so.1()(64bit) libhistory.so.6()(64bit) libhivex.so.0()(64bit) libicudata.so.50()(64bit) libicui18n.so.50()(64bit) libicuio.so.50()(64bit) libicule.so.50()(64bit) libiculx.so.50()(64bit) libicutest.so.50()(64bit) libicutu.so.50()(64bit) libicuuc.so.50()(64bit) libidn.so.11()(64bit) libjson-glib-1.0.so.0()(64bit) libk5crypto.so.3()(64bit) libkadm5clnt_mit.so.8()(64bit) libkadm5srv_mit.so.8()(64bit) libkdb5.so.7()(64bit) libkeyutils.so.1()(64bit) libkmod.so.2()(64bit) libkrb5.so.3()(64bit) libkrb5support.so.0()(64bit) liblber-2.4.so.2()(64bit) libldap-2.4.so.2()(64bit) libldap_r-2.4.so.2()(64bit) libldm libldm-1.0.so.0()(64bit) liblzma.so.5()(64bit) liblzo2.so.2()(64bit) libm.so.6()(64bit) libmagic.so.1()(64bit) libmenu.so.5()(64bit) libmenuw.so.5()(64bit) libmicrohttpd.so.10()(64bit) libmount.so.1()(64bit) libncurses.so.5()(64bit) libncursesw.so.5()(64bit) libnilfs.so.0()(64bit) libnilfscleaner.so.0()(64bit) libnilfsgc.so.0()(64bit) libnsl.so.1()(64bit) libnss_compat.so.2()(64bit) libnss_db.so.2()(64bit) libnss_dns.so.2()(64bit) libnss_files.so.2()(64bit) libnss_hesiod.so.2()(64bit) libnss_myhostname.so.2()(64bit) libnss_nis.so.2()(64bit) libnss_nisplus.so.2()(64bit) libp11-kit.so.0()(64bit) libpam.so.0()(64bit) libpam_misc.so.0()(64bit) libpamc.so.0()(64bit) libpanel.so.5()(64bit) libpanelw.so.5()(64bit) libparted-fs-resize.so.0()(64bit) libparted.so.2()(64bit) libpcre.so.1()(64bit) libpcre16.so.0()(64bit) libpcre32.so.0()(64bit) libpcrecpp.so.0()(64bit) libpcreposix.so.0()(64bit) libpopt.so.0()(64bit) libprocps.so.1()(64bit) libpthread.so.0()(64bit) libpwquality.so.1()(64bit) libqrencode.so.3()(64bit) libreadline.so.6()(64bit) libresolv.so.2()(64bit) librols.so.0()(64bit) librpm.so.3()(64bit) librpmio.so.3()(64bit) librt.so.1()(64bit) libsasl2.so.2()(64bit) libselinux libselinux.so.1()(64bit) libsemanage.so.1()(64bit) libsepol.so.1()(64bit) libslapi-2.4.so.2()(64bit) libsqlite3.so.0()(64bit) libss.so.2()(64bit) libssh2.so.1()(64bit) libssl.so.10()(64bit) libstdc++.so.6()(64bit) libsystemd-daemon.so.0()(64bit) libsystemd-id128.so.0()(64bit) libsystemd-journal.so.0()(64bit) libsystemd-login.so.0()(64bit) libtasn1.so.3()(64bit) libthread_db.so.1()(64bit) libtic.so.5()(64bit) libtinfo.so.5()(64bit) libudev.so.1()(64bit) libulockmgr.so.1()(64bit) libusal.so.0()(64bit) libustr-1.0.so.1()(64bit) libutempter.so.0()(64bit) libutil.so.1()(64bit) libuuid.so.1()(64bit) libvirt-daemon-kvm libvirt-daemon-qemu libvirt.so.0()(64bit) libwrap.so.0()(64bit) libxml2 libxml2.so.2()(64bit) libyajl.so.2()(64bit) libz.so.1()(64bit) lsof lsscsi lvm2 lzop mdadm netpbm-progs nilfs-utils ntfs-3g ntfsprogs openssh-clients parted procps psmisc reiserfs-utils rsync scrub selinux-policy strace systemd tar udev util-linux vim-minimal xfsprogs xz yajl zerofree zfs-fuse libguestfs-javadoc (rpmlib, GLIBC filtered): jpackage-utils libguestfs libguestfs-java libguestfs-devel (rpmlib, GLIBC filtered): /bin/bash libguestfs libguestfs-tools-c pkgconfig xz libguestfs-man-pages-ja (rpmlib, GLIBC filtered): libguestfs perl-Sys-Guestfs (rpmlib, GLIBC filtered): /usr/bin/perl libc.so.6()(64bit) libguestfs libguestfs.so.0()(64bit) perl(:MODULE_COMPAT_5.16.2) perl(Carp) perl(Exporter) perl(File::Temp) perl(Locale::TextDomain) perl(Sys::Guestfs) perl(XML::XPath) perl(XSLoader) perl(strict) perl(vars) perl(warnings) lua-guestfs (rpmlib, GLIBC filtered): libc.so.6()(64bit) libguestfs libguestfs.so.0()(64bit) libpthread.so.0()(64bit) lua libguestfs-tools (rpmlib, GLIBC filtered): /usr/bin/perl /usr/bin/qemu-img libc.so.6()(64bit) libdl.so.2()(64bit) libguestfs libguestfs-tools-c libguestfs.so.0()(64bit) libm.so.6()(64bit) libncurses.so.5()(64bit) libtinfo.so.5()(64bit) perl(Data::Dumper) perl(Fcntl) perl(File::Temp) perl(Getopt::Long) perl(Locale::TextDomain) perl(POSIX) perl(Pod::Usage) perl(String::ShellQuote) perl(Sys::Guestfs) perl(Sys::Guestfs::Lib) perl(Sys::Virt) perl(Win::Hivex) perl(XML::Writer) perl(strict) perl(warnings) libguestfs-java-devel (rpmlib, GLIBC filtered): libguestfs libguestfs-java Provides -------- libguestfs-live-service: libguestfs-live-service libguestfs-live-service(x86-64) libguestfs-java: libguestfs-java libguestfs-java(x86-64) libguestfs_jni.so.1()(64bit) libguestfs-gobject-devel: libguestfs-gobject-devel libguestfs-gobject-devel(x86-64) libguestfs-man-pages-uk: libguestfs-man-pages-uk libguestfs-man-pages-uk(x86-64) libguestfs-gobject: libguestfs-gobject libguestfs-gobject(x86-64) libguestfs-gobject-1.0.so.0()(64bit) libguestfs-tools-c: guestfish libguestfs-mount libguestfs-tools-c libguestfs-tools-c(x86-64) libguestfs: bundled(gnulib) libguestfs libguestfs(x86-64) libguestfs.so.0()(64bit) libguestfs-javadoc: libguestfs-javadoc libguestfs-javadoc(x86-64) libguestfs-devel: libguestfs-devel libguestfs-devel(x86-64) libguestfs-man-pages-ja: libguestfs-man-pages-ja libguestfs-man-pages-ja(x86-64) perl-Sys-Guestfs: Guestfs.so()(64bit) perl(Sys::Guestfs) perl(Sys::Guestfs::Lib) perl-Sys-Guestfs perl-Sys-Guestfs(x86-64) perl-libguestfs lua-guestfs: libluaguestfs.so()(64bit) lua-guestfs lua-guestfs(x86-64) libguestfs-tools: libguestfs-tools libguestfs-tools(x86-64) libguestfs-java-devel: libguestfs-java-devel libguestfs-java-devel(x86-64) Unversioned so-files -------------------- perl-Sys-Guestfs: /usr/lib64/perl5/vendor_perl/auto/Sys/Guestfs/Guestfs.so lua-guestfs: /usr/lib64/lua/5.1/guestfs.so MD5-sum check ------------- http://libguestfs.org/download/1.21-development/libguestfs-1.21.5.tar.gz : CHECKSUM(SHA256) this package : 86b5ff4e18b5aeb4afc8e7f1a4471eebaad52b137dbfdf4ea9ee0a4c6d6254bd CHECKSUM(SHA256) upstream package : 86b5ff4e18b5aeb4afc8e7f1a4471eebaad52b137dbfdf4ea9ee0a4c6d6254bd Generated by fedora-review 0.3.1 (903b443) last change: 2012-12-20 Buildroot used: fedora-raw-x86_64 Command line :/home/w0rm/work/projects/fedora-review/try-fedora-review -rpn libguestfs -m fedora-rawhide-x86_64 -v -x CheckRpmlintInstalled,CheckApprovedLicense,CheckContainsLicenseText,CheckLicenseField,CheckLicenseUpstream,CheckReqPkgConfig,CheckBuildCompleted,CheckPackageInstalls,CheckNoNameConflict,CheckBuild,CheckBuildRequires