https://bugzilla.redhat.com/show_bug.cgi?id=2359607
Petr Pisar <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|fedora-review? |fedora-review+ --- Comment #13 from Petr Pisar <[email protected]> --- FIX: Remove the dependency on make. After unbundling hiredis, it is not used. FIX: Remove the dependency on gcc. After unbundling hiredis, it is not directly used. FIX: Remove the dependency on stunnel. It is not used if USE_SSL environment variable is not set, which is the default. All tests pass. Ok. $ rpmlint perl-Redis-Fast.spec ../SRPMS/perl-Redis-Fast-0.37-3.fc44.src.rpm ../RPMS/x86_64/perl-Redis-Fast-0.37-3.fc44.x86_64.rpm ======================================== rpmlint session starts ======================================= rpmlint: 2.7.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: 3 perl-Redis-Fast.x86_64: E: spelling-error ('hiredis', '%description -l en_US hiredis -> hire dis, hire-dis, hired is') perl-Redis-Fast.src: E: spelling-error ('hiredis', '%description -l en_US hiredis -> hire dis, hire-dis, hired is') perl-Redis-Fast.spec:109: W: macro-in-%changelog %{ix86} perl-Redis-Fast.spec:109: W: macro-in-%changelog %{ix86} perl-Redis-Fast.x86_64: E: incorrect-fsf-address /usr/share/licenses/perl-Redis-Fast/LICENSE === 2 packages and 1 specfiles checked; 3 errors, 2 warnings, 6 filtered, 3 badness; has taken 0.5 s == TODO: Escape the per-cent character in the changelog (perl-Redis-Fast.spec:109). $ rpm -q --requires -p ../RPMS/x86_64/perl-Redis-Fast-0.37-3.fc44.x86_64.rpm | sort -f | uniq -c 1 libc.so.6()(64bit) 1 libc.so.6(GLIBC_2.2.5)(64bit) 1 libc.so.6(GLIBC_2.3)(64bit) 1 libc.so.6(GLIBC_2.3.4)(64bit) 1 libc.so.6(GLIBC_2.4)(64bit) 1 libc.so.6(GLIBC_ABI_DT_RELR)(64bit) 1 libc.so.6(GLIBC_ABI_GNU2_TLS)(64bit) 1 libhiredis.so.1.1.0()(64bit) 1 libhiredis_ssl.so.1.1.0()(64bit) 1 perl(:MODULE_COMPAT_5.42.0) 1 perl(base) 1 perl(Carp) 1 perl(constant) 1 perl(Encode) 1 perl(Redis::Fast) 1 perl(Redis::Fast::Sentinel) 1 perl(Scalar::Util) 1 perl(strict) 1 perl(Tie::Array) 1 perl(Tie::Hash) 1 perl(Try::Tiny) 1 perl(warnings) 1 perl(XSLoader) 1 perl-libs 1 rpmlib(CompressedFileNames) <= 3.0.4-1 1 rpmlib(FileDigests) <= 4.6.0-1 1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 1 rpmlib(PayloadIsZstd) <= 5.4.18-1 1 rtld(GNU_HASH) Binary requires are Ok. $ resolvedeps rawhide ../RPMS/x86_64/perl-Redis-Fast-0.37-3.fc44.x86_64.rpm | sort -f | uniq -c 1 Binary dependencies are resolvable. Ok. The package builds in Fedora 44 <https://koji.fedoraproject.org/koji/taskinfo?taskID=138192672>. Ok. Please correct the FIX items before building this package. Package is APPROVED. -- You are receiving this mail because: You are always notified about changes to this product and component You are on the CC list for the bug. https://bugzilla.redhat.com/show_bug.cgi?id=2359607 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202359607%23c13 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
