Bodhi 7.0.1 deployed to prod
by Mattia Verga
Hello folks,
I'd like to announce that Bodhi 7.0.1 has been deployed to production.
Apart from a webUI new look, due to the switch to fedora-bootstrap 2.x,
these are the main changes that may interest you:
- Bodhi client now autenticates using Kerberos by default and falls back
to browser-based OIDC mechanism. Also, Bodhi client will not show the
secret in terminal while typing the password when logging in via browser.
- Frozen releases updates will now be forced into testing before being
pushed to stable. Previously, when a release was frozen, an update which
was just submitted (pending), but had received enough votes to be pushed
directly to stable, was not pushed in testing nor stable. Now it will be
pushed to testing and remain there until the release is un-frozen.
- The new update form UI will now display a warning when a release is
approaching EOL. Also, a warning box will be showed in the update
details page to inform the user that the update will not be pushed out
to stable until the freeze is over.
You can find the full changelog at
https://fedora-infra.github.io/bodhi/7.0/user/release_notes.html (note
that the link at the bottom of Bodhi web pages is currently broken, as
it points to 6.x docs... )
Have a nice day
Mattia
2 months, 1 week
bodhi upgraded to 7.0.1
by Kevin Fenzi
Hey folks, just a heads up that bodhi has been updated to 7.0.1 now.
https://bodhi.fedoraproject.org
See:
https://github.com/fedora-infra/bodhi/releases
for a full list of bugs fixed/enhancements.
Note that this adds the concept of 'frozen' releases, which will:
* show a warning / note for those releases to explain that it's frozen
and updates will stay in testing unless cleared by QA as fixing a
blocker/exception.
* allow releng to use the same automated push process, meaning that
updates pushes will stay at the same time (00:14UTC) as always.
Along with many other bugfixes and enhancements.
Thanks to everyone who worked on it!
kevin
2 months, 1 week
Rpmautospec updated to version 0.3.1 in Koji
by Nils Philippsen
Hey there,
Kevin Fenzi recently updated the Koji builders in production and with
this, the rpmautospec plugin got updated to version 0.3.1.
These are the changes in this version which affect building packages on
Koji in Fedora Infrastructure:
- You can mark a commit log with `[skip changelog]` (on a line of its
own, without the quotes) and to avoid adding it to the RPM changelog.
- The (epoch-)version-release at the end of every generated changelog
header is separated from the rest of the line with a dash.
Cheers,
Nils
--
Nils Philippsen / Senior Software Engineer / Red Hat
PGP fingerprint: D0C1 1576 CDA6 5B6E BBAE 95B2 7D53 7FCA E9F6 395D
2 months, 1 week
Upcoming F38 Changes deadlines
by Ben Cotton
As a reminder, the deadline for submitting Self-Contained F38 Change
proposals is Tuesday, 17 January 2023.
The F38 mass rebuild is scheduled to begin on Wednesday, 18 January.
Any approved Changes that require a mass rebuild must be ready by
then. If you will not be ready, please notify Release Engineering as
soon as possible.
More schedule milestones are available at
https://fedorapeople.org/groups/schedule/f-38/f-38-key-tasks.html
--
Ben Cotton
He / Him / His
Fedora Program Manager
Red Hat
TZ=America/Indiana/Indianapolis
2 months, 1 week
F38 proposal: IPP-USB as a weak dependency of CUPS and sane-airscan
(Self-Contained Change proposal)
by Ben Cotton
https://fedoraproject.org/wiki/Changes/IPPUSBasPrintScanDependency
This document represents a proposed Change. As part of the Changes
process, proposals are publicly announced in order to receive
community feedback. This proposal will only be implemented if approved
by the Fedora Engineering Steering Committee.
== Summary ==
Add `ipp-usb` as a weak dependency of packages which provide support
for driverless printing (`cups`), driverless scanning (`sane-airscan`)
and driverless fax for USB devices capable of using driverless
functionality (how to find out whether your USB device is driverless
[https://docs.fedoraproject.org/en-US/quick-docs/cups-useful-tricks/#_how_...
here]), so such devices will work without a specific driver. `ipp-usb`
design conflicts with the way how drivers work with the device, so a
user intervention is required after upgrade.
== Owner ==
* Name: [[User:Zdohnal | Zdenek Dohnal]]
* Email: zdohnal(a)redhat.com
== Detailed Description ==
Nowadays most printers and scanners from common vendors provide a way
how to work without a specific driver. This way relies on driverless
standards implemented in device's firmware and their support in the
operating system user has. At first (in 2010) network driverless
standards were implemented in devices and widely spread, such as
AirPrint, [https://www.pwg.org/ipp/everywhere.html IPP Everywhere] for
printers or eSCL (sometimes called AirScan) and WSD (Windows Service
Discovery) for scanners. Those network driverless standards and others
are already supported in `cups` (for printing) and `sane-airscan`
packages. Two years later USB devices got their own driverless
standard - [https://robots.org.uk/IPPOverUSB?action=AttachFile&do=view&target=IPP+USB...
IPP over USB] - which is now implemented by `ipp-usb`. The package
itself has been in Fedora for more than two years available for users
to opt-in USB driverless support.
The `ipp-usb` package contains `ipp-usb` daemon, which works as an
HTTP proxy over the claimed USB devices, provides printing (via
[http://ftp.pwg.org/pub/pwg/standards/std-ipp20-20151030-5100.12.pdf
IPP 2.0+] protocol), scanning (via eSCL) and fax (via
[http://ftp.pwg.org/pub/pwg/candidates/cs-ippfaxout10-20140618-5100.15.pdf
IPP Faxout]) support and advertises them on localhost by mDNS
protocol. mDNS is the key feature for automatic discovery, but it is
not required to use it - the virtual printer device provided by
`ipp-usb` can be accessed at URI `ipp://localhost:60000/ipp/print` and
the URI can be used for permanent queue installation -
[https://docs.fedoraproject.org/en-US/quick-docs/cups-useful-tricks/#_how_...
here] is the manual. However if mDNS is enabled, the virtual device
shared by `ipp-usb` can be automatically picked up by other services
(as `cups` or `sane-airscan`), so no further configuration is required
to get the device installed. The feature is called ''temporary queue''
in CUPS and it is supported in applications using the up-to-date CUPS
API or toolkits using up-to-date CUPS API - f.e. GTK3+ based
applications, Libreoffice and Firefox. The fax functionality is
available at URI `ipp://localhost:60000/ipp/faxout`, but the automatic
installation doesn't work for it and it has to be installed manually.
As mentioned above, the `ipp-usb` daemon claims the USB interface of
the device which supports IPP over USB standard. This behavior
conflicts with the previous driver approach, where the discovery
mechanism only scans USB ports for available devices, but doesn't try
to claim the USB interface, which is unavailable because `ipp-usb` has
claimed it already. The result is the device can be discovered by
classic driver tools, but it won't work once user wants to print, scan
or fax. In such cases user intervention is needed, where user has to
make a decision whether to use driverless USB support or classic
support with drivers. The way how to do it will be explained later in
this proposal.
Based on the current `ipp-usb` design the following specific setups
aren't expected to work, because they are not common with USB device
usage:
* combining driverless and classic driver's support doesn't work on
the same device - driverless or classic driver has to be used for
whole device's functionality.
* if user has several devices of the same model, all of them has to be
supported by a single solution - driverless or classic driver -
because quirks and SANE backends use model name, vendor ID or product
ID, which are the same for all devices of the same model, for denying
the support.
* if scanner backend does not support disabling support for a specific
device (f.e. `hpaio`, `pixma` are such backends), the whole backend
can be disabled to prevent discovering broken scanners - it results in
the scanner support provided by the backend will be disabled for all
other devices which are in the user's environment - both network and
USB.
To provide a possibility to opt-out from driverless USB printing the
`ipp-usb` package will be added as a weak dependency of `cups` and
`sane-airscan`, so it can be uninstalled without losing the rest of
the printing and scanning stack, and `ipp-usb check` will be added
into `%post` scriptlet of `ipp-usb` package for users to see whether
they have a device claimed by `ipp-usb` during upgrade process.
== Feedback ==
I've investigated possible solutions for two biggest concerns which
adding `ipp-usb` has raised and consulted it upstream:
1. The current design of claiming the interface of IPP-over-USB device
and not releasing it until `ipp-usb` daemon stops and whether it can
be changed - I talked with upstream about it at
[https://github.com/OpenPrinting/ipp-usb/issues/50#issuecomment-1122248609
upstream issue] - the reason for it is to prevent potential race
conditions/bugs in device's firmware, which is sometimes flaky and
updates are not coming to it in regular manner, due combined access
for printing or scanning.
2. The design makes impact to an existing setups as well, so the
upgrade path has to be taken into consideration - this was mentioned
in the [https://github.com/OpenPrinting/ipp-usb/issues/50 upstream
ticket] too. Based on the following expectations regarding devices:
* might have firmware bugs
* might have lesser functionality than classic driver
and the expectations above differ from device to device, we can't
automatically prefer one solution over the other at the moment and
user manual intervention after upgrade is needed.
This feature will explain how to create a quirk for the `ipp-usb`
daemon to ignore the device or disable them in classic drivers to
reduce this conflict.
== Benefit to Fedora ==
Modern USB devices will work out of the box without a specific driver,
so users don't need to install a driver or the device at all.
== Scope ==
* Proposal owners:
The proposal owner will add `Recommends: ipp-usb` to `cups` and
`sane-airscan` packages, `ipp-usb check` call into `%post` scriptlet
of `ipp-usb` and rebuild all changed packges. The owner will update
Fedora Quick Docs with the manual how to create the `ipp-usb` quirk
and how to disable the device in classic drivers if possible.
* Other developers:
* Release engineering:
* Policies and guidelines: N/A (not needed for this Change)
* Trademark approval: N/A (not needed for this Change)
* Alignment with Objectives:
== Upgrade/compatibility impact ==
`ipp-usb` is incompatible with classic printing and scanning drivers
for IPP-over-USB devices, so a manual intervention depending on user's
choice is required after upgrade. The steps which users have to do are
described below.
Choices:
# IPP-USB
# Classic drivers
=== Prerequisites: Checking the IPP-over-USB device and its capabilities ===
* update device's firmware if possible
* stop and disable `cups-browsed` service if it is not used for
installing printers from remote print server (which means `BrowsePoll
<server>` is used in `/etc/cups/cups-browsed.conf`)
* check if the device is recognized by `ipp-usb`:
<pre>
$ sudo ipp-usb check
Configuration files: OK
IPP over USB devices:
Num Device Vndr:Prod Model
1. Bus 001 Device 005 04a9:2823 "Canon MF440 Series"
</pre>
* if the device has a printing functionality:
:* check whether the device is seen by CUPS among existing
destinations, but not among installed printers
(''Canon_MF440_Series_USB'' is the CUPS temporary queue for
IPP-over-USB device called ''Canon MF430''):
<pre>
$ lpstat -e
Canon_MF440_Series_USB
Canon_MF440_Series
$ lpstat -a
Canon_MF440_Series accepting requests since Wed 16 Mar 2022 11:27:02 AM CET
</pre>
::'''Note''': If the ''Canon_MF440_Series_USB'' is shown here, but not
in your application, report the issue to the application.
:* check whether it provides the options you use during printing:
<pre>
$ ipptool -tv ipp://localhost:60000/ipp/print get-printer-attributes.test
$ lpoptions -p Canon_MF440_Series_USB -l
</pre>
::'''Note''': `ipptool` command will return all IPP attributes which
the device supports - currently common PPD options are generated from
some of the attributes, so if your printing option is present in IPP
response, but not in `lpoptions` output, then it is a CUPS issue.
`lpoptions` returns available PPD options, which are used by print
dialogs in most cases.
* If the device has a scanning functionality:
:* check whether the device is seen by `airscan` backend (the HP
LaserJet MFP M130fw device here is used for illustration, it does not
show its real IPP-over-USB compatibility or its real options shared
via AirScan from `ipp-usb`):
<pre>
$ scanimage -L
...
device `airscan:e0:HP LaserJet MFP M130fw (E700D6)' is a eSCL HP
LaserJet MFP M130fw (E700D6) ip=127.0.0.1
</pre>
:* check the device capabilities:
<pre>
$ scanimage --help -d 'airscan:e0:HP LaserJet MFP M130fw (E700D6)'
...
Options specific to device `airscan:e0:HP LaserJet MFP M130fw (E700D6)':
Standard:
--resolution 75|150|200|300|600|1200dpi [300]
Sets the resolution of the scanned image.
--mode Color|Gray [Color]
Selects the scan mode (e.g., lineart, monochrome, or color).
--source Flatbed|ADF [Flatbed]
Selects the scan source (such as a document-feeder).
Geometry:
-l 0..215.9mm [0]
Top-left x position of scan area.
-t 0..297.011mm [0]
Top-left y position of scan area.
-x 0..215.9mm [215.9]
Width of scan-area.
-y 0..297.011mm [297.011]
Height of scan-area.
Enhancement:
--brightness -100..100% (in steps of 1) [0]
Controls the brightness of the acquired image.
--contrast -100..100% (in steps of 1) [0]
Controls the contrast of the acquired image.
--shadow 0..100% (in steps of 1) [0]
Selects what radiance level should be considered "black".
--highlight 0..100% (in steps of 1) [100]
Selects what radiance level should be considered "white".
--analog-gamma 0.0999908..4 [1]
Analog gamma-correction
--negative[=(yes|no)] [no]
Swap black and white
...
</pre>
* if the device has a fax functionality and user requires it:
:* check its capabilities via `ipptool` command:
<pre>
$ ipptool -tv ipp://localhost:60000/ipp/faxout get-printer-attributes.test
</pre>
User can see the available printing, scanning and fax capabilities
with the commands above and can decide which solution -
'''driverless''' or '''classic drivers''' - he wants to use. The
recommendation is to use driverless if it provides the set of options
required by user - the device is not bound to a driver being available
in the distribution and, if mDNS works, the device is automatically
installed and no other intervention will be needed in the future, when
classic drivers will be covered by printer applications and permanent
queues will turn into printer profiles on desktops.
=== Choice 1: IPP-USB is chosen to support the device ===
* if the device has a printing functionality:
:* Remove any existing printers installed for the device in the past:
::* find out the printer name:
<pre>
$ lpstat -a
Canon_MF440_Series accepting requests since Wed 16 Mar 2022 11:27:02 AM CET
</pre>
::* remove the printer:
<pre>
$ lpadmin -x Canon_MF440_Series
</pre>
* if the device has a scanning functionality:
:* Disable the device in a SANE backend, disable the backend as whole
or uninstall the driver:
<pre>
$ scanimage -L
device `hpaio:/usb/laserjet_mfp_m129-m134?serial=XXXX' is a
Hewlett-Packard laserjet_mfp_m129-m134 all-in-one
device `airscan:e0:HP LaserJet MFP M130fw (E700D6)' is a eSCL HP
LaserJet MFP M130fw (E700D6) ip=127.0.0.1
$ sudo sed -i 's,^\s*hpaio$,#hpaio,' /etc/sane.d/dll.d/hpaio
# disables backend
</pre>
* if the device has a fax functionality:
:* remove the old fax queue if exists:
<pre>
$ lpadmin -x <fax_queue>
</pre>
:* install a new fax queue:
<pre>
$ lpadmin -p <fax_name> -v ipp://localhost:60000/ipp/faxout -m
driverless-fax:ipp://localhost:60000/ipp/faxout -E
</pre>
After this user is able to send fax via `lp` command and the chosen fax queue.
=== Choice 2: A classic driver is chosen to support the device ===
* create a quirk for `ipp-usb`:
:* get device's model name:
<pre>
$ sudo ipp-usb check
$ sudo ipp-usb check
Configuration files: OK
IPP over USB devices:
Num Device Vndr:Prod Model
1. Bus 001 Device 005 04a9:2823 "Canon MF440 Series"
</pre>
:* use the name in new quirk file at `/etc/ipp-usb/quirks` directory.
The `.conf` suffix is required.
<pre>
$ cat /etc/ipp-usb/quirks/canon.conf
[Canon MF440 Series]
blacklist = true
</pre>
:* restart `ipp-usb` service:
<pre>
$ sudo systemctl restart ipp-usb
</pre>
This quirk will deny device's support in `ipp-usb` and classic drivers
will work.
== How To Test ==
USB device capable of supporting IPP-over-USB is required to test this
change. `ipp-usb` starts once IPP-over-USB device is connected and
then do the following steps:
* follow prerequisites mentioned in the
[https://fedoraproject.org/wiki/Changes/IPPUSBasPrintScanDependency#Upgrad...
Upgrade/compatibility impact] and choose IPP-over-USB support,
* open a document in applications you use for printing/scanning/fax
* check whether the device is seen in the application (in print
dialog, or in scanner list) - if the device is not seen, report the
issue to the application's bugzilla component,
* check which options are available in the dialog/settings - if some
required (for your use cases) options are missing in comparison to
`lpoptions` and `scanimage` outputs (details how to find out device's
capabilities in
[https://fedoraproject.org/wiki/Changes/IPPUSBasPrintScanDependency#Upgrad...
Upgrade/compatibility impact]), report the issue to the application's
bugzilla component,
* try the actions you usually do on your device (print/scan/fax) with
your common options set:
:* in case of printers and fax if the printout is not in expected
format, do report the issue to `cups` bugzilla component together with
additional info (described
[https://docs.fedoraproject.org/en-US/quick-docs/how-to-debug-printing-pro...
here]),
:* in case of problem with scanning output do report the issue to
`sane-airscan` bugzilla component together with additional info
acquired by following steps from this
[https://docs.fedoraproject.org/en-US/quick-docs/how-to-debug-scanning-pro...
link],
* once you disable the device or backend for scanning, check whether
one scanner's disappeared from scanner application's dialog
(`simple-scan`, `xsane`, `scanimage`)
In case user chooses to have classic driver support instead of
driverless because driverless support does not work or it misses some
options which user requires, it would be great if the user reported
such case by filing an issue to `golang-github-openprinting-ipp-usb`
bugzilla component, explaining which required options are missing or
whether driverless does not print/scan at all and it will reviewed by
the component's maintainer. If the model has the driverless support
broken in general, the model can be disabled in `ipp-usb` on system
level by quirk, which is located in `/usr/share/ipp-usb/quirks`.
Once the quirk is set and `ipp-usb` restarted, previously installed
printers and scanners will work as before - the printing/scanning/fax
will end with error otherwise.
== User Experience ==
A new printer and a new scanner will appear in applications and
settings for IPP-over-USB devices by default. Previously installed
printer and discovered scanner for the device will stop working and
manual intervention is required to remove the broken instances, or to
create a quirk for `ipp-usb`.
== Dependencies ==
== Contingency Plan ==
* Contingency mechanism: N/A (not a System Wide Change)
* Contingency deadline: N/A (not a System Wide Change)
* Blocks release? N/A (not a System Wide Change)
== Documentation ==
* Printing and scanning
[https://docs.fedoraproject.org/en-US/quick-docs/cups-terminology/
terminology]
* [https://docs.fedoraproject.org/en-US/quick-docs/how-to-debug-printing-pro...
Printing] debugging
* [https://docs.fedoraproject.org/en-US/quick-docs/how-to-debug-scanning-pro...
Scanning] debugging
* [https://docs.fedoraproject.org/en-US/quick-docs/cups-useful-tricks/
Tips and tricks]
* [https://docs.fedoraproject.org/en-US/quick-docs/cups-known-issues/
Known issues]
== Release Notes ==
Driverless USB printing/scanning/fax support is present by default
with printing and scanning packages, providing the support for devices
capable of using IPP-over-USB. The manual intervention is required
after upgrade, which is described
[https://fedoraproject.org/wiki/Changes/IPPUSBasPrintScanDependency#Upgrad...
here].
--
Ben Cotton
He / Him / His
Fedora Program Manager
Red Hat
TZ=America/Indiana/Indianapolis
2 months, 1 week
List of long term FTBFS packages to be retired in February
by Miro Hrončok
Dear maintainers.
Based on the current fail to build from source policy, the following packages
should be retired from Fedora 38 approximately one week before branching.
5 weekly reminders are required, hence the retirement will happen
approximately in 5 weeks, i.e. around 2023-02-08.
Since this is unfortunately after the branching,
packages will be retired on rawhide and f38.
I apologize for starting this process a bit later than required.
Policy:
https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fai...
The packages in rawhide were not successfully built at least since Fedora 35.
This report is based on dist tags.
Packages collected via:
https://github.com/hroncok/fedora-report-ftbfs-retirements/blob/master/ft...
If you see a package that was built, please let me know.
If you see a package that should be exempted from the process,
please let me know and we can work together to get a FESCo approval for that.
If you see a package that can be rebuilt, please do so.
Package (co)maintainers
================================================================================
ArpON fab, sagarun
IQmol jussilehtola
alevt lucilanga
belle-sip nucleo, sdgathman
bowtie jaruga, verdurin
btkbdd lkundrak
cave9 jonathanspw
ccrypt fab
cjdns sdgathman
clazy jgrulich
cloog dhowells, dodji,
epel-packagers-sig
coffee-script patches, vondruch
datamash jhladky
erlpmd peter
free42 brouhaha
frogr teuf
goddi fab, go-sig
golang-github-adroll-goamz eclipseo, go-sig, limb
golang-github-aphistic-sweet eclipseo, go-sig
golang-github-aws-sdk-2-0.24 eclipseo, go-sig
golang-github-cheekybits-genny eclipseo, go-sig
golang-github-cockroachdb-gostdlib eclipseo, go-sig
golang-github-cockroachdb-sentry eclipseo, go-sig
golang-github-cosmos72-gomacro go-sig, qulogic
golang-github-d2g-dhcp4server eclipseo, go-sig
golang-github-dave-dst eclipseo, go-sig
golang-github-docker-licensing eclipseo, go-sig
golang-github-gdamore-optopia fab, go-sig
golang-github-gin-gonic eclipseo, go-sig
golang-github-gobuffalo-packr eclipseo, go-sig
golang-github-gophercloud-utils eclipseo, go-sig
golang-github-gopherjs eclipseo, go-sig, jchaloup
golang-github-grpc-ecosystem-gateway eclipseo, go-sig
golang-github-influxdata-influxdb1-client eclipseo, go-sig
golang-github-jung-kurt-gofpdf eclipseo, go-sig
golang-github-karlseguin-ccache eclipseo, go-sig
golang-github-latex eclipseo, go-sig
golang-github-maruel-panicparse eclipseo, go-sig
golang-github-maruel-panicparse-2 eclipseo, go-sig
golang-github-mattermost-xml-roundtrip-validator eclipseo, go-sig
golang-github-mholt-certmagic-0.8 eclipseo, go-sig
golang-github-ncw-swift-2 eclipseo, go-sig
golang-github-ugorji eclipseo, go-sig
golang-github-viant-toolbox eclipseo, go-sig
golang-gonum-1-plot eclipseo, go-sig
golang-gopkg-mgo-2 eclipseo, go-sig
golang-helm-3 go-sig, orphan
golang-istio-pkg eclipseo, go-sig
golang-sigs-k8s-application eclipseo, go-sig
golang-sigs-k8s-controller-runtime eclipseo, go-sig
gtkhash nonamedotc
howl atim, pwalter
httpdump fab, go-sig
ipmiutil arcress
irssi-xmpp lbazan, maha
kguitar davidcornette
kjots kde-sig, thunderbirdtr
kmplayer moceap, rdieter
libgnome alexl, caolanm, gnome-sig,
mbarnes, rhughes, rstrode,
ssp, trawets
libmobi avsej
libmodulemd1 sgallagh
libndn-cxx susmit
libsafec jhli
libv3270 dcavalca
libyami kwizart
libyami-utils kwizart
llvm10 petersen, sergesanspaille
llvm11 jistone, petersen,
sergesanspaille, tstellar
llvm12 petersen, sergesanspaille,
tstellar
llvm9.0 jistone, petersen, tstellar
lucidlife pgordon
maven-scm mizdebsk, trawets
mimic pbrobinson
nall chkr
nodejs-tape fab, patches
openas2 sdgathman
opencl-utils lupinix
ortp nucleo, sdgathman
percona-xtrabackup slaanesh, slankes
phasex tartina
php-doctrine-common remi, siwinski
php-hamcrest remi
php-laminas-code remi
php-laminas-config remi
php-ocramius-proxy-manager siwinski
php-symfony-security-acl remi, siwinski
portlet-2.0-api jjelen
rnetclient sergiodj
sigul kevin, mitr
simde jaruga
simh lucilanga
sslsplit pwouters
tabbed psabata
tcptrack fab, wolfy
tpm2-tss-engine mzavalavz
validns pwouters
waffle ajax
wdune andymenderunix
xml-security-c bruno, kloczek
xorg-x11-drv-armada lkundrak
xorg-x11-drv-qxl airlied, alon, elmarco,
jwrdegoede, ssp, teuf,
victortoso
xorg-x11-drv-vmware airlied, ajax, alexl, caolanm,
glisse, mbarnes, rhughes,
rstrode, ssp, whot
zmk zyga
The following packages require above mentioned packages:
Depending on: cloog (5), status change: 2022-09-20 (16 weeks ago)
arm-none-eabi-binutils-cs (maintained by: epel-packagers-sig, mhlavink)
arm-none-eabi-binutils-cs-1:2.39-2.fc38.src requires cloog = 1:0.18.4-11.fc35
arm-none-eabi-gcc-cs (maintained by: epel-packagers-sig, mhlavink)
arm-none-eabi-gcc-cs-1:12.2.0-1.fc38.src requires arm-none-eabi-binutils =
2.39, arm-none-eabi-newlib = 4.1.0-6.fc37
arm-none-eabi-gcc-cs-1:12.2.0-1.fc38.x86_64 requires arm-none-eabi-binutils =
2.39
arm-none-eabi-newlib (maintained by: epel-packagers-sig, mhlavink)
arm-none-eabi-newlib-4.1.0-6.fc37.src requires arm-none-eabi-binutils = 2.39,
arm-none-eabi-gcc = 12.2.0, arm-none-eabi-gcc-c++ = 12.2.0
libnxt (maintained by: dwrobel)
libnxt-0.4.2-1.fc37.src requires arm-none-eabi-gcc-cs = 1:12.2.0-1.fc38
proxmark3 (maintained by: s00se)
proxmark3-4.15864-3.fc38.src requires arm-none-eabi-gcc = 12.2.0,
arm-none-eabi-newlib = 4.1.0-6.fc37
Depending on: coffee-script (24), status change: 2021-06-22 (81 weeks ago)
nodejs-diagnostic-language-server (maintained by: asn, pfilipen)
nodejs-diagnostic-language-server-1.13.0-3.fc37.src requires coffee-script =
1.10.0-17.fc35
perl-Mojolicious-Plugin-AssetPack (maintained by: eseyman)
perl-Mojolicious-Plugin-AssetPack-2.13-6.fc37.src requires coffee-script =
1.10.0-17.fc35
rubygem-coffee-script-source (maintained by: tdawson, vondruch)
rubygem-coffee-script-source-1.10.0-14.fc37.noarch requires js-coffee-script
= 1.10.0-17.fc35
rubygem-coffee-script-source-1.10.0-14.fc37.src requires js-coffee-script =
1.10.0-17.fc35
vim-syntastic (maintained by: mhjacks)
vim-syntastic-coffee-3.10.0-16.fc37.noarch requires coffee-script =
1.10.0-17.fc35
openqa (maintained by: adamwill)
openqa-4.6^20221123gitb93eb7f-3.fc38.noarch requires
perl(Mojolicious::Plugin::AssetPack) = 2.13
openqa-4.6^20221123gitb93eb7f-3.fc38.src requires openqa-client =
4.6^20221123gitb93eb7f-3.fc38, perl(Mojolicious::Plugin::AssetPack) = 2.13
openqa-common-4.6^20221123gitb93eb7f-3.fc38.noarch requires
perl(Mojolicious::Plugin::AssetPack) = 2.13
openqa-devel-4.6^20221123gitb93eb7f-3.fc38.noarch requires
perl(Mojolicious::Plugin::AssetPack) = 2.13
rubygem-coffee-script (maintained by: jaruga, ruby-packagers-sig, tdawson,
vondruch)
rubygem-coffee-script-2.4.1-15.fc37.noarch requires
rubygem(coffee-script-source) = 1.10.0
rubygem-coffee-script-2.4.1-15.fc37.src requires
rubygem(coffee-script-source) = 1.10.0
rubygem-actioncable (maintained by: pvalena, ruby-packagers-sig, vondruch)
rubygem-actioncable-7.0.4-1.fc38.src requires rubygem(coffee-script) = 2.4.1
rubygem-sinatra (maintained by: jaruga, jstribny, ruby-packagers-sig, valtri,
vondruch)
rubygem-sinatra-1:2.2.0-3.fc37.src requires rubygem(coffee-script) = 2.4.1
rubygem-sprockets (maintained by: ruby-packagers-sig, vondruch)
rubygem-sprockets-4.0.2-6.fc38.src requires rubygem(coffee-script) = 2.4.1
rubygem-tilt (maintained by: tdawson, valtri, vondruch)
rubygem-tilt-2.0.10-8.fc37.src requires rubygem(coffee-script) = 2.4.1
rubygem-rails (maintained by: jstribny, mtasaka, pvalena, ruby-packagers-sig,
sseago, tdawson, vondruch)
rubygem-rails-1:7.0.4-1.fc38.noarch requires rubygem(actioncable) = 7.0.4
rubygem-railties (maintained by: pvalena, tdawson, vondruch)
rubygem-railties-7.0.4-1.fc38.src requires rubygem(actioncable) = 7.0.4
rubygem-rspec-rails (maintained by: clalance, vondruch)
rubygem-rspec-rails-5.1.1-2.fc37.src requires rubygem(actioncable) = 7.0.4
pcs (maintained by: cfeist, idevat, mlisik, mpospisi, omular, tojeline)
pcs-0.11.4-2.fc38.src requires rubygem-sinatra = 1:2.2.0-3.fc37
pcs-0.11.4-2.fc38.x86_64 requires rubygem-sinatra = 1:2.2.0-3.fc37
rubygem-async_sinatra (maintained by: greghellings)
rubygem-async_sinatra-1.3.0-12.fc37.noarch requires rubygem(sinatra) = 2.2.0
rubygem-async_sinatra-1.3.0-12.fc37.src requires rubygem(sinatra) = 2.2.0
rubygem-capybara (maintained by: ruby-packagers-sig, vondruch)
rubygem-capybara-3.37.1-1.fc38.src requires rubygem(sinatra) = 2.2.0
rubygem-ethon (maintained by: ruby-packagers-sig, vondruch)
rubygem-ethon-0.15.0-3.fc37.src requires rubygem(sinatra) = 2.2.0
rubygem-excon (maintained by: jstribny, tdawson, vondruch)
rubygem-excon-0.91.0-2.fc37.src requires rubygem(sinatra) = 2.2.0
rubygem-mustermann (maintained by: pvalena, ruby-packagers-sig)
rubygem-mustermann-1.1.1-8.fc38.src requires rubygem(sinatra) = 2.2.0
rubygem-rack-test (maintained by: vondruch)
rubygem-rack-test-1.1.0-6.fc37.src requires rubygem(sinatra) = 2.2.0
rubygem-sinatra-cross_origin (maintained by: valtri)
rubygem-sinatra-cross_origin-0.4.0-12.fc37.src requires rubygem(sinatra) = 2.2.0
rubygem-sinatra-rabbit (maintained by: athoscr)
rubygem-sinatra-rabbit-1.1.6-17.fc37.noarch requires rubygem(sinatra) = 2.2.0
rubygem-sinatra-rabbit-1.1.6-17.fc37.src requires rubygem(sinatra) = 2.2.0
rubygem-slim (maintained by: vondruch)
rubygem-slim-4.1.0-6.fc37.src requires rubygem(sinatra) = 2.2.0
rubygem-typhoeus (maintained by: jaruga, ruby-packagers-sig, vondruch)
rubygem-typhoeus-1.4.0-7.fc37.src requires rubygem(sinatra) = 2.2.0
Too many dependencies for coffee-script, not all listed here
Depending on: golang-github-cheekybits-genny (8), status change: 2020-10-05
(118 weeks ago)
golang-github-lucas-clemente-quic (maintained by: eclipseo, go-sig)
golang-github-lucas-clemente-quic-0.28.1-3.fc38.src requires
golang(github.com/cheekybits/genny/generic) = 1.0.0-7.20200724git3e22f1a.fc35
golang-github-lucas-clemente-quic-devel-0.28.1-3.fc38.noarch requires
golang(github.com/cheekybits/genny/generic) = 1.0.0-7.20200724git3e22f1a.fc35
golang-github-caddyserver-caddy-1 (maintained by: eclipseo, go-sig)
golang-github-caddyserver-caddy-1-1.0.4-8.fc36.src requires
golang(github.com/lucas-clemente/quic-go) = 0.28.1-3.fc38,
golang(github.com/lucas-clemente/quic-go/http3) = 0.28.1-3.fc38
golang-github-caddyserver-caddy-1-devel-1.0.4-8.fc36.noarch requires
golang(github.com/lucas-clemente/quic-go) = 0.28.1-3.fc38,
golang(github.com/lucas-clemente/quic-go/http3) = 0.28.1-3.fc38
golang-storj-common (maintained by: eclipseo, go-sig)
golang-storj-common-0-0.8.20220717gite2f0836.fc37.src requires
golang(github.com/lucas-clemente/quic-go) = 0.28.1-3.fc38
golang-storj-common-devel-0-0.8.20220717gite2f0836.fc37.noarch requires
golang(github.com/lucas-clemente/quic-go) = 0.28.1-3.fc38
golang-github-coredns-corefile-migration (maintained by: eclipseo, go-sig)
golang-github-coredns-corefile-migration-1.0.11-6.fc37.src requires
golang(github.com/caddyserver/caddy-1/caddyfile) = 1.0.4-8.fc36
golang-github-coredns-corefile-migration-devel-1.0.11-6.fc37.noarch requires
golang(github.com/caddyserver/caddy-1/caddyfile) = 1.0.4-8.fc36
golang-storj-uplink (maintained by: eclipseo, go-sig)
golang-storj-uplink-1.9.0-1.fc38.src requires golang(storj.io/common/base58)
= 0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/context2) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/encryption) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/errs2) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/fpath) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/grant) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/identity) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/macaroon) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/memory) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/paths) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/pb) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/peertls/tlsopts) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/pkcrypto) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/ranger) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/readcloser) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/rpc) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/rpc/rpcpool) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/rpc/rpcstatus) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/signing) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/socket) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/storj) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/sync2) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/telemetry) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/testrand) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/useragent) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/version) =
0-0.8.20220717gite2f0836.fc37
golang-storj-uplink-devel-1.9.0-1.fc38.noarch requires
golang(storj.io/common/base58) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/context2) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/encryption) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/errs2) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/fpath) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/grant) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/identity) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/macaroon) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/memory) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/paths) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/pb) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/peertls/tlsopts) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/pkcrypto) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/ranger) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/readcloser) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/rpc) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/rpc/rpcpool) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/rpc/rpcstatus) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/signing) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/socket) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/storj) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/sync2) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/telemetry) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/useragent) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/version) = 0-0.8.20220717gite2f0836.fc37
golang-k8s-kubernetes (maintained by: eclipseo, go-sig)
golang-k8s-kubernetes-1.22.0-2.fc36~bootstrap.src requires
golang(github.com/coredns/corefile-migration/migration) = 1.0.11-6.fc37
golang-k8s-kubernetes-devel-1.22.0-2.fc36~bootstrap.noarch requires
golang(github.com/coredns/corefile-migration/migration) = 1.0.11-6.fc37
rclone (maintained by: eclipseo, go-sig)
golang-github-rclone-devel-1.60.1-1.fc38.noarch requires
golang(storj.io/uplink) = 1.9.0-1.fc38
rclone-1.60.1-1.fc38.src requires golang(storj.io/uplink) = 1.9.0-1.fc38
rclone-browser (maintained by: eclipseo)
rclone-browser-1.8.0-7.fc37.x86_64 requires rclone = 1.60.1-1.fc38
Depending on: golang-github-cockroachdb-gostdlib (1), status change: 2021-05-23
(85 weeks ago)
golang-github-cockroachdb-cockroach (maintained by: go-sig, orphan)
golang-github-cockroachdb-cockroach-20.2.3-7.fc38.src requires
golang(github.com/cockroachdb/gostdlib/x/tools/imports) = 1.13.0-2.fc35
golang-github-cockroachdb-cockroach-devel-20.2.3-7.fc38.noarch requires
golang(github.com/cockroachdb/gostdlib/x/tools/imports) = 1.13.0-2.fc35
Depending on: golang-github-cockroachdb-sentry (21), status change: 2020-10-05
(118 weeks ago)
golang-github-cockroachdb-cockroach (maintained by: go-sig, orphan)
golang-github-cockroachdb-cockroach-20.2.3-7.fc38.src requires
golang(github.com/cockroachdb/datadriven) = 1.0.0-6.fc38,
golang(github.com/cockroachdb/errors) = 1.8.2-6.fc38,
golang(github.com/cockroachdb/errors/errorspb) = 1.8.2-6.fc38,
golang(github.com/cockroachdb/errors/hintdetail) = 1.8.2-6.fc38,
golang(github.com/cockroachdb/pebble) = 0-0.8.20210108git48f5530.fc37,
golang(github.com/cockroachdb/pebble/bloom) = 0-0.8.20210108git48f5530.fc37,
golang(github.com/cockroachdb/pebble/sstable) = 0-0.8.20210108git48f5530.fc37,
golang(github.com/cockroachdb/pebble/tool) = 0-0.8.20210108git48f5530.fc37,
golang(github.com/cockroachdb/pebble/vfs) = 0-0.8.20210108git48f5530.fc37,
golang(github.com/cockroachdb/sentry-go) = 0.6.1-3.fc35
golang-github-cockroachdb-cockroach-devel-20.2.3-7.fc38.noarch requires
golang(github.com/cockroachdb/datadriven) = 1.0.0-6.fc38,
golang(github.com/cockroachdb/errors) = 1.8.2-6.fc38,
golang(github.com/cockroachdb/errors/errorspb) = 1.8.2-6.fc38,
golang(github.com/cockroachdb/errors/hintdetail) = 1.8.2-6.fc38,
golang(github.com/cockroachdb/pebble) = 0-0.8.20210108git48f5530.fc37,
golang(github.com/cockroachdb/pebble/bloom) = 0-0.8.20210108git48f5530.fc37,
golang(github.com/cockroachdb/pebble/sstable) = 0-0.8.20210108git48f5530.fc37,
golang(github.com/cockroachdb/pebble/tool) = 0-0.8.20210108git48f5530.fc37,
golang(github.com/cockroachdb/pebble/vfs) = 0-0.8.20210108git48f5530.fc37,
golang(github.com/cockroachdb/sentry-go) = 0.6.1-3.fc35
golang-github-cockroachdb-errors (maintained by: eclipseo, go-sig)
golang-github-cockroachdb-errors-1.8.2-6.fc38.src requires
golang(github.com/cockroachdb/sentry-go) = 0.6.1-3.fc35
golang-github-cockroachdb-errors-devel-1.8.2-6.fc38.noarch requires
golang(github.com/cockroachdb/sentry-go) = 0.6.1-3.fc35
golang-github-cockroachdb-datadriven (maintained by: eclipseo, go-sig)
golang-github-cockroachdb-datadriven-1.0.0-6.fc38.src requires
golang(github.com/cockroachdb/errors) = 1.8.2-6.fc38
golang-github-cockroachdb-datadriven-devel-1.0.0-6.fc38.noarch requires
golang(github.com/cockroachdb/errors) = 1.8.2-6.fc38
golang-github-cockroachdb-pebble (maintained by: eclipseo, go-sig)
golang-github-cockroachdb-pebble-0-0.8.20210108git48f5530.fc37.src requires
golang(github.com/cockroachdb/errors) = 1.8.2-6.fc38,
golang(github.com/cockroachdb/errors/oserror) = 1.8.2-6.fc38
golang-github-cockroachdb-pebble-devel-0-0.8.20210108git48f5530.fc37.noarch
requires golang(github.com/cockroachdb/errors) = 1.8.2-6.fc38,
golang(github.com/cockroachdb/errors/oserror) = 1.8.2-6.fc38
etcd (maintained by: cypret, go-sig, gscrivano, jchaloup, lsm5, walters)
etcd-3.5.5-2.fc38.src requires golang(github.com/cockroachdb/datadriven) =
1.0.0-6.fc38
golang-github-beego (maintained by: eclipseo, go-sig)
golang-github-beego-2.0.2-2.fc36.src requires
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38
golang-github-beego-devel-2.0.2-2.fc36.noarch requires
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38
golang-github-bketelsen-crypt (maintained by: eclipseo, go-sig)
golang-github-bketelsen-crypt-0.0.4-5.fc38.src requires
golang(go.etcd.io/etcd/client/v2) = 3.5.5-2.fc38
golang-github-bketelsen-crypt-devel-0.0.4-5.fc38.noarch requires
golang(go.etcd.io/etcd/client/v2) = 3.5.5-2.fc38
golang-github-docker-libkv (maintained by: eclipseo, go-sig, jchaloup)
golang-github-docker-libkv-0.2.1-15.20220823gitdfacc56.fc38.src requires
golang(go.etcd.io/etcd/client/v2) = 3.5.5-2.fc38
golang-github-docker-libkv-devel-0.2.1-15.20220823gitdfacc56.fc38.noarch
requires golang(go.etcd.io/etcd/client/v2) = 3.5.5-2.fc38
golang-github-google-certificate-transparency (maintained by: eclipseo, go-sig)
golang-github-google-certificate-transparency-1.1.3-3.fc38.src requires
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3/naming/endpoints) = 3.5.5-2.fc38
golang-github-google-certificate-transparency-devel-1.1.3-3.fc38.noarch
requires golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3/naming/endpoints) = 3.5.5-2.fc38
golang-github-google-trillian (maintained by: eclipseo, go-sig)
golang-github-google-trillian-1.4.0-2.fc36.src requires
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3/concurrency) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3/naming/endpoints) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/server/v3/embed) = 3.5.5-2.fc38
golang-github-google-trillian-devel-1.4.0-2.fc36.noarch requires
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3/concurrency) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3/naming/endpoints) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/server/v3/embed) = 3.5.5-2.fc38
golang-github-moby-swarmkit-2 (maintained by: eclipseo)
golang-github-moby-swarmkit-2-2.0.0-0.5.pre1.20221009git139c54b.fc38.src
requires golang(github.com/docker/libkv) = 0.2.1-15.20220823gitdfacc56.fc38,
golang(github.com/docker/libkv/store) = 0.2.1-15.20220823gitdfacc56.fc38,
golang(go.etcd.io/etcd/client/pkg/v3/fileutil) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/pkg/v3/idutil) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/raft/v3) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/raft/v3/raftpb) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/server/v3/etcdserver/api/snap) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/server/v3/wal) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/server/v3/wal/walpb) = 3.5.5-2.fc38
golang-github-moby-swarmkit-2-devel-2.0.0-0.5.pre1.20221009git139c54b.fc38.noarch
requires golang(go.etcd.io/etcd/client/pkg/v3/fileutil) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/pkg/v3/idutil) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/raft/v3) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/raft/v3/raftpb) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/server/v3/etcdserver/api/snap) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/server/v3/wal) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/server/v3/wal/walpb) = 3.5.5-2.fc38
golang-github-rexray-gocsi (maintained by: eclipseo, go-sig)
golang-github-rexray-gocsi-1.2.2-2.fc38.src requires
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3/concurrency) = 3.5.5-2.fc38
golang-github-rexray-gocsi-devel-1.2.2-2.fc38.noarch requires
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3/concurrency) = 3.5.5-2.fc38
golang-github-sagikazarmark-crypt (maintained by: go-sig, mikelo2)
golang-github-sagikazarmark-crypt-0.8.0-1.fc38.src requires
golang(go.etcd.io/etcd/api/v3/mvccpb) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v2) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38
golang-github-sagikazarmark-crypt-devel-0.8.0-1.fc38.noarch requires
golang(go.etcd.io/etcd/api/v3/mvccpb) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v2) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38
golang-github-skynetservices-skydns (maintained by: eclipseo, go-sig, jchaloup)
golang-github-skynetservices-skydns-2.5.3-25.20200802git94b2ea0.fc38.src
requires golang(go.etcd.io/etcd/api/v3/mvccpb) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v2) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38
golang-github-skynetservices-skydns-devel-2.5.3-25.20200802git94b2ea0.fc38.noarch
requires golang(go.etcd.io/etcd/api/v3/mvccpb) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v2) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38
skydns-2.5.3-25.20200802git94b2ea0.fc38.x86_64 requires etcd = 3.5.5-2.fc38
golang-github-xordataexchange-crypt (maintained by: eclipseo, go-sig)
golang-github-xordataexchange-crypt-0.0.2-15.20190412gitb2862e3.fc38.src
requires golang(go.etcd.io/etcd/client/v2) = 3.5.5-2.fc38
golang-github-xordataexchange-crypt-devel-0.0.2-15.20190412gitb2862e3.fc38.noarch
requires golang(go.etcd.io/etcd/client/v2) = 3.5.5-2.fc38
golang-gocloud (maintained by: eclipseo, go-sig)
golang-gocloud-0.24.0-4.fc38~bootstrap.src requires
golang(go.etcd.io/etcd/api/v3/v3rpc/rpctypes) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38
golang-gocloud-devel-0.24.0-4.fc38~bootstrap.noarch requires
golang(go.etcd.io/etcd/api/v3/v3rpc/rpctypes) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38
golang-k8s-apiextensions-apiserver (maintained by: eclipseo, go-sig)
golang-k8s-apiextensions-apiserver-1.22.0-9.fc38.src requires
golang(go.etcd.io/etcd/client/pkg/v3/transport) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38
golang-k8s-apiextensions-apiserver-devel-1.22.0-9.fc38.noarch requires
golang(go.etcd.io/etcd/client/pkg/v3/transport) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38
golang-k8s-apiserver (maintained by: eclipseo, go-sig)
golang-k8s-apiserver-1.22.0-3.fc36.src requires
golang(go.etcd.io/etcd/api/v3/mvccpb) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/api/v3/v3rpc/rpctypes) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/pkg/v3/transport) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/server/v3/embed) = 3.5.5-2.fc38
golang-k8s-apiserver-devel-1.22.0-3.fc36.noarch requires
golang(go.etcd.io/etcd/api/v3/mvccpb) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/api/v3/v3rpc/rpctypes) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/pkg/v3/transport) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/server/v3/embed) = 3.5.5-2.fc38
golang-k8s-kubernetes (maintained by: eclipseo, go-sig)
golang-k8s-kubernetes-1.22.0-2.fc36~bootstrap.src requires
golang(go.etcd.io/etcd/client/pkg/v3/transport) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3/concurrency) = 3.5.5-2.fc38
golang-k8s-kubernetes-devel-1.22.0-2.fc36~bootstrap.noarch requires
golang(go.etcd.io/etcd/client/pkg/v3/transport) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3/concurrency) = 3.5.5-2.fc38
golang-vitess (maintained by: eclipseo, go-sig)
golang-vitess-11.0.1-1.fc36.src requires golang(go.etcd.io/etcd/client/v3) =
3.5.5-2.fc38
golang-vitess-devel-11.0.1-1.fc36.noarch requires
golang(go.etcd.io/etcd/api/v3/mvccpb) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/api/v3/v3rpc/rpctypes) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/pkg/v3/tlsutil) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38
golang-github-docker (maintained by: eclipseo, go-sig)
golang-github-docker-22.06.0~beta.0-7.fc38.src requires
golang(github.com/docker/libkv) = 0.2.1-15.20220823gitdfacc56.fc38,
golang(github.com/docker/libkv/store) = 0.2.1-15.20220823gitdfacc56.fc38,
golang(github.com/docker/libkv/store/boltdb) = 0.2.1-15.20220823gitdfacc56.fc38
golang-github-docker-devel-22.06.0~beta.0-7.fc38.noarch requires
golang(github.com/docker/libkv) = 0.2.1-15.20220823gitdfacc56.fc38,
golang(github.com/docker/libkv/store) = 0.2.1-15.20220823gitdfacc56.fc38,
golang(github.com/docker/libkv/store/boltdb) = 0.2.1-15.20220823gitdfacc56.fc38
Too many dependencies for golang-github-cockroachdb-sentry, not all listed here
Depending on: golang-github-d2g-dhcp4server (31), status change: 2020-10-05
(118 weeks ago)
golang-github-containernetworking-plugins (maintained by: eclipseo, go-sig)
golang-github-containernetworking-plugins-1.1.1-2.fc37.src requires
golang(github.com/containernetworking/cni/libcni) = 1.1.1-6.fc37,
golang(github.com/containernetworking/cni/pkg/invoke) = 1.1.1-6.fc37,
golang(github.com/containernetworking/cni/pkg/skel) = 1.1.1-6.fc37,
golang(github.com/containernetworking/cni/pkg/types) = 1.1.1-6.fc37,
golang(github.com/containernetworking/cni/pkg/types/020) = 1.1.1-6.fc37,
golang(github.com/containernetworking/cni/pkg/types/040) = 1.1.1-6.fc37,
golang(github.com/containernetworking/cni/pkg/types/100) = 1.1.1-6.fc37,
golang(github.com/containernetworking/cni/pkg/version) = 1.1.1-6.fc37,
golang(github.com/d2g/dhcp4server) = 0-0.6.20190627git7d4a0a7.fc35,
golang(github.com/d2g/dhcp4server/leasepool) = 0-0.6.20190627git7d4a0a7.fc35,
golang(github.com/d2g/dhcp4server/leasepool/memorypool) =
0-0.6.20190627git7d4a0a7.fc35
golang-github-containernetworking-plugins-devel-1.1.1-2.fc37.noarch requires
golang(github.com/containernetworking/cni/pkg/invoke) = 1.1.1-6.fc37,
golang(github.com/containernetworking/cni/pkg/skel) = 1.1.1-6.fc37,
golang(github.com/containernetworking/cni/pkg/types) = 1.1.1-6.fc37,
golang(github.com/containernetworking/cni/pkg/types/100) = 1.1.1-6.fc37,
golang(github.com/containernetworking/cni/pkg/version) = 1.1.1-6.fc37
containerd (maintained by: copperi, eclipseo, go-sig, gotmax23)
containerd-1.6.14-2.fc38.src requires
golang(github.com/containerd/aufs/plugin) = 1.0.0-3.fc36,
golang(github.com/containerd/imgcrypt) = 1.1.4-1.fc37,
golang(github.com/containerd/imgcrypt/images/encryption) = 1.1.4-1.fc37,
golang(github.com/containerd/nri) = 0.1.0-3.fc36,
golang(github.com/containerd/nri/types/v1) = 0.1.0-3.fc36,
golang(github.com/containerd/zfs/plugin) = 1.0.0-3.fc36,
golang(github.com/containernetworking/plugins/pkg/ns) = 1.1.1-2.fc37
containerd-devel-1.6.14-2.fc38.noarch requires
golang(github.com/containerd/aufs/plugin) = 1.0.0-3.fc36,
golang(github.com/containerd/imgcrypt) = 1.1.4-1.fc37,
golang(github.com/containerd/imgcrypt/images/encryption) = 1.1.4-1.fc37,
golang(github.com/containerd/nri) = 0.1.0-3.fc36,
golang(github.com/containerd/nri/types/v1) = 0.1.0-3.fc36,
golang(github.com/containerd/zfs/plugin) = 1.0.0-3.fc36,
golang(github.com/containernetworking/cni/pkg/invoke) = 1.1.1-6.fc37,
golang(github.com/containernetworking/cni/pkg/skel) = 1.1.1-6.fc37,
golang(github.com/containernetworking/cni/pkg/version) = 1.1.1-6.fc37,
golang(github.com/containernetworking/plugins/pkg/ns) = 1.1.1-2.fc37
golang-github-containernetworking-cni (maintained by: eclipseo, go-sig)
golang-github-containernetworking-cni-1.1.1-6.fc37.src requires
golang(github.com/containernetworking/plugins/pkg/ns) = 1.1.1-2.fc37,
golang(github.com/containernetworking/plugins/pkg/utils/buildversion) =
1.1.1-2.fc37
golang-github-containernetworking-cni-plugins-debug-devel-1.1.1-6.fc37.noarch
requires golang(github.com/containernetworking/plugins/pkg/ns) = 1.1.1-2.fc37,
golang(github.com/containernetworking/plugins/pkg/utils/buildversion) =
1.1.1-2.fc37
golang-github-containerd-aufs (maintained by: eclipseo, go-sig)
golang-github-containerd-aufs-1.0.0-3.fc36.src requires
golang(github.com/containerd/containerd/log) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/mount) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/pkg/testutil) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/platforms) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/plugin) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/snapshots) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/snapshots/storage) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/snapshots/testsuite) = 1.6.14-2.fc38
golang-github-containerd-aufs-devel-1.0.0-3.fc36.noarch requires
golang(github.com/containerd/containerd/log) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/mount) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/platforms) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/plugin) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/snapshots) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/snapshots/storage) = 1.6.14-2.fc38
golang-github-containerd-fuse-overlayfs-snapshotter (maintained by: eclipseo,
go-sig)
golang-github-containerd-fuse-overlayfs-snapshotter-1.0.4-1.fc38.src requires
golang(github.com/containerd/containerd/api/services/snapshots/v1) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/contrib/snapshotservice)
= 1.6.14-2.fc38, golang(github.com/containerd/containerd/log) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/mount) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/pkg/testutil) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/platforms) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/plugin) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/snapshots) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/snapshots/storage) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/snapshots/testsuite) = 1.6.14-2.fc38
golang-github-containerd-fuse-overlayfs-snapshotter-devel-1.0.4-1.fc38.noarch
requires golang(github.com/containerd/containerd/api/services/snapshots/v1) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/contrib/snapshotservice)
= 1.6.14-2.fc38, golang(github.com/containerd/containerd/log) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/mount) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/platforms) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/plugin) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/snapshots) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/snapshots/storage) = 1.6.14-2.fc38
golang-github-containerd-imgcrypt (maintained by: eclipseo, go-sig)
golang-github-containerd-imgcrypt-1.1.4-1.fc37.src requires
golang(github.com/containerd/containerd) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/containers) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/content) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/diff) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/errdefs) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/images) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/images/converter) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/platforms) = 1.6.14-2.fc38
golang-github-containerd-imgcrypt-devel-1.1.4-1.fc37.noarch requires
golang(github.com/containerd/containerd) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/containers) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/content) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/diff) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/errdefs) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/images) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/images/converter) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/platforms) = 1.6.14-2.fc38
golang-github-containerd-nri (maintained by: copperi, go-sig)
golang-github-containerd-nri-0.1.0-3.fc36.src requires
golang(github.com/containerd/containerd) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/oci) = 1.6.14-2.fc38
golang-github-containerd-nri-devel-0.1.0-3.fc36.noarch requires
golang(github.com/containerd/containerd) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/oci) = 1.6.14-2.fc38
golang-github-containerd-stargz-snapshotter (maintained by: go-sig, sergiomb)
golang-github-containerd-stargz-snapshotter-0.12.0-2.fc38.src requires
golang(github.com/containerd/containerd) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/archive/compression) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/cio) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/cmd/ctr/commands) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/cmd/ctr/commands/tasks) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/content) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/content/local) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/defaults) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/errdefs) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/images) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/images/archive) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/images/converter) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/images/converter/uncompress) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/labels) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/log) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/mount) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/oci) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/pkg/dialer) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/pkg/testutil) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/platforms) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/plugin) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/reference) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/reference/docker) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/remotes) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/remotes/docker) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/remotes/docker/config) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/snapshots) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/snapshots/overlay/overlayutils) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/snapshots/storage) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/snapshots/testsuite) =
1.6.14-2.fc38
golang-github-containerd-stargz-snapshotter-devel-0.12.0-2.fc38.noarch
requires golang(github.com/containerd/containerd) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/archive/compression) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/cio) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/cmd/ctr/commands) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/cmd/ctr/commands/tasks) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/content) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/content/local) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/defaults) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/errdefs) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/images) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/images/archive) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/images/converter) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/images/converter/uncompress) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/labels) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/log) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/mount) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/oci) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/pkg/dialer) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/platforms) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/plugin) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/reference) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/reference/docker) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/remotes) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/remotes/docker) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/remotes/docker/config) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/snapshots) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/snapshots/overlay/overlayutils) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/snapshots/storage) =
1.6.14-2.fc38
golang-github-containerd-zfs (maintained by: eclipseo, go-sig)
golang-github-containerd-zfs-1.0.0-3.fc36.src requires
golang(github.com/containerd/containerd/log) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/mount) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/pkg/testutil) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/platforms) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/plugin) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/snapshots) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/snapshots/storage) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/snapshots/testsuite) = 1.6.14-2.fc38
golang-github-containerd-zfs-devel-1.0.0-3.fc36.noarch requires
golang(github.com/containerd/containerd/log) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/mount) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/platforms) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/plugin) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/snapshots) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/snapshots/storage) = 1.6.14-2.fc38
golang-github-deislabs-oras (maintained by: go-sig, orphan)
golang-github-deislabs-oras-0.11.1-4.fc36.src requires
golang(github.com/containerd/containerd/content) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/content/local) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/errdefs) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/images) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/log) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/reference) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/remotes) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/remotes/docker) = 1.6.14-2.fc38,
golang(github.com/docker/docker/api/types) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/registry) = 22.06.0~beta.0-7.fc38
golang-github-deislabs-oras-devel-0.11.1-4.fc36.noarch requires
golang(github.com/containerd/containerd/content) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/content/local) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/errdefs) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/images) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/log) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/reference) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/remotes) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/remotes/docker) = 1.6.14-2.fc38,
golang(github.com/docker/docker/api/types) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/registry) = 22.06.0~beta.0-7.fc38
golang-github-docker (maintained by: eclipseo, go-sig)
golang-github-docker-22.06.0~beta.0-7.fc38.src requires
golang(github.com/containerd/containerd) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/api/events) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/api/types) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/archive) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/cio) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/containers) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/content) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/content/local) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/contrib/nvidia) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/defaults) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/errdefs) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/events) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/gc) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/images) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/leases) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/log) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/metadata) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/mount) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/namespaces) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/oci) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/pkg/apparmor) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/pkg/cap) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/pkg/dialer) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/pkg/seccomp) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/pkg/userns) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/platforms) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/reference) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/remotes) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/remotes/docker) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/remotes/docker/schema1) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/rootfs) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/runtime/linux/runctypes) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/runtime/v2/runc/options)
= 1.6.14-2.fc38,
golang(github.com/containerd/containerd/services/server/config) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/snapshots) = 1.6.14-2.fc38
golang-github-docker-devel-22.06.0~beta.0-7.fc38.noarch requires
golang(github.com/containerd/containerd) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/api/events) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/api/types) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/archive) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/cio) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/containers) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/content) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/content/local) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/contrib/nvidia) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/defaults) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/errdefs) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/events) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/gc) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/images) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/leases) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/log) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/metadata) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/mount) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/namespaces) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/oci) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/pkg/apparmor) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/pkg/cap) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/pkg/dialer) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/pkg/seccomp) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/pkg/userns) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/platforms) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/reference) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/remotes) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/remotes/docker) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/remotes/docker/schema1) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/rootfs) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/runtime/linux/runctypes) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/runtime/v2/runc/options)
= 1.6.14-2.fc38,
golang(github.com/containerd/containerd/services/server/config) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/snapshots) = 1.6.14-2.fc38
golang-github-docker-cli (maintained by: eclipseo, go-sig)
golang-github-docker-cli-22.06.0~beta.0-1.fc38.src requires
golang(github.com/containerd/containerd/platforms) = 1.6.14-2.fc38,
golang(github.com/docker/docker/api) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/blkiodev) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/container) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/events) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/filters) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/image) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/mount) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/network) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/registry) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/strslice) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/swarm) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/versions) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/volume) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/builder/remotecontext/git) =
22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/builder/remotecontext/urlutil) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/client) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/errdefs) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/pkg/archive) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/pkg/fileutils) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/pkg/homedir) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/pkg/idtools) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/pkg/ioutils) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/pkg/jsonmessage) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/pkg/pools) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/pkg/progress) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/pkg/stdcopy) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/pkg/streamformatter) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/pkg/stringid) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/pkg/system) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/registry) =
22.06.0~beta.0-7.fc38
golang-github-docker-cli-devel-22.06.0~beta.0-1.fc38.noarch requires
golang(github.com/containerd/containerd/platforms) = 1.6.14-2.fc38,
golang(github.com/docker/docker/api) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/blkiodev) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/container) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/events) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/filters) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/image) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/mount) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/network) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/registry) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/strslice) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/swarm) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/versions) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/volume) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/builder/remotecontext/git) =
22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/builder/remotecontext/urlutil) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/client) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/errdefs) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/pkg/archive) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/pkg/fileutils) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/pkg/homedir) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/pkg/idtools) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/pkg/ioutils) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/pkg/jsonmessage) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/pkg/pools) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/pkg/progress) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/pkg/stdcopy) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/pkg/streamformatter) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/pkg/stringid) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/pkg/system) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/registry) =
22.06.0~beta.0-7.fc38
golang-github-moby-buildkit (maintained by: eclipseo, go-sig)
golang-github-moby-buildkit-0.10.5-1.fc38.src requires
golang(github.com/containerd/containerd) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/api/services/content/v1) =
1.6.14-2.fc38,
golang(github.com/containerd/containerd/api/services/snapshots/v1) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/archive) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/archive/compression) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/cio) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/containers) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/content) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/content/local) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/content/proxy) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/defaults) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/diff) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/diff/apply) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/diff/walking) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/errdefs) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/filters) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/gc) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/images) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/images/archive) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/images/converter) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/labels) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/leases) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/log) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/metadata) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/mount) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/namespaces) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/oci) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/pkg/cap) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/pkg/dialer) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/pkg/seccomp) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/pkg/seed) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/pkg/userns) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/platforms) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/reference) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/remotes) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/remotes/docker) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/remotes/docker/auth) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/remotes/docker/schema1) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/remotes/errors) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/rootfs) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/services/content/contentserver) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/snapshots) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/snapshots/native) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/snapshots/overlay) =
1.6.14-2.fc38,
golang(github.com/containerd/containerd/snapshots/overlay/overlayutils) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/snapshots/proxy) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/sys) = 1.6.14-2.fc38,
golang(github.com/containerd/fuse-overlayfs-snapshotter) = 1.0.4-1.fc38,
golang(github.com/containerd/stargz-snapshotter/estargz) = 0.12.0-2.fc38,
golang(github.com/containerd/stargz-snapshotter/fs) = 0.12.0-2.fc38,
golang(github.com/containerd/stargz-snapshotter/fs/config) = 0.12.0-2.fc38,
golang(github.com/containerd/stargz-snapshotter/fs/layer) = 0.12.0-2.fc38,
golang(github.com/containerd/stargz-snapshotter/fs/source) = 0.12.0-2.fc38,
golang(github.com/containerd/stargz-snapshotter/snapshot) = 0.12.0-2.fc38,
golang(github.com/docker/docker/api/types/container) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/strslice) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/client) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/libnetwork/resolvconf) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/opts) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/archive) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/chrootarchive) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/fileutils) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/idtools) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/reexec) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/profiles/seccomp) = 22.06.0~beta.0-7.fc38
golang-github-moby-buildkit-devel-0.10.5-1.fc38.noarch requires
golang(github.com/containerd/containerd) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/api/services/content/v1) =
1.6.14-2.fc38,
golang(github.com/containerd/containerd/api/services/snapshots/v1) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/archive) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/archive/compression) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/cio) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/containers) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/content) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/content/local) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/content/proxy) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/defaults) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/diff) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/diff/apply) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/diff/walking) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/errdefs) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/filters) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/gc) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/images) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/images/archive) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/images/converter) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/labels) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/leases) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/log) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/metadata) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/mount) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/namespaces) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/oci) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/pkg/cap) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/pkg/dialer) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/pkg/seccomp) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/pkg/seed) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/pkg/userns) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/platforms) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/reference) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/remotes) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/remotes/docker) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/remotes/docker/auth) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/remotes/docker/schema1) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/remotes/errors) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/rootfs) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/services/content/contentserver) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/snapshots) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/snapshots/native) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/snapshots/overlay) =
1.6.14-2.fc38,
golang(github.com/containerd/containerd/snapshots/overlay/overlayutils) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/snapshots/proxy) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/sys) = 1.6.14-2.fc38,
golang(github.com/containerd/fuse-overlayfs-snapshotter) = 1.0.4-1.fc38,
golang(github.com/containerd/stargz-snapshotter/estargz) = 0.12.0-2.fc38,
golang(github.com/containerd/stargz-snapshotter/fs) = 0.12.0-2.fc38,
golang(github.com/containerd/stargz-snapshotter/fs/config) = 0.12.0-2.fc38,
golang(github.com/containerd/stargz-snapshotter/fs/layer) = 0.12.0-2.fc38,
golang(github.com/containerd/stargz-snapshotter/fs/source) = 0.12.0-2.fc38,
golang(github.com/containerd/stargz-snapshotter/snapshot) = 0.12.0-2.fc38,
golang(github.com/docker/docker/api/types/container) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/strslice) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/client) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/libnetwork/resolvconf) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/opts) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/archive) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/chrootarchive) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/fileutils) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/idtools) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/reexec) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/profiles/seccomp) = 22.06.0~beta.0-7.fc38
golang-github-tonistiigi-fsutil (maintained by: eclipseo, go-sig)
golang-github-tonistiigi-fsutil-0-0.14.20221009git4638ad6.fc38.src requires
golang(github.com/containerd/containerd/pkg/userns) = 1.6.14-2.fc38,
golang(github.com/docker/docker/pkg/archive) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/reexec) = 22.06.0~beta.0-7.fc38
golang-gvisor (maintained by: eclipseo, elmarco, go-sig)
golang-gvisor-20211129.0-2.20211217git9bd5098.fc36.src requires
golang(github.com/containerd/containerd/api/events) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/api/types/task) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/errdefs) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/events) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/log) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/mount) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/namespaces) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/pkg/process) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/pkg/stdio) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/runtime) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/runtime/linux/runctypes) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/runtime/v2/shim) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/runtime/v2/task) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/sys/reaper) = 1.6.14-2.fc38
golang-gvisor-devel-20211129.0-2.20211217git9bd5098.fc36.noarch requires
golang(github.com/containerd/containerd/api/events) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/api/types/task) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/errdefs) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/events) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/log) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/mount) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/namespaces) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/pkg/process) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/pkg/stdio) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/runtime) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/runtime/linux/runctypes) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/runtime/v2/shim) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/runtime/v2/task) =
1.6.14-2.fc38, golang(github.com/containerd/containerd/sys/reaper) = 1.6.14-2.fc38
golang-helm-3 (maintained by: go-sig, orphan)
golang-helm-3-3.5.4-2.fc35.src requires
golang(github.com/containerd/containerd/content) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/errdefs) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/remotes) = 1.6.14-2.fc38,
golang(github.com/deislabs/oras/pkg/auth) = 0.11.1-4.fc36,
golang(github.com/deislabs/oras/pkg/auth/docker) = 0.11.1-4.fc36,
golang(github.com/deislabs/oras/pkg/content) = 0.11.1-4.fc36,
golang(github.com/deislabs/oras/pkg/context) = 0.11.1-4.fc36,
golang(github.com/deislabs/oras/pkg/oras) = 0.11.1-4.fc36
golang-helm-3-devel-3.5.4-2.fc35.noarch requires
golang(github.com/containerd/containerd/content) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/errdefs) = 1.6.14-2.fc38,
golang(github.com/containerd/containerd/remotes) = 1.6.14-2.fc38,
golang(github.com/deislabs/oras/pkg/auth) = 0.11.1-4.fc36,
golang(github.com/deislabs/oras/pkg/auth/docker) = 0.11.1-4.fc36,
golang(github.com/deislabs/oras/pkg/content) = 0.11.1-4.fc36,
golang(github.com/deislabs/oras/pkg/context) = 0.11.1-4.fc36,
golang(github.com/deislabs/oras/pkg/oras) = 0.11.1-4.fc36
kubernetes (maintained by: anthr76, buckaroogeek, go-sig, jchaloup, lsm5)
kubernetes-node-1.26.0-1.fc38.x86_64 requires containerd = 1.6.14-2.fc38
moby-engine (maintained by: copperi, go-sig, gotmax23, sergiomb)
moby-engine-20.10.22-1.fc38.x86_64 requires containerd = 1.6.14-2.fc38
moby-engine-20.10.22-1.fc38.src requires
golang(github.com/docker/docker/libnetwork) = 22.06.0~beta.0-7.fc38
golang-github-containerd-cni (maintained by: eclipseo, go-sig)
golang-github-containerd-cni-1.1.7-1.fc38.src requires
golang(github.com/containernetworking/cni/libcni) = 1.1.1-6.fc37,
golang(github.com/containernetworking/cni/pkg/invoke) = 1.1.1-6.fc37,
golang(github.com/containernetworking/cni/pkg/types) = 1.1.1-6.fc37,
golang(github.com/containernetworking/cni/pkg/types/020) = 1.1.1-6.fc37,
golang(github.com/containernetworking/cni/pkg/types/040) = 1.1.1-6.fc37,
golang(github.com/containernetworking/cni/pkg/types/100) = 1.1.1-6.fc37,
golang(github.com/containernetworking/cni/pkg/version) = 1.1.1-6.fc37
golang-github-containerd-cni-devel-1.1.7-1.fc38.noarch requires
golang(github.com/containernetworking/cni/libcni) = 1.1.1-6.fc37,
golang(github.com/containernetworking/cni/pkg/invoke) = 1.1.1-6.fc37,
golang(github.com/containernetworking/cni/pkg/types) = 1.1.1-6.fc37,
golang(github.com/containernetworking/cni/pkg/types/100) = 1.1.1-6.fc37,
golang(github.com/containernetworking/cni/pkg/version) = 1.1.1-6.fc37
golang-k8s-kubernetes (maintained by: eclipseo, go-sig)
golang-k8s-kubernetes-1.22.0-2.fc36~bootstrap.src requires
golang(github.com/containernetworking/cni/libcni) = 1.1.1-6.fc37,
golang(github.com/containernetworking/cni/pkg/types) = 1.1.1-6.fc37,
golang(github.com/containernetworking/cni/pkg/types/020) = 1.1.1-6.fc37,
golang(github.com/docker/docker/api/types) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/container) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/filters) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/image) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/strslice) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/client) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/jsonmessage) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/stdcopy) = 22.06.0~beta.0-7.fc38
golang-k8s-kubernetes-devel-1.22.0-2.fc36~bootstrap.noarch requires
golang(github.com/containernetworking/cni/libcni) = 1.1.1-6.fc37,
golang(github.com/containernetworking/cni/pkg/types) = 1.1.1-6.fc37,
golang(github.com/containernetworking/cni/pkg/types/020) = 1.1.1-6.fc37,
golang(github.com/docker/docker/api/types) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/container) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/filters) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/image) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/strslice) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/client) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/jsonmessage) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/stdcopy) = 22.06.0~beta.0-7.fc38
cadvisor (maintained by: go-sig, jchaloup, lsm5)
cadvisor-0.45.0-1.fc38.src requires
golang(github.com/docker/docker/api/types) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/container) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/client) = 22.06.0~beta.0-7.fc38
golang-github-google-cadvisor-devel-0.45.0-1.fc38.noarch requires
golang(github.com/docker/docker/api/types) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/container) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/client) = 22.06.0~beta.0-7.fc38
clash (maintained by: go-sig, yanqiyu)
clash-1.8.0-4.fc37.src requires golang(github.com/docker/docker/api/types) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/api/types/container) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/client) =
22.06.0~beta.0-7.fc38
golang-github-cockroachdb-cockroach (maintained by: go-sig, orphan)
golang-github-cockroachdb-cockroach-20.2.3-7.fc38.src requires
golang(github.com/docker/docker/api/types) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/container) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/events) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/filters) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/network) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/client) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/jsonmessage) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/stdcopy) = 22.06.0~beta.0-7.fc38
golang-github-cockroachdb-cockroach-devel-20.2.3-7.fc38.noarch requires
golang(github.com/docker/docker/api/types) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/container) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/events) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/filters) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/network) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/client) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/jsonmessage) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/stdcopy) = 22.06.0~beta.0-7.fc38
golang-github-docker-licensing (maintained by: eclipseo, go-sig)
golang-github-docker-licensing-0-0.7.20200726git5f0f127.fc35.src requires
golang(github.com/docker/docker/api/types) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/filters) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/swarm) = 22.06.0~beta.0-7.fc38
golang-github-docker-licensing-devel-0-0.7.20200726git5f0f127.fc35.noarch
requires golang(github.com/docker/docker/api/types) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/filters) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/swarm) = 22.06.0~beta.0-7.fc38
golang-github-docker-slim (maintained by: eclipseo, go-sig)
golang-github-docker-slim-1.36.4-4.fc36.src requires
golang(github.com/docker/docker/pkg/archive) = 22.06.0~beta.0-7.fc38
golang-github-docker-slim-devel-1.36.4-4.fc36.noarch requires
golang(github.com/docker/docker/pkg/archive) = 22.06.0~beta.0-7.fc38
golang-github-docker-swarmkit (maintained by: go-sig, orphan)
golang-github-docker-swarmkit-1.12.0-20.20210420git17d8d4e.fc36.src requires
golang(github.com/docker/docker/api/types) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/container) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/events) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/filters) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/mount) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/network) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/strslice) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/volume) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/client) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/plugingetter) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/plugins) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/signal) = 22.06.0~beta.0-7.fc38
golang-github-docker-swarmkit-devel-1.12.0-20.20210420git17d8d4e.fc36.noarch
requires golang(github.com/docker/docker/api/types) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/container) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/events) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/filters) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/mount) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/network) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/volume) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/client) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/plugingetter) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/signal) = 22.06.0~beta.0-7.fc38
golang-github-fsouza-dockerclient (maintained by: eclipseo, go-sig)
golang-github-fsouza-dockerclient-1.7.0-6.fc38.src requires
golang(github.com/docker/docker/api/types/registry) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/swarm) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/archive) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/fileutils) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/homedir) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/jsonmessage) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/stdcopy) = 22.06.0~beta.0-7.fc38
golang-github-fsouza-dockerclient-devel-1.7.0-6.fc38.noarch requires
golang(github.com/docker/docker/api/types/registry) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/swarm) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/archive) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/fileutils) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/homedir) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/jsonmessage) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/pkg/stdcopy) = 22.06.0~beta.0-7.fc38
golang-github-moby-swarmkit-2 (maintained by: eclipseo)
golang-github-moby-swarmkit-2-2.0.0-0.5.pre1.20221009git139c54b.fc38.src
requires golang(github.com/docker/docker/api/types) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/container) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/events) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/filters) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/mount) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/network) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/strslice) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/volume) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/client) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/libnetwork/datastore) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/libnetwork/discoverapi) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/libnetwork/driverapi) =
22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/libnetwork/drivers/bridge/brmanager) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/libnetwork/drivers/host)
= 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager) =
22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager) =
22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/libnetwork/drivers/overlay/overlayutils) =
22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/libnetwork/drivers/overlay/ovmanager) =
22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/libnetwork/drivers/remote) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/libnetwork/drvregistry)
= 22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/libnetwork/idm) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/libnetwork/ipamapi) =
22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/libnetwork/ipams/builtin) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/libnetwork/ipams/null) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/libnetwork/ipams/remote)
= 22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/libnetwork/ipamutils)
= 22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/libnetwork/netlabel) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/libnetwork/types) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/pkg/plugingetter) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/pkg/plugins) =
22.06.0~beta.0-7.fc38
golang-github-moby-swarmkit-2-devel-2.0.0-0.5.pre1.20221009git139c54b.fc38.noarch
requires golang(github.com/docker/docker/api/types) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/container) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/events) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/filters) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/mount) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/network) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/volume) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/client) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/libnetwork/datastore) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/libnetwork/driverapi) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/libnetwork/drivers/bridge/brmanager) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/libnetwork/drivers/host)
= 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager) =
22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager) =
22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/libnetwork/drivers/overlay/overlayutils) =
22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/libnetwork/drivers/overlay/ovmanager) =
22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/libnetwork/drivers/remote) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/libnetwork/drvregistry)
= 22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/libnetwork/idm) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/libnetwork/ipamapi) =
22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/libnetwork/ipams/builtin) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/libnetwork/ipams/null) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/libnetwork/ipams/remote)
= 22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/libnetwork/ipamutils)
= 22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/libnetwork/netlabel) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/pkg/plugingetter) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/pkg/plugins) =
22.06.0~beta.0-7.fc38
golang-github-prometheus (maintained by: eclipseo, go-sig)
golang-github-prometheus-2.32.1-9.fc38.src requires
golang(github.com/docker/docker/api/types) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/filters) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/swarm) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/client) = 22.06.0~beta.0-7.fc38
golang-github-prometheus-devel-2.32.1-9.fc38.noarch requires
golang(github.com/docker/docker/api/types) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/filters) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/api/types/swarm) = 22.06.0~beta.0-7.fc38,
golang(github.com/docker/docker/client) = 22.06.0~beta.0-7.fc38
golang-github-samalba-dockerclient (maintained by: eclipseo, go-sig, jchaloup)
golang-github-samalba-dockerclient-0-0.20.20190601gita303626.fc36.src
requires golang(github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/pkg/ioutils) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/pkg/stdcopy) =
22.06.0~beta.0-7.fc38
reg (maintained by: go-sig, infra-sig, mattia)
reg-0.16.1-10.fc38.src requires golang(github.com/docker/docker/api/types) =
22.06.0~beta.0-7.fc38, golang(github.com/docker/docker/client) =
22.06.0~beta.0-7.fc38
Too many dependencies for golang-github-d2g-dhcp4server, not all listed here
Depending on: golang-github-dave-dst (1), status change: 2021-05-23 (85 weeks ago)
golang-github-cockroachdb-cockroach (maintained by: go-sig, orphan)
golang-github-cockroachdb-cockroach-20.2.3-7.fc38.src requires
golang(github.com/dave/dst) = 0.26.2-2.fc35,
golang(github.com/dave/dst/decorator) = 0.26.2-2.fc35,
golang(github.com/dave/dst/dstutil) = 0.26.2-2.fc35
golang-github-cockroachdb-cockroach-devel-20.2.3-7.fc38.noarch requires
golang(github.com/dave/dst) = 0.26.2-2.fc35,
golang(github.com/dave/dst/decorator) = 0.26.2-2.fc35,
golang(github.com/dave/dst/dstutil) = 0.26.2-2.fc35
Depending on: golang-github-gdamore-optopia (1), status change: 2021-01-09 (104
weeks ago)
golang-nanomsg-mangos-3 (maintained by: fab, go-sig)
golang-nanomsg-mangos-3-3.2.1-8.fc37.src requires
golang(github.com/gdamore/optopia) = 0.2.0-3.fc35
golang-nanomsg-mangos-3-devel-3.2.1-8.fc37.noarch requires
golang(github.com/gdamore/optopia) = 0.2.0-3.fc35
Depending on: golang-github-gin-gonic (23), status change: 2020-10-05 (118
weeks ago)
golang-github-bugsnag (maintained by: eclipseo, go-sig)
golang-github-bugsnag-2.1.1-5.fc37.src requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-github-bugsnag-devel-2.1.1-5.fc37.noarch requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-github-cockroachdb-sentry (maintained by: eclipseo, go-sig)
golang-github-cockroachdb-sentry-0.6.1-3.fc35.src requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-github-cockroachdb-sentry-devel-0.6.1-3.fc35.noarch requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-github-getsentry-sentry (maintained by: eclipseo, go-sig)
golang-github-getsentry-sentry-0.13.0-1.fc37.src requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-github-getsentry-sentry-devel-0.13.0-1.fc37.noarch requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-github-gin-contrib-cors (maintained by: fab, go-sig)
golang-github-gin-contrib-cors-1.3.1-7.fc37.src requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-github-gin-contrib-cors-devel-1.3.1-7.fc37.noarch requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-github-gin-contrib-static (maintained by: fab, go-sig)
golang-github-gin-contrib-static-0.0.1-3.fc37.src requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-github-gin-contrib-static-devel-0.0.1-3.fc37.noarch requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-github-gin-gonic-autotls (maintained by: eclipseo, go-sig)
golang-github-gin-gonic-autotls-0.0.3-8.fc37.src requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-github-pact-foundation (maintained by: eclipseo, go-sig)
golang-github-pact-foundation-1.5.1-8.fc37.src requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-github-rs-cors (maintained by: eclipseo, go-sig)
golang-github-rs-cors-1.8.0-5.fc37.src requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-github-rs-cors-devel-1.8.0-5.fc37.noarch requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-github-thinkerou-favicon (maintained by: eclipseo, go-sig)
golang-github-thinkerou-favicon-0.1.0-8.fc37.src requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-github-thinkerou-favicon-devel-0.1.0-8.fc37.noarch requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-nhooyr-websocket (maintained by: eclipseo, go-sig)
golang-nhooyr-websocket-1.8.6-5.fc37.src requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-opentelemetry-contrib (maintained by: eclipseo, go-sig)
golang-opentelemetry-contrib-1.10.0-3.fc38.src requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-opentelemetry-contrib-devel-1.10.0-3.fc38.noarch requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-opentelemetry-contrib-0.20 (maintained by: eclipseo, go-sig)
golang-opentelemetry-contrib-0.20-0.20.0-6.fc38.src requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-opentelemetry-contrib-0.20-devel-0.20.0-6.fc38.noarch requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-github-distribution-3 (maintained by: eclipseo, go-sig)
golang-github-distribution-3-3.0.0-0.1.pre1.20221009git0122d7d.fc38.src
requires golang(github.com/bugsnag/bugsnag-go) = 2.1.1-5.fc37
golang-github-distribution-3-devel-3.0.0-0.1.pre1.20221009git0122d7d.fc38.noarch
requires golang(github.com/bugsnag/bugsnag-go) = 2.1.1-5.fc37
golang-github-docker-distribution (maintained by: eclipseo, go-sig)
golang-github-docker-distribution-2.8.1-3.20220821gitbc6b745.fc38.src
requires golang(github.com/bugsnag/bugsnag-go) = 2.1.1-5.fc37
golang-github-docker-distribution-devel-2.8.1-3.20220821gitbc6b745.fc38.noarch
requires golang(github.com/bugsnag/bugsnag-go) = 2.1.1-5.fc37
golang-github-shopify-logrus-bugsnag (maintained by: eclipseo, go-sig)
golang-github-shopify-logrus-bugsnag-0-0.8.20190626git577dee2.fc37.src
requires golang(github.com/bugsnag/bugsnag-go) = 2.1.1-5.fc37,
golang(github.com/bugsnag/bugsnag-go/errors) = 2.1.1-5.fc37
golang-github-shopify-logrus-bugsnag-devel-0-0.8.20190626git577dee2.fc37.noarch
requires golang(github.com/bugsnag/bugsnag-go) = 2.1.1-5.fc37,
golang(github.com/bugsnag/bugsnag-go/errors) = 2.1.1-5.fc37
golang-github-theupdateframework-notary (maintained by: eclipseo, go-sig)
golang-github-theupdateframework-notary-0.7.0-9.fc38.src requires
golang(github.com/bugsnag/bugsnag-go) = 2.1.1-5.fc37
golang-github-theupdateframework-notary-devel-0.7.0-9.fc38.noarch requires
golang(github.com/bugsnag/bugsnag-go) = 2.1.1-5.fc37
golang-github-cockroachdb-cockroach (maintained by: go-sig, orphan)
golang-github-cockroachdb-cockroach-20.2.3-7.fc38.src requires
golang(github.com/cockroachdb/sentry-go) = 0.6.1-3.fc35
golang-github-cockroachdb-cockroach-devel-20.2.3-7.fc38.noarch requires
golang(github.com/cockroachdb/sentry-go) = 0.6.1-3.fc35
golang-github-cockroachdb-errors (maintained by: eclipseo, go-sig)
golang-github-cockroachdb-errors-1.8.2-6.fc38.src requires
golang(github.com/cockroachdb/sentry-go) = 0.6.1-3.fc35
golang-github-cockroachdb-errors-devel-1.8.2-6.fc38.noarch requires
golang(github.com/cockroachdb/sentry-go) = 0.6.1-3.fc35
golang-github-cloudflare-redoctober (maintained by: eclipseo, go-sig)
golang-github-cloudflare-redoctober-0-0.18.20220724git6a74ccc.fc38.src
requires golang(github.com/getsentry/sentry-go) = 0.13.0-1.fc37
golang-github-cloudflare-redoctober-devel-0-0.18.20220724git6a74ccc.fc38.noarch
requires golang(github.com/getsentry/sentry-go) = 0.13.0-1.fc37
golang-github-google-certificate-transparency (maintained by: eclipseo, go-sig)
golang-github-google-certificate-transparency-1.1.3-3.fc38.src requires
golang(github.com/rs/cors) = 1.8.0-5.fc37
golang-github-google-certificate-transparency-devel-1.1.3-3.fc38.noarch
requires golang(github.com/rs/cors) = 1.8.0-5.fc37
golang-github-haproxytech-dataplaneapi (maintained by: bdperkin, go-sig)
golang-github-haproxytech-dataplaneapi-2.4.4-7.fc38.src requires
golang(github.com/rs/cors) = 1.8.0-5.fc37
golang-github-haproxytech-dataplaneapi-devel-2.4.4-7.fc38.noarch requires
golang(github.com/rs/cors) = 1.8.0-5.fc37
golang-github-oklog (maintained by: eclipseo, go-sig)
golang-github-oklog-0.3.2-14.20190701gitca7cdf5.fc38.src requires
golang(github.com/rs/cors) = 1.8.0-5.fc37
golang-github-oklog-devel-0.3.2-14.20190701gitca7cdf5.fc38.noarch requires
golang(github.com/rs/cors) = 1.8.0-5.fc37
golang-github-prometheus-alertmanager (maintained by: eclipseo, go-sig)
golang-github-prometheus-alertmanager-0.23.0-9.fc37.src requires
golang(github.com/rs/cors) = 1.8.0-5.fc37
golang-github-prometheus-alertmanager-devel-0.23.0-9.fc37.noarch requires
golang(github.com/rs/cors) = 1.8.0-5.fc37
Too many dependencies for golang-github-gin-gonic, not all listed here
Depending on: golang-github-gobuffalo-packr (23), status change: 2019-10-05
(170 weeks ago)
golang-github-markbates-pkger (maintained by: eclipseo, go-sig)
golang-github-markbates-pkger-0.17.1-7.fc37.src requires
golang(github.com/gobuffalo/packr/v2) = 2.8.1-3.fc35
snowcrash (maintained by: fab, go-sig)
golang-github-redcode-labs-snowcrash-devel-0-0.9.20201119git49b99ad.fc37.noarch
requires golang(github.com/gobuffalo/packr) = 2.8.1-3.fc35
snowcrash-0-0.9.20201119git49b99ad.fc37.src requires
golang(github.com/gobuffalo/packr) = 2.8.1-3.fc35
golang-github-rubenv-sql-migrate (maintained by: dcavalca, go-sig)
golang-github-rubenv-sql-migrate-0-0.7.20210529gita32ed26.fc37.src requires
golang(github.com/gobuffalo/packr/v2) = 2.8.1-3.fc35
golang-mongodb-mongo-driver (maintained by: eclipseo, go-sig)
golang-mongodb-mongo-driver-1.4.5-8.fc37.src requires
golang(github.com/gobuffalo/packr/v2) = 2.8.1-3.fc35
golang-mongodb-mongo-driver-devel-1.4.5-8.fc37.noarch requires
golang(github.com/gobuffalo/packr/v2) = 2.8.1-3.fc35
golang-helm-3 (maintained by: go-sig, orphan)
golang-helm-3-3.5.4-2.fc35.src requires golang(github.com/rubenv/sql-migrate)
= 0-0.7.20210529gita32ed26.fc37
golang-helm-3-devel-3.5.4-2.fc35.noarch requires
golang(github.com/rubenv/sql-migrate) = 0-0.7.20210529gita32ed26.fc37
golang-github-openapi-strfmt (maintained by: eclipseo, go-sig)
golang-github-openapi-strfmt-0.19.11-5.fc37.src requires
golang(go.mongodb.org/mongo-driver/bson) = 1.4.5-8.fc37,
golang(go.mongodb.org/mongo-driver/bson/bsontype) = 1.4.5-8.fc37,
golang(go.mongodb.org/mongo-driver/bson/primitive) = 1.4.5-8.fc37
golang-github-openapi-strfmt-devel-0.19.11-5.fc37.noarch requires
golang(go.mongodb.org/mongo-driver/bson) = 1.4.5-8.fc37,
golang(go.mongodb.org/mongo-driver/bson/bsontype) = 1.4.5-8.fc37,
golang(go.mongodb.org/mongo-driver/bson/primitive) = 1.4.5-8.fc37
golang-github-segmentio-kafka (maintained by: eclipseo, go-sig)
golang-github-segmentio-kafka-0.4.8-5.fc37.src requires
golang(go.mongodb.org/mongo-driver/mongo) = 1.4.5-8.fc37
golang-gocloud (maintained by: eclipseo, go-sig)
golang-gocloud-0.24.0-4.fc38~bootstrap.src requires
golang(go.mongodb.org/mongo-driver/bson) = 1.4.5-8.fc37,
golang(go.mongodb.org/mongo-driver/bson/primitive) = 1.4.5-8.fc37,
golang(go.mongodb.org/mongo-driver/mongo) = 1.4.5-8.fc37,
golang(go.mongodb.org/mongo-driver/mongo/options) = 1.4.5-8.fc37
golang-gocloud-devel-0.24.0-4.fc38~bootstrap.noarch requires
golang(go.mongodb.org/mongo-driver/bson) = 1.4.5-8.fc37,
golang(go.mongodb.org/mongo-driver/bson/primitive) = 1.4.5-8.fc37,
golang(go.mongodb.org/mongo-driver/mongo) = 1.4.5-8.fc37,
golang(go.mongodb.org/mongo-driver/mongo/options) = 1.4.5-8.fc37
golang-opentelemetry-contrib (maintained by: eclipseo, go-sig)
golang-opentelemetry-contrib-1.10.0-3.fc38.src requires
golang(go.mongodb.org/mongo-driver/bson) = 1.4.5-8.fc37,
golang(go.mongodb.org/mongo-driver/bson/bsontype) = 1.4.5-8.fc37,
golang(go.mongodb.org/mongo-driver/event) = 1.4.5-8.fc37,
golang(go.mongodb.org/mongo-driver/mongo) = 1.4.5-8.fc37,
golang(go.mongodb.org/mongo-driver/mongo/options) = 1.4.5-8.fc37
golang-opentelemetry-contrib-devel-1.10.0-3.fc38.noarch requires
golang(go.mongodb.org/mongo-driver/bson) = 1.4.5-8.fc37,
golang(go.mongodb.org/mongo-driver/bson/bsontype) = 1.4.5-8.fc37,
golang(go.mongodb.org/mongo-driver/event) = 1.4.5-8.fc37
golang-opentelemetry-contrib-0.20 (maintained by: eclipseo, go-sig)
golang-opentelemetry-contrib-0.20-0.20.0-6.fc38.src requires
golang(go.mongodb.org/mongo-driver/bson) = 1.4.5-8.fc37,
golang(go.mongodb.org/mongo-driver/event) = 1.4.5-8.fc37,
golang(go.mongodb.org/mongo-driver/mongo) = 1.4.5-8.fc37,
golang(go.mongodb.org/mongo-driver/mongo/options) = 1.4.5-8.fc37
golang-opentelemetry-contrib-0.20-devel-0.20.0-6.fc38.noarch requires
golang(go.mongodb.org/mongo-driver/bson) = 1.4.5-8.fc37,
golang(go.mongodb.org/mongo-driver/event) = 1.4.5-8.fc37
golang-github-haproxytech-client-native (maintained by: bdperkin, go-sig)
golang-github-haproxytech-client-native-2.5.3-4.fc37.src requires
golang(github.com/go-openapi/strfmt) = 0.19.11-5.fc37
golang-github-haproxytech-client-native-devel-2.5.3-4.fc37.noarch requires
golang(github.com/go-openapi/strfmt) = 0.19.11-5.fc37
golang-github-haproxytech-dataplaneapi (maintained by: bdperkin, go-sig)
golang-github-haproxytech-dataplaneapi-2.4.4-7.fc38.src requires
golang(github.com/go-openapi/strfmt) = 0.19.11-5.fc37
golang-github-haproxytech-dataplaneapi-devel-2.4.4-7.fc38.noarch requires
golang(github.com/go-openapi/strfmt) = 0.19.11-5.fc37
golang-github-haproxytech-models (maintained by: bdperkin, go-sig)
golang-github-haproxytech-models-2.2.0-4.fc36.src requires
golang(github.com/go-openapi/strfmt) = 0.19.11-5.fc37
golang-github-haproxytech-models-devel-2.2.0-4.fc36.noarch requires
golang(github.com/go-openapi/strfmt) = 0.19.11-5.fc37
golang-github-openapi-analysis (maintained by: eclipseo, go-sig)
golang-github-openapi-analysis-0.19.16-5.fc37~bootstrap.src requires
golang(github.com/go-openapi/strfmt) = 0.19.11-5.fc37
golang-github-openapi-analysis-devel-0.19.16-5.fc37~bootstrap.noarch requires
golang(github.com/go-openapi/strfmt) = 0.19.11-5.fc37
golang-github-openapi-runtime (maintained by: eclipseo, go-sig)
golang-github-openapi-runtime-0.19.31-3.fc37.src requires
golang(github.com/go-openapi/strfmt) = 0.19.11-5.fc37
golang-github-openapi-runtime-devel-0.19.31-3.fc37.noarch requires
golang(github.com/go-openapi/strfmt) = 0.19.11-5.fc37
golang-github-openapi-runtime-middleware-devel-0.19.31-3.fc37.noarch requires
golang(github.com/go-openapi/strfmt) = 0.19.11-5.fc37
golang-github-openapi-validate (maintained by: eclipseo, go-sig)
golang-github-openapi-validate-0.20.1-4.fc36.src requires
golang(github.com/go-openapi/strfmt) = 0.19.11-5.fc37
golang-github-openapi-validate-devel-0.20.1-4.fc36.noarch requires
golang(github.com/go-openapi/strfmt) = 0.19.11-5.fc37
golang-github-prometheus (maintained by: eclipseo, go-sig)
golang-github-prometheus-2.32.1-9.fc38.src requires
golang(github.com/go-openapi/strfmt) = 0.19.11-5.fc37
golang-github-prometheus-devel-2.32.1-9.fc38.noarch requires
golang(github.com/go-openapi/strfmt) = 0.19.11-5.fc37
golang-github-prometheus-alertmanager (maintained by: eclipseo, go-sig)
golang-github-prometheus-alertmanager-0.23.0-9.fc37.src requires
golang(github.com/go-openapi/strfmt) = 0.19.11-5.fc37
golang-github-prometheus-alertmanager-devel-0.23.0-9.fc37.noarch requires
golang(github.com/go-openapi/strfmt) = 0.19.11-5.fc37
golang-github-influxdata-flux (maintained by: eclipseo, go-sig)
golang-github-influxdata-flux-0.100.1-6.fc38.src requires
golang(github.com/segmentio/kafka-go) = 0.4.8-5.fc37
golang-github-influxdata-flux-devel-0.100.1-6.fc38.noarch requires
golang(github.com/segmentio/kafka-go) = 0.4.8-5.fc37
hugo (maintained by: athoscr, epel-packagers-sig, go-sig, mikep)
golang-github-gohugoio-hugo-devel-0.101.0-4.fc38.noarch requires
golang(gocloud.dev/blob) = 0.24.0-4.fc38~bootstrap,
golang(gocloud.dev/blob/azureblob) = 0.24.0-4.fc38~bootstrap,
golang(gocloud.dev/blob/fileblob) = 0.24.0-4.fc38~bootstrap,
golang(gocloud.dev/blob/gcsblob) = 0.24.0-4.fc38~bootstrap,
golang(gocloud.dev/blob/s3blob) = 0.24.0-4.fc38~bootstrap,
golang(gocloud.dev/gcerrors) = 0.24.0-4.fc38~bootstrap
hugo-0.101.0-4.fc38.src requires golang(gocloud.dev/blob) =
0.24.0-4.fc38~bootstrap, golang(gocloud.dev/blob/azureblob) =
0.24.0-4.fc38~bootstrap, golang(gocloud.dev/blob/fileblob) =
0.24.0-4.fc38~bootstrap, golang(gocloud.dev/blob/gcsblob) =
0.24.0-4.fc38~bootstrap, golang(gocloud.dev/blob/memblob) =
0.24.0-4.fc38~bootstrap, golang(gocloud.dev/blob/s3blob) =
0.24.0-4.fc38~bootstrap, golang(gocloud.dev/gcerrors) = 0.24.0-4.fc38~bootstrap
containerd (maintained by: copperi, eclipseo, go-sig, gotmax23)
containerd-1.6.14-2.fc38.src requires
golang(go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc...
= 1.10.0-3.fc38
containerd-devel-1.6.14-2.fc38.noarch requires
golang(go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc...
= 1.10.0-3.fc38
etcd (maintained by: cypret, go-sig, gscrivano, jchaloup, lsm5, walters)
etcd-3.5.5-2.fc38.src requires
golang(go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc...
= 1.10.0-3.fc38
golang-etcd-devel-3.5.5-2.fc38.noarch requires
golang(go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc...
= 1.10.0-3.fc38
golang-github-moby-buildkit (maintained by: eclipseo, go-sig)
golang-github-moby-buildkit-0.10.5-1.fc38.src requires
golang(go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc...
= 1.10.0-3.fc38,
golang(go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace)
= 1.10.0-3.fc38,
golang(go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp) =
1.10.0-3.fc38
golang-github-moby-buildkit-devel-0.10.5-1.fc38.noarch requires
golang(go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc...
= 1.10.0-3.fc38,
golang(go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace)
= 1.10.0-3.fc38,
golang(go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp) =
1.10.0-3.fc38
Too many dependencies for golang-github-gobuffalo-packr, not all listed here
Depending on: golang-github-gophercloud-utils (7), status change: 2020-10-05
(118 weeks ago)
golang-github-acme-lego (maintained by: eclipseo, go-sig)
golang-github-acme-lego-4.4.0-8.fc37.src requires
golang(github.com/gophercloud/utils/openstack/clientconfig) =
0-0.4.20210109git19f764e.fc35
golang-github-acme-lego-devel-4.4.0-8.fc37.noarch requires
golang(github.com/gophercloud/utils/openstack/clientconfig) =
0-0.4.20210109git19f764e.fc35
golang-github-acme-lego-3 (maintained by: eclipseo, go-sig)
golang-github-acme-lego-3-3.9.0-7.fc37.src requires
golang(github.com/gophercloud/utils/openstack/clientconfig) =
0-0.4.20210109git19f764e.fc35
golang-github-acme-lego-3-devel-3.9.0-7.fc37.noarch requires
golang(github.com/gophercloud/utils/openstack/clientconfig) =
0-0.4.20210109git19f764e.fc35
golang-k8s-legacy-cloud-providers (maintained by: eclipseo, go-sig)
golang-k8s-legacy-cloud-providers-1.22.0-1.fc36.src requires
golang(github.com/gophercloud/utils/openstack/networking/v2/extensions/se...
= 0-0.4.20210109git19f764e.fc35
golang-k8s-legacy-cloud-providers-devel-1.22.0-1.fc36.noarch requires
golang(github.com/gophercloud/utils/openstack/networking/v2/extensions/se...
= 0-0.4.20210109git19f764e.fc35
golang-github-caddyserver-caddy-1 (maintained by: eclipseo, go-sig)
golang-github-caddyserver-caddy-1-1.0.4-8.fc36.src requires
golang(github.com/go-acme/lego/v3/certcrypto) = 3.9.0-7.fc37,
golang(github.com/go-acme/lego/v3/challenge) = 3.9.0-7.fc37,
golang(github.com/go-acme/lego/v3/challenge/tlsalpn01) = 3.9.0-7.fc37,
golang(github.com/mholt/certmagic-0.8) = 0.8.3-4.fc35
golang-github-caddyserver-caddy-1-devel-1.0.4-8.fc36.noarch requires
golang(github.com/go-acme/lego/v3/certcrypto) = 3.9.0-7.fc37,
golang(github.com/go-acme/lego/v3/challenge) = 3.9.0-7.fc37,
golang(github.com/go-acme/lego/v3/challenge/tlsalpn01) = 3.9.0-7.fc37,
golang(github.com/mholt/certmagic-0.8) = 0.8.3-4.fc35
golang-github-mholt-certmagic-0.8 (maintained by: eclipseo, go-sig)
golang-github-mholt-certmagic-0.8-0.8.3-4.fc35.src requires
golang(github.com/go-acme/lego/v3/acme) = 3.9.0-7.fc37,
golang(github.com/go-acme/lego/v3/certcrypto) = 3.9.0-7.fc37,
golang(github.com/go-acme/lego/v3/certificate) = 3.9.0-7.fc37,
golang(github.com/go-acme/lego/v3/challenge) = 3.9.0-7.fc37,
golang(github.com/go-acme/lego/v3/challenge/dns01) = 3.9.0-7.fc37,
golang(github.com/go-acme/lego/v3/challenge/http01) = 3.9.0-7.fc37,
golang(github.com/go-acme/lego/v3/challenge/tlsalpn01) = 3.9.0-7.fc37,
golang(github.com/go-acme/lego/v3/lego) = 3.9.0-7.fc37,
golang(github.com/go-acme/lego/v3/registration) = 3.9.0-7.fc37
golang-github-mholt-certmagic-devel-0.8-0.8.3-4.fc35.noarch requires
golang(github.com/go-acme/lego/v3/acme) = 3.9.0-7.fc37,
golang(github.com/go-acme/lego/v3/certcrypto) = 3.9.0-7.fc37,
golang(github.com/go-acme/lego/v3/certificate) = 3.9.0-7.fc37,
golang(github.com/go-acme/lego/v3/challenge) = 3.9.0-7.fc37,
golang(github.com/go-acme/lego/v3/challenge/dns01) = 3.9.0-7.fc37,
golang(github.com/go-acme/lego/v3/challenge/http01) = 3.9.0-7.fc37,
golang(github.com/go-acme/lego/v3/challenge/tlsalpn01) = 3.9.0-7.fc37,
golang(github.com/go-acme/lego/v3/lego) = 3.9.0-7.fc37,
golang(github.com/go-acme/lego/v3/registration) = 3.9.0-7.fc37
golang-k8s-kubernetes (maintained by: eclipseo, go-sig)
golang-k8s-kubernetes-1.22.0-2.fc36~bootstrap.src requires
golang(github.com/coredns/corefile-migration/migration) = 1.0.11-6.fc37,
golang(k8s.io/legacy-cloud-providers/aws) = 1.22.0-1.fc36,
golang(k8s.io/legacy-cloud-providers/azure) = 1.22.0-1.fc36,
golang(k8s.io/legacy-cloud-providers/azure/auth) = 1.22.0-1.fc36,
golang(k8s.io/legacy-cloud-providers/azure/clients/fileclient) = 1.22.0-1.fc36,
golang(k8s.io/legacy-cloud-providers/gce) = 1.22.0-1.fc36,
golang(k8s.io/legacy-cloud-providers/gce/gcpcredential) = 1.22.0-1.fc36,
golang(k8s.io/legacy-cloud-providers/openstack) = 1.22.0-1.fc36,
golang(k8s.io/legacy-cloud-providers/vsphere) = 1.22.0-1.fc36,
golang(k8s.io/legacy-cloud-providers/vsphere/vclib) = 1.22.0-1.fc36
golang-k8s-kubernetes-devel-1.22.0-2.fc36~bootstrap.noarch requires
golang(github.com/coredns/corefile-migration/migration) = 1.0.11-6.fc37,
golang(k8s.io/legacy-cloud-providers/aws) = 1.22.0-1.fc36,
golang(k8s.io/legacy-cloud-providers/azure) = 1.22.0-1.fc36,
golang(k8s.io/legacy-cloud-providers/azure/auth) = 1.22.0-1.fc36,
golang(k8s.io/legacy-cloud-providers/azure/clients/fileclient) = 1.22.0-1.fc36,
golang(k8s.io/legacy-cloud-providers/gce) = 1.22.0-1.fc36,
golang(k8s.io/legacy-cloud-providers/gce/gcpcredential) = 1.22.0-1.fc36,
golang(k8s.io/legacy-cloud-providers/openstack) = 1.22.0-1.fc36,
golang(k8s.io/legacy-cloud-providers/vsphere) = 1.22.0-1.fc36,
golang(k8s.io/legacy-cloud-providers/vsphere/vclib) = 1.22.0-1.fc36
golang-github-coredns-corefile-migration (maintained by: eclipseo, go-sig)
golang-github-coredns-corefile-migration-1.0.11-6.fc37.src requires
golang(github.com/caddyserver/caddy-1/caddyfile) = 1.0.4-8.fc36
golang-github-coredns-corefile-migration-devel-1.0.11-6.fc37.noarch requires
golang(github.com/caddyserver/caddy-1/caddyfile) = 1.0.4-8.fc36
Depending on: golang-github-gopherjs (1), status change: 2019-10-05 (170 weeks ago)
golang-honnef-js-dom (maintained by: eclipseo, go-sig, jchaloup)
golang-honnef-js-dom-0-0.12.20210113gitd4405f7.fc37.src requires
golang(github.com/gopherjs/gopherjs/js) = 0-0.15.20200727gitfce0ec3.fc35
golang-honnef-js-dom-devel-0-0.12.20210113gitd4405f7.fc37.noarch requires
golang(github.com/gopherjs/gopherjs/js) = 0-0.15.20200727gitfce0ec3.fc35
Depending on: golang-github-grpc-ecosystem-gateway (24), status change:
2020-10-05 (118 weeks ago)
etcd (maintained by: cypret, go-sig, gscrivano, jchaloup, lsm5, walters)
etcd-3.5.5-2.fc38.src requires
golang(github.com/grpc-ecosystem/grpc-gateway/runtime) = 1.16.0-3.fc35,
golang(github.com/grpc-ecosystem/grpc-gateway/utilities) = 1.16.0-3.fc35
golang-etcd-devel-3.5.5-2.fc38.noarch requires
golang(github.com/grpc-ecosystem/grpc-gateway/runtime) = 1.16.0-3.fc35,
golang(github.com/grpc-ecosystem/grpc-gateway/utilities) = 1.16.0-3.fc35
golang-github-brocaar-chirpstack-api (maintained by: fab, go-sig)
golang-github-brocaar-chirpstack-api-3.12.5-4.fc38.src requires
golang(github.com/grpc-ecosystem/grpc-gateway/runtime) = 1.16.0-3.fc35,
golang(github.com/grpc-ecosystem/grpc-gateway/utilities) = 1.16.0-3.fc35
golang-github-brocaar-chirpstack-api-devel-3.12.5-4.fc38.noarch requires
golang(github.com/grpc-ecosystem/grpc-gateway/runtime) = 1.16.0-3.fc35,
golang(github.com/grpc-ecosystem/grpc-gateway/utilities) = 1.16.0-3.fc35
golang-github-census-instrumentation-opencensus-proto (maintained by:
eclipseo, go-sig)
golang-github-census-instrumentation-opencensus-proto-0.3.0-7.fc38.src
requires golang(github.com/grpc-ecosystem/grpc-gateway/runtime) =
1.16.0-3.fc35, golang(github.com/grpc-ecosystem/grpc-gateway/utilities) =
1.16.0-3.fc35
golang-github-census-instrumentation-opencensus-proto-devel-0.3.0-7.fc38.noarch
requires golang(github.com/grpc-ecosystem/grpc-gateway/runtime) =
1.16.0-3.fc35, golang(github.com/grpc-ecosystem/grpc-gateway/utilities) =
1.16.0-3.fc35
golang-github-census-instrumentation-opencensus-proto-0.2 (maintained by:
eclipseo, go-sig)
golang-github-census-instrumentation-opencensus-proto-0.2-0.2.1-7.fc38.src
requires golang(github.com/grpc-ecosystem/grpc-gateway/runtime) =
1.16.0-3.fc35, golang(github.com/grpc-ecosystem/grpc-gateway/utilities) =
1.16.0-3.fc35
golang-github-census-instrumentation-opencensus-proto-devel-0.2-0.2.1-7.fc38.noarch
requires golang(github.com/grpc-ecosystem/grpc-gateway/runtime) =
1.16.0-3.fc35, golang(github.com/grpc-ecosystem/grpc-gateway/utilities) =
1.16.0-3.fc35
golang-github-cockroachdb-cockroach (maintained by: go-sig, orphan)
golang-github-cockroachdb-cockroach-20.2.3-7.fc38.src requires
golang(github.com/grpc-ecosystem/grpc-gateway/runtime) = 1.16.0-3.fc35,
golang(github.com/grpc-ecosystem/grpc-gateway/utilities) = 1.16.0-3.fc35
golang-github-cockroachdb-cockroach-devel-20.2.3-7.fc38.noarch requires
golang(github.com/grpc-ecosystem/grpc-gateway/runtime) = 1.16.0-3.fc35,
golang(github.com/grpc-ecosystem/grpc-gateway/utilities) = 1.16.0-3.fc35
golang-github-kurin-blazer (maintained by: copart, go-sig)
golang-github-kurin-blazer-0.5.3-13.fc38.src requires
golang(github.com/grpc-ecosystem/grpc-gateway/runtime) = 1.16.0-3.fc35,
golang(github.com/grpc-ecosystem/grpc-gateway/utilities) = 1.16.0-3.fc35
golang-github-kurin-blazer-devel-0.5.3-13.fc38.noarch requires
golang(github.com/grpc-ecosystem/grpc-gateway/runtime) = 1.16.0-3.fc35,
golang(github.com/grpc-ecosystem/grpc-gateway/utilities) = 1.16.0-3.fc35
golang-github-quay-clair-3 (maintained by: eclipseo, go-sig)
golang-github-quay-clair-3-3.0.0~pre1-2.fc36.src requires
golang(github.com/grpc-ecosystem/grpc-gateway/runtime) = 1.16.0-3.fc35,
golang(github.com/grpc-ecosystem/grpc-gateway/utilities) = 1.16.0-3.fc35
golang-github-quay-clair-3-devel-3.0.0~pre1-2.fc36.noarch requires
golang(github.com/grpc-ecosystem/grpc-gateway/runtime) = 1.16.0-3.fc35,
golang(github.com/grpc-ecosystem/grpc-gateway/utilities) = 1.16.0-3.fc35
golang-github-tmc-grpc-websocket-proxy (maintained by: eclipseo, go-sig)
golang-github-tmc-grpc-websocket-proxy-0-0.12.20210113gite5319fd.fc37.src
requires golang(github.com/grpc-ecosystem/grpc-gateway/runtime) =
1.16.0-3.fc35, golang(github.com/grpc-ecosystem/grpc-gateway/utilities) =
1.16.0-3.fc35
golang-opentelemetry-proto-0.7 (maintained by: eclipseo, go-sig)
golang-opentelemetry-proto-0.7-0.7.0-4.fc38.src requires
golang(github.com/grpc-ecosystem/grpc-gateway/runtime) = 1.16.0-3.fc35,
golang(github.com/grpc-ecosystem/grpc-gateway/utilities) = 1.16.0-3.fc35
golang-opentelemetry-proto-0.7-devel-0.7.0-4.fc38.noarch requires
golang(github.com/grpc-ecosystem/grpc-gateway/runtime) = 1.16.0-3.fc35,
golang(github.com/grpc-ecosystem/grpc-gateway/utilities) = 1.16.0-3.fc35
golang-github-beego (maintained by: eclipseo, go-sig)
golang-github-beego-2.0.2-2.fc36.src requires
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38
golang-github-beego-devel-2.0.2-2.fc36.noarch requires
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38
golang-github-bketelsen-crypt (maintained by: eclipseo, go-sig)
golang-github-bketelsen-crypt-0.0.4-5.fc38.src requires
golang(go.etcd.io/etcd/client/v2) = 3.5.5-2.fc38
golang-github-bketelsen-crypt-devel-0.0.4-5.fc38.noarch requires
golang(go.etcd.io/etcd/client/v2) = 3.5.5-2.fc38
golang-github-docker-libkv (maintained by: eclipseo, go-sig, jchaloup)
golang-github-docker-libkv-0.2.1-15.20220823gitdfacc56.fc38.src requires
golang(go.etcd.io/etcd/client/v2) = 3.5.5-2.fc38
golang-github-docker-libkv-devel-0.2.1-15.20220823gitdfacc56.fc38.noarch
requires golang(go.etcd.io/etcd/client/v2) = 3.5.5-2.fc38
golang-github-google-certificate-transparency (maintained by: eclipseo, go-sig)
golang-github-google-certificate-transparency-1.1.3-3.fc38.src requires
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3/naming/endpoints) = 3.5.5-2.fc38
golang-github-google-certificate-transparency-devel-1.1.3-3.fc38.noarch
requires golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3/naming/endpoints) = 3.5.5-2.fc38
golang-github-google-trillian (maintained by: eclipseo, go-sig)
golang-github-google-trillian-1.4.0-2.fc36.src requires
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3/concurrency) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3/naming/endpoints) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/server/v3/embed) = 3.5.5-2.fc38
golang-github-google-trillian-devel-1.4.0-2.fc36.noarch requires
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3/concurrency) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3/naming/endpoints) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/server/v3/embed) = 3.5.5-2.fc38
golang-github-moby-swarmkit-2 (maintained by: eclipseo)
golang-github-moby-swarmkit-2-2.0.0-0.5.pre1.20221009git139c54b.fc38.src
requires golang(go.etcd.io/etcd/client/pkg/v3/fileutil) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/pkg/v3/idutil) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/raft/v3) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/raft/v3/raftpb) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/server/v3/etcdserver/api/snap) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/server/v3/wal) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/server/v3/wal/walpb) = 3.5.5-2.fc38
golang-github-moby-swarmkit-2-devel-2.0.0-0.5.pre1.20221009git139c54b.fc38.noarch
requires golang(go.etcd.io/etcd/client/pkg/v3/fileutil) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/pkg/v3/idutil) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/raft/v3) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/raft/v3/raftpb) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/server/v3/etcdserver/api/snap) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/server/v3/wal) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/server/v3/wal/walpb) = 3.5.5-2.fc38
golang-github-rexray-gocsi (maintained by: eclipseo, go-sig)
golang-github-rexray-gocsi-1.2.2-2.fc38.src requires
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3/concurrency) = 3.5.5-2.fc38
golang-github-rexray-gocsi-devel-1.2.2-2.fc38.noarch requires
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3/concurrency) = 3.5.5-2.fc38
golang-github-sagikazarmark-crypt (maintained by: go-sig, mikelo2)
golang-github-sagikazarmark-crypt-0.8.0-1.fc38.src requires
golang(go.etcd.io/etcd/api/v3/mvccpb) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v2) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38
golang-github-sagikazarmark-crypt-devel-0.8.0-1.fc38.noarch requires
golang(go.etcd.io/etcd/api/v3/mvccpb) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v2) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38
golang-github-skynetservices-skydns (maintained by: eclipseo, go-sig, jchaloup)
golang-github-skynetservices-skydns-2.5.3-25.20200802git94b2ea0.fc38.src
requires golang(go.etcd.io/etcd/api/v3/mvccpb) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v2) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38
golang-github-skynetservices-skydns-devel-2.5.3-25.20200802git94b2ea0.fc38.noarch
requires golang(go.etcd.io/etcd/api/v3/mvccpb) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v2) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38
skydns-2.5.3-25.20200802git94b2ea0.fc38.x86_64 requires etcd = 3.5.5-2.fc38
golang-github-xordataexchange-crypt (maintained by: eclipseo, go-sig)
golang-github-xordataexchange-crypt-0.0.2-15.20190412gitb2862e3.fc38.src
requires golang(go.etcd.io/etcd/client/v2) = 3.5.5-2.fc38
golang-github-xordataexchange-crypt-devel-0.0.2-15.20190412gitb2862e3.fc38.noarch
requires golang(go.etcd.io/etcd/client/v2) = 3.5.5-2.fc38
golang-gocloud (maintained by: eclipseo, go-sig)
golang-gocloud-0.24.0-4.fc38~bootstrap.src requires
golang(go.etcd.io/etcd/api/v3/v3rpc/rpctypes) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38
golang-gocloud-devel-0.24.0-4.fc38~bootstrap.noarch requires
golang(go.etcd.io/etcd/api/v3/v3rpc/rpctypes) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38
golang-k8s-apiextensions-apiserver (maintained by: eclipseo, go-sig)
golang-k8s-apiextensions-apiserver-1.22.0-9.fc38.src requires
golang(go.etcd.io/etcd/client/pkg/v3/transport) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38
golang-k8s-apiextensions-apiserver-devel-1.22.0-9.fc38.noarch requires
golang(go.etcd.io/etcd/client/pkg/v3/transport) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38
golang-k8s-apiserver (maintained by: eclipseo, go-sig)
golang-k8s-apiserver-1.22.0-3.fc36.src requires
golang(go.etcd.io/etcd/api/v3/mvccpb) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/api/v3/v3rpc/rpctypes) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/pkg/v3/transport) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/server/v3/embed) = 3.5.5-2.fc38
golang-k8s-apiserver-devel-1.22.0-3.fc36.noarch requires
golang(go.etcd.io/etcd/api/v3/mvccpb) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/api/v3/v3rpc/rpctypes) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/pkg/v3/transport) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/server/v3/embed) = 3.5.5-2.fc38
golang-k8s-kubernetes (maintained by: eclipseo, go-sig)
golang-k8s-kubernetes-1.22.0-2.fc36~bootstrap.src requires
golang(go.etcd.io/etcd/client/pkg/v3/transport) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3/concurrency) = 3.5.5-2.fc38
golang-k8s-kubernetes-devel-1.22.0-2.fc36~bootstrap.noarch requires
golang(go.etcd.io/etcd/client/pkg/v3/transport) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3/concurrency) = 3.5.5-2.fc38
golang-vitess (maintained by: eclipseo, go-sig)
golang-vitess-11.0.1-1.fc36.src requires golang(go.etcd.io/etcd/client/v3) =
3.5.5-2.fc38
golang-vitess-devel-11.0.1-1.fc36.noarch requires
golang(go.etcd.io/etcd/api/v3/mvccpb) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/api/v3/v3rpc/rpctypes) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/pkg/v3/tlsutil) = 3.5.5-2.fc38,
golang(go.etcd.io/etcd/client/v3) = 3.5.5-2.fc38
Too many dependencies for golang-github-grpc-ecosystem-gateway, not all listed
here
Depending on: golang-github-influxdata-influxdb1-client (24), status change:
2020-10-05 (118 weeks ago)
cadvisor (maintained by: go-sig, jchaloup, lsm5)
cadvisor-0.45.0-1.fc38.src requires
golang(github.com/influxdata/influxdb1-client) = 0-0.8.20210109gitb269163.fc35
golang-github-google-cadvisor-devel-0.45.0-1.fc38.noarch requires
golang(github.com/influxdata/influxdb1-client) = 0-0.8.20210109gitb269163.fc35
golang-github-kit (maintained by: eclipseo, go-sig)
golang-github-kit-0.11.0-5.fc38~bootstrap.src requires
golang(github.com/influxdata/influxdb1-client/v2) = 0-0.8.20210109gitb269163.fc35
golang-github-kit-devel-0.11.0-5.fc38~bootstrap.noarch requires
golang(github.com/influxdata/influxdb1-client/v2) = 0-0.8.20210109gitb269163.fc35
golang-github-uber-jaeger-lib (maintained by: eclipseo, go-sig)
golang-github-uber-jaeger-lib-2.4.1-4.fc38.src requires
golang(github.com/go-kit/kit/log) = 0.11.0-5.fc38~bootstrap,
golang(github.com/go-kit/kit/log/level) = 0.11.0-5.fc38~bootstrap,
golang(github.com/go-kit/kit/metrics) = 0.11.0-5.fc38~bootstrap,
golang(github.com/go-kit/kit/metrics/expvar) = 0.11.0-5.fc38~bootstrap,
golang(github.com/go-kit/kit/metrics/generic) = 0.11.0-5.fc38~bootstrap,
golang(github.com/go-kit/kit/metrics/influx) = 0.11.0-5.fc38~bootstrap,
golang(github.com/influxdata/influxdb1-client/v2) = 0-0.8.20210109gitb269163.fc35
golang-github-uber-jaeger-lib-metrics-kit-devel-2.4.1-4.fc38.noarch requires
golang(github.com/go-kit/kit/log) = 0.11.0-5.fc38~bootstrap,
golang(github.com/go-kit/kit/log/level) = 0.11.0-5.fc38~bootstrap,
golang(github.com/go-kit/kit/metrics) = 0.11.0-5.fc38~bootstrap,
golang(github.com/go-kit/kit/metrics/expvar) = 0.11.0-5.fc38~bootstrap,
golang(github.com/go-kit/kit/metrics/influx) = 0.11.0-5.fc38~bootstrap
golang-github-yvasiyarov-metrics (maintained by: eclipseo, go-sig)
golang-github-yvasiyarov-metrics-0-0.16.20190626gitc25f46c.fc36.src requires
golang(github.com/influxdata/influxdb1-client/v2) = 0-0.8.20210109gitb269163.fc35
golang-github-yvasiyarov-metrics-devel-0-0.16.20190626gitc25f46c.fc36.noarch
requires golang(github.com/influxdata/influxdb1-client/v2) =
0-0.8.20210109gitb269163.fc35
golang-k8s-kubernetes (maintained by: eclipseo, go-sig)
golang-k8s-kubernetes-1.22.0-2.fc36~bootstrap.src requires
golang(github.com/google/cadvisor/cache/memory) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/client/v2) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/container) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/container/common) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/container/containerd) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/container/containerd/install) =
0.45.0-1.fc38, golang(github.com/google/cadvisor/container/crio/install) =
0.45.0-1.fc38, golang(github.com/google/cadvisor/container/docker) =
0.45.0-1.fc38, golang(github.com/google/cadvisor/container/docker/install) =
0.45.0-1.fc38, golang(github.com/google/cadvisor/container/raw) =
0.45.0-1.fc38, golang(github.com/google/cadvisor/container/systemd/install) =
0.45.0-1.fc38, golang(github.com/google/cadvisor/events) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/fs) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/info/v1) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/info/v2) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/machine) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/manager) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/metrics) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/storage) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/utils/cloudinfo/aws) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/utils/cloudinfo/azure) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/utils/cloudinfo/gce) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/utils/oomparser) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/utils/sysfs) = 0.45.0-1.fc38
golang-k8s-kubernetes-devel-1.22.0-2.fc36~bootstrap.noarch requires
golang(github.com/google/cadvisor/cache/memory) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/client/v2) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/container) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/container/common) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/container/containerd) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/container/containerd/install) =
0.45.0-1.fc38, golang(github.com/google/cadvisor/container/crio/install) =
0.45.0-1.fc38, golang(github.com/google/cadvisor/container/docker) =
0.45.0-1.fc38, golang(github.com/google/cadvisor/container/docker/install) =
0.45.0-1.fc38, golang(github.com/google/cadvisor/container/raw) =
0.45.0-1.fc38, golang(github.com/google/cadvisor/container/systemd/install) =
0.45.0-1.fc38, golang(github.com/google/cadvisor/events) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/fs) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/info/v1) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/info/v2) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/machine) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/manager) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/metrics) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/storage) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/utils/cloudinfo/aws) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/utils/cloudinfo/azure) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/utils/cloudinfo/gce) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/utils/oomparser) = 0.45.0-1.fc38,
golang(github.com/google/cadvisor/utils/sysfs) = 0.45.0-1.fc38
golang-github-beego (maintained by: eclipseo, go-sig)
golang-github-beego-2.0.2-2.fc36.src requires
golang(github.com/go-kit/kit/log) = 0.11.0-5.fc38~bootstrap,
golang(github.com/go-kit/kit/tracing/opentracing) = 0.11.0-5.fc38~bootstrap
golang-github-beego-devel-2.0.2-2.fc36.noarch requires
golang(github.com/go-kit/kit/log) = 0.11.0-5.fc38~bootstrap,
golang(github.com/go-kit/kit/tracing/opentracing) = 0.11.0-5.fc38~bootstrap
golang-github-grpc-ecosystem-middleware (maintained by: eclipseo, go-sig)
golang-github-grpc-ecosystem-middleware-1.3.0-5.fc38.src requires
golang(github.com/go-kit/kit/log) = 0.11.0-5.fc38~bootstrap,
golang(github.com/go-kit/kit/log/level) = 0.11.0-5.fc38~bootstrap
golang-github-grpc-ecosystem-middleware-devel-1.3.0-5.fc38.noarch requires
golang(github.com/go-kit/kit/log) = 0.11.0-5.fc38~bootstrap,
golang(github.com/go-kit/kit/log/level) = 0.11.0-5.fc38~bootstrap
golang-github-oklog (maintained by: eclipseo, go-sig)
golang-github-oklog-0.3.2-14.20190701gitca7cdf5.fc38.src requires
golang(github.com/go-kit/kit/log) = 0.11.0-5.fc38~bootstrap,
golang(github.com/go-kit/kit/log/level) = 0.11.0-5.fc38~bootstrap
golang-github-oklog-devel-0.3.2-14.20190701gitca7cdf5.fc38.noarch requires
golang(github.com/go-kit/kit/log) = 0.11.0-5.fc38~bootstrap,
golang(github.com/go-kit/kit/log/level) = 0.11.0-5.fc38~bootstrap
golang-github-prometheus-alertmanager (maintained by: eclipseo, go-sig)
golang-github-prometheus-alertmanager-0.23.0-9.fc37.src requires
golang(github.com/go-kit/kit/log) = 0.11.0-5.fc38~bootstrap,
golang(github.com/go-kit/kit/log/level) = 0.11.0-5.fc38~bootstrap
golang-github-prometheus-exporter-toolkit (maintained by: eclipseo, go-sig)
golang-github-prometheus-exporter-toolkit-0.6.1-5.fc38.src requires
golang(github.com/go-kit/kit/log) = 0.11.0-5.fc38~bootstrap,
golang(github.com/go-kit/kit/log/level) = 0.11.0-5.fc38~bootstrap
golang-github-prometheus-tsdb (maintained by: eclipseo, go-sig)
golang-github-prometheus-tsdb-0.10.0-11.fc38.src requires
golang(github.com/go-kit/kit/log) = 0.11.0-5.fc38~bootstrap,
golang(github.com/go-kit/kit/log/level) = 0.11.0-5.fc38~bootstrap
golang-github-prometheus-tsdb-devel-0.10.0-11.fc38.noarch requires
golang(github.com/go-kit/kit/log) = 0.11.0-5.fc38~bootstrap,
golang(github.com/go-kit/kit/log/level) = 0.11.0-5.fc38~bootstrap
golang-github-simonpasquier-klog-gokit (maintained by: eclipseo, go-sig)
golang-github-simonpasquier-klog-gokit-2.0.1-6.fc38.src requires
golang(github.com/go-kit/kit/log) = 0.11.0-5.fc38~bootstrap,
golang(github.com/go-kit/kit/log/level) = 0.11.0-5.fc38~bootstrap
golang-github-simonpasquier-klog-gokit-devel-2.0.1-6.fc38.noarch requires
golang(github.com/go-kit/kit/log) = 0.11.0-5.fc38~bootstrap,
golang(github.com/go-kit/kit/log/level) = 0.11.0-5.fc38~bootstrap
golang-opentelemetry-contrib (maintained by: eclipseo, go-sig)
golang-opentelemetry-contrib-1.10.0-3.fc38.src requires
golang(github.com/go-kit/kit/endpoint) = 0.11.0-5.fc38~bootstrap,
golang(github.com/go-kit/kit/sd/lb) = 0.11.0-5.fc38~bootstrap
golang-opentelemetry-contrib-devel-1.10.0-3.fc38.noarch requires
golang(github.com/go-kit/kit/endpoint) = 0.11.0-5.fc38~bootstrap,
golang(github.com/go-kit/kit/sd/lb) = 0.11.0-5.fc38~bootstrap
golang-opentelemetry-contrib-0.20 (maintained by: eclipseo, go-sig)
golang-opentelemetry-contrib-0.20-0.20.0-6.fc38.src requires
golang(github.com/go-kit/kit/endpoint) = 0.11.0-5.fc38~bootstrap,
golang(github.com/go-kit/kit/sd/lb) = 0.11.0-5.fc38~bootstrap
golang-opentelemetry-contrib-0.20-devel-0.20.0-6.fc38.noarch requires
golang(github.com/go-kit/kit/endpoint) = 0.11.0-5.fc38~bootstrap,
golang(github.com/go-kit/kit/sd/lb) = 0.11.0-5.fc38~bootstrap
golang-x-exp (maintained by: eclipseo, go-sig)
golang-x-exp-0-0.46.20220330git053ad81.fc38.src requires
golang(github.com/go-kit/kit/log) = 0.11.0-5.fc38~bootstrap
golang-x-exp-devel-0-0.46.20220330git053ad81.fc38.noarch requires
golang(github.com/go-kit/kit/log) = 0.11.0-5.fc38~bootstrap
golang-github-prometheus (maintained by: eclipseo, go-sig)
golang-github-prometheus-2.32.1-9.fc38.src requires
golang(github.com/uber/jaeger-lib/metrics/prometheus) = 2.4.1-4.fc38
golang-github-prometheus-devel-2.32.1-9.fc38.noarch requires
golang(github.com/uber/jaeger-lib/metrics/prometheus) = 2.4.1-4.fc38
golang-github-uber-jaeger-client (maintained by: eclipseo, go-sig)
golang-github-uber-jaeger-client-2.30.0-5.fc38.src requires
golang(github.com/uber/jaeger-lib/metrics) = 2.4.1-4.fc38
golang-github-uber-jaeger-client-devel-2.30.0-5.fc38.noarch requires
golang(github.com/uber/jaeger-lib/metrics) = 2.4.1-4.fc38
golang-gopkg-olivere-elastic-5 (maintained by: fab, go-sig)
golang-gopkg-olivere-elastic-5-5.0.86-6.fc37.src requires
golang(github.com/uber/jaeger-lib/metrics/expvar) = 2.4.1-4.fc38
golang-github-yvasiyarov-gorelic (maintained by: eclipseo, go-sig)
golang-github-yvasiyarov-gorelic-0.0.7-5.fc37.src requires
golang(github.com/yvasiyarov/go-metrics) = 0-0.16.20190626gitc25f46c.fc36
golang-github-yvasiyarov-gorelic-devel-0.0.7-5.fc37.noarch requires
golang(github.com/yvasiyarov/go-metrics) = 0-0.16.20190626gitc25f46c.fc36
containerd (maintained by: copperi, eclipseo, go-sig, gotmax23)
containerd-1.6.14-2.fc38.src requires
golang(github.com/grpc-ecosystem/go-grpc-middleware) = 1.3.0-5.fc38
containerd-devel-1.6.14-2.fc38.noarch requires
golang(github.com/grpc-ecosystem/go-grpc-middleware) = 1.3.0-5.fc38
etcd (maintained by: cypret, go-sig, gscrivano, jchaloup, lsm5, walters)
etcd-3.5.5-2.fc38.src requires
golang(github.com/grpc-ecosystem/go-grpc-middleware) = 1.3.0-5.fc38,
golang(github.com/grpc-ecosystem/go-grpc-middleware/logging/settable) =
1.3.0-5.fc38
golang-etcd-devel-3.5.5-2.fc38.noarch requires
golang(github.com/grpc-ecosystem/go-grpc-middleware) = 1.3.0-5.fc38,
golang(github.com/grpc-ecosystem/go-grpc-middleware/logging/settable) =
1.3.0-5.fc38
golang-github-google-trillian (maintained by: eclipseo, go-sig)
golang-github-google-trillian-1.4.0-2.fc36.src requires
golang(github.com/grpc-ecosystem/go-grpc-middleware) = 1.3.0-5.fc38
golang-github-google-trillian-devel-1.4.0-2.fc36.noarch requires
golang(github.com/grpc-ecosystem/go-grpc-middleware) = 1.3.0-5.fc38
golang-github-moby-buildkit (maintained by: eclipseo, go-sig)
golang-github-moby-buildkit-0.10.5-1.fc38.src requires
golang(github.com/grpc-ecosystem/go-grpc-middleware) = 1.3.0-5.fc38
golang-github-moby-buildkit-devel-0.10.5-1.fc38.noarch requires
golang(github.com/grpc-ecosystem/go-grpc-middleware) = 1.3.0-5.fc38
golang-vitess (maintained by: eclipseo, go-sig)
golang-vitess-11.0.1-1.fc36.src requires
golang(github.com/grpc-ecosystem/go-grpc-middleware) = 1.3.0-5.fc38,
golang(github.com/grpc-ecosystem/go-grpc-middleware/recovery) = 1.3.0-5.fc38,
golang(github.com/grpc-ecosystem/go-grpc-middleware/tracing/opentracing) =
1.3.0-5.fc38
golang-vitess-devel-11.0.1-1.fc36.noarch requires
golang(github.com/grpc-ecosystem/go-grpc-middleware) = 1.3.0-5.fc38,
golang(github.com/grpc-ecosystem/go-grpc-middleware/recovery) = 1.3.0-5.fc38,
golang(github.com/grpc-ecosystem/go-grpc-middleware/tracing/opentracing) =
1.3.0-5.fc38
Too many dependencies for golang-github-influxdata-influxdb1-client, not all
listed here
Depending on: golang-github-jung-kurt-gofpdf (21), status change: 2020-10-05
(118 weeks ago)
golang-github-ajstarks-deck (maintained by: eclipseo, go-sig)
golang-github-ajstarks-deck-0-0.14.20210114git30c9fc6.fc37.src requires
golang(github.com/ajstarks/svgo) = 0-0.16.20210108git7a3c8b5.fc37,
golang(github.com/ajstarks/svgo/float) = 0-0.16.20210108git7a3c8b5.fc37,
golang(github.com/jung-kurt/gofpdf) = 2.17.2-3.fc35
golang-github-ruudk-pdf417 (maintained by: eclipseo, go-sig)
golang-github-ruudk-pdf417-0-0.5.20201224git1af4ab5.fc37.src requires
golang(github.com/jung-kurt/gofpdf) = 2.17.2-3.fc35
golang-github-ajstarks-svgo (maintained by: eclipseo, go-sig, jchaloup)
golang-github-ajstarks-svgo-0-0.16.20210108git7a3c8b5.fc37.src requires
golang(github.com/ajstarks/deck/generate) = 0-0.14.20210114git30c9fc6.fc37
golang-github-ajstarks-svgo-personal-devel-0-0.16.20210108git7a3c8b5.fc37.noarch
requires golang(github.com/ajstarks/deck/generate) = 0-0.14.20210114git30c9fc6.fc37
golang-github-phpdave11-gofpdf (maintained by: eclipseo, go-sig)
golang-github-phpdave11-gofpdf-1.4.2-7.fc37.src requires
golang(github.com/ruudk/golang-pdf417) = 0-0.5.20201224git1af4ab5.fc37
golang-github-phpdave11-gofpdf-devel-1.4.2-7.fc37.noarch requires
golang(github.com/ruudk/golang-pdf417) = 0-0.5.20201224git1af4ab5.fc37
golang-github-aclements-gg (maintained by: eclipseo, go-sig, jchaloup)
golang-github-aclements-gg-0-0.13.20180422gitabd1f79.fc38.src requires
golang(github.com/ajstarks/svgo) = 0-0.16.20210108git7a3c8b5.fc37
golang-github-aclements-gg-devel-0-0.13.20180422gitabd1f79.fc38.noarch
requires golang(github.com/ajstarks/svgo) = 0-0.16.20210108git7a3c8b5.fc37
golang-gonum-1-plot (maintained by: eclipseo, go-sig)
golang-gonum-1-plot-0.8.1-4.20210125gita02d161.fc35.src requires
golang(github.com/ajstarks/svgo) = 0-0.16.20210108git7a3c8b5.fc37,
golang(github.com/go-latex/latex/drawtex) = 0-0.3.20201224git94de131.fc35,
golang(github.com/go-latex/latex/font/ttf) = 0-0.3.20201224git94de131.fc35,
golang(github.com/go-latex/latex/mtex) = 0-0.3.20201224git94de131.fc35,
golang(github.com/go-latex/latex/tex) = 0-0.3.20201224git94de131.fc35,
golang(github.com/phpdave11/gofpdf) = 1.4.2-7.fc37
golang-gonum-1-plot-devel-0.8.1-4.20210125gita02d161.fc35.noarch requires
golang(github.com/ajstarks/svgo) = 0-0.16.20210108git7a3c8b5.fc37,
golang(github.com/go-latex/latex/drawtex) = 0-0.3.20201224git94de131.fc35,
golang(github.com/go-latex/latex/font/ttf) = 0-0.3.20201224git94de131.fc35,
golang(github.com/go-latex/latex/mtex) = 0-0.3.20201224git94de131.fc35,
golang(github.com/go-latex/latex/tex) = 0-0.3.20201224git94de131.fc35,
golang(github.com/phpdave11/gofpdf) = 1.4.2-7.fc37
golang-github-latex (maintained by: eclipseo, go-sig)
golang-github-latex-0-0.3.20201224git94de131.fc35.src requires
golang(github.com/phpdave11/gofpdf) = 1.4.2-7.fc37
golang-github-latex-devel-0-0.3.20201224git94de131.fc35.noarch requires
golang(github.com/phpdave11/gofpdf) = 1.4.2-7.fc37
golang-x-perf (maintained by: eclipseo, go-sig, jchaloup)
golang-x-perf-0-0.18.20210123gitbdcc622.fc38.src requires
golang(github.com/aclements/go-gg/generic/slice) =
0-0.13.20180422gitabd1f79.fc38, golang(github.com/aclements/go-gg/ggstat) =
0-0.13.20180422gitabd1f79.fc38, golang(github.com/aclements/go-gg/table) =
0-0.13.20180422gitabd1f79.fc38
golang-x-perf-devel-0-0.18.20210123gitbdcc622.fc38.noarch requires
golang(github.com/aclements/go-gg/generic/slice) =
0-0.13.20180422gitabd1f79.fc38, golang(github.com/aclements/go-gg/ggstat) =
0-0.13.20180422gitabd1f79.fc38, golang(github.com/aclements/go-gg/table) =
0-0.13.20180422gitabd1f79.fc38
golang-github-cryptix-wav (maintained by: deepinde-sig, go-sig, zsun)
golang-github-cryptix-wav-0-0.12.20181114git8bdace6.fc37.src requires
golang(gonum.org/v1/plot) = 0.8.1-4.20210125gita02d161.fc35,
golang(gonum.org/v1/plot/plotter) = 0.8.1-4.20210125gita02d161.fc35,
golang(gonum.org/v1/plot/plotutil) = 0.8.1-4.20210125gita02d161.fc35,
golang(gonum.org/v1/plot/vg) = 0.8.1-4.20210125gita02d161.fc35
deepin-api (maintained by: cheeselee, deepinde-sig, felixonmars, go-sig, zsun)
deepin-api-5.5.25-1.fc38.src requires golang(github.com/cryptix/wav) =
0-0.12.20181114git8bdace6.fc37, golang(github.com/linuxdeepin/go-lib) =
5.8.9.2-2.fc37
golang-deepin-api-devel-5.5.25-1.fc38.noarch requires
golang(github.com/linuxdeepin/go-lib) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/calendar) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/calendar/lunar) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/calendar/util) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/dbusutil) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/encoding/kv) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/gdkpixbuf) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/graphic) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/imgutil) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/keyfile) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/locale) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/log) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/mime) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/pinyin) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/sound_effect) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/strv) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/users/passwd) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/utils) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/xdg/basedir) = 5.8.9.2-2.fc37
deepin-daemon (maintained by: cheeselee, deepinde-sig, go-sig, zsun)
deepin-daemon-5.14.44-2.fc38.src requires golang(github.com/cryptix/wav) =
0-0.12.20181114git8bdace6.fc37, golang(github.com/linuxdeepin/dde-api/dxinput)
= 5.5.25-1.fc38
golang-deepin-go-lib (maintained by: cheeselee, deepinde-sig, felixonmars,
go-sig, zsun)
golang-deepin-go-lib-5.8.9.2-2.fc37.src requires
golang(github.com/cryptix/wav) = 0-0.12.20181114git8bdace6.fc37
golang-deepin-go-lib-devel-5.8.9.2-2.fc37.noarch requires
golang(github.com/cryptix/wav) = 0-0.12.20181114git8bdace6.fc37
deepin-control-center (maintained by: cheeselee, deepinde-sig, zsun)
deepin-control-center-5.5.77-1.fc38.i686 requires deepin-api = 5.5.25-1.fc38,
deepin-daemon = 5.14.44-2.fc38
deepin-control-center-5.5.77-1.fc38.x86_64 requires deepin-api =
5.5.25-1.fc38, deepin-daemon = 5.14.44-2.fc38
deepin-wallpapers (maintained by: cheeselee, deepinde-sig, felixonmars, zsun)
deepin-wallpapers-1.7.7-11.fc38.src requires deepin-api = 5.5.25-1.fc38
startdde (maintained by: cheeselee, deepinde-sig, go-sig, zsun)
startdde-5.9.32-1.fc38.src requires
golang(github.com/linuxdeepin/dde-api/dxinput) = 5.5.25-1.fc38,
golang(github.com/linuxdeepin/go-lib) = 5.8.9.2-2.fc37
startdde-5.9.32-1.fc38.x86_64 requires deepin-daemon = 5.14.44-2.fc38
deepin-calendar (maintained by: cheeselee, deepinde-sig, felixonmars, zsun)
deepin-calendar-5.9.1-2.fc37.x86_64 requires deepin-daemon(x86-64) =
5.14.44-2.fc38
deepin-launcher (maintained by: cheeselee, deepinde-sig, zsun)
deepin-launcher-5.5.19.1-1.fc38.x86_64 requires deepin-daemon = 5.14.44-2.fc38
deepin-session-ui (maintained by: cheeselee, deepinde-sig, felixonmars, zsun)
deepin-session-ui-5.5.23-1.fc38.x86_64 requires deepin-daemon = 5.14.44-2.fc38
deepin-desktop-schemas (maintained by: cheeselee, deepinde-sig, felixonmars,
go-sig, zsun)
deepin-desktop-schemas-5.10.6-1.fc38.src requires
golang(github.com/linuxdeepin/go-lib/keyfile) = 5.8.9.2-2.fc37
deepin-pw-check (maintained by: cheeselee, deepinde-sig, go-sig)
deepin-pw-check-5.1.8-3.fc37.src requires
golang(github.com/linuxdeepin/go-lib/dbusutil) = 5.8.9.2-2.fc37
golang-github-linuxdeepin-dbus-factory (maintained by: cheeselee,
deepinde-sig, go-sig, zsun)
golang-github-linuxdeepin-dbus-factory-1.10.20-2.fc37.src requires
golang(github.com/linuxdeepin/go-lib/dbusutil) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/dbusutil/proxy) = 5.8.9.2-2.fc37
golang-github-linuxdeepin-dbus-factory-devel-1.10.20-2.fc37.noarch requires
golang(github.com/linuxdeepin/go-lib/dbusutil) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/dbusutil/proxy) = 5.8.9.2-2.fc37
Too many dependencies for golang-github-jung-kurt-gofpdf, not all listed here
Depending on: golang-github-latex (19), status change: 2021-01-08 (104 weeks ago)
golang-gonum-1-plot (maintained by: eclipseo, go-sig)
golang-gonum-1-plot-0.8.1-4.20210125gita02d161.fc35.src requires
golang(github.com/go-latex/latex/drawtex) = 0-0.3.20201224git94de131.fc35,
golang(github.com/go-latex/latex/font/ttf) = 0-0.3.20201224git94de131.fc35,
golang(github.com/go-latex/latex/mtex) = 0-0.3.20201224git94de131.fc35,
golang(github.com/go-latex/latex/tex) = 0-0.3.20201224git94de131.fc35
golang-gonum-1-plot-devel-0.8.1-4.20210125gita02d161.fc35.noarch requires
golang(github.com/go-latex/latex/drawtex) = 0-0.3.20201224git94de131.fc35,
golang(github.com/go-latex/latex/font/ttf) = 0-0.3.20201224git94de131.fc35,
golang(github.com/go-latex/latex/mtex) = 0-0.3.20201224git94de131.fc35,
golang(github.com/go-latex/latex/tex) = 0-0.3.20201224git94de131.fc35
golang-github-cryptix-wav (maintained by: deepinde-sig, go-sig, zsun)
golang-github-cryptix-wav-0-0.12.20181114git8bdace6.fc37.src requires
golang(gonum.org/v1/plot) = 0.8.1-4.20210125gita02d161.fc35,
golang(gonum.org/v1/plot/plotter) = 0.8.1-4.20210125gita02d161.fc35,
golang(gonum.org/v1/plot/plotutil) = 0.8.1-4.20210125gita02d161.fc35,
golang(gonum.org/v1/plot/vg) = 0.8.1-4.20210125gita02d161.fc35
deepin-api (maintained by: cheeselee, deepinde-sig, felixonmars, go-sig, zsun)
deepin-api-5.5.25-1.fc38.src requires golang(github.com/cryptix/wav) =
0-0.12.20181114git8bdace6.fc37,
golang(github.com/linuxdeepin/go-dbus-factory/org.bluez) = 1.10.20-2.fc37,
golang(github.com/linuxdeepin/go-lib) = 5.8.9.2-2.fc37
golang-deepin-api-devel-5.5.25-1.fc38.noarch requires
golang(github.com/linuxdeepin/go-dbus-factory/com.deepin.sessionmanager) =
1.10.20-2.fc37, golang(github.com/linuxdeepin/go-dbus-factory/com.deepin.wm) =
1.10.20-2.fc37,
golang(github.com/linuxdeepin/go-dbus-factory/org.freedesktop.policykit1) =
1.10.20-2.fc37, golang(github.com/linuxdeepin/go-dbus-factory/org.kde.kwin) =
1.10.20-2.fc37, golang(github.com/linuxdeepin/go-lib) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/calendar) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/calendar/lunar) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/calendar/util) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/dbusutil) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/encoding/kv) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/gdkpixbuf) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/graphic) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/imgutil) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/keyfile) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/locale) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/log) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/mime) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/pinyin) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/sound_effect) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/strv) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/users/passwd) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/utils) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/xdg/basedir) = 5.8.9.2-2.fc37
deepin-daemon (maintained by: cheeselee, deepinde-sig, go-sig, zsun)
deepin-daemon-5.14.44-2.fc38.src requires golang(github.com/cryptix/wav) =
0-0.12.20181114git8bdace6.fc37, golang(github.com/linuxdeepin/dde-api/dxinput)
= 5.5.25-1.fc38, golang(github.com/linuxdeepin/go-dbus-factory/org.bluez) =
1.10.20-2.fc37
deepin-daemon-5.14.44-2.fc38.x86_64 requires deepin-desktop-schemas =
5.10.6-1.fc38, deepin-session-ui = 5.5.23-1.fc38
golang-deepin-go-lib (maintained by: cheeselee, deepinde-sig, felixonmars,
go-sig, zsun)
golang-deepin-go-lib-5.8.9.2-2.fc37.src requires
golang(github.com/cryptix/wav) = 0-0.12.20181114git8bdace6.fc37
golang-deepin-go-lib-devel-5.8.9.2-2.fc37.noarch requires
golang(github.com/cryptix/wav) = 0-0.12.20181114git8bdace6.fc37
deepin-control-center (maintained by: cheeselee, deepinde-sig, zsun)
deepin-control-center-5.5.77-1.fc38.i686 requires deepin-api = 5.5.25-1.fc38,
deepin-daemon = 5.14.44-2.fc38, libdeepin_pw_check.so.1, startdde = 5.9.32-1.fc38
deepin-control-center-5.5.77-1.fc38.x86_64 requires deepin-api =
5.5.25-1.fc38, deepin-daemon = 5.14.44-2.fc38,
libdeepin_pw_check.so.1()(64bit), startdde = 5.9.32-1.fc38
deepin-control-center-5.5.77-1.fc38.src requires deepin-dock-devel =
5.5.38.1-1.fc38, deepin-pw-check-devel = 5.1.8-3.fc37
deepin-wallpapers (maintained by: cheeselee, deepinde-sig, felixonmars, zsun)
deepin-wallpapers-1.7.7-11.fc38.src requires deepin-api = 5.5.25-1.fc38
startdde (maintained by: cheeselee, deepinde-sig, go-sig, zsun)
startdde-5.9.32-1.fc38.src requires
golang(github.com/linuxdeepin/dde-api/dxinput) = 5.5.25-1.fc38,
golang(github.com/linuxdeepin/go-lib) = 5.8.9.2-2.fc37
startdde-5.9.32-1.fc38.x86_64 requires deepin-daemon = 5.14.44-2.fc38,
deepin-desktop-schemas = 5.10.6-1.fc38
deepin-calendar (maintained by: cheeselee, deepinde-sig, felixonmars, zsun)
deepin-calendar-5.9.1-2.fc37.x86_64 requires deepin-daemon(x86-64) =
5.14.44-2.fc38
deepin-launcher (maintained by: cheeselee, deepinde-sig, zsun)
deepin-launcher-5.5.19.1-1.fc38.x86_64 requires deepin-daemon =
5.14.44-2.fc38, startdde = 5.9.32-1.fc38
deepin-session-ui (maintained by: cheeselee, deepinde-sig, felixonmars, zsun)
deepin-session-ui-5.5.23-1.fc38.x86_64 requires deepin-daemon =
5.14.44-2.fc38, startdde = 5.9.32-1.fc38
deepin-session-ui-5.5.23-1.fc38.src requires pkgconfig(dde-dock) = 1.0
deepin-desktop-schemas (maintained by: cheeselee, deepinde-sig, felixonmars,
go-sig, zsun)
deepin-desktop-schemas-5.10.6-1.fc38.src requires
golang(github.com/linuxdeepin/go-lib/keyfile) = 5.8.9.2-2.fc37
deepin-pw-check (maintained by: cheeselee, deepinde-sig, go-sig)
deepin-pw-check-5.1.8-3.fc37.src requires
golang(github.com/linuxdeepin/go-dbus-factory/org.freedesktop.policykit1) =
1.10.20-2.fc37, golang(github.com/linuxdeepin/go-lib/dbusutil) = 5.8.9.2-2.fc37
golang-github-linuxdeepin-dbus-factory (maintained by: cheeselee,
deepinde-sig, go-sig, zsun)
golang-github-linuxdeepin-dbus-factory-1.10.20-2.fc37.src requires
golang(github.com/linuxdeepin/go-lib/dbusutil) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/dbusutil/proxy) = 5.8.9.2-2.fc37
golang-github-linuxdeepin-dbus-factory-devel-1.10.20-2.fc37.noarch requires
golang(github.com/linuxdeepin/go-lib/dbusutil) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/dbusutil/proxy) = 5.8.9.2-2.fc37
deepin-file-manager (maintained by: cheeselee, deepinde-sig, zsun)
deepin-desktop-5.6.4-5.fc38.x86_64 requires deepin-control-center =
5.5.77-1.fc38, deepin-dock = 5.5.38.1-1.fc38, deepin-launcher =
5.5.19.1-1.fc38, deepin-session-ui = 5.5.23-1.fc38
deepin-file-manager-5.6.4-5.fc38.src requires deepin-dock-devel = 5.5.38.1-1.fc38
deepin-dock (maintained by: cheeselee, deepinde-sig, felixonmars, zsun)
deepin-dock-5.5.38.1-1.fc38.i686 requires libdccwidgets.so
deepin-dock-5.5.38.1-1.fc38.src requires deepin-control-center-devel =
5.5.77-1.fc38
deepin-dock-5.5.38.1-1.fc38.x86_64 requires libdccwidgets.so()(64bit)
deepin-draw (maintained by: cheeselee, deepinde-sig, zsun)
deepin-draw-5.10.6-1.fc38.x86_64 requires deepin-notifications = 5.5.23-1.fc38
deepin-editor (maintained by: cheeselee, deepinde-sig, zsun)
deepin-editor-5.10.18-5.fc38.x86_64 requires deepin-notifications = 5.5.23-1.fc38
deepin-system-monitor (maintained by: cheeselee, deepinde-sig, zsun)
deepin-system-monitor-5.9.17-2.fc38.src requires deepin-dock-devel =
5.5.38.1-1.fc38
Depending on: golang-github-maruel-panicparse (1), status change: 2020-10-05
(118 weeks ago)
golang-github-cockroachdb-cockroach (maintained by: go-sig, orphan)
golang-github-cockroachdb-cockroach-20.2.3-7.fc38.src requires
golang(github.com/maruel/panicparse/stack) = 1.6.0-3.fc35
golang-github-cockroachdb-cockroach-devel-20.2.3-7.fc38.noarch requires
golang(github.com/maruel/panicparse/stack) = 1.6.0-3.fc35
Depending on: golang-github-maruel-panicparse-2 (2), status change: 2021-01-08
(104 weeks ago)
golang-github-maruel-panicparse (maintained by: eclipseo, go-sig)
golang-github-maruel-panicparse-1.6.0-3.fc35.src requires
golang(github.com/maruel/panicparse/v2/stack) = 2.1.1-3.fc35
golang-github-cockroachdb-cockroach (maintained by: go-sig, orphan)
golang-github-cockroachdb-cockroach-20.2.3-7.fc38.src requires
golang(github.com/maruel/panicparse/stack) = 1.6.0-3.fc35
golang-github-cockroachdb-cockroach-devel-20.2.3-7.fc38.noarch requires
golang(github.com/maruel/panicparse/stack) = 1.6.0-3.fc35
Depending on: golang-github-mholt-certmagic-0.8 (3), status change: 2020-10-05
(118 weeks ago)
golang-github-caddyserver-caddy-1 (maintained by: eclipseo, go-sig)
golang-github-caddyserver-caddy-1-1.0.4-8.fc36.src requires
golang(github.com/mholt/certmagic-0.8) = 0.8.3-4.fc35
golang-github-caddyserver-caddy-1-devel-1.0.4-8.fc36.noarch requires
golang(github.com/mholt/certmagic-0.8) = 0.8.3-4.fc35
golang-github-coredns-corefile-migration (maintained by: eclipseo, go-sig)
golang-github-coredns-corefile-migration-1.0.11-6.fc37.src requires
golang(github.com/caddyserver/caddy-1/caddyfile) = 1.0.4-8.fc36
golang-github-coredns-corefile-migration-devel-1.0.11-6.fc37.noarch requires
golang(github.com/caddyserver/caddy-1/caddyfile) = 1.0.4-8.fc36
golang-k8s-kubernetes (maintained by: eclipseo, go-sig)
golang-k8s-kubernetes-1.22.0-2.fc36~bootstrap.src requires
golang(github.com/coredns/corefile-migration/migration) = 1.0.11-6.fc37
golang-k8s-kubernetes-devel-1.22.0-2.fc36~bootstrap.noarch requires
golang(github.com/coredns/corefile-migration/migration) = 1.0.11-6.fc37
Depending on: golang-github-ncw-swift-2 (3), status change: 2021-05-23 (85
weeks ago)
rclone (maintained by: eclipseo, go-sig)
golang-github-rclone-devel-1.60.1-1.fc38.noarch requires
golang(github.com/ncw/swift/v2) = 2.0.0-2.fc35
rclone-1.60.1-1.fc38.src requires golang(github.com/ncw/swift/v2) = 2.0.0-2.fc35
restic (maintained by: copart, go-sig)
restic-0.14.0-1.fc38.src requires golang(github.com/ncw/swift/v2) = 2.0.0-2.fc35
rclone-browser (maintained by: eclipseo)
rclone-browser-1.8.0-7.fc37.x86_64 requires rclone = 1.60.1-1.fc38
Depending on: golang-github-ugorji (23), status change: 2020-10-05 (118 weeks ago)
golang-github-gin-gonic (maintained by: eclipseo, go-sig)
golang-github-gin-gonic-1.6.3-3.fc35.src requires
golang(github.com/ugorji/go/codec) = 1.2.3-3.fc35
golang-github-gin-gonic-devel-1.6.3-3.fc35.noarch requires
golang(github.com/ugorji/go/codec) = 1.2.3-3.fc35
golang-github-hashicorp-msgpack (maintained by: eclipseo, go-sig)
golang-github-hashicorp-msgpack-1.1.5-5.fc37.src requires
golang(github.com/ugorji/go/codec) = 1.2.3-3.fc35
golang-github-hashicorp-net-rpc-msgpackrpc (maintained by: eclipseo, go-sig,
jchaloup)
golang-github-hashicorp-net-rpc-msgpackrpc-0-0.27.20210109git24913d7.fc37.src
requires golang(github.com/ugorji/go/codec) = 1.2.3-3.fc35
golang-github-hashicorp-net-rpc-msgpackrpc-devel-0-0.27.20210109git24913d7.fc37.noarch
requires golang(github.com/ugorji/go/codec) = 1.2.3-3.fc35
golang-github-ledisdb (maintained by: eclipseo, go-sig)
golang-github-ledisdb-0.6-7.20210112gitd35789e.fc37.src requires
golang(github.com/ugorji/go/codec) = 1.2.3-3.fc35
golang-github-ledisdb-devel-0.6-7.20210112gitd35789e.fc37.noarch requires
golang(github.com/ugorji/go/codec) = 1.2.3-3.fc35
golang-github-quay-clair-4 (maintained by: eclipseo, go-sig)
golang-github-quay-clair-4-4.1.5-4.fc36.src requires
golang(github.com/ugorji/go/codec) = 1.2.3-3.fc35
golang-github-quay-clair-4-devel-4.1.5-4.fc36.noarch requires
golang(github.com/ugorji/go/codec) = 1.2.3-3.fc35
golang-github-bugsnag (maintained by: eclipseo, go-sig)
golang-github-bugsnag-2.1.1-5.fc37.src requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-github-bugsnag-devel-2.1.1-5.fc37.noarch requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-github-cockroachdb-sentry (maintained by: eclipseo, go-sig)
golang-github-cockroachdb-sentry-0.6.1-3.fc35.src requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-github-cockroachdb-sentry-devel-0.6.1-3.fc35.noarch requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-github-getsentry-sentry (maintained by: eclipseo, go-sig)
golang-github-getsentry-sentry-0.13.0-1.fc37.src requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-github-getsentry-sentry-devel-0.13.0-1.fc37.noarch requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-github-gin-contrib-cors (maintained by: fab, go-sig)
golang-github-gin-contrib-cors-1.3.1-7.fc37.src requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-github-gin-contrib-cors-devel-1.3.1-7.fc37.noarch requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-github-gin-contrib-static (maintained by: fab, go-sig)
golang-github-gin-contrib-static-0.0.1-3.fc37.src requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-github-gin-contrib-static-devel-0.0.1-3.fc37.noarch requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-github-gin-gonic-autotls (maintained by: eclipseo, go-sig)
golang-github-gin-gonic-autotls-0.0.3-8.fc37.src requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-github-pact-foundation (maintained by: eclipseo, go-sig)
golang-github-pact-foundation-1.5.1-8.fc37.src requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-github-rs-cors (maintained by: eclipseo, go-sig)
golang-github-rs-cors-1.8.0-5.fc37.src requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-github-rs-cors-devel-1.8.0-5.fc37.noarch requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-github-thinkerou-favicon (maintained by: eclipseo, go-sig)
golang-github-thinkerou-favicon-0.1.0-8.fc37.src requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-github-thinkerou-favicon-devel-0.1.0-8.fc37.noarch requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-nhooyr-websocket (maintained by: eclipseo, go-sig)
golang-nhooyr-websocket-1.8.6-5.fc37.src requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-opentelemetry-contrib (maintained by: eclipseo, go-sig)
golang-opentelemetry-contrib-1.10.0-3.fc38.src requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-opentelemetry-contrib-devel-1.10.0-3.fc38.noarch requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-opentelemetry-contrib-0.20 (maintained by: eclipseo, go-sig)
golang-opentelemetry-contrib-0.20-0.20.0-6.fc38.src requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-opentelemetry-contrib-0.20-devel-0.20.0-6.fc38.noarch requires
golang(github.com/gin-gonic/gin) = 1.6.3-3.fc35
golang-github-hashicorp-memberlist (maintained by: eclipseo, go-sig, jchaloup)
golang-github-hashicorp-memberlist-0.4.0-3.fc38.src requires
golang(github.com/hashicorp/go-msgpack/codec) = 1.1.5-5.fc37
golang-github-hashicorp-memberlist-devel-0.4.0-3.fc38.noarch requires
golang(github.com/hashicorp/go-msgpack/codec) = 1.1.5-5.fc37
golang-github-hashicorp-raft (maintained by: eclipseo, go-sig, jchaloup)
golang-github-hashicorp-raft-1.2.0-5.fc37.src requires
golang(github.com/hashicorp/go-msgpack/codec) = 1.1.5-5.fc37
golang-github-hashicorp-raft-devel-1.2.0-5.fc37.noarch requires
golang(github.com/hashicorp/go-msgpack/codec) = 1.1.5-5.fc37
golang-github-hashicorp-raft-boltdb (maintained by: eclipseo, go-sig, jchaloup)
golang-github-hashicorp-raft-boltdb-0-0.25.20200727git4207f1b.fc38.src
requires golang(github.com/hashicorp/go-msgpack/codec) = 1.1.5-5.fc37
golang-github-hashicorp-raft-boltdb-devel-0-0.25.20200727git4207f1b.fc38.noarch
requires golang(github.com/hashicorp/go-msgpack/codec) = 1.1.5-5.fc37
golang-github-hashicorp-raft-mdb (maintained by: eclipseo, go-sig, jchaloup)
golang-github-hashicorp-raft-mdb-0-0.25.20190528git9ee9663.fc38.src requires
golang(github.com/hashicorp/go-msgpack/codec) = 1.1.5-5.fc37
golang-github-hashicorp-raft-mdb-devel-0-0.25.20190528git9ee9663.fc38.noarch
requires golang(github.com/hashicorp/go-msgpack/codec) = 1.1.5-5.fc37
golang-github-hashicorp-serf (maintained by: eclipseo, go-sig, jchaloup)
golang-github-hashicorp-serf-0.10.0-2.fc38.src requires
golang(github.com/hashicorp/go-msgpack/codec) = 1.1.5-5.fc37
golang-github-hashicorp-serf-devel-0.10.0-2.fc38.noarch requires
golang(github.com/hashicorp/go-msgpack/codec) = 1.1.5-5.fc37
golang-github-nats-io-streaming-server (maintained by: eclipseo, go-sig)
golang-github-nats-io-streaming-server-0.20.0-8.fc38.src requires
golang(github.com/hashicorp/go-msgpack/codec) = 1.1.5-5.fc37
golang-github-nats-io-streaming-server-devel-0.20.0-8.fc38.noarch requires
golang(github.com/hashicorp/go-msgpack/codec) = 1.1.5-5.fc37
Too many dependencies for golang-github-ugorji, not all listed here
Depending on: golang-github-viant-toolbox (12), status change: 2020-10-05 (118
weeks ago)
golang-github-francoispqt-gojay (maintained by: eclipseo, go-sig)
golang-github-francoispqt-gojay-1.2.13-10.fc38.src requires
golang(github.com/viant/toolbox) = 0.33.2-3.fc35,
golang(github.com/viant/toolbox/url) = 0.33.2-3.fc35
golang-github-francoispqt-gojay-devel-1.2.13-10.fc38.noarch requires
golang(github.com/viant/toolbox) = 0.33.2-3.fc35,
golang(github.com/viant/toolbox/url) = 0.33.2-3.fc35
golang-github-viant-afs (maintained by: eclipseo, go-sig)
golang-github-viant-afs-1.6.0-4.fc36.src requires
golang(github.com/viant/toolbox) = 0.33.2-3.fc35
golang-github-viant-assertly (maintained by: eclipseo, go-sig)
golang-github-viant-assertly-0.9.0-6.fc38.src requires
golang(github.com/viant/toolbox) = 0.33.2-3.fc35,
golang(github.com/viant/toolbox/data) = 0.33.2-3.fc35
golang-github-viant-assertly-devel-0.9.0-6.fc38.noarch requires
golang(github.com/viant/toolbox) = 0.33.2-3.fc35,
golang(github.com/viant/toolbox/data) = 0.33.2-3.fc35
golang-github-goccy-json (maintained by: eclipseo, go-sig)
golang-github-goccy-json-0.9.4-3.fc38.src requires
golang(github.com/francoispqt/gojay) = 1.2.13-10.fc38
golang-github-goccy-json-devel-0.9.4-3.fc38.noarch requires
golang(github.com/francoispqt/gojay) = 1.2.13-10.fc38
golang-github-lucas-clemente-quic (maintained by: eclipseo, go-sig)
golang-github-lucas-clemente-quic-0.28.1-3.fc38.src requires
golang(github.com/francoispqt/gojay) = 1.2.13-10.fc38
golang-github-lucas-clemente-quic-devel-0.28.1-3.fc38.noarch requires
golang(github.com/francoispqt/gojay) = 1.2.13-10.fc38
golang-github-caddyserver-caddy-1 (maintained by: eclipseo, go-sig)
golang-github-caddyserver-caddy-1-1.0.4-8.fc36.src requires
golang(github.com/lucas-clemente/quic-go) = 0.28.1-3.fc38,
golang(github.com/lucas-clemente/quic-go/http3) = 0.28.1-3.fc38
golang-github-caddyserver-caddy-1-devel-1.0.4-8.fc36.noarch requires
golang(github.com/lucas-clemente/quic-go) = 0.28.1-3.fc38,
golang(github.com/lucas-clemente/quic-go/http3) = 0.28.1-3.fc38
golang-storj-common (maintained by: eclipseo, go-sig)
golang-storj-common-0-0.8.20220717gite2f0836.fc37.src requires
golang(github.com/lucas-clemente/quic-go) = 0.28.1-3.fc38
golang-storj-common-devel-0-0.8.20220717gite2f0836.fc37.noarch requires
golang(github.com/lucas-clemente/quic-go) = 0.28.1-3.fc38
golang-github-coredns-corefile-migration (maintained by: eclipseo, go-sig)
golang-github-coredns-corefile-migration-1.0.11-6.fc37.src requires
golang(github.com/caddyserver/caddy-1/caddyfile) = 1.0.4-8.fc36
golang-github-coredns-corefile-migration-devel-1.0.11-6.fc37.noarch requires
golang(github.com/caddyserver/caddy-1/caddyfile) = 1.0.4-8.fc36
golang-storj-uplink (maintained by: eclipseo, go-sig)
golang-storj-uplink-1.9.0-1.fc38.src requires golang(storj.io/common/base58)
= 0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/context2) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/encryption) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/errs2) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/fpath) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/grant) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/identity) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/macaroon) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/memory) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/paths) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/pb) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/peertls/tlsopts) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/pkcrypto) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/ranger) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/readcloser) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/rpc) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/rpc/rpcpool) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/rpc/rpcstatus) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/signing) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/socket) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/storj) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/sync2) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/telemetry) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/testrand) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/useragent) =
0-0.8.20220717gite2f0836.fc37, golang(storj.io/common/version) =
0-0.8.20220717gite2f0836.fc37
golang-storj-uplink-devel-1.9.0-1.fc38.noarch requires
golang(storj.io/common/base58) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/context2) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/encryption) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/errs2) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/fpath) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/grant) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/identity) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/macaroon) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/memory) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/paths) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/pb) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/peertls/tlsopts) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/pkcrypto) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/ranger) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/readcloser) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/rpc) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/rpc/rpcpool) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/rpc/rpcstatus) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/signing) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/socket) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/storj) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/sync2) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/telemetry) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/useragent) = 0-0.8.20220717gite2f0836.fc37,
golang(storj.io/common/version) = 0-0.8.20220717gite2f0836.fc37
golang-k8s-kubernetes (maintained by: eclipseo, go-sig)
golang-k8s-kubernetes-1.22.0-2.fc36~bootstrap.src requires
golang(github.com/coredns/corefile-migration/migration) = 1.0.11-6.fc37
golang-k8s-kubernetes-devel-1.22.0-2.fc36~bootstrap.noarch requires
golang(github.com/coredns/corefile-migration/migration) = 1.0.11-6.fc37
rclone (maintained by: eclipseo, go-sig)
golang-github-rclone-devel-1.60.1-1.fc38.noarch requires
golang(storj.io/uplink) = 1.9.0-1.fc38
rclone-1.60.1-1.fc38.src requires golang(storj.io/uplink) = 1.9.0-1.fc38
rclone-browser (maintained by: eclipseo)
rclone-browser-1.8.0-7.fc37.x86_64 requires rclone = 1.60.1-1.fc38
Depending on: golang-gonum-1-plot (18), status change: 2020-10-05 (118 weeks ago)
golang-github-cryptix-wav (maintained by: deepinde-sig, go-sig, zsun)
golang-github-cryptix-wav-0-0.12.20181114git8bdace6.fc37.src requires
golang(gonum.org/v1/plot) = 0.8.1-4.20210125gita02d161.fc35,
golang(gonum.org/v1/plot/plotter) = 0.8.1-4.20210125gita02d161.fc35,
golang(gonum.org/v1/plot/plotutil) = 0.8.1-4.20210125gita02d161.fc35,
golang(gonum.org/v1/plot/vg) = 0.8.1-4.20210125gita02d161.fc35
deepin-api (maintained by: cheeselee, deepinde-sig, felixonmars, go-sig, zsun)
deepin-api-5.5.25-1.fc38.src requires golang(github.com/cryptix/wav) =
0-0.12.20181114git8bdace6.fc37,
golang(github.com/linuxdeepin/go-dbus-factory/org.bluez) = 1.10.20-2.fc37,
golang(github.com/linuxdeepin/go-lib) = 5.8.9.2-2.fc37
golang-deepin-api-devel-5.5.25-1.fc38.noarch requires
golang(github.com/linuxdeepin/go-dbus-factory/com.deepin.sessionmanager) =
1.10.20-2.fc37, golang(github.com/linuxdeepin/go-dbus-factory/com.deepin.wm) =
1.10.20-2.fc37,
golang(github.com/linuxdeepin/go-dbus-factory/org.freedesktop.policykit1) =
1.10.20-2.fc37, golang(github.com/linuxdeepin/go-dbus-factory/org.kde.kwin) =
1.10.20-2.fc37, golang(github.com/linuxdeepin/go-lib) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/calendar) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/calendar/lunar) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/calendar/util) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/dbusutil) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/encoding/kv) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/gdkpixbuf) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/graphic) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/imgutil) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/keyfile) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/locale) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/log) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/mime) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/pinyin) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/sound_effect) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/strv) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/users/passwd) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/utils) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/xdg/basedir) = 5.8.9.2-2.fc37
deepin-daemon (maintained by: cheeselee, deepinde-sig, go-sig, zsun)
deepin-daemon-5.14.44-2.fc38.src requires golang(github.com/cryptix/wav) =
0-0.12.20181114git8bdace6.fc37, golang(github.com/linuxdeepin/dde-api/dxinput)
= 5.5.25-1.fc38, golang(github.com/linuxdeepin/go-dbus-factory/org.bluez) =
1.10.20-2.fc37
deepin-daemon-5.14.44-2.fc38.x86_64 requires deepin-desktop-schemas =
5.10.6-1.fc38, deepin-session-ui = 5.5.23-1.fc38
golang-deepin-go-lib (maintained by: cheeselee, deepinde-sig, felixonmars,
go-sig, zsun)
golang-deepin-go-lib-5.8.9.2-2.fc37.src requires
golang(github.com/cryptix/wav) = 0-0.12.20181114git8bdace6.fc37
golang-deepin-go-lib-devel-5.8.9.2-2.fc37.noarch requires
golang(github.com/cryptix/wav) = 0-0.12.20181114git8bdace6.fc37
deepin-control-center (maintained by: cheeselee, deepinde-sig, zsun)
deepin-control-center-5.5.77-1.fc38.i686 requires deepin-api = 5.5.25-1.fc38,
deepin-daemon = 5.14.44-2.fc38, libdeepin_pw_check.so.1, startdde = 5.9.32-1.fc38
deepin-control-center-5.5.77-1.fc38.x86_64 requires deepin-api =
5.5.25-1.fc38, deepin-daemon = 5.14.44-2.fc38,
libdeepin_pw_check.so.1()(64bit), startdde = 5.9.32-1.fc38
deepin-control-center-5.5.77-1.fc38.src requires deepin-dock-devel =
5.5.38.1-1.fc38, deepin-pw-check-devel = 5.1.8-3.fc37
deepin-wallpapers (maintained by: cheeselee, deepinde-sig, felixonmars, zsun)
deepin-wallpapers-1.7.7-11.fc38.src requires deepin-api = 5.5.25-1.fc38
startdde (maintained by: cheeselee, deepinde-sig, go-sig, zsun)
startdde-5.9.32-1.fc38.src requires
golang(github.com/linuxdeepin/dde-api/dxinput) = 5.5.25-1.fc38,
golang(github.com/linuxdeepin/go-lib) = 5.8.9.2-2.fc37
startdde-5.9.32-1.fc38.x86_64 requires deepin-daemon = 5.14.44-2.fc38,
deepin-desktop-schemas = 5.10.6-1.fc38
deepin-calendar (maintained by: cheeselee, deepinde-sig, felixonmars, zsun)
deepin-calendar-5.9.1-2.fc37.x86_64 requires deepin-daemon(x86-64) =
5.14.44-2.fc38
deepin-launcher (maintained by: cheeselee, deepinde-sig, zsun)
deepin-launcher-5.5.19.1-1.fc38.x86_64 requires deepin-daemon =
5.14.44-2.fc38, startdde = 5.9.32-1.fc38
deepin-session-ui (maintained by: cheeselee, deepinde-sig, felixonmars, zsun)
deepin-session-ui-5.5.23-1.fc38.x86_64 requires deepin-daemon =
5.14.44-2.fc38, startdde = 5.9.32-1.fc38
deepin-session-ui-5.5.23-1.fc38.src requires pkgconfig(dde-dock) = 1.0
deepin-desktop-schemas (maintained by: cheeselee, deepinde-sig, felixonmars,
go-sig, zsun)
deepin-desktop-schemas-5.10.6-1.fc38.src requires
golang(github.com/linuxdeepin/go-lib/keyfile) = 5.8.9.2-2.fc37
deepin-pw-check (maintained by: cheeselee, deepinde-sig, go-sig)
deepin-pw-check-5.1.8-3.fc37.src requires
golang(github.com/linuxdeepin/go-dbus-factory/org.freedesktop.policykit1) =
1.10.20-2.fc37, golang(github.com/linuxdeepin/go-lib/dbusutil) = 5.8.9.2-2.fc37
golang-github-linuxdeepin-dbus-factory (maintained by: cheeselee,
deepinde-sig, go-sig, zsun)
golang-github-linuxdeepin-dbus-factory-1.10.20-2.fc37.src requires
golang(github.com/linuxdeepin/go-lib/dbusutil) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/dbusutil/proxy) = 5.8.9.2-2.fc37
golang-github-linuxdeepin-dbus-factory-devel-1.10.20-2.fc37.noarch requires
golang(github.com/linuxdeepin/go-lib/dbusutil) = 5.8.9.2-2.fc37,
golang(github.com/linuxdeepin/go-lib/dbusutil/proxy) = 5.8.9.2-2.fc37
deepin-file-manager (maintained by: cheeselee, deepinde-sig, zsun)
deepin-desktop-5.6.4-5.fc38.x86_64 requires deepin-control-center =
5.5.77-1.fc38, deepin-dock = 5.5.38.1-1.fc38, deepin-launcher =
5.5.19.1-1.fc38, deepin-session-ui = 5.5.23-1.fc38
deepin-file-manager-5.6.4-5.fc38.src requires deepin-dock-devel = 5.5.38.1-1.fc38
deepin-dock (maintained by: cheeselee, deepinde-sig, felixonmars, zsun)
deepin-dock-5.5.38.1-1.fc38.i686 requires libdccwidgets.so
deepin-dock-5.5.38.1-1.fc38.src requires deepin-control-center-devel =
5.5.77-1.fc38
deepin-dock-5.5.38.1-1.fc38.x86_64 requires libdccwidgets.so()(64bit)
deepin-draw (maintained by: cheeselee, deepinde-sig, zsun)
deepin-draw-5.10.6-1.fc38.x86_64 requires deepin-notifications = 5.5.23-1.fc38
deepin-editor (maintained by: cheeselee, deepinde-sig, zsun)
deepin-editor-5.10.18-5.fc38.x86_64 requires deepin-notifications = 5.5.23-1.fc38
deepin-system-monitor (maintained by: cheeselee, deepinde-sig, zsun)
deepin-system-monitor-5.9.17-2.fc38.src requires deepin-dock-devel =
5.5.38.1-1.fc38
Depending on: golang-gopkg-mgo-2 (6), status change: 2020-10-05 (118 weeks ago)
golang-github-siddontang (maintained by: eclipseo, go-sig)
golang-github-siddontang-0-9.20210111gitbdc7756.fc37.src requires
golang(gopkg.in/mgo.v2/bson) = r2016.08.01-8.20200805gita6b53ec.fc35
snapd (maintained by: bboozzoo, go-sig, ngompa, zyga)
snapd-2.57.6-2.fc38.src requires golang(gopkg.in/mgo.v2/bson) =
r2016.08.01-8.20200805gita6b53ec.fc35
snapd-devel-2.57.6-2.fc38.noarch requires golang(gopkg.in/mgo.v2/bson) =
r2016.08.01-8.20200805gita6b53ec.fc35
golang-github-ledisdb (maintained by: eclipseo, go-sig)
golang-github-ledisdb-0.6-7.20210112gitd35789e.fc37.src requires
golang(github.com/siddontang/go/bson) = 0-9.20210111gitbdc7756.fc37,
golang(github.com/siddontang/go/filelock) = 0-9.20210111gitbdc7756.fc37,
golang(github.com/siddontang/go/hack) = 0-9.20210111gitbdc7756.fc37,
golang(github.com/siddontang/go/ioutil2) = 0-9.20210111gitbdc7756.fc37,
golang(github.com/siddontang/go/log) = 0-9.20210111gitbdc7756.fc37,
golang(github.com/siddontang/go/num) = 0-9.20210111gitbdc7756.fc37,
golang(github.com/siddontang/go/snappy) = 0-9.20210111gitbdc7756.fc37,
golang(github.com/siddontang/go/sync2) = 0-9.20210111gitbdc7756.fc37
golang-github-ledisdb-devel-0.6-7.20210112gitd35789e.fc37.noarch requires
golang(github.com/siddontang/go/bson) = 0-9.20210111gitbdc7756.fc37,
golang(github.com/siddontang/go/filelock) = 0-9.20210111gitbdc7756.fc37,
golang(github.com/siddontang/go/hack) = 0-9.20210111gitbdc7756.fc37,
golang(github.com/siddontang/go/ioutil2) = 0-9.20210111gitbdc7756.fc37,
golang(github.com/siddontang/go/log) = 0-9.20210111gitbdc7756.fc37,
golang(github.com/siddontang/go/num) = 0-9.20210111gitbdc7756.fc37,
golang(github.com/siddontang/go/snappy) = 0-9.20210111gitbdc7756.fc37,
golang(github.com/siddontang/go/sync2) = 0-9.20210111gitbdc7756.fc37
plasma-discover (maintained by: kde-sig, rdieter)
plasma-discover-snap-5.26.5-1.fc38.i686 requires snapd = 2.57.6-2.fc38
plasma-discover-snap-5.26.5-1.fc38.x86_64 requires snapd = 2.57.6-2.fc38
golang-github-beego (maintained by: eclipseo, go-sig)
golang-github-beego-2.0.2-2.fc36.src requires
golang(github.com/ledisdb/ledisdb/config) = 0.6-7.20210112gitd35789e.fc37,
golang(github.com/ledisdb/ledisdb/ledis) = 0.6-7.20210112gitd35789e.fc37
golang-github-beego-devel-2.0.2-2.fc36.noarch requires
golang(github.com/ledisdb/ledisdb/config) = 0.6-7.20210112gitd35789e.fc37,
golang(github.com/ledisdb/ledisdb/ledis) = 0.6-7.20210112gitd35789e.fc37
golang-github-macaron-session (maintained by: agerstmayr, go-sig, mgoodwin,
nathans)
golang-github-macaron-session-1.0.2-6.fc38.src requires
golang(github.com/siddontang/ledisdb/config) = 0.6-7.20210112gitd35789e.fc37,
golang(github.com/siddontang/ledisdb/ledis) = 0.6-7.20210112gitd35789e.fc37
Depending on: golang-sigs-k8s-application (6), status change: 2020-10-05 (118
weeks ago)
golang-sigs-k8s-kustomize (maintained by: eclipseo, go-sig)
golang-sigs-k8s-kustomize-4.0.3-2.fc36.src requires
golang(k8s.io/cli-runtime/pkg/genericclioptions) = 1.22.0-2.fc36,
golang(sigs.k8s.io/application/api/v1beta1) = 0.8.3-3.fc35
golang-sigs-k8s-kustomize-devel-4.0.3-2.fc36.noarch requires
golang(k8s.io/cli-runtime/pkg/genericclioptions) = 1.22.0-2.fc36
golang-k8s-cli-runtime (maintained by: eclipseo, go-sig)
golang-k8s-cli-runtime-1.22.0-2.fc36.src requires
golang(sigs.k8s.io/kustomize/api/konfig) = 4.0.3-2.fc36,
golang(sigs.k8s.io/kustomize/api/krusty) = 4.0.3-2.fc36,
golang(sigs.k8s.io/kustomize/kyaml/filesys) = 4.0.3-2.fc36
golang-k8s-cli-runtime-devel-1.22.0-2.fc36.noarch requires
golang(sigs.k8s.io/kustomize/api/krusty) = 4.0.3-2.fc36,
golang(sigs.k8s.io/kustomize/kyaml/filesys) = 4.0.3-2.fc36
golang-k8s-kubectl (maintained by: eclipseo, go-sig)
golang-k8s-kubectl-1.22.0-5.fc38.src requires
golang(k8s.io/cli-runtime/pkg/genericclioptions) = 1.22.0-2.fc36,
golang(k8s.io/cli-runtime/pkg/printers) = 1.22.0-2.fc36,
golang(k8s.io/cli-runtime/pkg/resource) = 1.22.0-2.fc36,
golang(sigs.k8s.io/kustomize/kustomize/v4/commands/build) = 4.0.3-2.fc36,
golang(sigs.k8s.io/kustomize/kyaml/filesys) = 4.0.3-2.fc36
golang-k8s-kubectl-devel-1.22.0-5.fc38.noarch requires
golang(k8s.io/cli-runtime/pkg/genericclioptions) = 1.22.0-2.fc36,
golang(k8s.io/cli-runtime/pkg/printers) = 1.22.0-2.fc36,
golang(k8s.io/cli-runtime/pkg/resource) = 1.22.0-2.fc36,
golang(sigs.k8s.io/kustomize/kustomize/v4/commands/build) = 4.0.3-2.fc36,
golang(sigs.k8s.io/kustomize/kyaml/filesys) = 4.0.3-2.fc36
golang-helm-3 (maintained by: go-sig, orphan)
golang-helm-3-3.5.4-2.fc35.src requires
golang(k8s.io/cli-runtime/pkg/genericclioptions) = 1.22.0-2.fc36,
golang(k8s.io/cli-runtime/pkg/printers) = 1.22.0-2.fc36,
golang(k8s.io/cli-runtime/pkg/resource) = 1.22.0-2.fc36,
golang(k8s.io/kubectl/pkg/cmd/testing) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/cmd/util) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/validation) = 1.22.0-5.fc38
golang-helm-3-devel-3.5.4-2.fc35.noarch requires
golang(k8s.io/cli-runtime/pkg/genericclioptions) = 1.22.0-2.fc36,
golang(k8s.io/cli-runtime/pkg/printers) = 1.22.0-2.fc36,
golang(k8s.io/cli-runtime/pkg/resource) = 1.22.0-2.fc36,
golang(k8s.io/kubectl/pkg/cmd/util) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/validation) = 1.22.0-5.fc38
golang-k8s-kubernetes (maintained by: eclipseo, go-sig)
golang-k8s-kubernetes-1.22.0-2.fc36~bootstrap.src requires
golang(k8s.io/cli-runtime/pkg/genericclioptions) = 1.22.0-2.fc36,
golang(k8s.io/cli-runtime/pkg/printers) = 1.22.0-2.fc36,
golang(k8s.io/cli-runtime/pkg/resource) = 1.22.0-2.fc36,
golang(k8s.io/kubectl/pkg/cmd) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/cmd/util) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/cmd/util/sanity) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/polymorphichelpers) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/scale) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/scheme) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/util/i18n) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/util/logs) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/util/podutils) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/util/templates) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/validation) = 1.22.0-5.fc38
golang-k8s-kubernetes-devel-1.22.0-2.fc36~bootstrap.noarch requires
golang(k8s.io/cli-runtime/pkg/genericclioptions) = 1.22.0-2.fc36,
golang(k8s.io/cli-runtime/pkg/printers) = 1.22.0-2.fc36,
golang(k8s.io/cli-runtime/pkg/resource) = 1.22.0-2.fc36,
golang(k8s.io/kubectl/pkg/cmd) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/cmd/util) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/cmd/util/sanity) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/polymorphichelpers) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/scale) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/scheme) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/util/i18n) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/util/logs) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/util/podutils) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/util/templates) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/validation) = 1.22.0-5.fc38
golang-k8s-sample-cli-plugin (maintained by: eclipseo, go-sig)
golang-k8s-sample-cli-plugin-1.22.0-7.fc38.src requires
golang(k8s.io/cli-runtime/pkg/genericclioptions) = 1.22.0-2.fc36
golang-k8s-sample-cli-plugin-devel-1.22.0-7.fc38.noarch requires
golang(k8s.io/cli-runtime/pkg/genericclioptions) = 1.22.0-2.fc36
Depending on: golang-sigs-k8s-controller-runtime (7), status change: 2020-10-05
(118 weeks ago)
golang-sigs-k8s-application (maintained by: eclipseo, go-sig)
golang-sigs-k8s-application-0.8.3-3.fc35.src requires
golang(sigs.k8s.io/controller-runtime) = 0.6.5-3.fc35,
golang(sigs.k8s.io/controller-runtime/pkg/client) = 0.6.5-3.fc35,
golang(sigs.k8s.io/controller-runtime/pkg/controller) = 0.6.5-3.fc35,
golang(sigs.k8s.io/controller-runtime/pkg/envtest) = 0.6.5-3.fc35,
golang(sigs.k8s.io/controller-runtime/pkg/handler) = 0.6.5-3.fc35,
golang(sigs.k8s.io/controller-runtime/pkg/log) = 0.6.5-3.fc35,
golang(sigs.k8s.io/controller-runtime/pkg/log/zap) = 0.6.5-3.fc35,
golang(sigs.k8s.io/controller-runtime/pkg/manager) = 0.6.5-3.fc35,
golang(sigs.k8s.io/controller-runtime/pkg/reconcile) = 0.6.5-3.fc35,
golang(sigs.k8s.io/controller-runtime/pkg/scheme) = 0.6.5-3.fc35,
golang(sigs.k8s.io/controller-runtime/pkg/source) = 0.6.5-3.fc35
golang-sigs-k8s-application-devel-0.8.3-3.fc35.noarch requires
golang(sigs.k8s.io/controller-runtime) = 0.6.5-3.fc35,
golang(sigs.k8s.io/controller-runtime/pkg/client) = 0.6.5-3.fc35,
golang(sigs.k8s.io/controller-runtime/pkg/log/zap) = 0.6.5-3.fc35,
golang(sigs.k8s.io/controller-runtime/pkg/scheme) = 0.6.5-3.fc35
golang-sigs-k8s-kustomize (maintained by: eclipseo, go-sig)
golang-sigs-k8s-kustomize-4.0.3-2.fc36.src requires
golang(k8s.io/cli-runtime/pkg/genericclioptions) = 1.22.0-2.fc36,
golang(sigs.k8s.io/application/api/v1beta1) = 0.8.3-3.fc35
golang-sigs-k8s-kustomize-devel-4.0.3-2.fc36.noarch requires
golang(k8s.io/cli-runtime/pkg/genericclioptions) = 1.22.0-2.fc36
golang-k8s-cli-runtime (maintained by: eclipseo, go-sig)
golang-k8s-cli-runtime-1.22.0-2.fc36.src requires
golang(sigs.k8s.io/kustomize/api/konfig) = 4.0.3-2.fc36,
golang(sigs.k8s.io/kustomize/api/krusty) = 4.0.3-2.fc36,
golang(sigs.k8s.io/kustomize/kyaml/filesys) = 4.0.3-2.fc36
golang-k8s-cli-runtime-devel-1.22.0-2.fc36.noarch requires
golang(sigs.k8s.io/kustomize/api/krusty) = 4.0.3-2.fc36,
golang(sigs.k8s.io/kustomize/kyaml/filesys) = 4.0.3-2.fc36
golang-k8s-kubectl (maintained by: eclipseo, go-sig)
golang-k8s-kubectl-1.22.0-5.fc38.src requires
golang(k8s.io/cli-runtime/pkg/genericclioptions) = 1.22.0-2.fc36,
golang(k8s.io/cli-runtime/pkg/printers) = 1.22.0-2.fc36,
golang(k8s.io/cli-runtime/pkg/resource) = 1.22.0-2.fc36,
golang(sigs.k8s.io/kustomize/kustomize/v4/commands/build) = 4.0.3-2.fc36,
golang(sigs.k8s.io/kustomize/kyaml/filesys) = 4.0.3-2.fc36
golang-k8s-kubectl-devel-1.22.0-5.fc38.noarch requires
golang(k8s.io/cli-runtime/pkg/genericclioptions) = 1.22.0-2.fc36,
golang(k8s.io/cli-runtime/pkg/printers) = 1.22.0-2.fc36,
golang(k8s.io/cli-runtime/pkg/resource) = 1.22.0-2.fc36,
golang(sigs.k8s.io/kustomize/kustomize/v4/commands/build) = 4.0.3-2.fc36,
golang(sigs.k8s.io/kustomize/kyaml/filesys) = 4.0.3-2.fc36
golang-helm-3 (maintained by: go-sig, orphan)
golang-helm-3-3.5.4-2.fc35.src requires
golang(k8s.io/cli-runtime/pkg/genericclioptions) = 1.22.0-2.fc36,
golang(k8s.io/cli-runtime/pkg/printers) = 1.22.0-2.fc36,
golang(k8s.io/cli-runtime/pkg/resource) = 1.22.0-2.fc36,
golang(k8s.io/kubectl/pkg/cmd/testing) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/cmd/util) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/validation) = 1.22.0-5.fc38
golang-helm-3-devel-3.5.4-2.fc35.noarch requires
golang(k8s.io/cli-runtime/pkg/genericclioptions) = 1.22.0-2.fc36,
golang(k8s.io/cli-runtime/pkg/printers) = 1.22.0-2.fc36,
golang(k8s.io/cli-runtime/pkg/resource) = 1.22.0-2.fc36,
golang(k8s.io/kubectl/pkg/cmd/util) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/validation) = 1.22.0-5.fc38
golang-k8s-kubernetes (maintained by: eclipseo, go-sig)
golang-k8s-kubernetes-1.22.0-2.fc36~bootstrap.src requires
golang(k8s.io/cli-runtime/pkg/genericclioptions) = 1.22.0-2.fc36,
golang(k8s.io/cli-runtime/pkg/printers) = 1.22.0-2.fc36,
golang(k8s.io/cli-runtime/pkg/resource) = 1.22.0-2.fc36,
golang(k8s.io/kubectl/pkg/cmd) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/cmd/util) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/cmd/util/sanity) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/polymorphichelpers) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/scale) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/scheme) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/util/i18n) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/util/logs) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/util/podutils) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/util/templates) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/validation) = 1.22.0-5.fc38
golang-k8s-kubernetes-devel-1.22.0-2.fc36~bootstrap.noarch requires
golang(k8s.io/cli-runtime/pkg/genericclioptions) = 1.22.0-2.fc36,
golang(k8s.io/cli-runtime/pkg/printers) = 1.22.0-2.fc36,
golang(k8s.io/cli-runtime/pkg/resource) = 1.22.0-2.fc36,
golang(k8s.io/kubectl/pkg/cmd) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/cmd/util) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/cmd/util/sanity) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/polymorphichelpers) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/scale) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/scheme) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/util/i18n) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/util/logs) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/util/podutils) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/util/templates) = 1.22.0-5.fc38,
golang(k8s.io/kubectl/pkg/validation) = 1.22.0-5.fc38
golang-k8s-sample-cli-plugin (maintained by: eclipseo, go-sig)
golang-k8s-sample-cli-plugin-1.22.0-7.fc38.src requires
golang(k8s.io/cli-runtime/pkg/genericclioptions) = 1.22.0-2.fc36
golang-k8s-sample-cli-plugin-devel-1.22.0-7.fc38.noarch requires
golang(k8s.io/cli-runtime/pkg/genericclioptions) = 1.22.0-2.fc36
Depending on: libgnome (32), status change: 2022-11-29 (6 weeks ago)
GtkAda (maintained by: rombobeorn)
GtkAda-2.24.2-40.fc37.src requires libgnome-devel = 2.32.1-23.fc35
alleyoop (maintained by: orphan)
alleyoop-0.9.8-20.fc37.x86_64 requires libgnome-2.so.0()(64bit)
cbrpager (maintained by: mtasaka)
cbrpager-0.9.22-25.fc37.x86_64 requires libgnome-2.so.0()(64bit)
celestia (maintained by: astro-sig, mattia, steve)
celestia-1.6.2-0.8.beta3.fc37.x86_64 requires libgnome-2.so.0()(64bit)
cellwriter (maintained by: limb)
cellwriter-1.3.6-4.fc37.src requires libgnome-devel = 2.32.1-23.fc35
gnome-sharp (maintained by: caolanm, gnome-sig, laxathom, mbarnes, rhughes,
rstrode, ssp, tpokorra)
gnome-sharp-2.24.2-31.fc37.x86_64 requires libgnome-2.so.0()(64bit)
gnome-translate (maintained by: buc)
gnome-translate-0.99-41.fc37.x86_64 requires libgnome-2.so.0()(64bit)
grhino (maintained by: salimma)
grhino-0.16.1-15.fc37.x86_64 requires libgnome-2.so.0()(64bit)
ignuit (maintained by: cwickert, fab)
ignuit-2.24.3-12.fc37.x86_64 requires libgnome-2.so.0()(64bit)
libbonoboui (maintained by: alexl, caolanm, gnome-sig, mbarnes, rhughes,
rstrode, ssp, trawets)
libbonoboui-2.24.5-23.fc37.i686 requires libgnome-2.so.0
libbonoboui-2.24.5-23.fc37.src requires libgnome-devel = 2.32.1-23.fc35
libbonoboui-2.24.5-23.fc37.x86_64 requires libgnome-2.so.0()(64bit)
libbonoboui-devel-2.24.5-23.fc37.i686 requires libgnome-2.so.0,
libgnome-devel = 2.32.1-23.fc35, pkgconfig(libgnome-2.0) = 2.32.1
libbonoboui-devel-2.24.5-23.fc37.x86_64 requires libgnome-2.so.0()(64bit),
libgnome-devel = 2.32.1-23.fc35, pkgconfig(libgnome-2.0) = 2.32.1
libgnomeui (maintained by: alexl, caolanm, limb, mbarnes, rhughes, rstrode, ssp)
libgnomeui-2.24.5-27.fc37.i686 requires libgnome-2.so.0
libgnomeui-2.24.5-27.fc37.src requires libgnome-devel = 2.32.1-23.fc35
libgnomeui-2.24.5-27.fc37.x86_64 requires libgnome-2.so.0()(64bit)
libgnomeui-devel-2.24.5-27.fc37.i686 requires pkgconfig(libgnome-2.0) = 2.32.1
libgnomeui-devel-2.24.5-27.fc37.x86_64 requires pkgconfig(libgnome-2.0) = 2.32.1
linsmith (maintained by: filiperosset)
linsmith-0.99.31-10.fc37.x86_64 requires libgnome-2.so.0()(64bit)
mail-notification (maintained by: buc, mcrha)
mail-notification-5.4-105.git.9ae8768.fc38.src requires libgnome-devel =
2.32.1-23.fc35
mail-notification-5.4-105.git.9ae8768.fc38.x86_64 requires
libgnome-2.so.0()(64bit)
morse2txt (maintained by: fab)
morse2txt-1.0.0-35.fc38.x86_64 requires libgnome-2.so.0()(64bit)
perl-Gnome2 (maintained by: jplesnik, ppisar)
perl-Gnome2-1.048-7.fc37.x86_64 requires libgnome-2.so.0()(64bit)
pioneers (maintained by: aviso)
pioneers-15.6-5.fc37.src requires libgnome-devel = 2.32.1-23.fc35
ruby-gnome2 (maintained by: mtasaka)
ruby-bonoboui2-0.90.4-11.fc38.1.x86_64 requires libgnome-2.so.0()(64bit)
ruby-gnome2-0.90.4-11.fc38.1.src requires libgnome-devel = 2.32.1-23.fc35
ruby-gnome2-0.90.4-11.fc38.1.x86_64 requires libgnome-2.so.0()(64bit)
sirius (maintained by: bruno)
sirius-0.8.0-43.fc37.x86_64 requires libgnome-2.so.0()(64bit)
verbiste (maintained by: cicku, tartare)
verbiste-gnome-0.1.47-8.fc37.x86_64 requires libgnome-2.so.0()(64bit)
mine_detector (maintained by: rombobeorn)
mine_detector-6.0-43.fc37.src requires GtkAda-devel = 2.24.2-40.fc37
mine_detector-6.0-43.fc37.x86_64 requires libgtkada-2.24.so.2()(64bit)
cdcollect (maintained by: sharkcz)
cdcollect-0.6.0-38.fc37.src requires gnome-sharp-devel = 2.24.2-31.fc37
cdcollect-0.6.0-38.fc37.x86_64 requires gnome-sharp = 2.24.2-31.fc37,
mono(gconf-sharp) = 2.24.0.0, mono(gnome-sharp) = 2.24.0.0,
mono(gnome-vfs-sharp) = 2.24.0.0
giver (maintained by: spot)
giver-0.1.8-34.fc37.src requires gnome-sharp-devel = 2.24.2-31.fc37
giver-0.1.8-34.fc37.x86_64 requires gnome-sharp = 2.24.2-31.fc37
gnome-desktop-sharp (maintained by: laxathom, tpokorra)
gnome-desktop-sharp-2.26.0-45.fc37.src requires gnome-sharp-devel =
2.24.2-31.fc37
gnome-desktop-sharp-devel-2.26.0-45.fc37.i686 requires
pkgconfig(gnome-sharp-2.0) = 2.24.2
gnome-desktop-sharp-devel-2.26.0-45.fc37.x86_64 requires
pkgconfig(gnome-sharp-2.0) = 2.24.2
gnome-do (maintained by: antiaircraft, tpokorra)
gnome-do-0.95.3-23.fc37.src requires gnome-sharp-devel = 2.24.2-31.fc37
gnome-do-0.95.3-23.fc37.x86_64 requires mono(gconf-sharp) = 2.24.0.0
gnome-rdp (maintained by: echevemaster, lbazan)
gnome-rdp-0.3.1.0-30.fc37.src requires gnome-sharp-devel = 2.24.2-31.fc37
mono-tools (maintained by: laxathom, tpokorra)
mono-tools-4.2-26.fc37.src requires gnome-sharp-devel = 2.24.2-31.fc37
mono-tools-4.2-26.fc37.x86_64 requires mono(gnome-sharp) = 2.24.0.0
monodevelop (maintained by: tpokorra)
monodevelop-5.10.0-23.fc37.x86_64 requires mono(gconf-sharp) = 2.24.0.0,
mono(gnome-sharp) = 2.24.0.0, mono(gnome-vfs-sharp) = 2.24.0.0
notify-sharp (maintained by: tpokorra)
notify-sharp-0.4.1-0.15.20130131git28d2f65.fc37.src requires
gnome-sharp-devel = 2.24.2-31.fc37
notify-sharp3 (maintained by: tpokorra)
notify-sharp3-3.0.3-17.fc37.src requires gnome-sharp-devel = 2.24.2-31.fc37
pdfmod (maintained by: olea)
pdfmod-0.9.1-28.fc37.src requires gnome-sharp-devel = 2.24.2-31.fc37
pdfmod-0.9.1-28.fc37.x86_64 requires gnome-sharp = 2.24.2-31.fc37,
mono(gconf-sharp) = 2.24.0.0
taglib-sharp (maintained by: spot, tpokorra)
taglib-sharp-2.1.0.0-19.fc37.src requires gnome-sharp-devel = 2.24.2-31.fc37
tomboy (maintained by: alexl, caolanm, mbarnes, rhughes, ssp, thm)
tomboy-1.15.9-17.fc37.src requires pkgconfig(gconf-sharp-2.0) = 2.24.2
tomboy-1.15.9-17.fc37.x86_64 requires mono(gconf-sharp) = 2.24.0.0
Too many dependencies for libgnome, not all listed here
Depending on: libmodulemd1 (3), status change: 2019-07-31 (179 weeks ago)
copr-backend (maintained by: copr-sig, frostyx, msuchy, praiskup)
copr-backend-1.163-1.fc38.noarch requires python3-libmodulemd1 = 1.8.16-6.fc35
copr-backend-1.163-1.fc38.src requires python3-libmodulemd1 = 1.8.16-6.fc35
copr-frontend (maintained by: copr-sig, frostyx, msuchy, praiskup, schlupov)
copr-frontend-1.193-1.fc38.noarch requires python3-libmodulemd1 = 1.8.16-6.fc35
copr-frontend-1.193-1.fc38.src requires python3-libmodulemd1 = 1.8.16-6.fc35
fedmod (maintained by: kalev, nphilipp)
fedmod-0.6.5-5.fc38.noarch requires python3-libmodulemd1 = 1.8.16-6.fc35
fedmod-0.6.5-5.fc38.src requires python3-libmodulemd1 = 1.8.16-6.fc35
Depending on: libv3270 (1), status change: 2021-03-17 (94 weeks ago)
pw3270 (maintained by: dcavalca)
pw3270-5.4-4.fc37.src requires libv3270-devel = 5.4-2.fc35
pw3270-5.4-4.fc37.x86_64 requires libv3270.so.5.3()(64bit)
Depending on: libyami (1), status change: 2018-03-16 (251 weeks ago)
libyami-utils (maintained by: kwizart)
libyami-utils-1.3.1-8.20191205gitc3d25b6.fc35.src requires pkgconfig(libyami)
= 0.7.0
libyami-utils-1.3.1-8.20191205gitc3d25b6.fc35.x86_64 requires
libyami.so.1()(64bit)
Depending on: llvm10 (1), status change: 2021-05-06 (87 weeks ago)
clang10 (maintained by: sergesanspaille, tstellar)
clang10-10.0.0-15.fc37.src requires llvm10-devel = 10.0.0-13.fc35,
llvm10-static = 10.0.0-13.fc35
clang10-libs-10.0.0-15.fc37.i686 requires libLLVM-10.so, libLLVM-10.so(LLVM_10)
clang10-libs-10.0.0-15.fc37.x86_64 requires libLLVM-10.so()(64bit),
libLLVM-10.so(LLVM_10)(64bit)
Depending on: llvm11 (21), status change: 2022-01-14 (51 weeks ago)
clang11 (maintained by: sergesanspaille, tstellar)
clang11-11.1.0-0.10.rc2.fc37.src requires llvm11-devel = 11.1.0-6.fc35,
llvm11-static = 11.1.0-6.fc35
clang11-libs-11.1.0-0.10.rc2.fc37.i686 requires libLLVM-11.so,
libLLVM-11.so(LLVM_11)
clang11-libs-11.1.0-0.10.rc2.fc37.x86_64 requires libLLVM-11.so()(64bit),
libLLVM-11.so(LLVM_11)(64bit)
python-llvmlite (maintained by: ankursinha, neuro-sig)
python-llvmlite-0.37.0-6.fc37.src requires llvm11-devel = 11.1.0-6.fc35
python3-llvmlite-0.37.0-6.fc37.x86_64 requires libLLVM-11.so()(64bit),
libLLVM-11.so(LLVM_11)(64bit)
sympy (maintained by: cbm, jjames, jussilehtola, orion)
sympy-1.11.1-2.fc38.src requires python3dist(llvmlite) = 0.37
libpoly (maintained by: jjames)
libpoly-0.1.11-4.fc37.src requires python3dist(sympy) = 1.11.1
octave-symbolic (maintained by: cbm, sailer)
octave-symbolic-3.0.1-3.fc38.noarch requires python3-sympy = 1.11.1-2.fc38
octave-symbolic-3.0.1-3.fc38.src requires python3-sympy = 1.11.1-2.fc38
pyplane (maintained by: neuro-sig, shaneallcroft)
pyplane-2.0.1-6.fc37.noarch requires python3.11dist(sympy) = 1.11.1
pyplane-2.0.1-6.fc37.src requires python3dist(sympy) = 1.11.1
python-boutdata (maintained by: davidsch)
python-boutdata-0.1.9-1.fc38.src requires python3dist(sympy) = 1.11.1
python3-boutdata-0.1.9-1.fc38.noarch requires python3.11dist(sympy) = 1.11.1
python-brian2 (maintained by: ankursinha, neuro-sig)
python-brian2-2.5.0.3-5.fc37.src requires python3dist(sympy) = 1.11.1
python3-brian2-2.5.0.3-5.fc37.x86_64 requires python3.11dist(sympy) = 1.11.1
python-fiat (maintained by: fab)
python-fiat-2019.1.0-11.fc37.src requires python3dist(sympy) = 1.11.1
python3-fiat-2019.1.0-11.fc37.noarch requires python3.11dist(sympy) = 1.11.1
python-formulaic (maintained by: ankursinha, neuro-sig)
python-formulaic-0.5.2-4.fc38.src requires python3-sympy = 1.11.1-2.fc38
python-lfpykit (maintained by: ankursinha, neuro-sig)
python-lfpykit-0.4-3.fc37.src requires python3dist(sympy) = 1.11.1
python-neatdend (maintained by: neuro-sig, vanessakris)
python-neatdend-0.9.2-9.fc38.src requires python3dist(sympy) = 1.11.1
python3-neatdend-0.9.2-9.fc38.x86_64 requires python3.11dist(sympy) = 1.11.1
python-networkx (maintained by: jjames, plautrba)
python-networkx-2.8.8-1.fc38.src requires python3dist(sympy) = 1.11.1,
sympy-doc = 1.11.1-2.fc38
python-nipy (maintained by: ankursinha, ignatenkobrain, neuro-sig)
python-nipy-0.5.0-6.fc37.src requires python3-sympy = 1.11.1-2.fc38
python3-nipy-0.5.0-6.fc37.x86_64 requires python3-sympy = 1.11.1-2.fc38,
python3.11dist(sympy) = 1.11.1
python-numpoly (maintained by: lbazan, neuro-sig)
python-numpoly-1.2.3-5.fc37.src requires python3-sympy = 1.11.1-2.fc38
python-texext (maintained by: jjames)
python-texext-0.6.7-3.fc37.src requires python3dist(sympy) = 1.11.1
python-trimesh (maintained by: ankursinha, neuro-sig, python-packagers-sig)
python-trimesh-3.17.1-1.fc38.src requires python3dist(sympy) = 1.11.1
python3-trimesh+all-3.17.1-1.fc38.noarch requires python3.11dist(sympy) = 1.11.1
python3-trimesh+easy-3.17.1-1.fc38.noarch requires python3.11dist(sympy) = 1.11.1
fonttools (maintained by: pnemade, tagoh)
python3-fonttools+symfont-4.38.0-1.fc38.x86_64 requires python3.11dist(sympy)
= 1.11.1
python-pysb (maintained by: neuro-sig, zbyszek)
python3-pysb-1.14.0-1.fc38.noarch requires python3-sympy = 1.11.1-2.fc38,
python3.11dist(sympy) = 1.11.1
sagemath (maintained by: pcpa)
sagemath-9.6-7.fc38.src requires python3dist(sympy) = 1.11.1
sagemath-core-9.6-7.fc38.x86_64 requires python3dist(sympy) = 1.11.1
yices (maintained by: jjames)
yices-2.6.4-5.fc38.i686 requires libpoly.so.0
yices-2.6.4-5.fc38.src requires libpoly-devel = 0.1.11-4.fc37
yices-2.6.4-5.fc38.x86_64 requires libpoly.so.0()(64bit)
yices-tools-2.6.4-5.fc38.x86_64 requires libpoly.so.0()(64bit)
Too many dependencies for llvm11, not all listed here
Depending on: llvm12 (2), status change: 2022-08-01 (23 weeks ago)
clang12 (maintained by: tstellar)
clang12-12.0.1-4.fc36.src requires llvm12-devel = 12.0.1-2.fc35,
llvm12-static = 12.0.1-2.fc35
clang12-libs-12.0.1-4.fc36.i686 requires libLLVM-12.so, libLLVM-12.so(LLVM_12)
clang12-libs-12.0.1-4.fc36.x86_64 requires libLLVM-12.so()(64bit),
libLLVM-12.so(LLVM_12)(64bit)
clazy (maintained by: jgrulich)
clazy-1.9-2.fc35.x86_64 requires libLLVM-12.so()(64bit),
libLLVM-12.so(LLVM_12)(64bit), libclang-cpp.so.12()(64bit)
Depending on: maven-scm (22), status change: 2022-11-28 (6 weeks ago)
buildnumber-maven-plugin (maintained by: jjelen)
buildnumber-maven-plugin-1.3-23.fc37.noarch requires
mvn(org.apache.maven.scm:maven-scm-api) = 1.10.0,
mvn(org.apache.maven.scm:maven-scm-manager-plexus) = 1.10.0,
mvn(org.apache.maven.scm:maven-scm-provider-bazaar) = 1.10.0,
mvn(org.apache.maven.scm:maven-scm-provider-clearcase) = 1.10.0,
mvn(org.apache.maven.scm:maven-scm-provider-cvsexe) = 1.10.0,
mvn(org.apache.maven.scm:maven-scm-provider-gitexe) = 1.10.0,
mvn(org.apache.maven.scm:maven-scm-provider-hg) = 1.10.0,
mvn(org.apache.maven.scm:maven-scm-provider-perforce) = 1.10.0,
mvn(org.apache.maven.scm:maven-scm-provider-starteam) = 1.10.0,
mvn(org.apache.maven.scm:maven-scm-provider-svn-commons) = 1.10.0,
mvn(org.apache.maven.scm:maven-scm-provider-svnexe) = 1.10.0
buildnumber-maven-plugin-1.3-23.fc37.src requires
mvn(org.apache.maven.scm:maven-scm-api) = 1.10.0,
mvn(org.apache.maven.scm:maven-scm-manager-plexus) = 1.10.0,
mvn(org.apache.maven.scm:maven-scm-provider-bazaar) = 1.10.0,
mvn(org.apache.maven.scm:maven-scm-provider-clearcase) = 1.10.0,
mvn(org.apache.maven.scm:maven-scm-provider-cvsexe) = 1.10.0,
mvn(org.apache.maven.scm:maven-scm-provider-gitexe) = 1.10.0,
mvn(org.apache.maven.scm:maven-scm-provider-hg) = 1.10.0,
mvn(org.apache.maven.scm:maven-scm-provider-perforce) = 1.10.0,
mvn(org.apache.maven.scm:maven-scm-provider-starteam) = 1.10.0,
mvn(org.apache.maven.scm:maven-scm-provider-svn-commons) = 1.10.0,
mvn(org.apache.maven.scm:maven-scm-provider-svnexe) = 1.10.0
jacoco (maintained by: didiksupriadi41, jvanek)
jacoco-0.8.8-4.fc37.src requires
mvn(org.codehaus.mojo:buildnumber-maven-plugin) = 1.3
jakarta-json (maintained by: jjames)
jakarta-json-2.1.1-1.fc38.src requires
mvn(org.codehaus.mojo:buildnumber-maven-plugin) = 1.3
jakarta-saaj (maintained by: didiksupriadi41)
jakarta-saaj-1.4.2-8.fc37.src requires
mvn(org.codehaus.mojo:buildnumber-maven-plugin) = 1.3
jakarta-xml-ws (maintained by: didiksupriadi41)
jakarta-xml-ws-2.3.3-1.fc37.src requires
mvn(jakarta.xml.soap:jakarta.xml.soap-api) = 1.4.2,
mvn(org.codehaus.mojo:buildnumber-maven-plugin) = 1.3
jakarta-xml-ws-2.3.3-1.fc37.noarch requires
mvn(jakarta.xml.soap:jakarta.xml.soap-api) = 1.4.2
jaxb (maintained by: cdorney, cfu, didiksupriadi41, jmagne, mharmsen, mkoncek)
jaxb-2.3.5-7.fc37.src requires mvn(com.sun.xml.dtd-parser:dtd-parser) =
1.5.0, mvn(org.codehaus.mojo:buildnumber-maven-plugin) = 1.3
jaxb-xjc-2.3.5-7.fc37.noarch requires mvn(com.sun.xml.dtd-parser:dtd-parser)
= 1.5.0
jaxb-dtd-parser (maintained by: cdorney, cfu, didiksupriadi41, jmagne, mharmsen)
jaxb-dtd-parser-1.5.0-3.fc37.src requires
mvn(org.codehaus.mojo:buildnumber-maven-plugin) = 1.3
xmpcore (maintained by: cquad, jjelen)
xmpcore-5.1.2-18.fc36.src requires buildnumber-maven-plugin = 1.3-23.fc37
jacop (maintained by: pcpa)
jacop-4.8-9.fc37.src requires mvn(org.jacoco:jacoco-maven-plugin) = 0.8.8
jdependency (maintained by: mizdebsk, sergiomb)
jdependency-2.8.0-1.fc37.src requires mvn(org.jacoco:jacoco-maven-plugin) = 0.8.8
antlr4-project (maintained by: go-sig, jjames, mhayden)
antlr4-4.10.1-6.fc38.noarch requires mvn(jakarta.json:jakarta.json-api) = 2.1.1
antlr4-project-4.10.1-6.fc38.src requires mvn(jakarta.json:jakarta.json-api)
= 2.1.1
rhino (maintained by: didiksupriadi41, ebaron)
rhino-1.7.14-5.fc37.src requires mvn(jakarta.xml.soap:jakarta.xml.soap-api) =
1.4.2
jmock (maintained by: didiksupriadi41)
jmock-2.12.0-10.fc37.src requires mvn(jakarta.xml.ws:jakarta.xml.ws-api) = 2.3.3
jaxb-fi (maintained by: cdorney, cfu, didiksupriadi41, jmagne, mharmsen, mkoncek)
FastInfosetUtilities-1.2.18-9.fc37.noarch requires
mvn(org.glassfish.jaxb:xsom) = 2.3.5
jaxb-fi-1.2.18-9.fc37.src requires mvn(org.glassfish.jaxb:xsom) = 2.3.5
jaxb-istack-commons (maintained by: cdorney, cfu, didiksupriadi41, jmagne,
mharmsen, mkoncek)
istack-commons-buildtools-3.0.12-5.fc37.noarch requires
mvn(org.glassfish.jaxb:codemodel) = 2.3.5
istack-commons-maven-plugin-3.0.12-5.fc37.noarch requires
mvn(org.glassfish.jaxb:codemodel) = 2.3.5
jaxb-istack-commons-3.0.12-5.fc37.src requires
mvn(org.glassfish.jaxb:codemodel) = 2.3.5
mp (maintained by: pcpa, sagitter)
mp-3.1.0-40.20200303git7fd4828.fc38.x86_64 requires jacop = 4.8-9.fc37
maven-shade-plugin (maintained by: deamn, mizdebsk)
maven-shade-plugin-3.4.1-1.fc38.noarch requires mvn(org.vafer:jdependency) =
2.8.0
maven-shade-plugin-3.4.1-1.fc38.src requires mvn(org.vafer:jdependency) = 2.8.0
azure-cli (maintained by: mhayden, python-packagers-sig)
azure-cli-2.43.0-1.fc38.noarch requires
python3.11dist(antlr4-python3-runtime) = 4.10.1
azure-cli-2.43.0-1.fc38.src requires antlr4 = 4.10.1-6.fc38,
python3dist(antlr4-python3-runtime) = 4.10.1
coq (maintained by: amdunn, jjames)
coq-8.16.1-1.fc38.src requires antlr4 = 4.10.1-6.fc38,
python3dist(antlr4-python3-runtime) = 4.10.1
golang-github-google-cel (maintained by: eclipseo, go-sig)
golang-github-google-cel-0.12.4-1.fc38.src requires antlr4 = 4.10.1-6.fc38,
golang(github.com/antlr/antlr4/runtime/Go/antlr) = 4.10.1-6.fc38
golang-github-google-cel-devel-0.12.4-1.fc38.noarch requires
golang(github.com/antlr/antlr4/runtime/Go/antlr) = 4.10.1-6.fc38
lucene (maintained by: dchen, eclipse-sig, jerboaa, mkoncek, rgrunber)
lucene-9.4.0-1.fc38.src requires mvn(org.antlr:antlr4-runtime) = 4.10.1
lucene-expressions-9.4.0-1.fc38.noarch requires mvn(org.antlr:antlr4-runtime)
= 4.10.1
openjfx (maintained by: deamn)
openjfx-3:17.0.0.1-5.fc38.src requires mvn(org.antlr:antlr4-maven-plugin) =
4.10.1
Too many dependencies for maven-scm, not all listed here
Depending on: ortp (3), status change: 2019-05-28 (189 weeks ago)
libeXosip2 (maintained by: nucleo)
libeXosip2-3.6.0-28.fc37.src requires ortp-devel = 2:0.23.0-8.fc35
linphone (maintained by: nucleo, sdgathman)
linphone-3.6.1-49.fc37.i686 requires libeXosip2.so.7, libortp.so.9,
ortp(x86-32) = 2:0.23.0-8.fc35
linphone-3.6.1-49.fc37.src requires libeXosip2-devel = 3.6.0-28.fc37,
ortp-devel = 2:0.23.0-8.fc35
linphone-3.6.1-49.fc37.x86_64 requires libeXosip2.so.7()(64bit),
libortp.so.9()(64bit), ortp(x86-64) = 2:0.23.0-8.fc35
linphone-devel-3.6.1-49.fc37.i686 requires pkgconfig(ortp) = 0.23.0
linphone-devel-3.6.1-49.fc37.x86_64 requires pkgconfig(ortp) = 0.23.0
linphone-mediastreamer-3.6.1-49.fc37.i686 requires libortp.so.9
linphone-mediastreamer-3.6.1-49.fc37.x86_64 requires libortp.so.9()(64bit)
linphone-mediastreamer-devel-3.6.1-49.fc37.i686 requires ortp-devel(x86-32) =
2:0.23.0-8.fc35, pkgconfig(ortp) = 0.23.0
linphone-mediastreamer-devel-3.6.1-49.fc37.x86_64 requires ortp-devel(x86-64)
= 2:0.23.0-8.fc35, pkgconfig(ortp) = 0.23.0
sipwitch (maintained by: nucleo, smani)
sipwitch-1.9.15-18.fc37.src requires libeXosip2-devel = 3.6.0-28.fc37
sipwitch-1.9.15-18.fc37.x86_64 requires libeXosip2.so.7()(64bit)
sipwitch-runtime-1.9.15-18.fc37.i686 requires libeXosip2.so.7
sipwitch-runtime-1.9.15-18.fc37.x86_64 requires libeXosip2.so.7()(64bit)
Depending on: percona-xtrabackup (1), status change: 2020-11-22 (111 weeks ago)
holland (maintained by: orphan, survient)
holland-xtrabackup-1.2.10-2.fc37.noarch requires /usr/bin/xtrabackup
Depending on: php-laminas-code (40), status change: 2020-01-23 (154 weeks ago)
php-ocramius-proxy-manager (maintained by: siwinski)
php-ocramius-proxy-manager-2.2.3-4.fc35.noarch requires
php-autoloader(zendframework/zend-code) = 3.5.1
php-ocramius-proxy-manager-2.2.3-4.fc35.src requires
php-autoloader(zendframework/zend-code) = 3.5.1
php-doctrine-doctrine-bundle (maintained by: remi, siwinski)
php-doctrine-doctrine-bundle-1.12.13-6.fc38.src requires
php-composer(ocramius/proxy-manager) = 2.2.3
php-laminas-servicemanager (maintained by: remi)
php-laminas-servicemanager-3.20.0-1.fc38.src requires
php-composer(ocramius/proxy-manager) = 2.2.3
php-symfony (maintained by: remi, siwinski)
php-symfony-2.8.52-9.fc37.src requires php-composer(ocramius/proxy-manager) =
2.2.3
php-symfony-proxy-manager-bridge-2.8.52-9.fc37.noarch requires
php-composer(ocramius/proxy-manager) = 2.2.3
php-symfony3 (maintained by: remi, siwinski)
php-symfony3-3.4.49-4.fc37.src requires php-composer(ocramius/proxy-manager)
= 2.2.3
php-symfony3-proxy-manager-bridge-3.4.49-4.fc37.noarch requires
php-composer(ocramius/proxy-manager) = 2.2.3
php-laminas-authentication (maintained by: remi)
php-laminas-authentication-2.13.0-1.fc38.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-authentication-2.13.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-barcode (maintained by: remi)
php-laminas-barcode-2.12.0-1.fc38.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-barcode-2.12.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-cache (maintained by: remi)
php-laminas-cache-2.11.3-4.fc37.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-cache-2.11.3-4.fc37.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-config (maintained by: remi)
php-laminas-config-2.6.0-7.fc35.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-config3 (maintained by: remi)
php-laminas-config3-3.8.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-crypt (maintained by: remi)
php-laminas-crypt-3.9.0-1.fc38.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-crypt-3.9.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-db (maintained by: remi)
php-laminas-db-2.15.0-2.fc37.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-di (maintained by: remi)
php-laminas-di-2.6.1-9.fc37.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-feed (maintained by: remi)
php-laminas-feed-2.20.0-1.fc38.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-feed-2.20.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-file (maintained by: remi)
php-laminas-file-2.12.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-filter (maintained by: remi)
php-laminas-filter-2.30.0-1.fc38.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-filter-2.30.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-form (maintained by: remi)
php-laminas-form-2.17.1-1.fc36.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-form-2.17.1-1.fc36.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-hydrator (maintained by: remi)
php-laminas-hydrator-2.4.2-8.fc37.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-hydrator3 (maintained by: remi)
php-laminas-hydrator3-3.2.1-4.fc37.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-i18n (maintained by: remi)
php-laminas-i18n-2.19.0-1.fc38.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-i18n-2.19.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-inputfilter (maintained by: remi)
php-laminas-inputfilter-2.22.1-1.fc38.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-inputfilter-2.22.1-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-log (maintained by: remi)
php-laminas-log-2.16.1-1.fc38.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-log-2.16.1-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-mail (maintained by: remi)
php-laminas-mail-2.20.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-modulemanager (maintained by: remi)
php-laminas-modulemanager-2.14.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-mvc (maintained by: remi)
php-laminas-mvc-3.6.0-1.fc38.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-mvc-3.6.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-mvc-console (maintained by: remi)
php-laminas-mvc-console-1.3.0-6.fc37.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-mvc-console-1.3.0-6.fc37.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-mvc-i18n (maintained by: remi)
php-laminas-mvc-i18n-1.7.0-1.fc38.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-mvc-i18n-1.7.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-mvc-plugin-identity (maintained by: remi)
php-laminas-mvc-plugin-identity-1.5.0-1.fc38.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-mvc-plugin-identity-1.5.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-navigation (maintained by: remi)
php-laminas-navigation-2.16.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-paginator (maintained by: remi)
php-laminas-paginator-2.17.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-permissions-acl (maintained by: remi)
php-laminas-permissions-acl-2.13.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-router (maintained by: remi)
php-laminas-router-3.11.1-1.fc38.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-router-3.11.1-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-serializer (maintained by: remi)
php-laminas-serializer-2.14.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-servicemanager-di (maintained by: remi)
php-laminas-servicemanager-di-1.2.1-9.fc37.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-servicemanager-di-1.2.1-9.fc37.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-session (maintained by: remi)
php-laminas-session-2.13.0-1.fc37.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-session-2.13.0-1.fc37.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-tag (maintained by: remi)
php-laminas-tag-2.9.0-3.fc37.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-test (maintained by: remi)
php-laminas-test-3.8.0-3.fc37.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-test-3.8.0-3.fc37.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-text (maintained by: remi)
php-laminas-text-2.10.0-1.fc38.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-text-2.10.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-validator (maintained by: remi)
php-laminas-validator-2.26.0-1.fc38.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-validator-2.26.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-view (maintained by: remi)
php-laminas-view-2.25.2-1.fc38.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-view-2.25.2-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
Too many dependencies for php-laminas-code, not all listed here
Depending on: php-laminas-config (23), status change: 2020-01-23 (154 weeks ago)
php-laminas-barcode (maintained by: remi)
php-laminas-barcode-2.12.0-1.fc38.src requires
php-autoloader(laminas/laminas-config) = 2.6.0
php-laminas-i18n (maintained by: remi)
php-laminas-i18n-2.19.0-1.fc38.src requires
php-autoloader(laminas/laminas-config) = 2.6.0
php-laminas-ldap (maintained by: remi)
php-laminas-ldap-2.17.0-1.fc38.src requires
php-autoloader(laminas/laminas-config) = 2.6.0
php-laminas-modulemanager (maintained by: remi)
php-laminas-modulemanager-2.14.0-1.fc38.noarch requires
php-autoloader(laminas/laminas-config) = 2.6.0
php-laminas-modulemanager-2.14.0-1.fc38.src requires
php-autoloader(laminas/laminas-config) = 2.6.0
php-laminas-navigation (maintained by: remi)
php-laminas-navigation-2.16.0-1.fc38.src requires
php-autoloader(laminas/laminas-config) = 2.6.0,
php-autoloader(laminas/laminas-i18n) = 2.19.0
php-laminas-paginator (maintained by: remi)
php-laminas-paginator-2.17.0-1.fc38.src requires
php-autoloader(laminas/laminas-config) = 2.6.0
php-laminas-recaptcha (maintained by: remi)
php-laminas-recaptcha-3.6.0-1.fc38.src requires
php-autoloader(laminas/laminas-config) = 2.6.0
php-laminas-soap (maintained by: remi)
php-laminas-soap-2.11.1-1.fc38.src requires
php-autoloader(laminas/laminas-config) = 2.6.0
php-laminas-config (maintained by: remi)
php-laminas-config-2.6.0-7.fc35.src requires
php-autoloader(laminas/laminas-i18n) = 2.19.0
php-laminas-config3 (maintained by: remi)
php-laminas-config3-3.8.0-1.fc38.src requires
php-autoloader(laminas/laminas-i18n) = 2.19.0
php-laminas-file (maintained by: remi)
php-laminas-file-2.12.0-1.fc38.src requires
php-autoloader(laminas/laminas-i18n) = 2.19.0
php-laminas-form (maintained by: remi)
php-laminas-form-2.17.1-1.fc36.src requires
php-autoloader(laminas/laminas-i18n) = 2.19.0
php-laminas-mvc-form (maintained by: remi)
php-laminas-mvc-form-1.2.0-3.fc37.noarch requires
php-autoloader(laminas/laminas-i18n) = 2.19.0
php-laminas-mvc-form-1.2.0-3.fc37.src requires
php-autoloader(laminas/laminas-i18n) = 2.19.0
php-laminas-mvc-i18n (maintained by: remi)
php-laminas-mvc-i18n-1.7.0-1.fc38.noarch requires
php-autoloader(laminas/laminas-i18n) = 2.19.0
php-laminas-mvc-i18n-1.7.0-1.fc38.src requires
php-autoloader(laminas/laminas-i18n) = 2.19.0
php-laminas-mvc-plugin-flashmessenger (maintained by: remi)
php-laminas-mvc-plugin-flashmessenger-1.9.0-1.fc38.src requires
php-autoloader(laminas/laminas-i18n) = 2.19.0
php-laminas-router (maintained by: remi)
php-laminas-router-3.11.1-1.fc38.src requires
php-autoloader(laminas/laminas-i18n) = 2.19.0
php-laminas-test (maintained by: remi)
php-laminas-test-3.8.0-3.fc37.src requires
php-autoloader(laminas/laminas-i18n) = 2.19.0,
php-autoloader(laminas/laminas-modulemanager) = 2.14.0
php-laminas-validator (maintained by: remi)
php-laminas-validator-2.26.0-1.fc38.src requires
php-autoloader(laminas/laminas-i18n) = 2.19.0
php-laminas-view (maintained by: remi)
php-laminas-view-2.25.2-1.fc38.src requires
php-autoloader(laminas/laminas-i18n) = 2.19.0,
php-autoloader(laminas/laminas-modulemanager) = 2.14.0
php-laminas-authentication (maintained by: remi)
php-laminas-authentication-2.13.0-1.fc38.src requires
php-autoloader(laminas/laminas-ldap) = 2.17.0
php-laminas-hydrator3 (maintained by: remi)
php-laminas-hydrator3-3.2.1-4.fc37.src requires
php-autoloader(laminas/laminas-modulemanager) = 2.14.0
php-laminas-mvc (maintained by: remi)
php-laminas-mvc-3.6.0-1.fc38.noarch requires
php-autoloader(laminas/laminas-modulemanager) = 2.14.0
php-laminas-mvc-3.6.0-1.fc38.src requires
php-autoloader(laminas/laminas-modulemanager) = 2.14.0
php-laminas-mvc-console (maintained by: remi)
php-laminas-mvc-console-1.3.0-6.fc37.noarch requires
php-autoloader(laminas/laminas-modulemanager) = 2.14.0
php-laminas-mvc-console-1.3.0-6.fc37.src requires
php-autoloader(laminas/laminas-modulemanager) = 2.14.0
Too many dependencies for php-laminas-config, not all listed here
Depending on: php-ocramius-proxy-manager (39), status change: 2021-08-30 (71
weeks ago)
php-doctrine-doctrine-bundle (maintained by: remi, siwinski)
php-doctrine-doctrine-bundle-1.12.13-6.fc38.src requires
php-composer(ocramius/proxy-manager) = 2.2.3
php-laminas-servicemanager (maintained by: remi)
php-laminas-servicemanager-3.20.0-1.fc38.src requires
php-composer(ocramius/proxy-manager) = 2.2.3
php-symfony (maintained by: remi, siwinski)
php-symfony-2.8.52-9.fc37.src requires php-composer(ocramius/proxy-manager) =
2.2.3
php-symfony-proxy-manager-bridge-2.8.52-9.fc37.noarch requires
php-composer(ocramius/proxy-manager) = 2.2.3
php-symfony3 (maintained by: remi, siwinski)
php-symfony3-3.4.49-4.fc37.src requires php-composer(ocramius/proxy-manager)
= 2.2.3
php-symfony3-proxy-manager-bridge-3.4.49-4.fc37.noarch requires
php-composer(ocramius/proxy-manager) = 2.2.3
php-laminas-authentication (maintained by: remi)
php-laminas-authentication-2.13.0-1.fc38.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-authentication-2.13.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-barcode (maintained by: remi)
php-laminas-barcode-2.12.0-1.fc38.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-barcode-2.12.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-cache (maintained by: remi)
php-laminas-cache-2.11.3-4.fc37.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-cache-2.11.3-4.fc37.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-config (maintained by: remi)
php-laminas-config-2.6.0-7.fc35.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-config3 (maintained by: remi)
php-laminas-config3-3.8.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-crypt (maintained by: remi)
php-laminas-crypt-3.9.0-1.fc38.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-crypt-3.9.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-db (maintained by: remi)
php-laminas-db-2.15.0-2.fc37.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-di (maintained by: remi)
php-laminas-di-2.6.1-9.fc37.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-feed (maintained by: remi)
php-laminas-feed-2.20.0-1.fc38.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-feed-2.20.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-file (maintained by: remi)
php-laminas-file-2.12.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-filter (maintained by: remi)
php-laminas-filter-2.30.0-1.fc38.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-filter-2.30.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-form (maintained by: remi)
php-laminas-form-2.17.1-1.fc36.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-form-2.17.1-1.fc36.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-hydrator (maintained by: remi)
php-laminas-hydrator-2.4.2-8.fc37.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-hydrator3 (maintained by: remi)
php-laminas-hydrator3-3.2.1-4.fc37.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-i18n (maintained by: remi)
php-laminas-i18n-2.19.0-1.fc38.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-i18n-2.19.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-inputfilter (maintained by: remi)
php-laminas-inputfilter-2.22.1-1.fc38.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-inputfilter-2.22.1-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-log (maintained by: remi)
php-laminas-log-2.16.1-1.fc38.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-log-2.16.1-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-mail (maintained by: remi)
php-laminas-mail-2.20.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-modulemanager (maintained by: remi)
php-laminas-modulemanager-2.14.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-mvc (maintained by: remi)
php-laminas-mvc-3.6.0-1.fc38.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-mvc-3.6.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-mvc-console (maintained by: remi)
php-laminas-mvc-console-1.3.0-6.fc37.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-mvc-console-1.3.0-6.fc37.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-mvc-i18n (maintained by: remi)
php-laminas-mvc-i18n-1.7.0-1.fc38.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-mvc-i18n-1.7.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-mvc-plugin-identity (maintained by: remi)
php-laminas-mvc-plugin-identity-1.5.0-1.fc38.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-mvc-plugin-identity-1.5.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-navigation (maintained by: remi)
php-laminas-navigation-2.16.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-paginator (maintained by: remi)
php-laminas-paginator-2.17.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-permissions-acl (maintained by: remi)
php-laminas-permissions-acl-2.13.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-router (maintained by: remi)
php-laminas-router-3.11.1-1.fc38.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-router-3.11.1-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-serializer (maintained by: remi)
php-laminas-serializer-2.14.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-servicemanager-di (maintained by: remi)
php-laminas-servicemanager-di-1.2.1-9.fc37.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-servicemanager-di-1.2.1-9.fc37.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-session (maintained by: remi)
php-laminas-session-2.13.0-1.fc37.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-session-2.13.0-1.fc37.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-tag (maintained by: remi)
php-laminas-tag-2.9.0-3.fc37.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-test (maintained by: remi)
php-laminas-test-3.8.0-3.fc37.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-test-3.8.0-3.fc37.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-text (maintained by: remi)
php-laminas-text-2.10.0-1.fc38.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-text-2.10.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-validator (maintained by: remi)
php-laminas-validator-2.26.0-1.fc38.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-validator-2.26.0-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-view (maintained by: remi)
php-laminas-view-2.25.2-1.fc38.noarch requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
php-laminas-view-2.25.2-1.fc38.src requires
php-autoloader(laminas/laminas-servicemanager) = 3.20.0
Too many dependencies for php-ocramius-proxy-manager, not all listed here
Depending on: php-symfony-security-acl (23), status change: 2021-08-30 (71
weeks ago)
php-symfony (maintained by: remi, siwinski)
php-symfony-2.8.52-9.fc37.src requires php-composer(doctrine/cache) = 1.13.0,
php-composer(symfony/security-acl) = 2.8.0
php-symfony-security-2.8.52-9.fc37.noarch requires
php-composer(symfony/security-acl) = 2.8.0
php-symfony-security-bundle-2.8.52-9.fc37.noarch requires
php-composer(symfony/security-acl) = 2.8.0
php-symfony-framework-bundle-2.8.52-9.fc37.noarch requires
php-composer(doctrine/cache) = 1.13.0
php-symfony-serializer-2.8.52-9.fc37.noarch requires
php-composer(doctrine/cache) = 1.13.0
php-symfony-validator-2.8.52-9.fc37.noarch requires
php-composer(doctrine/cache) = 1.13.0
php-symfony3 (maintained by: remi, siwinski)
php-symfony3-3.4.49-4.fc37.src requires php-composer(doctrine/cache) =
1.13.0, php-composer(symfony/security-acl) = 2.8.0
php-symfony3-class-loader-3.4.49-4.fc37.noarch requires
php-symfony-class-loader = 2.8.52-9.fc37
php-symfony4 (maintained by: remi, siwinski)
php-symfony4-4.4.47-1.fc38.src requires php-composer(doctrine/cache) =
1.13.0, php-composer(symfony/security-acl) = 2.8.0
php-symfony4-framework-bundle-4.4.47-1.fc38.noarch requires
php-composer(doctrine/cache) = 1.13.0
php-doctrine-cache (maintained by: remi, siwinski)
php-doctrine-cache-1.13.0-2.fc37.src requires
php-composer(symfony/var-exporter) = 4.4.47
php-doctrine-datafixtures (maintained by: remi, siwinski)
php-doctrine-datafixtures-1.6.2-1.fc38.src requires php-symfony4-cache =
4.4.47-1.fc38
php-doctrine-doctrine-bundle (maintained by: remi, siwinski)
php-doctrine-doctrine-bundle-1.12.13-6.fc38.src requires php-symfony4-cache =
4.4.47-1.fc38, php-symfony4-config = 4.4.47-1.fc38, php-symfony4-console =
4.4.47-1.fc38, php-symfony4-dependency-injection = 4.4.47-1.fc38,
php-symfony4-doctrine-bridge = 4.4.47-1.fc38, php-symfony4-framework-bundle =
4.4.47-1.fc38, php-symfony4-property-info = 4.4.47-1.fc38,
php-symfony4-proxy-manager-bridge = 4.4.47-1.fc38, php-symfony4-twig-bridge =
4.4.47-1.fc38, php-symfony4-validator = 4.4.47-1.fc38,
php-symfony4-web-profiler-bundle = 4.4.47-1.fc38, php-symfony4-yaml = 4.4.47-1.fc38
php-doctrine-doctrine-bundle2 (maintained by: remi)
php-doctrine-doctrine-bundle2-2.7.2-1.fc38.src requires
php-composer(doctrine/cache) = 1.13.0, php-symfony4-cache = 4.4.47-1.fc38,
php-symfony4-config = 4.4.47-1.fc38, php-symfony4-console = 4.4.47-1.fc38,
php-symfony4-dependency-injection = 4.4.47-1.fc38, php-symfony4-doctrine-bridge
= 4.4.47-1.fc38, php-symfony4-framework-bundle = 4.4.47-1.fc38,
php-symfony4-property-info = 4.4.47-1.fc38, php-symfony4-proxy-manager-bridge =
4.4.47-1.fc38, php-symfony4-twig-bridge = 4.4.47-1.fc38, php-symfony4-validator
= 4.4.47-1.fc38, php-symfony4-web-profiler-bundle = 4.4.47-1.fc38,
php-symfony4-yaml = 4.4.47-1.fc38
php-doctrine-doctrine-bundle2-2.7.2-1.fc38.noarch requires
php-composer(doctrine/cache) = 1.13.0
php-doctrine-orm (maintained by: remi, siwinski)
php-doctrine-orm-2.14.0-1.fc38.src requires php-composer(doctrine/cache) =
1.13.0, php-composer(symfony/var-exporter) = 4.4.47
php-doctrine-orm-2.14.0-1.fc38.noarch requires php-composer(doctrine/cache) =
1.13.0
php-nyholm-psr7 (maintained by: remi)
php-nyholm-psr7-1.5.1-2.fc37.src requires php-composer(symfony/error-handler)
= 4.4.47
php-pdepend-PHP-Depend (maintained by: cdamian, orphan, remi)
php-pdepend-PHP-Depend-2.12.1-1.fc38.noarch requires php-symfony4-config =
4.4.47-1.fc38, php-symfony4-dependency-injection = 4.4.47-1.fc38,
php-symfony4-filesystem = 4.4.47-1.fc38
php-pdepend-PHP-Depend-2.12.1-1.fc38.src requires php-symfony4-config =
4.4.47-1.fc38, php-symfony4-dependency-injection = 4.4.47-1.fc38,
php-symfony4-filesystem = 4.4.47-1.fc38
php-phpspec (maintained by: remi)
php-phpspec-7.3.0-1.fc38.noarch requires php-symfony4-console =
4.4.47-1.fc38, php-symfony4-event-dispatcher = 4.4.47-1.fc38,
php-symfony4-finder = 4.4.47-1.fc38, php-symfony4-process = 4.4.47-1.fc38,
php-symfony4-yaml = 4.4.47-1.fc38
php-phpunit-DbUnit (maintained by: remi)
php-phpunit-DbUnit-2.0.3-14.fc37.noarch requires php-symfony4-yaml =
4.4.47-1.fc38
php-phpunit-PHPUnit (maintained by: remi)
php-phpunit-PHPUnit-5.7.27-18.fc37.noarch requires php-symfony4-yaml =
4.4.47-1.fc38
php-phpunit-PHPUnit-5.7.27-18.fc37.src requires php-symfony4-yaml = 4.4.47-1.fc38
php-sebastian-diff3 (maintained by: remi)
php-sebastian-diff3-3.0.3-6.fc37.src requires php-symfony4-process =
4.4.47-1.fc38
php-sebastian-diff4 (maintained by: remi)
php-sebastian-diff4-4.0.4-5.fc37.src requires php-symfony4-process =
4.4.47-1.fc38
php-symfony-polyfill (maintained by: siwinski)
php-symfony-polyfill-1.27.0-1.fc38.src requires php-symfony4-intl =
4.4.47-1.fc38, php-symfony4-var-dumper = 4.4.47-1.fc38
php-doctrine-annotations (maintained by: remi, siwinski)
php-doctrine-annotations-1.14.2-1.fc38.src requires
php-composer(doctrine/cache) = 1.13.0
php-doctrine-common (maintained by: remi, siwinski)
php-doctrine-common-1:2.13.3-5.fc35.noarch requires
php-composer(doctrine/cache) = 1.13.0
php-doctrine-common-1:2.13.3-5.fc35.src requires php-composer(doctrine/cache)
= 1.13.0
php-doctrine-dbal (maintained by: lcts, remi)
php-doctrine-dbal-2.13.9-2.fc37.noarch requires php-composer(doctrine/cache)
= 1.13.0
php-doctrine-dbal-2.13.9-2.fc37.src requires php-composer(doctrine/cache) =
1.13.0
php-doctrine-dbal3 (maintained by: remi)
php-doctrine-dbal3-3.5.2-1.fc38.noarch requires php-composer(doctrine/cache)
= 1.13.0
php-doctrine-dbal3-3.5.2-1.fc38.src requires php-composer(doctrine/cache) =
1.13.0
php-doctrine-doctrine-cache-bundle (maintained by: remi, siwinski)
php-doctrine-doctrine-cache-bundle-1.4.0-6.fc37.noarch requires
php-composer(doctrine/cache) = 1.13.0
php-doctrine-persistence (maintained by: remi)
php-doctrine-persistence-1.3.8-5.fc37.noarch requires
php-composer(doctrine/cache) = 1.13.0
php-doctrine-persistence-1.3.8-5.fc37.src requires
php-composer(doctrine/cache) = 1.13.0
php-doctrine-persistence2 (maintained by: remi)
php-doctrine-persistence2-2.5.6-1.fc38.noarch requires
php-composer(doctrine/cache) = 1.13.0
php-doctrine-persistence2-2.5.6-1.fc38.src requires
php-composer(doctrine/cache) = 1.13.0
Too many dependencies for php-symfony-security-acl, not all listed here
Depending on: portlet-2.0-api (1), status change: 2019-09-11 (173 weeks ago)
apache-commons-fileupload (maintained by: jerboaa, jjelen, mizdebsk, spike)
apache-commons-fileupload-1.4-8.fc36.src requires
mvn(javax.portlet:portlet-api) = 1.0
Depending on: simde (1), status change: 2020-04-13 (143 weeks ago)
bwa (maintained by: jaruga, verdurin)
bwa-0.7.17-8.fc37.src requires simde-devel = 0.7.3-1.git3378ab3.fc35
Depending on: xml-security-c (3), status change: 2017-10-10 (274 weeks ago)
libdigidocpp (maintained by: cserpentis, germano)
libdigidocpp-3.14.10-1.fc38.i686 requires libxml-security-c.so.20
libdigidocpp-3.14.10-1.fc38.src requires xml-security-c-devel = 2.0.2-9.fc35
libdigidocpp-3.14.10-1.fc38.x86_64 requires libxml-security-c.so.20()(64bit)
qdigidoc (maintained by: cserpentis, germano)
qdigidoc-4.2.12-2.fc38.src requires libdigidocpp-devel = 3.14.10-1.fc38
qdigidoc-4.2.12-2.fc38.x86_64 requires libdigidocpp.so.1()(64bit)
open-eid (maintained by: cserpentis, germano)
open-eid-17.12-12.fc37.noarch requires qdigidoc = 4.2.12-2.fc38
Depending on: xorg-x11-drv-qxl (16), status change: 2020-04-02 (144 weeks ago)
xorg-x11-drivers (maintained by: airlied, ajax, alexl, caolanm, glisse,
mbarnes, rhughes, rstrode, ssp, whot)
xorg-x11-drivers-2022-3.fc38.x86_64 requires xorg-x11-drv-qxl = 0.1.5-20.fc35
anaconda (maintained by: anaconda-maint, jkonecny, m4rtink, rvykydal,
vladimirslavik, vponcova)
anaconda-install-img-deps-38.14-1.fc38.x86_64 requires xorg-x11-drivers =
2022-3.fc38
anaconda-realmd (maintained by: stefw, vpodzime)
anaconda-realmd-0.2-18.fc37.noarch requires anaconda = 38.14-1.fc38
initial-setup (maintained by: jkonecny, m4rtink, rvykydal, vpodzime)
initial-setup-0.3.95-2.fc37.x86_64 requires anaconda-tui = 38.14-1.fc38
initial-setup-gui-0.3.95-2.fc37.x86_64 requires anaconda-gui = 38.14-1.fc38
kdump-anaconda-addon (maintained by: coiby, kasong)
kdump-anaconda-addon-006-7.20220714git7ca2d3e.fc37.noarch requires anaconda =
38.14-1.fc38
lorax (maintained by: bcl, clumens, dcantrell, dshea, wwoods)
lorax-lmc-novirt-38.4-2.fc38.x86_64 requires anaconda-core = 38.14-1.fc38,
anaconda-install-env-deps = 38.14-1.fc38, anaconda-tui = 38.14-1.fc38
oscap-anaconda-addon (maintained by: evgenyz, jcerny, matyc, mlysonek,
vpodzime, vpolasek, wsato)
oscap-anaconda-addon-1.0-12.fc37.noarch requires anaconda-core = 38.14-1.fc38
oscap-anaconda-addon-1.0-12.fc37.src requires anaconda-core = 38.14-1.fc38
pungi (maintained by: dmach, hlin, lsedlar, maxamillion, onosek, tdawson, wwoods)
pungi-4.3.7-1.fc38.src requires lorax = 38.4-2.fc38
livecd-tools (maintained by: bcl, bruno, ngompa)
python-imgcreate-sysdeps-1:31.0-2.fc37.x86_64 requires lorax = 38.4-2.fc38
bodhi-server (maintained by: abompard, humaton, lenkaseg)
bodhi-composer-6.0.1-4.fc38.noarch requires pungi = 4.3.7-1.fc38
module-build-service (maintained by: breilly, mikem)
module-build-service-3.8.0-1.fc38.noarch requires python3-pungi = 4.3.7-1.fc38
module-build-service-3.8.0-1.fc38.src requires python3-pungi = 4.3.7-1.fc38
odcs (maintained by: cqi, fivaldi, hlin, jkaluza, lsedlar, qwan)
odcs-0.3.6-3.fc37.noarch requires pungi = 4.3.7-1.fc38
appliance-tools (maintained by: ngompa)
appliance-tools-011.1-9.fc37.noarch requires python3-imgcreate = 1:31.0-2.fc37
flatpak-module-tools (maintained by: kalev, otaylor)
flatpak-module-tools-0.13-6.fc37.noarch requires module-build-service =
3.8.0-1.fc38
cekit (maintained by: goldmann, rnc)
cekit-4.5.0-1.fc38.noarch requires python3.11dist(odcs) = 0.3.6
atomic-reactor (maintained by: cverna, infra-sig, kevin, maxamillion, twaugh,
vrutkovs)
python3-atomic-reactor-3.14.0-2.fc38.noarch requires
python3.11dist(flatpak-module-tools) = 0.13
Depending on: xorg-x11-drv-vmware (16), status change: 2022-01-24 (50 weeks ago)
xorg-x11-drivers (maintained by: airlied, ajax, alexl, caolanm, glisse,
mbarnes, rhughes, rstrode, ssp, whot)
xorg-x11-drivers-2022-3.fc38.x86_64 requires xorg-x11-drv-vmware = 13.2.1-16.fc35
anaconda (maintained by: anaconda-maint, jkonecny, m4rtink, rvykydal,
vladimirslavik, vponcova)
anaconda-install-img-deps-38.14-1.fc38.x86_64 requires xorg-x11-drivers =
2022-3.fc38
anaconda-realmd (maintained by: stefw, vpodzime)
anaconda-realmd-0.2-18.fc37.noarch requires anaconda = 38.14-1.fc38
initial-setup (maintained by: jkonecny, m4rtink, rvykydal, vpodzime)
initial-setup-0.3.95-2.fc37.x86_64 requires anaconda-tui = 38.14-1.fc38
initial-setup-gui-0.3.95-2.fc37.x86_64 requires anaconda-gui = 38.14-1.fc38
kdump-anaconda-addon (maintained by: coiby, kasong)
kdump-anaconda-addon-006-7.20220714git7ca2d3e.fc37.noarch requires anaconda =
38.14-1.fc38
lorax (maintained by: bcl, clumens, dcantrell, dshea, wwoods)
lorax-lmc-novirt-38.4-2.fc38.x86_64 requires anaconda-core = 38.14-1.fc38,
anaconda-install-env-deps = 38.14-1.fc38, anaconda-tui = 38.14-1.fc38
oscap-anaconda-addon (maintained by: evgenyz, jcerny, matyc, mlysonek,
vpodzime, vpolasek, wsato)
oscap-anaconda-addon-1.0-12.fc37.noarch requires anaconda-core = 38.14-1.fc38
oscap-anaconda-addon-1.0-12.fc37.src requires anaconda-core = 38.14-1.fc38
pungi (maintained by: dmach, hlin, lsedlar, maxamillion, onosek, tdawson, wwoods)
pungi-4.3.7-1.fc38.src requires lorax = 38.4-2.fc38
livecd-tools (maintained by: bcl, bruno, ngompa)
python-imgcreate-sysdeps-1:31.0-2.fc37.x86_64 requires lorax = 38.4-2.fc38
bodhi-server (maintained by: abompard, humaton, lenkaseg)
bodhi-composer-6.0.1-4.fc38.noarch requires pungi = 4.3.7-1.fc38
module-build-service (maintained by: breilly, mikem)
module-build-service-3.8.0-1.fc38.noarch requires python3-pungi = 4.3.7-1.fc38
module-build-service-3.8.0-1.fc38.src requires python3-pungi = 4.3.7-1.fc38
odcs (maintained by: cqi, fivaldi, hlin, jkaluza, lsedlar, qwan)
odcs-0.3.6-3.fc37.noarch requires pungi = 4.3.7-1.fc38
appliance-tools (maintained by: ngompa)
appliance-tools-011.1-9.fc37.noarch requires python3-imgcreate = 1:31.0-2.fc37
flatpak-module-tools (maintained by: kalev, otaylor)
flatpak-module-tools-0.13-6.fc37.noarch requires module-build-service =
3.8.0-1.fc38
cekit (maintained by: goldmann, rnc)
cekit-4.5.0-1.fc38.noarch requires python3.11dist(odcs) = 0.3.6
atomic-reactor (maintained by: cverna, infra-sig, kevin, maxamillion, twaugh,
vrutkovs)
python3-atomic-reactor-3.14.0-2.fc38.noarch requires
python3.11dist(flatpak-module-tools) = 0.13
Affected (co)maintainers
abompard: xorg-x11-drv-qxl, xorg-x11-drv-vmware
adamwill: coffee-script
agerstmayr: golang-gopkg-mgo-2
airlied: xorg-x11-drv-qxl, xorg-x11-drv-vmware
ajax: waffle, xorg-x11-drv-qxl, xorg-x11-drv-vmware
alexl: libgnome, xorg-x11-drv-qxl, xorg-x11-drv-vmware
alon: xorg-x11-drv-qxl
amdunn: maven-scm
anaconda-maint: xorg-x11-drv-qxl, xorg-x11-drv-vmware
andymenderunix: wdune
ankursinha: llvm11
anthr76: golang-github-d2g-dhcp4server
antiaircraft: libgnome
arcress: ipmiutil
asn: coffee-script
astro-sig: libgnome
athoscr: golang-github-gobuffalo-packr, coffee-script
atim: howl
aviso: libgnome
avsej: libmobi
bboozzoo: golang-gopkg-mgo-2
bcl: xorg-x11-drv-qxl, xorg-x11-drv-vmware
bdperkin: golang-github-gin-gonic, golang-github-gobuffalo-packr
breilly: xorg-x11-drv-qxl, xorg-x11-drv-vmware
brouhaha: free42
bruno: libgnome, xorg-x11-drv-qxl, xml-security-c, xorg-x11-drv-vmware
buc: libgnome
buckaroogeek: golang-github-d2g-dhcp4server
caolanm: libgnome, xorg-x11-drv-qxl, xorg-x11-drv-vmware
cbm: llvm11
cdamian: php-symfony-security-acl
cdorney: maven-scm
cfeist: coffee-script
cfu: maven-scm
cheeselee: golang-github-jung-kurt-gofpdf, golang-gonum-1-plot, golang-github-latex
chkr: nall
cicku: libgnome
clalance: coffee-script
clumens: xorg-x11-drv-qxl, xorg-x11-drv-vmware
coiby: xorg-x11-drv-qxl, xorg-x11-drv-vmware
copart: golang-github-ncw-swift-2, golang-github-grpc-ecosystem-gateway
copperi: golang-github-gobuffalo-packr,
golang-github-influxdata-influxdb1-client, golang-github-d2g-dhcp4server
copr-sig: libmodulemd1
cqi: xorg-x11-drv-qxl, xorg-x11-drv-vmware
cquad: maven-scm
cserpentis: xml-security-c
cverna: xorg-x11-drv-qxl, xorg-x11-drv-vmware
cwickert: libgnome
cypret: golang-github-grpc-ecosystem-gateway, golang-github-gobuffalo-packr,
golang-github-influxdata-influxdb1-client, golang-github-cockroachdb-sentry
davidcornette: kguitar
davidsch: llvm11
dcantrell: xorg-x11-drv-qxl, xorg-x11-drv-vmware
dcavalca: libv3270, golang-github-gobuffalo-packr
dchen: maven-scm
deamn: maven-scm
deepinde-sig: golang-github-jung-kurt-gofpdf, golang-gonum-1-plot,
golang-github-latex
dhowells: cloog
didiksupriadi41: maven-scm
dmach: xorg-x11-drv-qxl, xorg-x11-drv-vmware
dodji: cloog
dshea: xorg-x11-drv-qxl, xorg-x11-drv-vmware
dwrobel: cloog
ebaron: maven-scm
echevemaster: libgnome
eclipse-sig: maven-scm
eclipseo: golang-github-latex, golang-github-cockroachdb-sentry,
golang-github-maruel-panicparse-2, golang-gopkg-mgo-2,
golang-github-adroll-goamz, golang-sigs-k8s-controller-runtime,
golang-github-grpc-ecosystem-gateway, golang-github-dave-dst,
golang-github-maruel-panicparse, golang-github-gobuffalo-packr,
golang-github-mholt-certmagic-0.8, golang-github-gopherjs,
golang-github-ncw-swift-2, golang-sigs-k8s-application,
golang-github-viant-toolbox, golang-istio-pkg, golang-github-jung-kurt-gofpdf,
golang-github-cheekybits-genny,
golang-github-mattermost-xml-roundtrip-validator,
golang-github-d2g-dhcp4server, golang-github-influxdata-influxdb1-client,
golang-github-ugorji, golang-github-cockroachdb-gostdlib,
golang-github-aws-sdk-2-0.24, golang-github-gin-gonic, maven-scm,
golang-github-karlseguin-ccache, golang-github-aphistic-sweet,
golang-github-gophercloud-utils, golang-gonum-1-plot,
golang-github-docker-licensing
elmarco: xorg-x11-drv-qxl, golang-github-d2g-dhcp4server
epel-packagers-sig: golang-github-gobuffalo-packr, cloog
eseyman: coffee-script
evgenyz: xorg-x11-drv-qxl, xorg-x11-drv-vmware
fab: golang-github-gdamore-optopia, golang-github-gin-gonic, libgnome,
nodejs-tape, httpdump, golang-github-influxdata-influxdb1-client, goddi,
golang-github-ugorji, llvm11, golang-github-gobuffalo-packr, ArpON,
golang-github-grpc-ecosystem-gateway, tcptrack, ccrypt
felixonmars: golang-github-jung-kurt-gofpdf, golang-gonum-1-plot,
golang-github-latex
filiperosset: libgnome
fivaldi: xorg-x11-drv-qxl, xorg-x11-drv-vmware
frostyx: libmodulemd1
germano: xml-security-c
glisse: xorg-x11-drv-qxl, xorg-x11-drv-vmware
gnome-sig: libgnome
go-sig: golang-github-latex, golang-github-cockroachdb-sentry,
golang-github-maruel-panicparse-2, golang-gopkg-mgo-2,
golang-github-adroll-goamz, golang-sigs-k8s-controller-runtime,
golang-github-grpc-ecosystem-gateway, golang-github-dave-dst,
golang-github-cosmos72-gomacro, golang-github-gobuffalo-packr,
golang-github-maruel-panicparse, golang-github-mholt-certmagic-0.8,
golang-github-gopherjs, golang-github-ncw-swift-2, golang-helm-3,
golang-sigs-k8s-application, golang-github-viant-toolbox, golang-istio-pkg,
golang-github-jung-kurt-gofpdf, golang-github-cheekybits-genny, httpdump,
golang-github-mattermost-xml-roundtrip-validator,
golang-github-d2g-dhcp4server, goddi,
golang-github-influxdata-influxdb1-client, golang-github-ugorji,
golang-github-cockroachdb-gostdlib, golang-github-aws-sdk-2-0.24,
golang-github-gdamore-optopia, golang-github-gin-gonic, maven-scm,
golang-github-karlseguin-ccache, golang-github-aphistic-sweet,
golang-github-gophercloud-utils, golang-gonum-1-plot,
golang-github-docker-licensing
goldmann: xorg-x11-drv-qxl, xorg-x11-drv-vmware
gotmax23: golang-github-gobuffalo-packr,
golang-github-influxdata-influxdb1-client, golang-github-d2g-dhcp4server
greghellings: coffee-script
gscrivano: golang-github-grpc-ecosystem-gateway, golang-github-gobuffalo-packr,
golang-github-influxdata-influxdb1-client, golang-github-cockroachdb-sentry
hlin: xorg-x11-drv-qxl, xorg-x11-drv-vmware
humaton: xorg-x11-drv-qxl, xorg-x11-drv-vmware
idevat: coffee-script
ignatenkobrain: llvm11
infra-sig: xorg-x11-drv-qxl, xorg-x11-drv-vmware, golang-github-d2g-dhcp4server
jaruga: simde, bowtie, coffee-script
jcerny: xorg-x11-drv-qxl, xorg-x11-drv-vmware
jchaloup: golang-github-gopherjs, golang-github-d2g-dhcp4server,
golang-github-cockroachdb-sentry, golang-github-influxdata-influxdb1-client,
golang-github-ugorji, golang-github-grpc-ecosystem-gateway,
golang-github-jung-kurt-gofpdf, golang-github-gobuffalo-packr
jerboaa: maven-scm, portlet-2.0-api
jgrulich: clazy, llvm12
jhladky: datamash
jhli: libsafec
jistone: llvm9.0, llvm11
jjames: maven-scm, llvm11
jjelen: maven-scm, portlet-2.0-api
jkaluza: xorg-x11-drv-qxl, xorg-x11-drv-vmware
jkonecny: xorg-x11-drv-qxl, xorg-x11-drv-vmware
jmagne: maven-scm
jonathanspw: cave9
jplesnik: libgnome
jstribny: coffee-script
jussilehtola: IQmol, llvm11
jvanek: maven-scm
jwrdegoede: xorg-x11-drv-qxl
kalev: xorg-x11-drv-qxl, libmodulemd1, xorg-x11-drv-vmware
kasong: xorg-x11-drv-qxl, xorg-x11-drv-vmware
kde-sig: kjots, golang-gopkg-mgo-2
kevin: xorg-x11-drv-qxl, sigul, xorg-x11-drv-vmware
kloczek: xml-security-c
kwizart: libyami, libyami-utils
laxathom: libgnome
lbazan: libgnome, irssi-xmpp, llvm11
lcts: php-symfony-security-acl
lenkaseg: xorg-x11-drv-qxl, xorg-x11-drv-vmware
limb: libgnome, golang-github-adroll-goamz
lkundrak: xorg-x11-drv-armada, btkbdd
lsedlar: xorg-x11-drv-qxl, xorg-x11-drv-vmware
lsm5: golang-github-d2g-dhcp4server, golang-github-influxdata-influxdb1-client,
golang-github-cockroachdb-sentry, golang-github-grpc-ecosystem-gateway,
golang-github-gobuffalo-packr
lucilanga: simh, alevt
lupinix: opencl-utils
m4rtink: xorg-x11-drv-qxl, xorg-x11-drv-vmware
maha: irssi-xmpp
mattia: libgnome, golang-github-d2g-dhcp4server
matyc: xorg-x11-drv-qxl, xorg-x11-drv-vmware
maxamillion: xorg-x11-drv-qxl, xorg-x11-drv-vmware
mbarnes: libgnome, xorg-x11-drv-qxl, xorg-x11-drv-vmware
mcrha: libgnome
mgoodwin: golang-gopkg-mgo-2
mharmsen: maven-scm
mhayden: maven-scm
mhjacks: coffee-script
mhlavink: cloog
mikelo2: golang-github-grpc-ecosystem-gateway, golang-github-cockroachdb-sentry
mikem: xorg-x11-drv-qxl, xorg-x11-drv-vmware
mikep: golang-github-gobuffalo-packr
mitr: sigul
mizdebsk: maven-scm, portlet-2.0-api
mkoncek: maven-scm
mlisik: coffee-script
mlysonek: xorg-x11-drv-qxl, xorg-x11-drv-vmware
moceap: kmplayer
mpospisi: coffee-script
msuchy: libmodulemd1
mtasaka: libgnome, coffee-script
mzavalavz: tpm2-tss-engine
nathans: golang-gopkg-mgo-2
neuro-sig: llvm11
ngompa: xorg-x11-drv-qxl, golang-gopkg-mgo-2, xorg-x11-drv-vmware
nonamedotc: gtkhash
nphilipp: libmodulemd1
nucleo: belle-sip, ortp
olea: libgnome
omular: coffee-script
onosek: xorg-x11-drv-qxl, xorg-x11-drv-vmware
orion: llvm11
otaylor: xorg-x11-drv-qxl, xorg-x11-drv-vmware
patches: nodejs-tape, coffee-script
pbrobinson: mimic
pcpa: maven-scm, llvm11
peter: erlpmd
petersen: llvm12, llvm9.0, llvm10, llvm11
pfilipen: coffee-script
pgordon: lucidlife
plautrba: llvm11
pnemade: llvm11
ppisar: libgnome
praiskup: libmodulemd1
psabata: tabbed
pvalena: coffee-script
pwalter: howl
pwouters: validns, sslsplit
python-packagers-sig: maven-scm, llvm11
qulogic: golang-github-cosmos72-gomacro
qwan: xorg-x11-drv-qxl, xorg-x11-drv-vmware
rdieter: kmplayer, golang-gopkg-mgo-2
remi: php-ocramius-proxy-manager, php-laminas-code, php-symfony-security-acl,
php-laminas-config, php-doctrine-common, php-hamcrest
rgrunber: maven-scm
rhughes: libgnome, xorg-x11-drv-qxl, xorg-x11-drv-vmware
rnc: xorg-x11-drv-qxl, xorg-x11-drv-vmware
rombobeorn: libgnome
rstrode: libgnome, xorg-x11-drv-qxl, xorg-x11-drv-vmware
ruby-packagers-sig: coffee-script
rvykydal: xorg-x11-drv-qxl, xorg-x11-drv-vmware
s00se: cloog
sagarun: ArpON
sagitter: maven-scm
sailer: llvm11
salimma: libgnome
schlupov: libmodulemd1
sdgathman: openas2, belle-sip, ortp, cjdns
sergesanspaille: llvm12, llvm10, llvm11
sergiodj: rnetclient
sergiomb: maven-scm, golang-github-d2g-dhcp4server
sgallagh: libmodulemd1
shaneallcroft: llvm11
sharkcz: libgnome
siwinski: php-symfony-security-acl, php-laminas-code,
php-ocramius-proxy-manager, php-doctrine-common
slaanesh: percona-xtrabackup
slankes: percona-xtrabackup
smani: ortp
spike: portlet-2.0-api
spot: libgnome
sseago: coffee-script
ssp: libgnome, xorg-x11-drv-qxl, xorg-x11-drv-vmware
stefw: xorg-x11-drv-qxl, xorg-x11-drv-vmware
steve: libgnome
survient: percona-xtrabackup
susmit: libndn-cxx
tagoh: llvm11
tartare: libgnome
tartina: phasex
tdawson: xorg-x11-drv-qxl, xorg-x11-drv-vmware, coffee-script
teuf: xorg-x11-drv-qxl, frogr
thm: libgnome
thunderbirdtr: kjots
tojeline: coffee-script
tpokorra: libgnome
trawets: libgnome, maven-scm
tstellar: llvm9.0, llvm10, llvm12, llvm11
twaugh: xorg-x11-drv-qxl, xorg-x11-drv-vmware
valtri: coffee-script
vanessakris: llvm11
verdurin: simde, bowtie
victortoso: xorg-x11-drv-qxl
vladimirslavik: xorg-x11-drv-qxl, xorg-x11-drv-vmware
vondruch: coffee-script
vpodzime: xorg-x11-drv-qxl, xorg-x11-drv-vmware
vpolasek: xorg-x11-drv-qxl, xorg-x11-drv-vmware
vponcova: xorg-x11-drv-qxl, xorg-x11-drv-vmware
vrutkovs: xorg-x11-drv-qxl, xorg-x11-drv-vmware
walters: golang-github-grpc-ecosystem-gateway, golang-github-gobuffalo-packr,
golang-github-influxdata-influxdb1-client, golang-github-cockroachdb-sentry
whot: xorg-x11-drv-qxl, xorg-x11-drv-vmware
wolfy: tcptrack
wsato: xorg-x11-drv-qxl, xorg-x11-drv-vmware
wwoods: xorg-x11-drv-qxl, xorg-x11-drv-vmware
yanqiyu: golang-github-d2g-dhcp4server
zbyszek: llvm11
zsun: golang-github-jung-kurt-gofpdf, golang-gonum-1-plot, golang-github-latex
zyga: zmk, golang-gopkg-mgo-2
2 months, 1 week
F38 proposal: Unfiltered Flathub (System-Wide Change proposal)
by Ben Cotton
https://fedoraproject.org/wiki/Changes/UnfilteredFlathub
Note that I am processing this proposal past the deadline because 1. I
think it could reasonably be considered a Self-Contained Change
proposal and 2. the reasons outlined by Mattias in another thread:
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.o...
This document represents a proposed Change. As part of the Changes
process, proposals are publicly announced in order to receive
community feedback. This proposal will only be implemented if approved
by the Fedora Engineering Steering Committee.
== Summary ==
Fedora Workstation's existing
[https://docs.fedoraproject.org/en-US/workstation-working-group/third-part...
third party repo feature] allows users to enable a selection of
software repos that are hosted by external organizations. This
selection has included a filtered version of Flathub since F35, which
provides access to a small number of Flathub apps. This change would
remove the filtering from our Flathub offering, so that users can
enable a complete version of Flathub using the third party
repositories feature. In the graphical software manager app, Flathub
packages will only be selected by default when no Fedora package is
available.
== Owner ==
* Name: Workstation WG
* Email: mclasen(a)redhat.com
== Detailed Description ==
Since F35, Fedora has included a Flatpak repo definition for Flathub
in the fedora-flathub-remote package. This Flathub remote can be used
by those who enable third-party software repositories through either
GNOME Initial Setup or GNOME Software. Users who do not opt in do not
see any content from Flathub.
The current Flathub remote is filtered by an allowlist, to only make a
limited subset of software from Flathub available.
The unfiltered Flathub change has two parts:
# Remove the allowlist from the Flatpak remote, so that when a user
opts in, they gain access to all Flathub content and not just a small
selection.
# Adjust GNOME Software so that it uses the following priority order
when deciding which package to offer by default:
## Fedora Flatpaks
## RPMs
## Flathub Flatpaks
This will mean that, when using the graphical software manager,
Flathub Flatpaks will only be selected by default when there is no
Fedora Flatpak or RPM.
Other details:
* In GNOME Software, users will continue to be able to manually select
a different source for individual applications.
* The filtering mechanism will remain in place, and it will be
possible to reinstate a filter via a package update, should the need
arise in the future.
* It has been indicated that it is legally acceptable for us to remove
the filtering from the Flathub remote that we make available for users
to opt into.
* The UI for enabling the third party repositories clearly states that
they contain proprietary software.
* GNOME Software shows information about whether apps are open source
or proprietary, so that users can decide whether they want to install
them or not.
== Feedback ==
A previous version of this proposal was rejected by FESCo for Fedora
37. It has subsequently been modified to address the concerns raised:
* GNOME Software will prefer packages that have been through the
Fedora packaging process, over those that have not.
* For developer tools that do not work well in a sandbox, there will
be no Fedora Flatpak, and the RPM will be preferred over the Flathub
Flatpak.
Some other questions and concerns that were raised in the previous discussion:
=== Who owns and runs Flathub? ===
Flathub is owned and run by [https://foundation.gnome.org/ the GNOME
Foundation], which is a 501c(3) organization registered in the USA.
(The GNOME Foundation
[https://foundation.gnome.org/legal-and-trademarks/ owns the Flathub
trademark], and employs one of the sysadmins who works on Flathub.)
As a non-profit, the GNOME Foundation is required to fulfill a
charitable purpose. This is set out in its IRS registration, which
states that the organization's mission is "broadening access to
technology through the development and distribution of... usable free
computer desktop software".
The GNOME Foundation is governed by its Board of Directors, which is
elected by contributors to the GNOME project.
Plans exist to create additional governance around Flathub itself, so
that other desktops and projects have a formal role in the running of
the Flathub service.
=== Isn't Flathub full of repackaged binaries? ===
At present, around 10% of the apps on Flathub have been repackaged
from another format. These other formats include distro packages and
tarballs, as well as binaries. (The previous figure was 12% - the
analysis for this can be read
[https://blogs.gnome.org/wjjt/2022/06/14/how-many-flathub-apps-reuse-other...
here].)
Flathub prefers that apps be built from source, and if sources are
available this is what it is expected to be used. Repackaging is only
used when sources aren't available, or when it isn't practical to
build the entire application, due to size constraints.
=== But I don't like Flatpak because ___________ ===
Inevitably, people have opinions about the design choices for Flatpak
- no technology is ever perfect. Nevertheless, Flatpak is a unique
opportunity for Fedora. Some of the key advantages it offers:
* Allows supporting the same app over multiple OS versions
* Is compatible with next-generation image-based operating systems,
like Silverblue
* Vibrant upstream application ecosystem, particularly around Flathub
* Distro and platform neutral with no vendor lock-in
* Support for application confinement/sandboxing
* Fully integrated into the GNOME desktop experience
No other application packaging tool has these qualities and, for all
these reasons, Flatpak is an important part of the long-term plans for
Fedora Workstation.
=== Lack of community presence around Fedora Flatpaks ===
We previously received feedback that there were no good contact points
for Fedora Flatpaks. The newly created
[https://fedoraproject.org/wiki/SIGs/Flatpak Fedora Flatpak SIG] aims
to correct this situation, and will be the group that is responsible
for Fedora Flatpaks in the future.
The SIG will work to improve the general state of Fedora Flatpaks,
including documentation, issue tracking, and coordination.
== Benefit to Fedora ==
Flathub currently hosts nearly 2,000 apps, including many apps which
are not included in the Fedora repositories. This includes popular
proprietary apps, but also many open source apps which are maintained
in Flathub by their developers. This change will make it easier for
Fedora users to access this resource.
For users who already use Flathub, this change will make it easier to setup.
Additionally, out of the box application availability is one of the
key metrics on which Fedora is judged in comparison to other distros.
Having the option to easily enable Flathub will put us in a much more
competitive position with regards to our rivals, and will make it
easier for people to recommend Fedora as a user friendly Linux distro.
This change will also be a significant improvement over the existing
filtered version of Flathub that we offer. This has received a lot of
negative feedback, with users being confused by the limited subset of
Flathub that are included.
== Scope ==
* Proposal owners:
** Remove the allowlist in /usr/share/flatpak/fedora-flathub.filter,
or replace it with one that allows everything
** Adjust the name of the remote to reflect its unfiltered nature
* GNOME Software developers:
** Land this change to fix preference order in g-s:
https://gitlab.gnome.org/GNOME/gnome-software/-/merge_requests/1511
** Make sure that the preference order works as desired on Silverblue
as well, where we always want to prefer flatpaks over layering rpms.
This is being discussed here:
https://github.com/fedora-silverblue/issue-tracker/issues/354
* Release engineering:
** No work needed
* Policies and guidelines: N/A (not needed for this Change)
* Trademark approval: N/A (not needed for this Change)
* Alignment with Objectives:
== Upgrade/compatibility impact ==
Existing Fedora installations with a configured Fedora Flathub remote
will pick up the new, permissive filter.
== How To Test ==
When third-party software is not enabled in GNOME Initial Setup or
GNOME Software, search results from Flathub should not appear in GNOME
Software.
When third-party software is enabled in GNOME Initial Setup or GNOME Software:
* Search results from Flathub should appear.
* The default app selected by GNOME Software should be as follows:
{| class="wikitable" style="margin:auto"
|-
! Fedora Flatpak? !! RPM? !! Flathub Flatpak? !! Default package
|-
| ✓ || ✓ || ✓ || Fedora Flatpak
|-
| ✗ || ✓ || ✓ || RPM
|-
| ✗ || ✗ || ✓ || Flathub Flatpak
|-
| ✓ || ✓ || ✗ || Fedora Flatpak
|-
| ✓ || ✗ || ✗ || Fedora Flatpak
|-
| ✗ || ✓ || ✗ || RPM
|}
== User Experience ==
When opening GNOME Software after opting into 3rd party software, all
the applications that
are available on Flathub will show up in search results.
Where there are overlaps, Fedora content will be preferred over Flathub content.
When opening GNOME Software without opting into 3rd party software,
only Fedora content
will be show up in search results.
== Dependencies ==
No dependencies.
== Contingency Plan ==
* Contingency mechanism: Reinstate the filtering we had in Fedora 36
* Contingency deadline: Beta
* Blocks release? No
== Documentation ==
* [https://pagure.io/fedora-third-party/blob/main/f/doc/fedora-third-party.1.md
fedora-third-party]
* [https://github.com/flathub/flathub/wiki Flathub wiki]
* [https://fedoramagazine.org/comparison-of-fedora-flatpaks-and-flathub-remo...
Comparison of Fedora Flatpaks and Flathub remotes]
== Release Notes ==
The Fedora Flathub remote now exposes all content from Flathub,
instead of only a small subset. Flathub is not enabled by default. To
enable software from Flathub, turn on third-party software in GNOME
Initial Setup or GNOME Software.
--
Ben Cotton
He / Him / His
Fedora Program Manager
Red Hat
TZ=America/Indiana/Indianapolis
2 months, 2 weeks
F38 proposal: Noto CJK Variable Fonts (Self-Contained Change proposal)
by Ben Cotton
https://fedoraproject.org/wiki/Changes/Noto_CJK_Variable_Fonts
This document represents a proposed Change. As part of the Changes
process, proposals are publicly announced in order to receive
community feedback. This proposal will only be implemented if approved
by the Fedora Engineering Steering Committee.
== Summary ==
Switch the default Noto CJK fonts for Chinese, Japanese and Korean
from static to variable fonts.
== Owner ==
* Name: [[User:pwu| Peng Wu]]
* Email: pwu(a)redhat.com
== Detailed Description ==
In order to reduce the font size in Noto CJK fonts, we plan to switch
to use the variable fonts by default.
# Split the google-noto-cjk-fonts package into
google-noto-sans-cjk-fonts and google-noto-serif-cjk-fonts, and
provide the variable fonts in google-noto-sans-cjk-vf-fonts and
google-noto-serif-cjk-vf-fonts.
# Drop several sub packages which are not installed by default from
the google-noto-cjk-fonts package.
## Like google-noto-sans-cjk-*-fonts, google-noto-sans-*-fonts,
google-noto-sans-mono-cjk-*-fonts, google-noto-serif-cjk-*-fonts and
google-noto-serif-*-fonts
# Install the Noto CJK Variable Fonts by default.
Fedora Copr for testing: https://copr.fedorainfracloud.org/coprs/pwu/noto-cjk/
== Feedback ==
== Benefit to Fedora ==
The variable fonts will reduce the disk space usage and live image
size compared to the static fonts.
{| class="wikitable"
|+ RPM Size
|-
! Size (bytes) !! Noto Sans CJK !! Noto Serif CJK
|-
| Static Fonts || 130674365 || 181621033
|-
| Variable Fonts || 64613100 || 56924710
|}
== Scope ==
* Proposal owners:
** Package four font packages for Noto CJK fonts
** Retire google-noto-cjk-fonts in Fedora rawhide
** Switch to install variable fonts by default in fedora-comps and langpacks
** Submit pull request to lorax templates to use
google-noto-sans-cjk-fonts in the boot.iso
* Other developers:
* Release engineering:
* Policies and guidelines: N/A (not needed for this Change)
* Trademark approval: N/A (not needed for this Change)
* Alignment with Objectives:
== Upgrade/compatibility impact ==
When upgrade, the variable fonts will be installed by default.
== How To Test ==
* Please upgrade to Fedora 38 or rawhide to get the latest fonts
* Install the variable fonts: google-noto-sans-cjk-vf-fonts and
google-noto-serif-cjk-vf-fonts
** Check the google-noto-sans-cjk-ttc-fonts and
google-noto-serif-cjk-ttc-fonts packages are replaced
* Then use CJK locales to check if the new fonts have any problem
== User Experience ==
This new variable fonts will reduce the disk space usage and live image size.
== Dependencies ==
== Contingency Plan ==
* Contingency mechanism: Use the static fonts by default -
google-noto-sans-cjk-fonts and google-noto-serif-cjk-fonts
* Contingency deadline: N/A
* Blocks release? N/A
== Documentation ==
N/A (not a System Wide Change)
== Release Notes ==
This new variable fonts will reduce the disk space usage and live image size.
--
Ben Cotton
He / Him / His
Fedora Program Manager
Red Hat
TZ=America/Indiana/Indianapolis
2 months, 2 weeks