Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=877651 --- Comment #45 from Jerry James <loganjerry@xxxxxxxxx> --- Here's a run of fedora-review, noting a few problems that need to be fixed. Issues, in no particular order: 1. The jpackage-utils and javadoc warnings are due to jmol and sage3d; the Java packaging guidelines need to be followed for those portions. 2. Should the -doc subpackages be noarch? How about the -data subpackages? 3. The build isn't using the right build flags. The build log shows: + pushd spkg/build/sage-5.6 + pushd c_lib + CXX=g++ + UNAME=Linux + SAGE64=auto + scons scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... gcc -o src/convert.os -c -fPIC -I/builddir/build/BUILDROOT/sagemath-5.6-4.fc19.x86_64/usr/lib64/sagemath/local/include -I/builddir/build/BUILDROOT/sagemath-5.6-4.fc19.x86_64/usr/lib64/sagemath/local/include/python2.7 -I/builddir/build/BUILDROOT/sagemath-5.6-4.fc19.x86_64/usr/lib64/sagemath/local/include/NTL -Iinclude src/convert.c ... followed by more files compiled without the correct flags. I see more compilations in other directories later in the build log with the same problem. 4. The bundling issue still needs to be resolved. 5. The license check looks okay, except it flags one file with an Apache license. I think this is okay, because that file is only used for testing and does not contribute to the binary RPMs, right? 6. The license breakdown needs to be explained in a comment; See https://fedoraproject.org/wiki/Packaging:LicensingGuidelines#Multiple_Licensing_Scenarios 7. Since the main package installs an icon, it needs this: https://fedoraproject.org/wiki/Packaging:ScriptletSnippets#Icon_Cache 8. %{_libdir}/sagemath/share is owned by the main package, but the main package puts no contents into it. It appears to be used only by the sagemath-data-foo packages, so shouldn't sagemath-data own it? 9. Empty directories in the sagemath-data-extcode package, some of which are the only items in their parent directories: - %{_libdir}/sagemath/share/extcode/MuPAD/user - %{_libdir}/sagemath/share/extcode/QEPCAD - %{_libdir}/sagemath/share/extcode/gap/user - %{_libdir}/sagemath/share/extcode/genus2reduction - %{_libdir}/sagemath/share/extcode/gnuplot - %{_libdir}/sagemath/share/extcode/kash/user - %{_libdir}/sagemath/share/extcode/macaulay2/user - %{_libdir}/sagemath/share/extcode/magma/ell_padic - %{_libdir}/sagemath/share/extcode/magma/padic_height - %{_libdir}/sagemath/share/extcode/maple/user - %{_libdir}/sagemath/share/extcode/mathematica/user - %{_libdir}/sagemath/share/extcode/matlab/user - %{_libdir}/sagemath/share/extcode/octave/user - %{_libdir}/sagemath/share/extcode/pari/user - %{_libdir}/sagemath/share/extcode/scilab/user - %{_libdir}/sagemath/share/extcode/sobj 10. The main package Requires: jmol, but then sagemath-notebook includes both JmolApplet.jar, from the jmol package, and vecmath.jar, from the vecmath package. What is going on here? 11. Binary eggs need to be removed in %prep: - spkg/build/sagenb-0.10.2/src/sagenb/sagenb.egg-info 12. The complaint below about fonts is due to some TeX fonts in sagemath-notebook, which need to be handled according to the Fonts Policy: https://fedoraproject.org/wiki/Packaging:FontsPolicy 13. Patches should have an explanatory comment: https://fedoraproject.org/wiki/Packaging:Guidelines#All_patches_should_have_an_upstream_bug_link_or_comment 14. Add -p to the cp command on line 827 of the spec file (for the "preserves timestamps" issue) 15. I see some locale-specific files, but don't see this in use: https://fedoraproject.org/wiki/Packaging:Guidelines#Handling_Locale_Files 16. Spelling: donwload_tarball -> download_tarball 17. I know that many of the rpmlint complaints are innocuous, but a few should be handled, including these: - sagemath-sagetex.x86_64: W: one-line-command-in-%post /usr/bin/mktexlsr - sagemath.src: W: strange-permission testjava.sh 0755L - sagemath.src:648: W: rpm-buildroot-usage %prep rm -rf %{buildroot} - sagemath.src:1305: W: macro-in-%changelog %{name} - sagemath.src:506: W: mixed-use-of-spaces-and-tabs (spaces: line 506, tab: line 3) - sagemath-core.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libcsage.so /lib64/libm.so.6 I *think* that the other issues flagged by fedora-review aren't really issues, but check them anyway and let me know what you think. Package Review ============== Key: [x] = Pass [!] = Fail [-] = Not applicable [?] = Not evaluated [ ] = Manual review needed Issues: ======= [!]: Packages have proper BuildRequires/Requires on jpackage-utils See: https://fedoraproject.org/wiki/Packaging:Java [!]: Javadocs are placed in %{_javadocdir}/%{name} (no -%{version} symlink) Note: No javadoc subpackage present See: https://fedoraproject.org/wiki/Packaging:Java#Javadoc_installation [!]: Fully versioned dependency in subpackages, if present. Note: Missing: 'Requires: %%{name} =' in: %package data- conway_polynomials, %package rubiks, %package doc, %package doc-fr, %package data-graphs, %package devel, %package data, %package doc-pt, %package data-elliptic_curves, %package doc-en, %package data-extcode, %package notebook, %package sagetex, %package doc-de, %package data- polytopes_db, %package core, %package doc-ru, %package doc-tr See: http://fedoraproject.org/wiki/Packaging/Guidelines#RequiringBasePackage [!]: Development (unversioned) .so files in -devel subpackage, if present. Note: Unversioned so-files directly in %_libdir. See: http://fedoraproject.org/wiki/Packaging/Guidelines#DevelPackages [!]: 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. Note: Cannot find LICENSE in rpm(s) See: http://fedoraproject.org/wiki/Packaging/LicensingGuidelines#License_Text [!]: Javadoc documentation files are generated and included in -javadoc subpackage Note: No javadoc subpackage present See: https://fedoraproject.org/wiki/Packaging:Java#Javadoc_installation [!]: Javadoc subpackages have Requires: jpackage-utils See: https://fedoraproject.org/wiki/Packaging:Java ===== MUST items ===== C/C++: [x]: Header files in -devel subpackage, if present. [x]: Package does not contain any libtool archives (.la) [x]: Package does not contain kernel modules. [x]: Package contains no static executables. [x]: Rpath absent or only used for internal libs. [!]: Development (unversioned) .so files in -devel subpackage, if present. Note: Unversioned so-files directly in %_libdir. 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]: Package successfully compiles and builds into binary rpms on at least one supported primary architecture. [!]: %build honors applicable compiler flags or justifies otherwise. [x]: All build dependencies are listed in BuildRequires, except for any that are listed in the exceptions section of Packaging Guidelines. [!]: Package contains no bundled libraries. [x]: Changelog in prescribed format. [x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the beginning of %install. [x]: Sources contain only permissible code or content. [x]: Each %files section contains %defattr if rpm < 4.4 [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 if there is such a file. [x]: Development files must be in a -devel package [x]: Package requires other packages for directories it uses. [x]: Package uses nothing in %doc for runtime. [x]: Package is not known to require ExcludeArch. [x]: Package does not contain duplicates in %files. [x]: Permissions on files are set properly. [x]: Fully versioned dependency in subpackages, if present. Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in %package data-conway_polynomials, %package rubiks, %package doc, %package doc-fr, %package data-graphs, %package devel, %package data, %package doc-pt, %package data-elliptic_curves, %package doc-en, %package data-extcode, %package notebook, %package sagetex, %package doc-de, %package data- polytopes_db, %package core, %package doc-ru, %package doc-tr [x]: Package complies to the Packaging Guidelines [x]: Spec file lacks Packager, Vendor, PreReq tags. [!]: 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. Note: Cannot find LICENSE in rpm(s) [x]: License field in the package spec file matches the actual license. Note: Checking patched sources after %prep for licenses. Licenses found: "Apache (v2.0)", "GPL (v2 or later)", "Unknown or generated", "MIT/X11 (BSD like)", "*No copyright* PSF (v2.)", "GPL (v2 or later) (with incorrect FSF address)", "BSD (3 clause)", "BSD (2 clause)", "LGPL (v2.1 or later)". 9 files have unknown license. Detailed output of licensecheck in /home/jamesjer/877651-sagemath/licensecheck.txt [x]: License file installed when any subpackage combination is installed. [x]: Package consistently uses macro is (instead of hard-coded directory names). [!]: If the package is under multiple licenses, the licensing breakdown must be documented in the spec. [x]: Package is named using only allowed ASCII characters. [x]: Package is named according to the Package Naming Guidelines. [x]: Package does not generate any conflict. Note: Package contains no Conflicts: tag(s) [x]: Package do not use a name that already exist [x]: Package obeys FHS, except libexecdir and /usr/target. [x]: If the package is a rename of another package, proper Obsoletes and Provides are present. [!]: Package must own all directories that it creates. [x]: Package does not own files or directories owned by other packages. [x]: Package installs properly. [x]: Package is not relocatable. [x]: Requires correct, justified where necessary. [x]: CheckResultdir [x]: Rpmlint is run on all rpms the build produces. Note: There are rpmlint messages (see attachment). [x]: Sources used to build the package match the upstream source, as provided in the spec URL. [x]: Spec file is legible and written in American English. [x]: Spec file name must match the spec package %{name}, in the format %{name}.spec. [x]: Package contains systemd file(s) if in need. [x]: File names are valid UTF-8. [x]: Useful -debuginfo package or justification otherwise. [x]: Large documentation must go in a -doc subpackage. Note: Documentation size is 409600 bytes in 5 files. [x]: Packages must not store files under /srv, /opt or /usr/local Java: [!]: Packages have proper BuildRequires/Requires on jpackage-utils [!]: Fully versioned dependency in subpackages, if present. Note: Missing: 'Requires: %%{name} =' in: %package data- conway_polynomials, %package rubiks, %package doc, %package doc-fr, %package data-graphs, %package devel, %package data, %package doc-pt, %package data-elliptic_curves, %package doc-en, %package data-extcode, %package notebook, %package sagetex, %package doc-de, %package data- polytopes_db, %package core, %package doc-ru, %package doc-tr [!]: Javadoc documentation files are generated and included in -javadoc subpackage Note: No javadoc subpackage present [!]: Javadoc subpackages have Requires: jpackage-utils [!]: Javadocs are placed in %{_javadocdir}/%{name} (no -%{version} symlink) Note: No javadoc subpackage present [x]: Bundled jar/class files should be removed before build Maven: [x]: Old add_to_maven_depmap macro is not being used [x]: If package contains pom.xml files install it (including depmaps) even when building with ant Python: [x]: Package contains BR: python2-devel or python3-devel [!]: Binary eggs must be removed in %prep Note: Cannot find sources under BUILD (using prebuilt sources?) [x]: Python eggs must not download any dependencies during the build process. [x]: A package which is used by another package via an egg interface should provide egg info. [x]: Package meets the Packaging Guidelines::Python ===== SHOULD items ===== Generic: [x]: Reviewer should test that the package builds in mock. [x]: Buildroot is not present [!]: Avoid bundling fonts in non-fonts packages. Note: Package contains font files [x]: Package has no %clean section with rm -rf %{buildroot} (or $RPM_BUILD_ROOT) [!]: 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]: Dist tag is present. [x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin. [x]: Final provides and requires are sane (rpm -q --provides and rpm -q --requires). [x]: Package functions as described. [x]: Latest version is packaged. [x]: Package does not include license text files separate from upstream. [!]: Patches link to upstream bugs/comments/lists or are otherwise justified. [x]: The placement of pkgconfig(.pc) files are correct. [x]: Scriptlets must be sane, if used. [x]: SourceX tarball generation or download is documented. [!]: SourceX / PatchY prefixed with %{name}. Note: Source2 (makecmds.sty) Source3 (Jmol.js) Source0 (sage-5.6.tar) Source1 (gprc.expect) Source4 (JmolHelp.html) Source5 (testjava.sh) Patch16 (trac_12822_pt_translation_of_tutorial.patch) Patch17 (trac_12822_pt_translation_of_tutorial_rev1.patch) Patch15 (trac_12502_pt_translation_of_a_tour_of_sage_rebase1.patch) [x]: SourceX is a working URL. [x]: 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. [x]: Spec use %global instead of %define. Java: [!]: Package has BuildArch: noarch (if possible) [x]: Package uses upstream build method (ant/maven/etc.) ===== EXTRA items ===== Generic: [x]: Rpmlint is run on all installed packages. Note: There are rpmlint messages (see attachment). [x]: Spec file according to URL is the same as in SRPM. [x]: Large data in /usr/share should live in a noarch subpackage if package is arched. Rpmlint ------- Checking: sagemath-sagetex-5.6-4.fc19.x86_64.rpm sagemath-doc-tr-5.6-4.fc19.x86_64.rpm sagemath-data-extcode-5.6-4.fc19.x86_64.rpm sagemath-doc-5.6-4.fc19.x86_64.rpm sagemath-data-elliptic_curves-5.6-4.fc19.x86_64.rpm sagemath-data-graphs-5.6-4.fc19.x86_64.rpm sagemath-doc-pt-5.6-4.fc19.x86_64.rpm sagemath-data-conway_polynomials-5.6-4.fc19.x86_64.rpm sagemath-data-polytopes_db-5.6-4.fc19.x86_64.rpm sagemath-doc-fr-5.6-4.fc19.x86_64.rpm sagemath-devel-5.6-4.fc19.x86_64.rpm sagemath-doc-en-5.6-4.fc19.x86_64.rpm sagemath-core-5.6-4.fc19.x86_64.rpm sagemath-doc-ru-5.6-4.fc19.x86_64.rpm sagemath-5.6-4.fc19.src.rpm sagemath-rubiks-5.6-4.fc19.x86_64.rpm sagemath-notebook-5.6-4.fc19.x86_64.rpm sagemath-debuginfo-5.6-4.fc19.x86_64.rpm sagemath-data-5.6-4.fc19.x86_64.rpm sagemath-5.6-4.fc19.x86_64.rpm sagemath-doc-de-5.6-4.fc19.x86_64.rpm sagemath-sagetex.x86_64: W: one-line-command-in-%post /usr/bin/mktexlsr sagemath-doc-tr.x86_64: W: only-non-binary-in-usr-lib sagemath-doc-tr.x86_64: W: no-documentation sagemath-data-extcode.x86_64: W: only-non-binary-in-usr-lib sagemath-data-extcode.x86_64: W: no-documentation sagemath-data-extcode.x86_64: W: dangling-symlink /usr/lib64/sagemath/share/extcode/sage /usr/lib64/python2.7/site-packages sagemath-doc.x86_64: W: only-non-binary-in-usr-lib sagemath-doc.x86_64: W: no-documentation sagemath-data-elliptic_curves.x86_64: W: only-non-binary-in-usr-lib sagemath-data-elliptic_curves.x86_64: W: no-documentation sagemath-data-graphs.x86_64: W: only-non-binary-in-usr-lib sagemath-data-graphs.x86_64: W: no-documentation sagemath-doc-pt.x86_64: W: only-non-binary-in-usr-lib sagemath-doc-pt.x86_64: W: no-documentation sagemath-data-conway_polynomials.x86_64: W: only-non-binary-in-usr-lib sagemath-data-conway_polynomials.x86_64: W: no-documentation sagemath-data-polytopes_db.x86_64: W: spelling-error Summary(en_US) polytopes -> polytheist sagemath-data-polytopes_db.x86_64: W: spelling-error %description -l en_US polytopes -> polytheist sagemath-data-polytopes_db.x86_64: W: spelling-error %description -l en_US polytope -> polythene sagemath-data-polytopes_db.x86_64: W: only-non-binary-in-usr-lib sagemath-data-polytopes_db.x86_64: W: no-documentation sagemath-doc-fr.x86_64: W: only-non-binary-in-usr-lib sagemath-doc-fr.x86_64: W: no-documentation sagemath-devel.x86_64: W: no-documentation sagemath-doc-en.x86_64: W: only-non-binary-in-usr-lib sagemath-doc-en.x86_64: W: no-documentation sagemath-core.x86_64: W: no-soname /usr/lib64/libcsage.so sagemath-core.x86_64: W: shared-lib-calls-exit /usr/lib64/libcsage.so exit@GLIBC_2.2.5 sagemath-core.x86_64: W: no-documentation sagemath-core.x86_64: E: zero-length /usr/lib64/python2.7/site-packages/sage/server/notebook/compress/all.py sagemath-core.x86_64: E: zero-length /usr/lib64/python2.7/site-packages/sage/libs/pari/to_gen.pxi sagemath-core.x86_64: E: zero-length /usr/lib64/python2.7/site-packages/sage/misc/test_cpickle_sage.py sagemath-core.x86_64: W: dangling-symlink /usr/lib64/sagemath/devel/sage /usr/lib64/python2.7/site-packages sagemath-doc-ru.x86_64: W: only-non-binary-in-usr-lib sagemath-doc-ru.x86_64: W: no-documentation sagemath.src: W: strange-permission testjava.sh 0755L sagemath.src:648: W: rpm-buildroot-usage %prep rm -rf %{buildroot} sagemath.src:651: W: rpm-buildroot-usage %prep export SAGE_ROOT=%{buildroot}%{SAGE_ROOT} sagemath.src:652: W: rpm-buildroot-usage %prep export SAGE_LOCAL=%{buildroot}%{SAGE_LOCAL} sagemath.src:653: W: rpm-buildroot-usage %prep export SAGE_DEVEL=%{buildroot}%{SAGE_DEVEL} sagemath.src:674: W: rpm-buildroot-usage %build export SAGE_ROOT=%{buildroot}%{SAGE_ROOT} sagemath.src:675: W: rpm-buildroot-usage %build export SAGE_LOCAL=%{buildroot}%{SAGE_LOCAL} sagemath.src:676: W: rpm-buildroot-usage %build export SAGE_DEVEL=%{buildroot}%{SAGE_DEVEL} sagemath.src:679: W: rpm-buildroot-usage %build export DESTDIR=%{buildroot} sagemath.src:684: W: rpm-buildroot-usage %build export PATH=%{buildroot}%{_bindir}:$PATH sagemath.src:685: W: rpm-buildroot-usage %build export PYTHONPATH=%{buildroot}%{python_sitearch}:$PYTHONPATH sagemath.src:689: W: rpm-buildroot-usage %build %__python setup.py install --root=%{buildroot} sagemath.src:695: W: rpm-buildroot-usage %build %__python setup.py install --root=%{buildroot} sagemath.src:1305: W: macro-in-%changelog %{name} sagemath.src:1306: W: macro-in-%changelog %{name} sagemath.src:1307: W: macro-in-%changelog %{name} sagemath.src:1308: W: macro-in-%changelog %{name} sagemath.src:1309: W: macro-in-%changelog %{name} sagemath.src:1310: W: macro-in-%changelog %{name} sagemath.src:1311: W: macro-in-%changelog %{name} sagemath.src:1312: W: macro-in-%changelog %{name} sagemath.src:1313: W: macro-in-%changelog %{name} sagemath.src:1314: W: macro-in-%changelog %{name} sagemath.src:1315: W: macro-in-%changelog %{name} sagemath.src:1316: W: macro-in-%changelog %{name} sagemath.src:1319: W: macro-in-%changelog %{name} sagemath.src:1320: W: macro-in-%changelog %{name} sagemath.src:1321: W: macro-in-%changelog %{name} sagemath.src:1322: W: macro-in-%changelog %{name} sagemath.src:1323: W: macro-in-%changelog %{name} sagemath.src:506: W: mixed-use-of-spaces-and-tabs (spaces: line 506, tab: line 3) sagemath.src: W: invalid-url Source0: sage-5.6.tar sagemath-rubiks.x86_64: W: spelling-error %description -l en_US contributers -> contributes, contributors, contribute rs sagemath-rubiks.x86_64: W: spelling-error %description -l en_US pre -> per, ore, pee sagemath-rubiks.x86_64: W: spelling-error %description -l en_US iteratively -> alliteratively, imperatively, interactively sagemath-rubiks.x86_64: W: no-documentation sagemath-notebook.x86_64: W: no-documentation sagemath-notebook.x86_64: W: dangling-symlink /usr/lib64/python2.7/site-packages/sagenb/data/sage3d/sage3d /usr/lib64/sagemath/local/bin/sage3d sagemath-notebook.x86_64: W: dangling-symlink /usr/lib64/python2.7/site-packages/sagenb/data/jmol/JmolApplet.jar /usr/share/java/JmolApplet.jar sagemath-notebook.x86_64: W: dangling-symlink /usr/lib64/python2.7/site-packages/sagenb/data/jmol/vecmath.jar /usr/share/java/vecmath.jar sagemath-notebook.x86_64: W: file-not-in-%lang /usr/lib64/python2.7/site-packages/sagenb/translations/cs_CZ/LC_MESSAGES/messages.mo sagemath-notebook.x86_64: W: file-not-in-%lang /usr/lib64/python2.7/site-packages/sagenb/translations/de_AT/LC_MESSAGES/messages.mo sagemath-notebook.x86_64: W: file-not-in-%lang /usr/lib64/python2.7/site-packages/sagenb/translations/pt_BR/LC_MESSAGES/messages.mo sagemath-notebook.x86_64: W: file-not-in-%lang /usr/lib64/python2.7/site-packages/sagenb/translations/ru_RU/LC_MESSAGES/messages.mo sagemath-data.x86_64: W: no-documentation sagemath.x86_64: E: explicit-lib-dependency lrslib sagemath.x86_64: E: explicit-lib-dependency python-matplotlib sagemath.x86_64: W: dangling-symlink /usr/lib64/sagemath/local/bin/gap_stamp /usr/bin/gap sagemath.x86_64: W: dangling-symlink /usr/lib64/sagemath/local/share /usr/share sagemath.x86_64: W: dangling-symlink /usr/lib64/sagemath/local/include /usr/include sagemath.x86_64: W: dangling-symlink /usr/lib64/sagemath/local/bin/sage_pari /usr/bin/gp sagemath.x86_64: W: dangling-symlink /usr/lib64/sagemath/local/bin/ecm /usr/bin/gmp-ecm sagemath.x86_64: W: dangling-symlink /usr/lib64/sagemath/local/lib /usr/lib64 sagemath.x86_64: W: no-manual-page-for-binary sage sagemath-doc-de.x86_64: W: only-non-binary-in-usr-lib sagemath-doc-de.x86_64: W: no-documentation 21 packages and 0 specfiles checked; 5 errors, 86 warnings. Rpmlint (installed packages) ---------------------------- # rpmlint sagemath-doc-ru sagemath-doc-fr sagemath-notebook sage math-data-extcode sagemath sagemath-data-elliptic_curves sagemath-devel sagemath -rubiks sagemath-data-graphs sagemath-doc-pt sagemath-core sagemath-doc-tr sagem ath-data sagemath-doc-de sagemath-debuginfo sagemath-data-polytopes_db sagemath- doc sagemath-doc-en sagemath-sagetex sagemath-data-conway_polynomials sagemath-doc-ru.x86_64: W: only-non-binary-in-usr-lib sagemath-doc-ru.x86_64: W: no-documentation sagemath-doc-fr.x86_64: W: only-non-binary-in-usr-lib sagemath-doc-fr.x86_64: W: no-documentation sagemath-notebook.x86_64: W: no-documentation sagemath-notebook.x86_64: W: dangling-symlink /usr/lib64/python2.7/site-packages/sagenb/data/sage3d/sage3d /usr/lib64/sagemath/local/bin/sage3d sagemath-notebook.x86_64: W: dangling-symlink /usr/lib64/python2.7/site-packages/sagenb/data/jmol/JmolApplet.jar /usr/share/java/JmolApplet.jar sagemath-notebook.x86_64: W: dangling-symlink /usr/lib64/python2.7/site-packages/sagenb/data/jmol/vecmath.jar /usr/share/java/vecmath.jar sagemath-notebook.x86_64: W: file-not-in-%lang /usr/lib64/python2.7/site-packages/sagenb/translations/cs_CZ/LC_MESSAGES/messages.mo sagemath-notebook.x86_64: W: file-not-in-%lang /usr/lib64/python2.7/site-packages/sagenb/translations/de_AT/LC_MESSAGES/messages.mo sagemath-notebook.x86_64: W: file-not-in-%lang /usr/lib64/python2.7/site-packages/sagenb/translations/pt_BR/LC_MESSAGES/messages.mo sagemath-notebook.x86_64: W: file-not-in-%lang /usr/lib64/python2.7/site-packages/sagenb/translations/ru_RU/LC_MESSAGES/messages.mo sagemath-data-extcode.x86_64: W: only-non-binary-in-usr-lib sagemath-data-extcode.x86_64: W: no-documentation sagemath-data-extcode.x86_64: W: dangling-symlink /usr/lib64/sagemath/share/extcode/sage /usr/lib64/python2.7/site-packages sagemath.x86_64: E: explicit-lib-dependency lrslib sagemath.x86_64: E: explicit-lib-dependency python-matplotlib sagemath.x86_64: W: dangling-symlink /usr/lib64/sagemath/local/bin/gap_stamp /usr/bin/gap sagemath.x86_64: W: dangling-symlink /usr/lib64/sagemath/local/share /usr/share sagemath.x86_64: W: dangling-symlink /usr/lib64/sagemath/local/include /usr/include sagemath.x86_64: W: dangling-symlink /usr/lib64/sagemath/local/bin/sage_pari /usr/bin/gp sagemath.x86_64: W: dangling-symlink /usr/lib64/sagemath/local/bin/ecm /usr/bin/gmp-ecm sagemath.x86_64: W: dangling-symlink /usr/lib64/sagemath/local/lib /usr/lib64 sagemath.x86_64: W: no-manual-page-for-binary sage sagemath-data-elliptic_curves.x86_64: W: only-non-binary-in-usr-lib sagemath-data-elliptic_curves.x86_64: W: no-documentation sagemath-devel.x86_64: W: no-documentation sagemath-rubiks.x86_64: W: spelling-error %description -l en_US contributers -> contributes, contributors, contribute rs sagemath-rubiks.x86_64: W: spelling-error %description -l en_US pre -> per, ore, pee sagemath-rubiks.x86_64: W: spelling-error %description -l en_US iteratively -> alliteratively, imperatively, interactively sagemath-rubiks.x86_64: W: no-documentation sagemath-data-graphs.x86_64: W: only-non-binary-in-usr-lib sagemath-data-graphs.x86_64: W: no-documentation sagemath-doc-pt.x86_64: W: only-non-binary-in-usr-lib sagemath-doc-pt.x86_64: W: no-documentation sagemath-core.x86_64: W: no-soname /usr/lib64/libcsage.so sagemath-core.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libcsage.so /lib64/libm.so.6 sagemath-core.x86_64: W: shared-lib-calls-exit /usr/lib64/libcsage.so exit@GLIBC_2.2.5 sagemath-core.x86_64: W: no-documentation sagemath-core.x86_64: E: zero-length /usr/lib64/python2.7/site-packages/sage/server/notebook/compress/all.py sagemath-core.x86_64: E: zero-length /usr/lib64/python2.7/site-packages/sage/libs/pari/to_gen.pxi sagemath-core.x86_64: E: zero-length /usr/lib64/python2.7/site-packages/sage/misc/test_cpickle_sage.py sagemath-core.x86_64: W: dangling-symlink /usr/lib64/sagemath/devel/sage /usr/lib64/python2.7/site-packages sagemath-doc-tr.x86_64: W: only-non-binary-in-usr-lib sagemath-doc-tr.x86_64: W: no-documentation sagemath-data.x86_64: W: no-documentation sagemath-doc-de.x86_64: W: only-non-binary-in-usr-lib sagemath-doc-de.x86_64: W: no-documentation sagemath-data-polytopes_db.x86_64: W: spelling-error Summary(en_US) polytopes -> polytheist sagemath-data-polytopes_db.x86_64: W: spelling-error %description -l en_US polytopes -> polytheist sagemath-data-polytopes_db.x86_64: W: spelling-error %description -l en_US polytope -> polythene sagemath-data-polytopes_db.x86_64: W: only-non-binary-in-usr-lib sagemath-data-polytopes_db.x86_64: W: no-documentation sagemath-doc.x86_64: W: only-non-binary-in-usr-lib sagemath-doc.x86_64: W: no-documentation sagemath-doc-en.x86_64: W: only-non-binary-in-usr-lib sagemath-doc-en.x86_64: W: no-documentation sagemath-sagetex.x86_64: W: one-line-command-in-%post /usr/bin/mktexlsr sagemath-data-conway_polynomials.x86_64: W: only-non-binary-in-usr-lib sagemath-data-conway_polynomials.x86_64: W: no-documentation 20 packages and 0 specfiles checked; 5 errors, 55 warnings. # echo 'rpmlint-done:' Requires -------- sagemath-sagetex-5.6-4.fc19.x86_64.rpm (rpmlib, GLIBC filtered): /bin/sh /usr/bin/env python(abi) = 2.7 sagemath(x86-64) = 5.6-4.fc19 sagemath-doc-tr-5.6-4.fc19.x86_64.rpm (rpmlib, GLIBC filtered): sagemath-doc(x86-64) = 5.6-4.fc19 sagemath-data-extcode-5.6-4.fc19.x86_64.rpm (rpmlib, GLIBC filtered): /usr/bin/env sagemath(x86-64) = 5.6-4.fc19 sagemath-doc-5.6-4.fc19.x86_64.rpm (rpmlib, GLIBC filtered): /usr/bin/env sagemath-data-elliptic_curves-5.6-4.fc19.x86_64.rpm (rpmlib, GLIBC filtered): sagemath(x86-64) = 5.6-4.fc19 sagemath-data-graphs-5.6-4.fc19.x86_64.rpm (rpmlib, GLIBC filtered): sagemath(x86-64) = 5.6-4.fc19 sagemath-doc-pt-5.6-4.fc19.x86_64.rpm (rpmlib, GLIBC filtered): sagemath-doc(x86-64) = 5.6-4.fc19 sagemath-data-conway_polynomials-5.6-4.fc19.x86_64.rpm (rpmlib, GLIBC filtered): sagemath(x86-64) = 5.6-4.fc19 sagemath-data-polytopes_db-5.6-4.fc19.x86_64.rpm (rpmlib, GLIBC filtered): sagemath(x86-64) = 5.6-4.fc19 sagemath-doc-fr-5.6-4.fc19.x86_64.rpm (rpmlib, GLIBC filtered): sagemath-doc(x86-64) = 5.6-4.fc19 sagemath-devel-5.6-4.fc19.x86_64.rpm (rpmlib, GLIBC filtered): sagemath(x86-64) = 5.6-4.fc19 sagemath-doc-en-5.6-4.fc19.x86_64.rpm (rpmlib, GLIBC filtered): sagemath-doc(x86-64) = 5.6-4.fc19 sagemath-core-5.6-4.fc19.x86_64.rpm (rpmlib, GLIBC filtered): ld-linux-x86-64.so.2()(64bit) libLfunction.so.1.23()(64bit) libc.so.6()(64bit) libcliquer.so.1()(64bit) libcryptominisat-2.9.5.so()(64bit) libcsage.so()(64bit) libcudd.so.2()(64bit) libdl.so.2()(64bit) libec.so.0()(64bit) libecl.so.12.12()(64bit) libecm.so.0()(64bit) libflint.so.1()(64bit) libfplll.so.0()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_4.0.0)(64bit) libgd.so.2()(64bit) libgivaro.so.0()(64bit) libglpk.so.33()(64bit) libgmp.so.10()(64bit) libgmpxx.so.4()(64bit) libgsl.so.0()(64bit) libgslcblas.so.0()(64bit) libiml.so.0()(64bit) liblinbox.so.0()(64bit) liblinboxsage.so.0()(64bit) libm.so.6()(64bit) libm4ri-0.0.20121224.so()(64bit) libm4rie-0.0.20120613.so()(64bit) libmpc.so.2()(64bit) libmpfi.so.0()(64bit) libmpfr.so.4()(64bit) libntl.so.0()(64bit) libpari-gmp.so.3()(64bit) libpng15.so.15()(64bit) libpolybori-0.8.so.3()(64bit) libpolybori_groebner-0.8.so.3()(64bit) libppl.so.12()(64bit) libpthread.so.0()(64bit) libpynac.so.4()(64bit) libpython2.7.so.1.0()(64bit) libratpoints.so.0()(64bit) libreadline.so.6()(64bit) libsingular.so()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libsymmetrica.so.0()(64bit) libz.so.1()(64bit) libzn_poly-0.9.so()(64bit) python(abi) = 2.7 rtld(GNU_HASH) sagemath(x86-64) = 5.6-4.fc19 sagemath-doc-ru-5.6-4.fc19.x86_64.rpm (rpmlib, GLIBC filtered): sagemath-doc(x86-64) = 5.6-4.fc19 sagemath-rubiks-5.6-4.fc19.x86_64.rpm (rpmlib, GLIBC filtered): libc.so.6()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) rtld(GNU_HASH) sagemath(x86-64) = 5.6-4.fc19 sagemath-notebook-5.6-4.fc19.x86_64.rpm (rpmlib, GLIBC filtered): /usr/bin/env python(abi) = 2.7 sagemath(x86-64) = 5.6-4.fc19 sagemath-debuginfo-5.6-4.fc19.x86_64.rpm (rpmlib, GLIBC filtered): sagemath-data-5.6-4.fc19.x86_64.rpm (rpmlib, GLIBC filtered): sagemath-data-conway_polynomials(x86-64) = 5.6-4.fc19 sagemath-data-elliptic_curves(x86-64) = 5.6-4.fc19 sagemath-data-extcode(x86-64) = 5.6-4.fc19 sagemath-data-graphs(x86-64) = 5.6-4.fc19 sagemath-data-polytopes_db(x86-64) = 5.6-4.fc19 sagemath-5.6-4.fc19.x86_64.rpm (rpmlib, GLIBC filtered): /bin/bash /bin/sh /usr/bin/env /usr/bin/python 4ti2 Cython GAPDoc R Singular apache-commons-cli cddlib-tools ecl firefox gap gap-character-tables gap-prim-groups gap-small-groups gap-sonata gap-table-of-marks gap-trans-groups genus2reduction gfan gmp-ecm jmol jsmath-fonts libc.so.6()(64bit) libgcc_s.so.1()(64bit) libgmp.so.10()(64bit) libm.so.6()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) lrslib maxima-gui maxima-runtime-ecl palp pari-gp python-ZODB3 python-crypto python-cvxopt python-flask-autoindex python-flask-babel python-flask-openid python-flask-silk python-matplotlib python-networkx python-polybori python-twisted-web python-twisted-web2 rpy rtld(GNU_HASH) sagemath-core sagemath-data sagemath-doc-en sagemath-notebook sagemath-rubiks sagemath-sagetex stix-math-fonts sympow sympy tachyon texlive vecmath sagemath-doc-de-5.6-4.fc19.x86_64.rpm (rpmlib, GLIBC filtered): sagemath-doc(x86-64) = 5.6-4.fc19 Provides -------- sagemath-sagetex-5.6-4.fc19.x86_64.rpm: sagemath-sagetex = 5.6-4.fc19 sagemath-sagetex(x86-64) = 5.6-4.fc19 sagemath-doc-tr-5.6-4.fc19.x86_64.rpm: sagemath-doc-tr = 5.6-4.fc19 sagemath-doc-tr(x86-64) = 5.6-4.fc19 sagemath-data-extcode-5.6-4.fc19.x86_64.rpm: sagemath-data-extcode = 5.6-4.fc19 sagemath-data-extcode(x86-64) = 5.6-4.fc19 sagemath-doc-5.6-4.fc19.x86_64.rpm: sagemath-doc = 5.6-4.fc19 sagemath-doc(x86-64) = 5.6-4.fc19 sagemath-data-elliptic_curves-5.6-4.fc19.x86_64.rpm: sagemath-data-elliptic_curves = 5.6-4.fc19 sagemath-data-elliptic_curves(x86-64) = 5.6-4.fc19 sagemath-data-graphs-5.6-4.fc19.x86_64.rpm: sagemath-data-graphs = 5.6-4.fc19 sagemath-data-graphs(x86-64) = 5.6-4.fc19 sagemath-doc-pt-5.6-4.fc19.x86_64.rpm: sagemath-doc-pt = 5.6-4.fc19 sagemath-doc-pt(x86-64) = 5.6-4.fc19 sagemath-data-conway_polynomials-5.6-4.fc19.x86_64.rpm: sagemath-data-conway_polynomials = 5.6-4.fc19 sagemath-data-conway_polynomials(x86-64) = 5.6-4.fc19 sagemath-data-polytopes_db-5.6-4.fc19.x86_64.rpm: sagemath-data-polytopes_db = 5.6-4.fc19 sagemath-data-polytopes_db(x86-64) = 5.6-4.fc19 sagemath-doc-fr-5.6-4.fc19.x86_64.rpm: sagemath-doc-fr = 5.6-4.fc19 sagemath-doc-fr(x86-64) = 5.6-4.fc19 sagemath-devel-5.6-4.fc19.x86_64.rpm: sagemath-devel = 5.6-4.fc19 sagemath-devel(x86-64) = 5.6-4.fc19 sagemath-doc-en-5.6-4.fc19.x86_64.rpm: sagemath-doc-en = 5.6-4.fc19 sagemath-doc-en(x86-64) = 5.6-4.fc19 sagemath-core-5.6-4.fc19.x86_64.rpm: libcsage.so()(64bit) sagemath-core = 5.6-4.fc19 sagemath-core(x86-64) = 5.6-4.fc19 sagemath-doc-ru-5.6-4.fc19.x86_64.rpm: sagemath-doc-ru = 5.6-4.fc19 sagemath-doc-ru(x86-64) = 5.6-4.fc19 sagemath-rubiks-5.6-4.fc19.x86_64.rpm: sagemath-rubiks = 5.6-4.fc19 sagemath-rubiks(x86-64) = 5.6-4.fc19 sagemath-notebook-5.6-4.fc19.x86_64.rpm: sagemath-notebook = 5.6-4.fc19 sagemath-notebook(x86-64) = 5.6-4.fc19 sagemath-debuginfo-5.6-4.fc19.x86_64.rpm: sagemath-debuginfo = 5.6-4.fc19 sagemath-debuginfo(x86-64) = 5.6-4.fc19 sagemath-data-5.6-4.fc19.x86_64.rpm: sagemath-data = 5.6-4.fc19 sagemath-data(x86-64) = 5.6-4.fc19 sagemath-5.6-4.fc19.x86_64.rpm: sagemath = 5.6-4.fc19 sagemath(x86-64) = 5.6-4.fc19 sagemath-doc-de-5.6-4.fc19.x86_64.rpm: sagemath-doc-de = 5.6-4.fc19 sagemath-doc-de(x86-64) = 5.6-4.fc19 Unversioned so-files -------------------- sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/libcsage.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/algebras/letterplace/free_algebra_element_letterplace.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/algebras/letterplace/free_algebra_letterplace.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/algebras/letterplace/letterplace_ideal.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/algebras/quatalg/quaternion_algebra_cython.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/algebras/quatalg/quaternion_algebra_element.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/calculus/interpolators.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/calculus/riemann.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/calculus/var.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/categories/action.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/categories/category_singleton.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/categories/examples/semigroups_cython.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/categories/functor.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/categories/map.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/categories/morphism.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/coding/binary_code.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/combinat/combinat_cython.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/combinat/debruijn_sequence.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/combinat/degree_sequences.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/combinat/dict_addition.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/combinat/enumeration_mod_permgroup.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/combinat/expnums.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/combinat/matrices/dancing_links.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/combinat/partitions.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/combinat/permutation_cython.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/combinat/words/word_datatypes.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/crypto/boolean_function.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/ext/c_lib.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/ext/fast_callable.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/ext/fast_eval.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/ext/interactive_constructors_c.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/ext/interpreters/wrapper_cdf.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/ext/interpreters/wrapper_el.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/ext/interpreters/wrapper_py.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/ext/interpreters/wrapper_rdf.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/ext/interpreters/wrapper_rr.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/ext/multi_modular.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/finance/fractal.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/finance/markov_multifractal_cython.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/finance/time_series.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/functions/prime_pi.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/games/sudoku_backtrack.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/geometry/integral_points.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/geometry/point_collection.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/geometry/toric_lattice_element.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/geometry/triangulation/base.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/graphs/base/c_graph.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/graphs/base/dense_graph.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/graphs/base/sparse_graph.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/graphs/base/static_sparse_graph.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/graphs/chrompoly.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/graphs/cliquer.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/graphs/comparability.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/graphs/convexity_properties.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/graphs/distances_all_pairs.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/graphs/generic_graph_pyx.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/graphs/genus.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/graphs/graph_decompositions/graph_products.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/graphs/graph_decompositions/rankwidth.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/graphs/graph_decompositions/vertex_separation.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/graphs/graph_generators_pyx.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/graphs/hyperbolicity.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/graphs/matchpoly.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/graphs/modular_decomposition/modular_decomposition.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/graphs/planarity.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/graphs/spanning_tree.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/graphs/trees.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/graphs/weakly_chordal.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/groups/group.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/groups/perm_gps/partn_ref/automorphism_group_canonical_label.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/groups/perm_gps/partn_ref/double_coset.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/groups/perm_gps/partn_ref/refinement_binary.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/groups/perm_gps/partn_ref/refinement_graphs.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/groups/perm_gps/partn_ref/refinement_lists.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/groups/perm_gps/partn_ref/refinement_matrices.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/groups/perm_gps/partn_ref/refinement_python.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/groups/perm_gps/permgroup_element.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/gsl/callback.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/gsl/dwt.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/gsl/fft.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/gsl/gsl_array.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/gsl/integration.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/gsl/interpolation.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/gsl/ode.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/gsl/probability_distribution.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/interacts/library_cython.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/cremona/homspace.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/cremona/mat.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/cremona/newforms.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/ecl.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/flint/flint.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/flint/fmpz_poly.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/fplll/fplll.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/lcalc/lcalc_Lfunction.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/libecm.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/linbox/linbox.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/mpmath/ext_impl.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/mpmath/ext_libmp.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/mpmath/ext_main.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/mpmath/utils.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/mwrank/mwrank.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/ntl/ntl_GF2.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/ntl/ntl_GF2E.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/ntl/ntl_GF2EContext.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/ntl/ntl_GF2EX.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/ntl/ntl_GF2X.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/ntl/ntl_ZZ.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/ntl/ntl_ZZX.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/ntl/ntl_ZZ_p.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/ntl/ntl_ZZ_pContext.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/ntl/ntl_ZZ_pE.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/ntl/ntl_ZZ_pEContext.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/ntl/ntl_ZZ_pEX.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/ntl/ntl_ZZ_pX.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/ntl/ntl_lzz_p.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/ntl/ntl_lzz_pContext.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/ntl/ntl_lzz_pX.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/ntl/ntl_mat_GF2.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/ntl/ntl_mat_GF2E.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/ntl/ntl_mat_ZZ.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/pari/gen.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/ppl.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/ratpoints.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/singular/function.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/singular/groebner_strategy.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/singular/option.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/singular/polynomial.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/singular/ring.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/singular/singular.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/libs/symmetrica/symmetrica.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/matrix/action.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/matrix/change_ring.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/matrix/matrix.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/matrix/matrix0.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/matrix/matrix1.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/matrix/matrix2.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/matrix/matrix_complex_double_dense.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/matrix/matrix_cyclo_dense.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/matrix/matrix_dense.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/matrix/matrix_double_dense.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/matrix/matrix_generic_dense.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/matrix/matrix_generic_sparse.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/matrix/matrix_integer_2x2.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/matrix/matrix_integer_dense.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/matrix/matrix_integer_sparse.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/matrix/matrix_mod2_dense.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/matrix/matrix_mod2e_dense.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/matrix/matrix_modn_dense.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/matrix/matrix_modn_dense_double.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/matrix/matrix_modn_dense_float.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/matrix/matrix_modn_sparse.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/matrix/matrix_mpolynomial_dense.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/matrix/matrix_rational_dense.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/matrix/matrix_rational_sparse.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/matrix/matrix_real_double_dense.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/matrix/matrix_sparse.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/matrix/matrix_symbolic_dense.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/matrix/matrix_window.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/matrix/matrix_window_modn_dense.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/matrix/misc.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/matrix/strassen.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/media/channels.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/misc/allocator.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/misc/binary_tree.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/misc/bitset.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/misc/c3.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/misc/cachefunc.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/misc/citation.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/misc/classcall_metaclass.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/misc/constant_function.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/misc/cython_c.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/misc/derivative.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/misc/fpickle.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/misc/function_mangling.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/misc/lazy_import.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/misc/lazy_list.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/misc/misc_c.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/misc/nested_class.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/misc/parser.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/misc/pickle_old.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/misc/randstate.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/misc/readline_extra_commands.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/misc/refcount.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/misc/reset.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/misc/sage_timeit_class.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/misc/search.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/misc/session.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/misc/stopgap.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/modular/arithgroup/congroup_pyx.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/modular/arithgroup/farey_symbol.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/modular/modform/eis_series_cython.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/modular/modsym/apply.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/modular/modsym/heilbronn.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/modular/modsym/p1list.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/modular/modsym/relation_matrix_pyx.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/modules/finite_submodule_iter.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/modules/free_module_element.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/modules/module.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/modules/vector_complex_double_dense.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/modules/vector_double_dense.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/modules/vector_integer_dense.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/modules/vector_mod2_dense.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/modules/vector_modn_dense.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/modules/vector_rational_dense.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/modules/vector_real_double_dense.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/numerical/backends/generic_backend.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/numerical/backends/glpk_backend.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/numerical/backends/ppl_backend.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/numerical/linear_functions.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/numerical/mip.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/plot/complex_plot.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/plot/plot3d/base.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/plot/plot3d/implicit_surface.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/plot/plot3d/index_face_set.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/plot/plot3d/parametric_surface.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/plot/plot3d/shapes.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/plot/plot3d/transform.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/quadratic_forms/count_local_2.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/quadratic_forms/quadratic_form__evaluate.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/bernmm.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/bernoulli_mod_p.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/complex_double.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/complex_interval.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/complex_mpc.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/complex_number.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/factorint.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/fast_arith.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/finite_rings/element_base.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/finite_rings/element_givaro.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/finite_rings/element_ntl_gf2e.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/finite_rings/finite_field_base.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/finite_rings/integer_mod.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/fraction_field_FpT.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/fraction_field_element.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/function_field/function_field_element.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/integer.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/integer_ring.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/laurent_series_ring_element.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/morphism.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/noncommutative_ideals.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/number_field/number_field_base.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/number_field/number_field_element.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/number_field/number_field_element_quadratic.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/number_field/number_field_morphisms.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/number_field/totallyreal.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/number_field/totallyreal_data.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/padics/local_generic_element.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/padics/padic_ZZ_pX_CA_element.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/padics/padic_ZZ_pX_CR_element.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/padics/padic_ZZ_pX_FM_element.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/padics/padic_ZZ_pX_element.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/padics/padic_base_coercion.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/padics/padic_base_generic_element.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/padics/padic_capped_absolute_element.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/padics/padic_capped_relative_element.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/padics/padic_ext_element.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/padics/padic_fixed_mod_element.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/padics/padic_generic_element.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/padics/padic_printing.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/padics/pow_computer.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/padics/pow_computer_ext.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/polynomial/cyclotomic.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/polynomial/laurent_polynomial.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/polynomial/multi_polynomial.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/polynomial/multi_polynomial_ideal_libsingular.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/polynomial/multi_polynomial_libsingular.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/polynomial/multi_polynomial_ring_generic.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/polynomial/pbori.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/polynomial/plural.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/polynomial/polydict.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/polynomial/polynomial_compiled.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/polynomial/polynomial_element.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/polynomial/polynomial_gf2x.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/polynomial/polynomial_integer_dense_flint.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/polynomial/polynomial_integer_dense_ntl.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/polynomial/polynomial_modn_dense_ntl.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/polynomial/polynomial_rational_flint.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/polynomial/polynomial_real_mpfr_dense.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/polynomial/polynomial_zmod_flint.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/polynomial/polynomial_zz_pex.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/polynomial/real_roots.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/polynomial/symmetric_reduction.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/power_series_mpoly.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/power_series_poly.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/power_series_ring_element.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/rational.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/real_double.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/real_interval_absolute.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/real_lazy.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/real_mpfi.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/real_mpfr.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/residue_field.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/rings/ring.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/sat/solvers/cryptominisat/cryptominisat.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/sat/solvers/cryptominisat/solverconf.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/sat/solvers/satsolver.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/schemes/elliptic_curves/descent_two_isogeny.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/schemes/hyperelliptic_curves/hypellfrob.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/schemes/toric/divisor_class.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/sets/disjoint_set.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/sets/finite_set_map_cy.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/stats/hmm/chmm.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/stats/hmm/distributions.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/stats/hmm/hmm.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/stats/hmm/util.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/stats/intlist.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/structure/category_object.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/structure/coerce.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/structure/coerce_actions.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/structure/coerce_dict.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/structure/coerce_maps.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/structure/element.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/structure/factory.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/structure/generators.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/structure/list_clone.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/structure/list_clone_timings_cy.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/structure/misc.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/structure/mutability.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/structure/parent.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/structure/parent_base.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/structure/parent_gens.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/structure/parent_old.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/structure/sage_object.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/structure/wrapper_parent.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/symbolic/constants_c.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/symbolic/expression.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/symbolic/function.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/symbolic/getitem.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/symbolic/pynac.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/symbolic/ring.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/tests/cython.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/tests/interrupt.so sagemath-core-5.6-4.fc19.x86_64.rpm: /usr/lib64/python2.7/site-packages/sage/tests/stl_vector.so MD5-sum check ------------- Generated by fedora-review 0.3.1 (b71abc1) last change: 2012-10-16 Buildroot used: fedora-rawhide-x86_64 Command line :/usr/bin/fedora-review -b 877651 -m fedora-rawhide-x86_64 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=2pwPbWMpi4&a=cc_unsubscribe _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review