-
Notifications
You must be signed in to change notification settings - Fork 8
Description
After adding the audinux repo to a machine, when trying to rt-tests i get a long list of packages to install that made me suspicious:
$ sudo dnf install rt-tests
Updating and loading repositories:
Repositories loaded.
Package Arch Version Repository Size
Installing:
rt-tests noarch 5.0.7-3.fc42 fedora 2.9 MiB
Installing dependencies:
gumbo-parser x86_64 1:0.12.1-3.fc42 fedora 378.5 KiB
libpq x86_64 16.4-2.fc42 fedora 965.3 KiB
mod_fcgid x86_64 2.3.9-35.fc42 fedora 232.1 KiB
mod_perl x86_64 2.0.13-9.fc42 fedora 6.2 MiB
mysql-common noarch 8.0.42-2.fc42 updates 444.6 KiB
mysql-libs x86_64 8.0.42-2.fc42 updates 6.4 MiB
perl-Algorithm-Diff noarch 1.2010-13.fc42 fedora 107.5 KiB
perl-Alien-Base noarch 2.84-2.fc42 fedora 168.5 KiB
...
This looks very much like what really installed there is tests for and the software Request Tracker itself ( an enormous issue tracking system)... totally not what i want...
So i tried another way, restricting to the use of audinux copr repo:
`$ sudo dnf install --repo=audinux rt-tests
Updating and loading repositories:
Repositories loaded.
Problem: cannot install the best candidate for the job
- nothing provides perl(IPC::Run3) needed by rt-tests-5.0.7-2.fc42.noarch from copr:copr.fedorainfracloud.org:ycollet:audinux
- nothing provides perl(Encode::HanExtra) needed by rt-tests-5.0.7-2.fc42.noarch from copr:copr.fedorainfracloud.org:ycollet:audinux
- nothing provides perl(JSON) needed by rt-tests-5.0.7-2.fc42.noarch from copr:copr.fedorainfracloud.org:ycollet:audinux
- nothing provides perl(GnuPG::Interface) needed by rt-tests-5.0.7-2.fc42.noarch from copr:copr.fedorainfracloud.org:ycollet:audinux
- nothing provides perl(HTML::Mason) needed by rt-tests-5.0.7-2.fc42.noarch from copr:copr.fedorainfracloud.org:ycollet:audinux
- nothing provides perl(String::ShellQuote) needed by rt-tests-5.0.7-2.fc42.noarch from copr:copr.fedorainfracloud.org:ycollet:audinux
- nothing provides /usr/bin/prove needed by rt-tests-5.0.7-2.fc42.noarch from copr:copr.fedorainfracloud.org:ycollet:audinux
- nothing provides perl(CGI::PSGI) needed by rt-tests-5.0.7-2.fc42.noarch from copr:copr.fedorainfracloud.org:ycollet:audinux
- nothing provides perl(GraphViz2) needed by rt-tests-5.0.7-2.fc42.noarch from copr:copr.fedorainfracloud.org:ycollet:audinux
- nothing provides perl(Net::LDAP::Server::Test) needed by rt-tests-5.0.7-2.fc42.noarch from copr:copr.fedorainfracloud.org:ycollet:audinux
- nothing provides perl(Plack::Middleware) needed by rt-tests-5.0.7-2.fc42.noarch from copr:copr.fedorainfracloud.org:ycollet:audinux
- nothing provides perl(Set::Tiny) needed by rt-tests-5.0.7-2.fc42.noarch from copr:copr.fedorainfracloud.org:ycollet:audinux
- nothing provides perl(Test::Deep) needed by rt-tests-5.0.7-2.fc42.noarch from copr:copr.fedorainfracloud.org:ycollet:audinux
- nothing provides perl(Test::Expect) needed by rt-tests-5.0.7-2.fc42.noarch from copr:copr.fedorainfracloud.org:ycollet:audinux
- nothing provides perl(Test::MockTime) needed by rt-tests-5.0.7-2.fc42.noarch from copr:copr.fedorainfracloud.org:ycollet:audinux
- nothing provides perl(Test::MockTime::HiRes) needed by rt-tests-5.0.7-2.fc42.noarch from copr:copr.fedorainfracloud.org:ycollet:audinux
- nothing provides perl(Test::More) needed by rt-tests-5.0.7-2.fc42.noarch from copr:copr.fedorainfracloud.org:ycollet:audinux
- nothing provides perl(Test::Warn) needed by rt-tests-5.0.7-2.fc42.noarch from copr:copr.fedorainfracloud.org:ycollet:audinux
- nothing provides perl(DBD::SQLite) needed by rt-tests-5.0.7-2.fc42.noarch from copr:copr.fedorainfracloud.org:ycollet:audinux
- nothing provides perl(HTML::Mason::Compiler) needed by rt-tests-5.0.7-2.fc42.noarch from copr:copr.fedorainfracloud.org:ycollet:audinux
- nothing provides perl(HTML::Mason::Compiler::ToObject) needed by rt-tests-5.0.7-2.fc42.noarch from copr:copr.fedorainfracloud.org:ycollet:audinux
- nothing provides perl(Plack::Handler::Apache2) needed by rt-tests-5.0.7-2.fc42.noarch from copr:copr.fedorainfracloud.org:ycollet:audinux
Package Arch Version Repository Size
Installing:
rt-tests x86_64 2.9-1.fc42 copr:copr.fedorainfracloud.org:ycollet 573.1 KiB
Skipping packages with broken dependencies:
rt-tests noarch 5.0.7-2.fc42 copr:copr.fedorainfracloud.org:ycollet 2.9 MiB
Transaction Summary:
Installing: 1 package
Skipping: 1 package
Total size of inbound packages is 192 KiB. Need to download 192 KiB.
After this operation, 573 KiB extra will be used (install 573 KiB, remove 0 B).
Is this ok [y/N]:
`
it looks like i will probably get the rt-tests from this specs repo here, but still looks fishy...
No idea what to do with that now, but I thought i should let you know ;)