https://bugzilla.redhat.com/show_bug.cgi?id=458974 Sandro Mani <manisandro@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|nobody@xxxxxxxxxxxxxxxxx |manisandro@xxxxxxxxx Flags| |fedora-review? --- Comment #41 from Sandro Mani <manisandro@xxxxxxxxx> --- Taking for review. Full review below. Main points: ** MUST Items: ** [!]: Provides: bundled(gnulib) in place as required. Note: [x]: Package contains no bundled libraries without FPC exception. -> gnulib ok, add this link to spec: https://fedorahosted.org/fpc/ticket/174, see http://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries [!]: Package must own all directories that it creates. -> Require: hicolor-icon-theme [!]: Only use %_sourcedir in very specific situations. Note: %_sourcedir/$RPM_SOURCE_DIR is used. See https://fedoraproject.org/wiki/Packaging:RPM_Source_Dir See also OCE.src:183: E: use-of-RPM_SOURCE_DIR OCE-foundation.x86_64: W: shared-lib-calls-exit /usr/lib64/libTKernel.so.8.0.0 exit@GLIBC_2.2.5 OCE-foundation.x86_64: W: shared-lib-calls-exit /usr/lib64/libTKAdvTools.so.8.0.0 exit@GLIBC_2.2.5 -> See for instance https://bugzilla.redhat.com/attachment.cgi?id=329912 ** SHOULD Items: ** [!]: Packages should try to preserve timestamps of original installed files. -> Could install %SOURCEx files with -p [x]: Fully versioned dependency in subpackages if applicable. Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in OCE- foundation , OCE-modeling , OCE-ocaf , OCE-visualization , OCE-draw , OCE-devel -> Are automatic, but might be a good to make them explicit Also: OCE-devel.x86_64: W: no-dependency-on OCE/OCE-libs/libOCE OCE.src:303: W: macro-in-comment %{version} ** Extra Items: ** [?]: Large data in /usr/share should live in a noarch subpackage if package is arched. Note: Arch-ed rpms have a total of 4249600 bytes in /usr/share -> Guess 4MB is okay Package Review ============== Legend: [x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated [ ] = Manual review needed ===== MUST items ===== C/C++: [!]: Provides: bundled(gnulib) in place as required. Note: Sources not installed [x]: Package does not contain kernel modules. [x]: Package contains no static executables. [x]: Header files in -devel subpackage, if present. [x]: ldconfig called in %post and %postun if required. [x]: Package does not contain any libtool archives (.la) [x]: Rpath absent or only used for internal libs. [x]: Development (unversioned) .so files in -devel subpackage, if present. 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. [x]: License file installed when any subpackage combination is installed. [!]: Package must own all directories that it creates. -> Require: hicolor-icon-theme Note: Directories without known owners: /usr/share/icons/hicolor/256x256/apps, /usr/share/icons/hicolor/64x64/apps, /usr/share/icons/hicolor/128x128, /usr/share/icons/hicolor/128x128/apps, /usr/share/icons/hicolor/48x48/apps, /usr/share/icons/hicolor/64x64, /usr/share/icons/hicolor/48x48, /usr/share/icons/hicolor/256x256, /usr/share/icons/hicolor [x]: %build honors applicable compiler flags or justifies otherwise. [x]: Package contains no bundled libraries without FPC exception. -> gnulib ok, add this link to spec: https://fedorahosted.org/fpc/ticket/174, see http://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries [x]: Changelog in prescribed format. [x]: Sources contain only permissible code or content. [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. [!]: Only use %_sourcedir in very specific situations. Note: %_sourcedir/$RPM_SOURCE_DIR is used. See https://fedoraproject.org/wiki/Packaging:RPM_Source_Dir [x]: Spec file is legible and written in American English. [-]: Package contains systemd file(s) if in need. [x]: gtk-update-icon-cache is invoked in %postun and %posttrans if package contains icons. Note: icons in OCE-draw [x]: Useful -debuginfo package or justification otherwise. [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 71680 bytes in 10 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 %doc. [x]: Package requires other packages for directories it uses. [x]: Package does not own files or directories owned by other packages. [x]: All build dependencies are listed in BuildRequires, except for any that are listed in the exceptions section of Packaging Guidelines. [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]: Package contains desktop file if it is a GUI application. [x]: Package installs a %{name}.desktop using desktop-file-install or desktop- file-validate if there is such a file. [x]: Package does not contain duplicates in %files. [x]: Permissions on files are set properly. [x]: Package use %makeinstall only when make install' ' DESTDIR=... doesn't work. [x]: Package is named using only allowed ASCII characters. [x]: Package do not use a name that already exist [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 OCE- foundation , OCE-modeling , OCE-ocaf , OCE-visualization , OCE-draw , OCE-devel -> Are automatic, but might be a good to make them explicit [?]: Package functions as described. [x]: Latest version is packaged. [x]: Package does not include license text files separate from upstream. [x]: 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. -> Could install %SOURCEx files with -p [x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file [x]: Sources can be downloaded from URI in Source: tag [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]: Dist tag is present (not strictly required in GL). [x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin. [x]: Uses parallel make %{?_smp_mflags} macro. [x]: SourceX is a working URL. [x]: Spec use %global instead of %define unless justified. ===== 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 4249600 bytes in /usr/share -> Guess 4MB is okay [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: OCE-foundation-0.15-2.fc21.x86_64.rpm OCE-modeling-0.15-2.fc21.x86_64.rpm OCE-ocaf-0.15-2.fc21.x86_64.rpm OCE-visualization-0.15-2.fc21.x86_64.rpm OCE-draw-0.15-2.fc21.x86_64.rpm OCE-devel-0.15-2.fc21.x86_64.rpm OCE-0.15-2.fc21.src.rpm OCE-foundation.x86_64: W: invalid-license LGPLv2 with exception OCE-foundation.x86_64: W: shared-lib-calls-exit /usr/lib64/libTKernel.so.8.0.0 exit@GLIBC_2.2.5 OCE-foundation.x86_64: W: shared-lib-calls-exit /usr/lib64/libTKAdvTools.so.8.0.0 exit@GLIBC_2.2.5 OCE-foundation.x86_64: E: non-executable-script /usr/share/oce-0.15/src/DrawResources/tdoc 0644L /bin/sh OCE-foundation.x86_64: E: non-executable-script /usr/share/oce-0.15/src/DrawResources/mkdoc 0644L /bin/csh OCE-foundation.x86_64: E: non-executable-script /usr/share/oce-0.15/src/DrawResources/idoc 0644L /bin/sh OCE-modeling.x86_64: W: invalid-license LGPLv2 with exception OCE-modeling.x86_64: W: no-documentation OCE-ocaf.x86_64: W: invalid-license LGPLv2 with exception OCE-ocaf.x86_64: W: no-documentation OCE-visualization.x86_64: W: invalid-license LGPLv2 with exception OCE-visualization.x86_64: W: no-documentation OCE-draw.x86_64: W: invalid-license LGPLv2 with exception OCE-devel.x86_64: W: no-dependency-on OCE/OCE-libs/libOCE OCE-devel.x86_64: W: invalid-license LGPLv2 with exception OCE.src: W: invalid-license LGPLv2 with exception OCE.src:183: E: use-of-RPM_SOURCE_DIR OCE.src:303: W: macro-in-comment %{version} 7 packages and 0 specfiles checked; 4 errors, 14 warnings. Rpmlint (installed packages) ---------------------------- # rpmlint OCE-modeling OCE-devel OCE-foundation OCE-draw OCE-ocaf OCE-visualization (none): E: no installed packages by name OCE-modeling (none): E: no installed packages by name OCE-devel (none): E: no installed packages by name OCE-foundation (none): E: no installed packages by name OCE-draw (none): E: no installed packages by name OCE-ocaf (none): E: no installed packages by name OCE-visualization 0 packages and 0 specfiles checked; 0 errors, 0 warnings. # echo 'rpmlint-done:' Requires -------- OCE-modeling (rpmlib, GLIBC filtered): /sbin/ldconfig libPTKernel.so.8()(64bit) libTKBO.so.8()(64bit) libTKBRep.so.8()(64bit) libTKBin.so.8()(64bit) libTKBinL.so.8()(64bit) libTKBool.so.8()(64bit) libTKCAF.so.8()(64bit) libTKCDF.so.8()(64bit) libTKG2d.so.8()(64bit) libTKG3d.so.8()(64bit) libTKGeomAlgo.so.8()(64bit) libTKGeomBase.so.8()(64bit) libTKHLR.so.8()(64bit) libTKIGES.so.8()(64bit) libTKLCAF.so.8()(64bit) libTKMath.so.8()(64bit) libTKMesh.so.8()(64bit) libTKPLCAF.so.8()(64bit) libTKPShape.so.8()(64bit) libTKPrim.so.8()(64bit) libTKSTEP.so.8()(64bit) libTKSTEP209.so.8()(64bit) libTKSTEPAttr.so.8()(64bit) libTKSTEPBase.so.8()(64bit) libTKService.so.8()(64bit) libTKShHealing.so.8()(64bit) libTKShapeSchema.so.8()(64bit) libTKStdLSchema.so.8()(64bit) libTKStdSchema.so.8()(64bit) libTKTopAlgo.so.8()(64bit) libTKV3d.so.8()(64bit) libTKXCAF.so.8()(64bit) libTKXSBase.so.8()(64bit) libTKXml.so.8()(64bit) libTKXmlL.so.8()(64bit) libTKernel.so.8()(64bit) libc.so.6()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.1)(64bit) libtbb.so.2()(64bit) rtld(GNU_HASH) OCE-devel (rpmlib, GLIBC filtered): OCE-foundation(x86-64) OCE-modeling(x86-64) OCE-ocaf(x86-64) OCE-visualization(x86-64) libFWOSPlugin.so.8()(64bit) libPTKernel.so.8()(64bit) libTKAdvTools.so.8()(64bit) libTKBO.so.8()(64bit) libTKBRep.so.8()(64bit) libTKBin.so.8()(64bit) libTKBinL.so.8()(64bit) libTKBinTObj.so.8()(64bit) libTKBinXCAF.so.8()(64bit) libTKBool.so.8()(64bit) libTKCAF.so.8()(64bit) libTKCDF.so.8()(64bit) libTKDCAF.so.8()(64bit) libTKDraw.so.8()(64bit) libTKFeat.so.8()(64bit) libTKFillet.so.8()(64bit) libTKG2d.so.8()(64bit) libTKG3d.so.8()(64bit) libTKGeomAlgo.so.8()(64bit) libTKGeomBase.so.8()(64bit) libTKHLR.so.8()(64bit) libTKIGES.so.8()(64bit) libTKLCAF.so.8()(64bit) libTKMath.so.8()(64bit) libTKMesh.so.8()(64bit) libTKMeshVS.so.8()(64bit) libTKNIS.so.8()(64bit) libTKOffset.so.8()(64bit) libTKOpenGl.so.8()(64bit) libTKPCAF.so.8()(64bit) libTKPLCAF.so.8()(64bit) libTKPShape.so.8()(64bit) libTKPrim.so.8()(64bit) libTKSTEP.so.8()(64bit) libTKSTEP209.so.8()(64bit) libTKSTEPAttr.so.8()(64bit) libTKSTEPBase.so.8()(64bit) libTKSTL.so.8()(64bit) libTKService.so.8()(64bit) libTKShHealing.so.8()(64bit) libTKShapeSchema.so.8()(64bit) libTKStdLSchema.so.8()(64bit) libTKStdSchema.so.8()(64bit) libTKTObj.so.8()(64bit) libTKTObjDRAW.so.8()(64bit) libTKTopAlgo.so.8()(64bit) libTKTopTest.so.8()(64bit) libTKV3d.so.8()(64bit) libTKVRML.so.8()(64bit) libTKViewerTest.so.8()(64bit) libTKVoxel.so.8()(64bit) libTKXCAF.so.8()(64bit) libTKXCAFSchema.so.8()(64bit) libTKXDEDRAW.so.8()(64bit) libTKXDEIGES.so.8()(64bit) libTKXDESTEP.so.8()(64bit) libTKXMesh.so.8()(64bit) libTKXSBase.so.8()(64bit) libTKXSDRAW.so.8()(64bit) libTKXml.so.8()(64bit) libTKXmlL.so.8()(64bit) libTKXmlTObj.so.8()(64bit) libTKXmlXCAF.so.8()(64bit) libTKernel.so.8()(64bit) OCE-foundation (rpmlib, GLIBC filtered): /sbin/ldconfig libTKernel.so.8()(64bit) libc.so.6()(64bit) libdl.so.2()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.1)(64bit) libtbbmalloc.so.2()(64bit) rtld(GNU_HASH) OCE-draw (rpmlib, GLIBC filtered): /bin/sh libGL.so.1()(64bit) libTKBO.so.8()(64bit) libTKBRep.so.8()(64bit) libTKBool.so.8()(64bit) libTKCAF.so.8()(64bit) libTKCDF.so.8()(64bit) libTKDCAF.so.8()(64bit) libTKDraw.so.8()(64bit) libTKFeat.so.8()(64bit) libTKFillet.so.8()(64bit) libTKG2d.so.8()(64bit) libTKG3d.so.8()(64bit) libTKGeomAlgo.so.8()(64bit) libTKGeomBase.so.8()(64bit) libTKHLR.so.8()(64bit) libTKIGES.so.8()(64bit) libTKLCAF.so.8()(64bit) libTKMath.so.8()(64bit) libTKMesh.so.8()(64bit) libTKMeshVS.so.8()(64bit) libTKNIS.so.8()(64bit) libTKOffset.so.8()(64bit) libTKOpenGl.so.8()(64bit) libTKPrim.so.8()(64bit) libTKSTEP.so.8()(64bit) libTKSTEPBase.so.8()(64bit) libTKSTL.so.8()(64bit) libTKService.so.8()(64bit) libTKShHealing.so.8()(64bit) libTKTObj.so.8()(64bit) libTKTopAlgo.so.8()(64bit) libTKV3d.so.8()(64bit) libTKVRML.so.8()(64bit) libTKViewerTest.so.8()(64bit) libTKVoxel.so.8()(64bit) libTKXCAF.so.8()(64bit) libTKXDEIGES.so.8()(64bit) libTKXDESTEP.so.8()(64bit) libTKXSBase.so.8()(64bit) libTKXSDRAW.so.8()(64bit) libTKernel.so.8()(64bit) libX11.so.6()(64bit) libc.so.6()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.1)(64bit) libtcl8.5.so()(64bit) libtk8.5.so()(64bit) rtld(GNU_HASH) OCE-ocaf (rpmlib, GLIBC filtered): /sbin/ldconfig libPTKernel.so.8()(64bit) libTKBO.so.8()(64bit) libTKBRep.so.8()(64bit) libTKBinL.so.8()(64bit) libTKCAF.so.8()(64bit) libTKCDF.so.8()(64bit) libTKG2d.so.8()(64bit) libTKG3d.so.8()(64bit) libTKGeomBase.so.8()(64bit) libTKLCAF.so.8()(64bit) libTKMath.so.8()(64bit) libTKPCAF.so.8()(64bit) libTKPLCAF.so.8()(64bit) libTKPShape.so.8()(64bit) libTKShapeSchema.so.8()(64bit) libTKStdLSchema.so.8()(64bit) libTKTObj.so.8()(64bit) libTKTopAlgo.so.8()(64bit) libTKV3d.so.8()(64bit) libTKXmlL.so.8()(64bit) libTKernel.so.8()(64bit) libc.so.6()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.1)(64bit) rtld(GNU_HASH) OCE-visualization (rpmlib, GLIBC filtered): /sbin/ldconfig libGL.so.1()(64bit) libGLU.so.1()(64bit) libTKBRep.so.8()(64bit) libTKG2d.so.8()(64bit) libTKG3d.so.8()(64bit) libTKGeomAlgo.so.8()(64bit) libTKGeomBase.so.8()(64bit) libTKHLR.so.8()(64bit) libTKMath.so.8()(64bit) libTKMesh.so.8()(64bit) libTKService.so.8()(64bit) libTKShHealing.so.8()(64bit) libTKTopAlgo.so.8()(64bit) libTKV3d.so.8()(64bit) libTKernel.so.8()(64bit) libX11.so.6()(64bit) libc.so.6()(64bit) libfreeimage.so.3()(64bit) libfreetype.so.6()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgl2ps.so.1()(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.1)(64bit) rtld(GNU_HASH) Provides -------- OCE-modeling: OCE-modeling OCE-modeling(x86-64) libTKBO.so.8()(64bit) libTKBRep.so.8()(64bit) libTKBinXCAF.so.8()(64bit) libTKBool.so.8()(64bit) libTKFeat.so.8()(64bit) libTKFillet.so.8()(64bit) libTKG2d.so.8()(64bit) libTKG3d.so.8()(64bit) libTKGeomAlgo.so.8()(64bit) libTKGeomBase.so.8()(64bit) libTKHLR.so.8()(64bit) libTKIGES.so.8()(64bit) libTKMesh.so.8()(64bit) libTKOffset.so.8()(64bit) libTKPrim.so.8()(64bit) libTKSTEP.so.8()(64bit) libTKSTEP209.so.8()(64bit) libTKSTEPAttr.so.8()(64bit) libTKSTEPBase.so.8()(64bit) libTKSTL.so.8()(64bit) libTKShHealing.so.8()(64bit) libTKTopAlgo.so.8()(64bit) libTKVRML.so.8()(64bit) libTKXCAF.so.8()(64bit) libTKXCAFSchema.so.8()(64bit) libTKXDEIGES.so.8()(64bit) libTKXDESTEP.so.8()(64bit) libTKXMesh.so.8()(64bit) libTKXSBase.so.8()(64bit) libTKXmlXCAF.so.8()(64bit) OCE-devel: OCE-devel OCE-devel(x86-64) OCE-foundation: OCE-foundation OCE-foundation(x86-64) libTKAdvTools.so.8()(64bit) libTKMath.so.8()(64bit) libTKernel.so.8()(64bit) OCE-draw: OCE-draw OCE-draw(x86-64) application() application(opencascade-draw.desktop) libTKDCAF.so.8()(64bit) libTKDraw.so.8()(64bit) libTKTObjDRAW.so.8()(64bit) libTKTopTest.so.8()(64bit) libTKViewerTest.so.8()(64bit) libTKXDEDRAW.so.8()(64bit) libTKXSDRAW.so.8()(64bit) OCE-ocaf: OCE-ocaf OCE-ocaf(x86-64) libFWOSPlugin.so.8()(64bit) libPTKernel.so.8()(64bit) libTKBin.so.8()(64bit) libTKBinL.so.8()(64bit) libTKBinTObj.so.8()(64bit) libTKCAF.so.8()(64bit) libTKCDF.so.8()(64bit) libTKLCAF.so.8()(64bit) libTKPCAF.so.8()(64bit) libTKPLCAF.so.8()(64bit) libTKPShape.so.8()(64bit) libTKShapeSchema.so.8()(64bit) libTKStdLSchema.so.8()(64bit) libTKStdSchema.so.8()(64bit) libTKTObj.so.8()(64bit) libTKXml.so.8()(64bit) libTKXmlL.so.8()(64bit) libTKXmlTObj.so.8()(64bit) OCE-visualization: OCE-visualization OCE-visualization(x86-64) libTKMeshVS.so.8()(64bit) libTKNIS.so.8()(64bit) libTKOpenGl.so.8()(64bit) libTKService.so.8()(64bit) libTKV3d.so.8()(64bit) libTKVoxel.so.8()(64bit) Source checksums ---------------- https://github.com/tpaviot/oce/archive/29a47efd7b37b11dcf7aabc9d4e725be5eb0c9ed/OCE-0.15.tar.gz : CHECKSUM(SHA256) this package : 9b2d8607615dcb542c0b4a220f3a0549e80cf68ea9574799b2e7c5f6cf8b814a CHECKSUM(SHA256) upstream package : 9b2d8607615dcb542c0b4a220f3a0549e80cf68ea9574799b2e7c5f6cf8b814a Generated by fedora-review 0.5.1 (bb9bf27) last change: 2013-12-13 Command line :/usr/bin/fedora-review -b 458974 -o--enable-plugin=tmpfs Buildroot used: fedora-rawhide-x86_64 Active plugins: Generic, Shell-api, C/C++ Disabled plugins: Java, Python, fonts, SugarActivity, Ocaml, Perl, Haskell, R, PHP, Ruby Disabled flags: EXARCH, EPEL5, BATCH, DISTTAG -- You are receiving this mail because: You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review