#996 Review packages that don't exist in the pkgdb
Closed: Fixed None Opened 15 years ago by toshio.

There are 20 packages that exist unblocked in koji but don't exist in the pkgdb. We should review these and see if they need to be blocked in koji.

{{{
avant-window-manager
buildsystem
comps
dictclient
gfs-eustace-font
gstreamer-plugins-pulseaudio
jetty5
kadischi
msyncool
pear-Net-DNS
pear-Net-IPv4
perl-IPC-RUN3
perl-Module-CPANTS-Analyseh
perl-MogileFS-Server
perl-MogileFS-client
ruby-pam
s390utils
vtk-data
ws-common-utils
xercesc-27
}}}


Only one that exists in rawhide is s390utils, which exists only as a source RPM.

Perhaps they're blocked in earlier releases than f10?

Replying to [comment:1 notting]:

Only one that exists in rawhide is s390utils, which exists only as a source RPM.

We probably want to delete that then. It doesn't exist on the cvs server.

Replying to [comment:2 notting]:

Perhaps they're blocked in earlier releases than f10?

I'm not certain but I'd hope the blocker status would be inherited along with the packages themselves. For reference, here's the code that gets the package list from koji:

{{{
import koji
koji_session = koji.ClientSession(KOJI_URL)
koji_session.ssl_login(cert=USER_CERT, ca=USER_CA, serverca=SERVER_CA)
pkglist = koji_session.listPackages(tagID='dist-f10', inherited=True)
pkglist = [pkg for pkg in pkglist if not pkg['blocked']]
}}}

I've blocked them all in dist-f11, except for s390utils. I /think/ that's still needed for the s390 secondary arch effort, but I want to confirm with dgilmore before killing it.

Dennis confirmed that s390utils is needed for s390 folks. Leaving it and closing this bug.

Metadata Update from @toshio:
- Issue assigned to jkeating

7 years ago

Login to comment on this ticket.

Metadata