This is a review *template*. Besides handling the [ ]-marked tests you are also supposed to fix the template before pasting into bugzilla: - Add issues you find to the list of issues on top. If there isn't such a list, create one. - Add your own remarks to the template checks. - Add new lines marked [!] or [?] when you discover new things not listed by fedora-review. - Change or remove any text in the template which is plain wrong. In this case you could also file a bug against fedora-review - Remove the "[ ] Manual check required", you will not have any such lines in what you paste. - Remove attachments which you deem not really useful (the rpmlint ones are mandatory, though) - Remove this text Package Review ============== Legend: [x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated [ ] = Manual review needed Issues: ======= - If (and only if) the source package includes the text of the license(s) in its own file, then that file, containing the text of the license(s) for the package is included in %license. Note: License file COPYING is not marked as %license See: https://docs.fedoraproject.org/en-US/packaging- guidelines/LicensingGuidelines/#_license_text ===== MUST items ===== Generic: [ ]: Package successfully compiles and builds into binary rpms on at least one supported primary architecture. Note: Using prebuilt packages [ ]: Package is licensed with an open-source compatible license and meets other legal requirements as defined in the legal section of Packaging Guidelines. [ ]: License field in the package spec file matches the actual license. Note: Checking patched sources after %prep for licenses. Licenses found: "*No copyright* Apache License 2.0", "Unknown or generated", "BSD 3-Clause License", "*No copyright* BSD 2-Clause License", "*No copyright* Creative Commons CC0 1.0", "GNU Free Documentation License v1.3", "LaTeX Project Public License 1.3c", "GNU General Public License, Version 2", "GNU Lesser General Public License, Version 3", "GNU Lesser General Public License, Version 2.1", "LaTeX Project Public License 1.1", "LaTeX Project Public License 1.2", "LaTeX Project Public License 1", "SIL Open Font License 1.1". 11 files have unknown license. Detailed output of licensecheck in /var/lib/copr- rpmbuild/results/texlive-collection-langcjk/licensecheck.txt [ ]: License file installed when any subpackage combination is installed. [ ]: Package requires other packages for directories it uses. Note: No known owner of /usr/share/texlive/texmf-dist/doc/fonts, /usr/share/texlive/texmf-dist/doc/latex, /usr/share/texlive/texmf- dist/fonts/tfm, /usr/share/texlive/texmf-dist/doc/luatex, /usr/share/texlive/texmf-dist/fonts/tfm/public, /usr/share/texlive/texmf-dist/doc/xelatex, /usr/share/texlive/texmf- dist/fonts/misc, /usr/share/texlive/texmf-dist/doc/generic [ ]: Package must own all directories that it creates. Note: Directories without known owners: /usr/share/texlive/texmf- dist/fonts/tfm/public, /usr/share/texlive/texmf-dist/doc/luatex, /usr/share/texlive/texmf-dist/doc/latex, /usr/share/texlive/texmf- dist/doc/xelatex, /usr/share/texlive/texmf-dist/fonts/misc, /usr/share/texlive/texmf-dist/fonts/misc/xetex, /usr/share/texlive/texmf-dist/doc/generic, /usr/share/texlive/texmf- dist/fonts/tfm, /usr/share/texlive/texmf-dist/doc/fonts [ ]: Package contains no bundled libraries without FPC exception. [ ]: Changelog in prescribed format. [ ]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the beginning of %install. Note: rm -rf %{buildroot} present but not required [ ]: Sources contain only permissible code or content. [ ]: Package contains desktop file if it is a GUI application. [ ]: Development files must be in a -devel package [ ]: Package uses nothing in %doc for runtime. [ ]: Package consistently uses macros (instead of hard-coded directory names). [ ]: Package is named according to the Package Naming Guidelines. [ ]: Package does not generate any conflict. [ ]: Package obeys FHS, except libexecdir and /usr/target. [ ]: If the package is a rename of another package, proper Obsoletes and Provides are present. [ ]: Requires correct, justified where necessary. [ ]: Spec file is legible and written in American English. [ ]: Package contains systemd file(s) if in need. [ ]: Package is not known to require an ExcludeArch tag. [ ]: Package complies to the Packaging Guidelines [x]: Package installs properly. [x]: Rpmlint is run on all rpms the build produces. Note: There are rpmlint messages (see attachment). [x]: The License field must be a valid SPDX expression. [x]: Package does not own files or directories owned by other packages. [x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT [x]: Macros in Summary, %description expandable at SRPM build time. [x]: Dist tag is present. [x]: Package does not contain duplicates in %files. [x]: Permissions on files are set properly. [x]: Package must not depend on deprecated() packages. [x]: Package use %makeinstall only when make install DESTDIR=... doesn't work. [x]: Package is named using only allowed ASCII characters. [x]: Package does not use a name that already exists. [x]: Package is not relocatable. [x]: Sources used to build the package match the upstream source, as provided in the spec URL. [x]: Spec file name must match the spec package %{name}, in the format %{name}.spec. [x]: File names are valid UTF-8. [x]: Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files. Note: Documentation size is 0 bytes in 0 files. [x]: Packages must not store files under /srv, /opt or /usr/local Perl: [ ]: Package contains the mandatory BuildRequires and Requires:. ===== SHOULD items ===== Generic: [!]: Reviewer should test that the package builds in mock. [ ]: If the source package does not include license text(s) as a separate file from upstream, the packager SHOULD query upstream to include it. [ ]: Final provides and requires are sane (see attachments). [ ]: Fully versioned dependency in subpackages if applicable. Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in texlive- adobemapping , texlive-c90 , texlive-cjk , texlive-cjkpunct , texlive- dnp , texlive-evangelion-jfm , texlive-fixjfm , texlive-garuda-c90 , texlive-norasi-c90 , texlive-pxtatescale , texlive-xcjk2uni , texlive- xecjk , texlive-zitie , texlive-zxjafont [ ]: Package functions as described. [ ]: Latest version is packaged. [ ]: Package does not include license text files separate from upstream. [ ]: SourceX tarball generation or download is documented. Note: Package contains tarball without URL, check comments [ ]: Sources are verified with gpgverify first in %prep if upstream publishes signatures. Note: gpgverify is not used. [ ]: Package should compile and build into binary rpms on all supported architectures. [ ]: %check is present and all tests pass. [ ]: Packages should try to preserve timestamps of original installed files. [x]: Buildroot is not present [x]: Package has no %clean section with rm -rf %{buildroot} (or $RPM_BUILD_ROOT) [x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin. [x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file [x]: Sources can be downloaded from URI in Source: tag [x]: SourceX is a working URL. [x]: Spec use %global instead of %define unless justified. ===== EXTRA items ===== Generic: [x]: Rpmlint is run on all installed packages. Note: No rpmlint messages. Rpmlint ------- Checking: texlive-collection-langcjk-svn65824-3.fc44.noarch.rpm texlive-adobemapping-svn66552-3.fc44.noarch.rpm texlive-c90-svn60830-3.fc44.noarch.rpm texlive-cjk-svn60865-3.fc44.noarch.rpm texlive-cjkpunct-svn41119-3.fc44.noarch.rpm texlive-dnp-svn54074-3.fc44.noarch.rpm texlive-evangelion-jfm-svn69751-3.fc44.noarch.rpm texlive-fixjfm-svn63967-3.fc44.noarch.rpm texlive-garuda-c90-svn60832-3.fc44.noarch.rpm texlive-norasi-c90-svn60831-3.fc44.noarch.rpm texlive-pxtatescale-svn63967-3.fc44.noarch.rpm texlive-xcjk2uni-svn54958-3.fc44.noarch.rpm texlive-xecjk-svn76924-3.fc44.noarch.rpm texlive-zitie-svn76924-3.fc44.noarch.rpm texlive-zxjafont-svn62864-3.fc44.noarch.rpm texlive-collection-langcjk-svn65824-3.fc44.src.rpm ============================ rpmlint session starts ============================ rpmlint: 2.8.0 configuration: /usr/lib/python3.13/site-packages/rpmlint/configdefaults.toml /etc/xdg/rpmlint/fedora-spdx-licenses.toml /etc/xdg/rpmlint/fedora.toml /etc/xdg/rpmlint/scoring.toml /etc/xdg/rpmlint/users-groups.toml /etc/xdg/rpmlint/warn-on-functions.toml rpmlintrc: [PosixPath('/tmp/tmpamv4nryu')] checks: 32, packages: 16 texlive-adobemapping.noarch: E: spelling-error ('pdfmapping', 'Summary(en_US) pdfmapping -> mapping') texlive-c90.noarch: E: spelling-error ('ctan', '%description -l en_US ctan -> cyan, ctn, can') texlive-c90.noarch: E: spelling-error ('cjk', '%description -l en_US cjk -> ck') texlive-cjk.noarch: E: spelling-error ('el', '%description -l en_US el -> e, l, eel') texlive-cjkpunct.noarch: E: spelling-error ('kerning', 'Summary(en_US) kerning -> keening, kenning, yearning') texlive-collection-langcjk.noarch: E: spelling-error ('langother', '%description -l en_US langother -> another') texlive-collection-langcjk.src: E: spelling-error ('langother', '%description -l en_US langother -> another') texlive-dnp.noarch: E: spelling-error ('Subfont', 'Summary(en_US) Subfont -> Sub font, Sub-font, Subvention') texlive-dnp.noarch: E: spelling-error ('ctan', '%description -l en_US ctan -> cyan, ctn, can') texlive-dnp.noarch: E: spelling-error ('cjk', '%description -l en_US cjk -> ck') texlive-evangelion-jfm.noarch: E: spelling-error ('linegap', '%description -l en_US linegap -> line gap, line-gap, lineage') texlive-evangelion-jfm.noarch: E: spelling-error ('punctuations', "%description -l en_US punctuations -> punctuation, punctuation's, punctuation s") texlive-evangelion-jfm.noarch: E: spelling-error ('tc', '%description -l en_US tc -> ct, Tc, t') texlive-evangelion-jfm.noarch: E: spelling-error ('sc', '%description -l en_US sc -> SC, tic, cs') texlive-evangelion-jfm.noarch: E: spelling-error ('customisation', '%description -l en_US customisation -> customization, accusation') texlive-fixjfm.noarch: E: spelling-error ('pTeX', 'Summary(en_US) pTeX -> pt Ex, TeX, p TeX') texlive-pxtatescale.noarch: E: spelling-error ('pTeX', 'Summary(en_US) pTeX -> pt Ex, TeX, p TeX') texlive-pxtatescale.noarch: E: spelling-error ('dvipdfmx', '%description -l en_US dvipdfmx ') texlive-pxtatescale.noarch: E: spelling-error ('pTeX', '%description -l en_US pTeX -> pt Ex, TeX, p TeX') texlive-pxtatescale.noarch: E: spelling-error ('upTeX', '%description -l en_US upTeX -> up TeX, up-TeX, uptempo') texlive-xcjk2uni.noarch: E: spelling-error ('pdfTeX', 'Summary(en_US) pdfTeX -> pretext') texlive-xcjk2uni.noarch: E: spelling-error ('hyperref', '%description -l en_US hyperref -> hyper ref, hyper-ref, hypercube') texlive-xcjk2uni.noarch: E: spelling-error ('subfont', '%description -l en_US subfont -> sub font, sub-font, subvention') texlive-xcjk2uni.noarch: E: spelling-error ('pdfTeX', '%description -l en_US pdfTeX -> pretext') texlive-xecjk.noarch: E: spelling-error ('xtemplate', '%description -l en_US xtemplate -> template, x template') texlive-cjk.noarch: E: script-without-shebang /usr/share/texlive/texmf-dist/doc/latex/cjk/texlive/bin-cjkutils.pl texlive-cjk.noarch: E: script-without-shebang /usr/share/texlive/texmf-dist/doc/latex/cjk/texlive/c90.pl texlive-cjk.noarch: E: script-without-shebang /usr/share/texlive/texmf-dist/doc/latex/cjk/texlive/cjk-build.pl texlive-cjk.noarch: E: script-without-shebang /usr/share/texlive/texmf-dist/doc/latex/cjk/texlive/cjk.pl texlive-cjk.noarch: E: script-without-shebang /usr/share/texlive/texmf-dist/doc/latex/cjk/texlive/dnp.pl texlive-cjk.noarch: E: script-without-shebang /usr/share/texlive/texmf-dist/doc/latex/cjk/texlive/garuda-c90.pl texlive-cjk.noarch: E: script-without-shebang /usr/share/texlive/texmf-dist/doc/latex/cjk/texlive/norasi-c90.pl texlive-cjk.noarch: W: package-with-huge-docs 76% texlive-cjkpunct.noarch: W: package-with-huge-docs 80% texlive-evangelion-jfm.noarch: W: package-with-huge-docs 97% texlive-fixjfm.noarch: W: package-with-huge-docs 97% texlive-xecjk.noarch: W: package-with-huge-docs 70% texlive-zitie.noarch: W: package-with-huge-docs 82% texlive-zxjafont.noarch: W: package-with-huge-docs 89% texlive-adobemapping.noarch: W: no-documentation texlive-collection-langcjk.noarch: W: no-documentation texlive-dnp.noarch: W: no-documentation texlive-garuda-c90.noarch: W: no-documentation texlive-norasi-c90.noarch: W: no-documentation texlive-collection-langcjk.spec: W: no-%check-section texlive-collection-langcjk.spec: W: invalid-url Source1: texlive-licenses.tar.xz texlive-cjk.noarch: W: install-file-in-docs /usr/share/texlive/texmf-dist/doc/latex/cjk/doc/INSTALL texlive-c90.noarch: E: incorrect-fsf-address /usr/share/licenses/texlive-c90/gpl2.txt texlive-c90.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/fonts/enc/dvips/c90/c90.enc texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/licenses/texlive-cjk/gpl2.txt texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/doc/latex/cjk/MANIFEST texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/doc/latex/cjk/Makefile texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/doc/latex/cjk/doc/COPYING texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.cap texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.chr texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.cpx texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.enc texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/CJK.enc texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/CJK.sty texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/CJKfntef.sty texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/CJKnumb.sty texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/CJKspace.sty texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/CJKulem.sty texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/CJKutf8.sty texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/CJKvert.sty texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/CNS/EUC-TW.bdg texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/CNS/EUC-TW.chr texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/CNS/EUC-TW.enc texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/GB/GB.cap texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/GB/GB.cpx texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JP.bdg texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JP.chr texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JP.enc texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JPdnp.enc texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/JIS/JIS.cap texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/JIS/JIS.cpx texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/JIS/JISdnp.enc texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/HLaTeX.chr texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/KSHL.enc texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/pshan.sty texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/KS/KS.chr texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/KS/hangul.cap texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/KS/hangul.cpx texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/KS/hangul2.cap texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/KS/hangul2.cpx texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/KS/hanja.cap texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/KS/hanja.cpx texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.bdg texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.cap texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.chr texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.cpx texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.enc texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/SJIS/SJISdnp.chr texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/SJIS/SJISdnp.enc texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.bdg texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.chr texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.enc texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/UTF8/ja.cpx texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/UTF8/ko-Hang.cpx texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/UTF8/ko-Hang2.cpx texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/UTF8/ko-Hani.cpx texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/UTF8/zh-Hans.cpx texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/UTF8/zh-Hant.cpx texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/extended.chr texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/extended.enc texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/mule/MULEenc.sty texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/pinyin.sty texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/pmC.chr texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/pmCbig.enc texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/pmCsmall.enc texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/ruby.sty texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/standard.bdg texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/standard.chr texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/texinput/standard.enc texlive-cjk.noarch: E: incorrect-fsf-address /usr/share/texlive/texmf-dist/tex/latex/cjk/utils/pyhyphen/pinyin.ldf texlive-dnp.noarch: E: incorrect-fsf-address /usr/share/licenses/texlive-dnp/gpl2.txt texlive-adobemapping.noarch: W: files-duplicate /usr/share/texlive/texmf-dist/fonts/cmap/adobemapping/mapping-resources-pdf/LICENSE.txt /usr/share/texlive/texmf-dist/fonts/cmap/adobemapping/cmap-resources/LICENSE.md texlive-cjk.noarch: W: file-not-utf8 /usr/share/texlive/texmf-dist/doc/latex/cjk/doc/chinese/READMEb5.tex texlive-cjk.noarch: W: file-not-utf8 /usr/share/texlive/texmf-dist/doc/latex/cjk/doc/chinese/READMEgb.tex texlive-cjk.noarch: W: file-not-utf8 /usr/share/texlive/texmf-dist/doc/latex/cjk/doc/chinese/emTeXb5.txt texlive-cjk.noarch: W: file-not-utf8 /usr/share/texlive/texmf-dist/doc/latex/cjk/doc/chinese/teTeXb5.txt texlive-cjk.noarch: W: file-not-utf8 /usr/share/texlive/texmf-dist/doc/latex/cjk/doc/cjk/READMEb5.cjk texlive-cjk.noarch: W: file-not-utf8 /usr/share/texlive/texmf-dist/doc/latex/cjk/examples/Big5.tex texlive-cjk.noarch: W: file-not-utf8 /usr/share/texlive/texmf-dist/doc/latex/cjk/examples/Big5vert.tex texlive-cjk.noarch: W: file-not-utf8 /usr/share/texlive/texmf-dist/doc/latex/cjk/examples/CJKbabel.tex texlive-cjk.noarch: W: file-not-utf8 /usr/share/texlive/texmf-dist/doc/latex/cjk/examples/CJKfntef.tex texlive-cjk.noarch: W: file-not-utf8 /usr/share/texlive/texmf-dist/doc/latex/cjk/examples/GB.tex texlive-cjk.noarch: W: file-not-utf8 /usr/share/texlive/texmf-dist/doc/latex/cjk/examples/JIS.tex texlive-cjk.noarch: W: file-not-utf8 /usr/share/texlive/texmf-dist/doc/latex/cjk/examples/KS.tex texlive-cjk.noarch: W: file-not-utf8 /usr/share/texlive/texmf-dist/doc/latex/cjk/examples/SJIS.tex texlive-cjk.noarch: W: file-not-utf8 /usr/share/texlive/texmf-dist/doc/latex/cjk/examples/cjk/Big5.cjk texlive-cjk.noarch: W: file-not-utf8 /usr/share/texlive/texmf-dist/doc/latex/cjk/examples/cjk/Big5vert.cjk texlive-cjk.noarch: W: file-not-utf8 /usr/share/texlive/texmf-dist/doc/latex/cjk/examples/cjk/CJKbabel.cjk texlive-cjk.noarch: W: file-not-utf8 /usr/share/texlive/texmf-dist/doc/latex/cjk/examples/cjk/SJIS.cjk texlive-cjk.noarch: W: file-not-utf8 /usr/share/texlive/texmf-dist/doc/latex/cjk/examples/cjk/muletest.cjk texlive-cjk.noarch: W: file-not-utf8 /usr/share/texlive/texmf-dist/doc/latex/cjk/examples/cjk/rubytest.cjk texlive-cjk.noarch: W: file-not-utf8 /usr/share/texlive/texmf-dist/doc/latex/cjk/examples/muletest.tex texlive-cjk.noarch: W: file-not-utf8 /usr/share/texlive/texmf-dist/doc/latex/cjk/examples/rubytest.tex texlive-cjk.noarch: W: file-not-utf8 /usr/share/texlive/texmf-dist/doc/latex/cjk/examples/thai.tex texlive-cjkpunct.noarch: W: file-not-utf8 /usr/share/texlive/texmf-dist/doc/latex/cjkpunct/examples/example-CJKfntef.tex texlive-cjkpunct.noarch: W: file-not-utf8 /usr/share/texlive/texmf-dist/doc/latex/cjkpunct/examples/example-gb.tex texlive-cjkpunct.noarch: W: file-not-utf8 /usr/share/texlive/texmf-dist/doc/latex/cjkpunct/examples/example-gbk.tex texlive-cjkpunct.noarch: W: file-not-utf8 /usr/share/texlive/texmf-dist/doc/latex/cjkpunct/setpunct/setpunct-macros.tex texlive-cjkpunct.noarch: W: description-shorter-than-summary 16 packages and 0 specfiles checked; 101 errors, 43 warnings, 51 filtered, 101 badness; has taken 2.1 s Rpmlint (installed packages) ---------------------------- (none): E: there is no installed rpm "texlive-c90". (none): E: there is no installed rpm "texlive-zxjafont". (none): E: there is no installed rpm "texlive-pxtatescale". (none): E: there is no installed rpm "texlive-garuda-c90". (none): E: there is no installed rpm "texlive-adobemapping". (none): E: there is no installed rpm "texlive-collection-langcjk". (none): E: there is no installed rpm "texlive-zitie". (none): E: there is no installed rpm "texlive-dnp". (none): E: there is no installed rpm "texlive-evangelion-jfm". (none): E: there is no installed rpm "texlive-xcjk2uni". (none): E: there is no installed rpm "texlive-cjk". (none): E: there is no installed rpm "texlive-xecjk". (none): E: there is no installed rpm "texlive-cjkpunct". (none): E: there is no installed rpm "texlive-norasi-c90". (none): E: there is no installed rpm "texlive-fixjfm". There are no files to process nor additional arguments. Nothing to do, aborting. ============================ rpmlint session starts ============================ rpmlint: 2.8.0 configuration: /usr/lib/python3.14/site-packages/rpmlint/configdefaults.toml /etc/xdg/rpmlint/fedora-spdx-licenses.toml /etc/xdg/rpmlint/fedora.toml /etc/xdg/rpmlint/scoring.toml /etc/xdg/rpmlint/users-groups.toml /etc/xdg/rpmlint/warn-on-functions.toml checks: 32, packages: 15 0 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 filtered, 0 badness; has taken 0.0 s Source checksums ---------------- https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zxjafont.doc.tar.xz : CHECKSUM(SHA256) this package : 5569892514e1e48a36f9c5811f63dcdfa1486f78ccf5150d9fdd1396623939b9 CHECKSUM(SHA256) upstream package : 5569892514e1e48a36f9c5811f63dcdfa1486f78ccf5150d9fdd1396623939b9 https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zxjafont.tar.xz : CHECKSUM(SHA256) this package : 15063e8cc1be464c30f7cebd828a49f82af8a29535447980db1146a5aaaf54dd CHECKSUM(SHA256) upstream package : 15063e8cc1be464c30f7cebd828a49f82af8a29535447980db1146a5aaaf54dd https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zitie.doc.tar.xz : CHECKSUM(SHA256) this package : d8522fee4c94a5bdc82eb6447a4974593ef0883cc1dc5f21968545e4123e59c6 CHECKSUM(SHA256) upstream package : d8522fee4c94a5bdc82eb6447a4974593ef0883cc1dc5f21968545e4123e59c6 https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/zitie.tar.xz : CHECKSUM(SHA256) this package : ef8e1fd8b4dd34fc0c2a90482a9be8b973283d4bc6a67fe293684b217050e756 CHECKSUM(SHA256) upstream package : ef8e1fd8b4dd34fc0c2a90482a9be8b973283d4bc6a67fe293684b217050e756 https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xecjk.doc.tar.xz : CHECKSUM(SHA256) this package : e1d7d672c4c3e64db25646a5f920e6a5749ce48884532e2dd0cfbb71f1fa135e CHECKSUM(SHA256) upstream package : e1d7d672c4c3e64db25646a5f920e6a5749ce48884532e2dd0cfbb71f1fa135e https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xecjk.tar.xz : CHECKSUM(SHA256) this package : f22fdf85ddea5170a45c6d13f2e2177856b4e30ec1f64dfb82006cb9e18cb0d3 CHECKSUM(SHA256) upstream package : f22fdf85ddea5170a45c6d13f2e2177856b4e30ec1f64dfb82006cb9e18cb0d3 https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcjk2uni.doc.tar.xz : CHECKSUM(SHA256) this package : 043124bacfad0c2aac9087ab39abcdac54daaa026ccada1b67729d667631d06a CHECKSUM(SHA256) upstream package : 043124bacfad0c2aac9087ab39abcdac54daaa026ccada1b67729d667631d06a https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xcjk2uni.tar.xz : CHECKSUM(SHA256) this package : 0f1589f740bc9a24eb2b7214711c6e4f7c3a0f2fbe2ec76fc1d5bf0c11471c18 CHECKSUM(SHA256) upstream package : 0f1589f740bc9a24eb2b7214711c6e4f7c3a0f2fbe2ec76fc1d5bf0c11471c18 https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxtatescale.doc.tar.xz : CHECKSUM(SHA256) this package : 75daebd9e3e1005881097dc0d7a50a3803127d4805492c14ddb8bae8950bd2a0 CHECKSUM(SHA256) upstream package : 75daebd9e3e1005881097dc0d7a50a3803127d4805492c14ddb8bae8950bd2a0 https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pxtatescale.tar.xz : CHECKSUM(SHA256) this package : e65bb36e1154ad9a58aecfa5b310cf8c3adfd695b68804b83695a1ec27197057 CHECKSUM(SHA256) upstream package : e65bb36e1154ad9a58aecfa5b310cf8c3adfd695b68804b83695a1ec27197057 https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/norasi-c90.tar.xz : CHECKSUM(SHA256) this package : 944a7ae4d49cc37ef60a4e13e78225b9f6c9b14cd3bdc785f5a84cefaad776d4 CHECKSUM(SHA256) upstream package : 944a7ae4d49cc37ef60a4e13e78225b9f6c9b14cd3bdc785f5a84cefaad776d4 https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/garuda-c90.tar.xz : CHECKSUM(SHA256) this package : 4ace2157ef4a67eedd65a64b8b975aee2bbb3a115cbb8b931d42206e8211aea7 CHECKSUM(SHA256) upstream package : 4ace2157ef4a67eedd65a64b8b975aee2bbb3a115cbb8b931d42206e8211aea7 https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fixjfm.doc.tar.xz : CHECKSUM(SHA256) this package : b88e7085a025dc0329934530969971d3ef7ab52a83fee2d996a6dc66cfe2696a CHECKSUM(SHA256) upstream package : b88e7085a025dc0329934530969971d3ef7ab52a83fee2d996a6dc66cfe2696a https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/fixjfm.tar.xz : CHECKSUM(SHA256) this package : 7944e127db118f30a450614390a1ef8692be249ad97432d0c3cafb23e5b5edfb CHECKSUM(SHA256) upstream package : 7944e127db118f30a450614390a1ef8692be249ad97432d0c3cafb23e5b5edfb https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/evangelion-jfm.doc.tar.xz : CHECKSUM(SHA256) this package : f20233b3ec011d53957758cf269649b363825dae6e55c3e7a1a8ad1f72606032 CHECKSUM(SHA256) upstream package : f20233b3ec011d53957758cf269649b363825dae6e55c3e7a1a8ad1f72606032 https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/evangelion-jfm.tar.xz : CHECKSUM(SHA256) this package : 47d94882cfd2790cdcd6b342dca165a621a583062503a4159091fc80e56a6c10 CHECKSUM(SHA256) upstream package : 47d94882cfd2790cdcd6b342dca165a621a583062503a4159091fc80e56a6c10 https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/dnp.tar.xz : CHECKSUM(SHA256) this package : 82c2fdce3a428991b1618ccd85d25eaf13c2ac88a2dd2cef53f2198a301d21b7 CHECKSUM(SHA256) upstream package : 82c2fdce3a428991b1618ccd85d25eaf13c2ac88a2dd2cef53f2198a301d21b7 https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cjkpunct.doc.tar.xz : CHECKSUM(SHA256) this package : ad084a4f6734953310f617a7b9428c2e656b648040967d793860d4d32607a1fc CHECKSUM(SHA256) upstream package : ad084a4f6734953310f617a7b9428c2e656b648040967d793860d4d32607a1fc https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cjkpunct.tar.xz : CHECKSUM(SHA256) this package : 13a795ec51c28b1599211e236f556886a87a48be87531ae43e0ee4d07ff32340 CHECKSUM(SHA256) upstream package : 13a795ec51c28b1599211e236f556886a87a48be87531ae43e0ee4d07ff32340 https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cjk.doc.tar.xz : CHECKSUM(SHA256) this package : 803b33ed94d274ce300468ce357f882a0bc7c82bc56c82a1b1eaed479004e843 CHECKSUM(SHA256) upstream package : 803b33ed94d274ce300468ce357f882a0bc7c82bc56c82a1b1eaed479004e843 https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/cjk.tar.xz : CHECKSUM(SHA256) this package : 744904abda9141fa1a448b6ad3ab6d1389e515e98dbad9489613d98194eee0f2 CHECKSUM(SHA256) upstream package : 744904abda9141fa1a448b6ad3ab6d1389e515e98dbad9489613d98194eee0f2 https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/c90.doc.tar.xz : CHECKSUM(SHA256) this package : f27b9eff3213393855f5542e2f6197cc894ffea6bde0d13f91acb61715de0a67 CHECKSUM(SHA256) upstream package : f27b9eff3213393855f5542e2f6197cc894ffea6bde0d13f91acb61715de0a67 https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/c90.tar.xz : CHECKSUM(SHA256) this package : ccc81424d12033521734cbb01ba14b56252ada0b6f97e05468a7fbd9d3093c18 CHECKSUM(SHA256) upstream package : ccc81424d12033521734cbb01ba14b56252ada0b6f97e05468a7fbd9d3093c18 https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/adobemapping.tar.xz : CHECKSUM(SHA256) this package : a387389a11bd1220be3016ef74342bb9a4e1e888cee21379f3aadac786da1da1 CHECKSUM(SHA256) upstream package : a387389a11bd1220be3016ef74342bb9a4e1e888cee21379f3aadac786da1da1 https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/collection-langcjk.tar.xz : CHECKSUM(SHA256) this package : 06e687ac2ba729eadd8e805087eee84cddb81c6baf06a4b278e42fff38bcc6dd CHECKSUM(SHA256) upstream package : 06e687ac2ba729eadd8e805087eee84cddb81c6baf06a4b278e42fff38bcc6dd Requires -------- texlive-collection-langcjk (rpmlib, GLIBC filtered): texlive-adobemapping texlive-base texlive-c90 texlive-cjk texlive-cjk-gs-integrate texlive-cjkpunct texlive-cjkutils texlive-collection-basic texlive-dnp texlive-evangelion-jfm texlive-fixjfm texlive-garuda-c90 texlive-jfmutil texlive-norasi-c90 texlive-pxtatescale texlive-xcjk2uni texlive-xecjk texlive-zitie texlive-zxjafont texlive-adobemapping (rpmlib, GLIBC filtered): texlive-base texlive-kpathsea texlive-c90 (rpmlib, GLIBC filtered): texlive-base texlive-kpathsea texlive-cjk (rpmlib, GLIBC filtered): tex(graphicx.sty) tex(ifpdf.sty) tex(inputenc.sty) tex(ulem.sty) texlive-arphic texlive-base texlive-cns texlive-garuda-c90 texlive-kpathsea texlive-norasi-c90 texlive-uhc texlive-wadalab texlive-cjkpunct (rpmlib, GLIBC filtered): texlive-base texlive-kpathsea texlive-dnp (rpmlib, GLIBC filtered): texlive-base texlive-kpathsea texlive-evangelion-jfm (rpmlib, GLIBC filtered): texlive-base texlive-kpathsea texlive-fixjfm (rpmlib, GLIBC filtered): texlive-base texlive-kpathsea texlive-garuda-c90 (rpmlib, GLIBC filtered): texlive-base texlive-fonts-tlwg texlive-kpathsea texlive-norasi-c90 (rpmlib, GLIBC filtered): texlive-base texlive-fonts-tlwg texlive-kpathsea texlive-pxtatescale (rpmlib, GLIBC filtered): texlive-base texlive-kpathsea texlive-xcjk2uni (rpmlib, GLIBC filtered): texlive-base texlive-kpathsea texlive-xecjk (rpmlib, GLIBC filtered): texlive-base texlive-ctex texlive-kpathsea texlive-zitie (rpmlib, GLIBC filtered): tex(xparse.sty) texlive-base texlive-kpathsea texlive-zxjafont (rpmlib, GLIBC filtered): tex(etoolbox.sty) tex(fontspec.sty) tex(ifxetex.sty) tex(keyval.sty) texlive-base texlive-kpathsea Provides -------- texlive-collection-langcjk: texlive-collection-langcjk texlive-adobemapping: texlive-adobemapping texlive-c90: texlive-c90 texlive-cjk: tex(CJK.sty) tex(CJKfntef.sty) tex(CJKnumb.sty) tex(CJKspace.sty) tex(CJKulem.sty) tex(CJKutf8.sty) tex(CJKvert.sty) tex(MULEenc.sty) tex(c90enc.def) tex(pinyin.ldf) tex(pinyin.sty) tex(pshan.sty) tex(ruby.sty) tex(thaicjk.ldf) texlive-cjk texlive-cjkpunct: tex(CJKpunct.sty) texlive-cjkpunct texlive-dnp: texlive-dnp texlive-evangelion-jfm: texlive-evangelion-jfm texlive-fixjfm: tex(fixjfm.sty) texlive-fixjfm texlive-garuda-c90: texlive-garuda-c90 texlive-norasi-c90: texlive-norasi-c90 texlive-pxtatescale: tex(pxtatescale.sty) texlive-pxtatescale texlive-xcjk2uni: tex(xCJK2uni-UBg5plus.def) tex(xCJK2uni-UBig5.def) tex(xCJK2uni-UGB.def) tex(xCJK2uni-UGBK.def) tex(xCJK2uni-UJIS.def) tex(xCJK2uni-UKS.def) tex(xCJK2uni.sty) texlive-xcjk2uni texlive-xecjk: tex(xeCJK-listings.sty) tex(xeCJK.sty) tex(xeCJKfntef.sty) tex(xunicode-addon.sty) tex(xunicode-extra.def) texlive-xecjk texlive-zitie: tex(zitie.luatex.def) tex(zitie.sty) tex(zitie.xetex.def) texlive-zitie texlive-zxjafont: tex(zxjafont.sty) texlive-zxjafont Generated by fedora-review 0.10.0 (e79b66b) last change: 2023-07-24 Command line :/bin/fedora-review --no-colors --prebuilt --rpm-spec --name texlive-collection-langcjk --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg Buildroot used: fedora-rawhide-x86_64 Active plugins: Shell-api, Generic, Perl Disabled plugins: PHP, Ocaml, Java, SugarActivity, C/C++, Haskell, fonts, R, Python Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH