Fedora 34 Change: BIND 9.16 (Self-Contained Change)
by Ben Cotton
https://fedoraproject.org/wiki/Changes/BIND9.16
== Summary ==
BIND 9 would be updated to upcoming stable version BIND 9.16.
== Owner ==
* Name: [[User:pemensik| Petr Menšík]]
* Email: pemensik at redhat.com, dns-sig at fedoraproject dot org
== Detailed Description ==
ISC BIND 9 stayed longer time on 9.11 Extended Support Version,
because dhcp and freeipa depended on it. DHCP package no longer
requires bind-export-libs, which new BIND 9.16 does not support.
FreeIPA part bind-dyndb-ldap were also modified to support new
version.
BIND 9.16 includes more easy way to provide DNSSEC
([https://gitlab.isc.org/isc-projects/bind9/-/wikis/DNSSEC-Key-and-Signing-...
KASP]).
== Benefit to Fedora ==
Stable version under most the active development is packaged again.
Introduces [https://gitlab.isc.org/isc-projects/bind9/-/wikis/DNSSEC-Key-and-Signing-...
DNSSEC Key and Signing Policy] without external tools like opendnssec.
Also client tools from '''bind-utils''' now support yaml export format
(''dig, mdig, delv'').
== Scope ==
* Proposal owners:
* Other developers: N/A
* Release engineering: N/A
* Policies and guidelines: N/A
* Trademark approval: N/A
* Alignment with Objectives:
== Upgrade/compatibility impact ==
N/A (not a System Wide Change)
* [https://downloads.isc.org/isc/bind9/9.11.26/doc/arm/Bv9ARM.ch05.html#ligh...
lightweight resolver (lwres)] server and nss client plugin are no
longer provided.
* named version with database backends support (bind-sdb) is also no
longer provided as subpackage. Instead several bind-dlz-* plugins are
offered as runtime loadable plugins, which require modification to
named configuration. They offer the same functionality with just
'''bind''' package and selected plugin.
* ''dnssec-enabled'' option is not supported anymore, it is always set
to ''yes''. ''dnssec-validation'' can be still turned off.
== How To Test ==
System administrators would receive the most recent stable version of
BIND, with improved performance and features.
Prerelease is available on
[https://copr.fedorainfracloud.org/coprs/pemensik/bind-9.16/ COPR].
== User Experience ==
* named service supports ''dnssec-policy'' option, merging
''dnssec-keymgr'' into ''named''.
* DNSSEC trust anchors were merged into ''trust-anchors'' section,
replacing previous ''trusted-keys'' and ''managed-keys''.
* '''dig +yaml''' provides machine parseable output in YAML format
== Dependencies ==
* bind-dyndb-ldap (required by freeipa)
== Contingency Plan ==
* Contingency mechanism: (What to do? Who will do it?) 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), Yes/No
* Blocks product? product
== Documentation ==
* Upstream [https://bind9.readthedocs.io/en/v9_16_10/notes.html BIND
9.16 Release Notes]
* [https://bind9.readthedocs.io/en/v9_16_10/notes.html#notes-for-bind-9-16-0
Added and removed features]
* Upstream [https://downloads.isc.org/isc/bind9/9.14.0/RELEASE-NOTES-bind-9.14.0.html
BIND 9.14 Release Notes]
--
Ben Cotton
He / Him / His
Senior Program Manager, Fedora & CentOS Stream
Red Hat
TZ=America/Indiana/Indianapolis
2 years, 10 months
Fedora 34 Change: PostgreSQL 13 (Self-Contained Change)
by Ben Cotton
https://fedoraproject.org/wiki/Changes/PostgreSQL_13
== Summary ==
Update of PostgreSQL (`postgresql` and `libpq` components) in Fedora
from version 12 to version 13 in the non-modular (main) builds.
Also, there will be a design change in postgresql modular packaging
regarding the external libpq library ensuring future build time
compatibility. More information in the Detailed Description section.
== Owner ==
* Name: [[User:panovotn| Patrik Novotny]]
* Email: panovotn(a)redhat.com
== Detailed Description ==
Update of PostgreSQL (`postgresql` and `libpq` components) in Fedora
from version 12 to version 13 in the non-modular (main) builds.
This also involves updating and rebuilding the PostgreSQL plugins that
depend on postgresql server.
There will also be a change to the packaging of postgresql modules, as
with those, the external libpq library can be potentially problematic
upon upstream releases.
As postgresql packages are built against the separated libpq package,
an incompatibility between major versions can occur with new minor
upstream releases. For example, when building postgresql version 12.4
against libpq version 13.1.
To keep the benefits of having separately maintained libpq library,
libpq stays as a separate package.
However, to solve the potential issues with the postgresql builds, we
will bundle libpq with a downstream changed SONAME within each
postgresql release. The postgresql will be built against this libpq.
This bundled libpq will always be the same version as the
corresponding postgresql as they will share the same codebase. As the
libpq SONAME will be changed downstream to a non-standard SONAME, and
separate libpq package with standard SONAME will be provided, this
change won't affect the user experience for those components.
=== Plan ===
* Prepare Libpq 13, PostgreSQL 13 (both rawhide and module) and
PostgreSQL 12 module
* Rebuild dependencies in Copr
** By 2021-01-15
* Debug and fix compatibility issues found in dependencies (reasonable
amount of non-critical in FTBFS state might be tolerable)
** By 2021-01-22
* Prepare builds in a side-tag
* Merge side-tag into Rawhide
** By 2021-01-29
== Benefit to Fedora ==
Latest stable software is used by Fedora users.
== Scope ==
* Proposal owners:
<!-- What work do the feature owners have to accomplish to complete
the feature in time for release? Is it a large change affecting many
parts of the distribution or is it a very isolated change? What are
those changes?-->
**Prepare PostgreSQL 13 as a module for Rawhide and at least one
stable Fedora release (including the design change and symbol
versioning fix)
**Prepare PostgreSQL 12 as a module for Rawhide
**Check software that requires or depends on `postgresql-server` or
`libpq` packages for incompatibilities
**Build PostgreSQL 13 (postgresql and libpq) to Rawhide in a side-tag
(https://fedoraproject.org/wiki/Package_update_HOWTO#Creating_a_side-tag)
**Rebuild depended packages against PostgreSQL 13 in the side-tag (see
Dependencies)
**Merge the side-tag to Rawhide
**Gather user input on the changes between PostgreSQL 12 and PostgreSQL 13
* Other developers: N/A (not a System Wide Change)
* Policies and guidelines: N/A (not a System Wide Change)
* Trademark approval: N/A (not needed for this Change)
== Upgrade/compatibility impact ==
The PostgreSQL client library (libpq component) is compatible, but
there is an issue with symbol versioning (originally reported
https://bugzilla.redhat.com/show_bug.cgi?id=1893324 was reverted, but
there is a plan to fix this properly together with this PostgreSQL
update tracked in
https://bugzilla.redhat.com/show_bug.cgi?id=1908268). So, there
shouldn't be any issues with API compatibility, but rebuild of the
depended components is necessary.
Server plugins might require a newer version update, because they
sometimes have explicit server requirements. PostgreSQL maintainer
will help fixing/rebuilding any issues in the plugins.
== How To Test ==
Usual testing as when upgrading between major PostgreSQL versions,
running `postgresql-setup --upgrade` is necessary between major
versions.
Test that all other software runs well with PostgreSQL 13.
== User Experience ==
The users will have to upgrade their databases the same way as between
major PostgreSQL versions, aka `postgresql-setup --upgrade` after
installing PostgreSQL 13 server packages.
If users want to stick with PostgreSQL 12 for a little longer, there
will be PostgreSQL 12 module
== Dependencies ==
There are some packages (mostly server plugins), that build on top of
PostgreSQL. Since the separation of PostgreSQL client library (libpq
component), only packages that build server plugins should use
postgresql package in BuildRequires, others should use libpq. In both
the cases, rebuild should be done to make sure all potential binary
incompatibilities are handled.
* Critical dependecies - components with higher importance, will be
prioritised during the rebase
** apr-util
** bacula
** bind
** cyrus-imapd
** cyrus-sasl
** dovecot
** freeradius
** gdal
** libecpg
** nagios-plugins
** opendbx
** perl-DBD-Pg
** php
** pgaudit
** postfix
** qt
** qt3
** qt5-qtbase
** redland
** rsyslog
** rubygem-pg
** postgres-decoderbufs
The rest of the dependencies is not considered critical. Though, those
will need to be rebuild as well.
* libpq
** EMBOSS
** Io-language
** PDAL
** PyGreSQL
** asterisk
** biboumi
** clisp
** collectd
** dpsearch
** exim
** flow-tools
** freight-tools
** gambas3
** gammu
** gawk-pgsql
** gearmand
** gnatcoll-db
** gnokii
** grass
** hydra
** jabberd
** kdb
** kea
** libdbi-drivers
** libgda
** libnss-pgsql
** libpqxx
** libpreludedb
** libzdb
** lua-dbi
** lua-sql
** mapnik
** mapserver
** medusa
** minetestmapper
** ocaml-postgresql
** opensips
** openvas-manager
** osm2pgsql
** pdns
** perl-pgsql_perl5
** pg_top
** pgadmin3
** pgcenter
** pgmodeler
** php-pecl-pq
** player
** postgis
** postgresql
** postgresql-pgpool-II
** proftpd
** pspp
** pure-ftpd
** rdkit
** rhdb-utils
** root
** saga
** soci
** spatialite-gui
** sphinx
** sysbench
** tcl-pgtcl
** unicornscan
** virtualpg
** vtk
** zabbix
* postgresql-server
** gambas3
** kdb
** kea
** libpqxx
** openvas-manager
** orafce
** pg-semver
** pgRouting
** pgadmin3
** pgsphere
** postgis
** postgresql-ip4r
** postgresql-pgpool-II
** qt3
** rdkit
** rhdb-utils
** timescaledb
== Contingency Plan ==
Revert changes in the non-modular packages and provide PostgreSQL 13
as a module stream only.
Soft contingency plan deadline: Before Mass Rebuild (scheduled on Wed
2021-01-20)
Hard contingency plan deadline: Before Branch Fedora 34 from Rawhide
(scheduled on Tue 2021-02-09)
== Documentation ==
Upgrade startegy: https://www.postgresql.org/docs/13/upgrading.html
== Release Notes ==
Release notes for PostgreSQL 13 release:
https://www.postgresql.org/docs/13/index.html
Overall overview of the changes and improvements:
https://www.postgresql.org/docs/13/release-13.html
--
Ben Cotton
He / Him / His
Senior Program Manager, Fedora & CentOS Stream
Red Hat
TZ=America/Indiana/Indianapolis
2 years, 10 months
Fedora 34 Change: Enable HarfBuzz in FreeType (Self-Contained Change)
by Ben Cotton
https://fedoraproject.org/wiki/Changes/EnableHarfBuzzInFreeType
== Summary ==
Goal of this feature is to enable usage of HarfBuzz in FreeType to
improve hinting of glyphs of languages which needs more complicated
text shaping.
== Owner ==
* Name: [[User:mkasik| Marek Kašík]]
* Email: <mkasik(a)redhat.com>
* Name: [[User:tagoh| Akira Tagoh]]
* Email: <tagoh(a)redhat.com>
== Detailed Description ==
Hinting of glyphs could be complicated due to many different rules of
how to render sequence of glyphs. Thanks to enablement of HarfBuzz in
FreeType applications will display text with correct hinting of
glyphs.
Usage of HarfBuzz helps us to fix some bugs which are not fixable
without it. Mainly the bug #1853937.
Freetype upstream has already support for HarfBuzz for almost 6 years.
This change was proposed in the bug #1906714.
== Feedback ==
There is the bug #1853937 which can not be solved without this.
== Benefit to Fedora ==
Improved user experience for languages for which Unicode does not list
all variants of all glyphs. These are determined by different signs or
positions in string and their further processing is more difficult.
== Scope ==
* Proposal owners: Enabling usage of HarfBuzz in FreeType means to
handle a circular dependency which is needed due to the nature of
interconnection of these two packages. Maintainers of FreeType and
HarfBuzz will handle this via bootstraping process.
* Other developers: N/A (not needed for this Change)
* Release engineering: N/A (not needed for this Change)
* Policies and guidelines: N/A (not needed for this Change)
* Trademark approval: N/A (not needed for this Change)
* Alignment with Objectives: There will be new dependency of FreeType
on HarfBuzz so the footprint will be a little bigger on systems which
did not need HarfBuzz before.
== Upgrade/compatibility impact ==
Updates should go smooth as this change is limited to FreeType and
Harfbuzz regarding packaging point of view.
== How To Test ==
Install "pango" and "lato-fonts".
Run 'pango-view --markup -t "<span font_desc='Lato 8'>8pt t ti fi
tt</span> <span font_desc='Lato 9'>9pt t ti fi tt</span> <span
font_desc='Lato 10'>10pt t ti fi tt</span> <span font_desc='Lato
11'>11pt t ti fi tt</span> <span font_desc='Lato 14'>14pt t ti fi
tt</span>"' and compare the results.
The horizontal stroke over "ti" does not correspond to the one over
"fi" for some font sizes for FreeType without HarfBuzz support.
== User Experience ==
This change improves hinting of glyphs which are composed from
multiple characters.
== Dependencies ==
This change does not need any involvement other than listed owners.
== Contingency Plan ==
This change could be easily reverted if needed.
== Documentation ==
Not needed as both FreeType and HarfBuzz are already present in Fedora
and there will be no change of their code.
== Release Notes ==
There is no need for release notes as HarfBuzz is already in Fedora,
it was just not used by FreeType.
--
Ben Cotton
He / Him / His
Senior Program Manager, Fedora & CentOS Stream
Red Hat
TZ=America/Indiana/Indianapolis
2 years, 10 months
Fedora 34 Change: Remove Guile Support From Toolchain (Self-Contained Change)
by Ben Cotton
https://fedoraproject.org/wiki/Changes/RemoveGuileFromToolchain
== Summary ==
Remove Guile support from GDB and GNU Make packages.
== Owner ==
* Name: [[User:keiths| Keith Seitz]]
* Email: keiths(a)redhat.com
== Detailed Description ==
GDB and Make packages currently contain Guile scripting support which
allows users to implement
(possibly new) functionality in these tools. This change request
proposes to remove that support from
the these tools, since both provide alternatives without the burden of
additional dependencies.
== Benefit to Fedora ==
While GDB supplies a "minimal" package which disables all
non-essential features for use in
the buildroot, Make has no equivalent, and is always compiled with
Guile support. This
requires that the buildroot contains Guile. This proposal will help
shrink the buildroot.
Furthermore, GDB already supports a much more widely tested and
feature-rich Python interface,
and maintainers would like to remove the maintenance burden imposed by
supporting multiple
scripting interfaces.
== Scope ==
* Proposal owners: Update gdb/make spec files.
* Other developers: Update Make/GDB scripting files if using Guile. No
such users expected.
* Policies and guidelines: N/A (not a System Wide Change)
* Trademark approval: N/A (not needed for this Change)
== Upgrade/compatibility impact ==
Users with GDB and/or Make Guile scripts will need to update and/or
rewrite their scripts.
== How To Test ==
GDB: There is nothing to test. If you are using Guile scripts, you
should rewrite with Python.
Make: Rebuild packages if it is unknown whether they contain Guile
scripts; otherwise, there
is nothing to test.
== User Experience ==
Guile scripts that extend the functionality of GDB or Make will stop
working when users upgrade
these packages. GDB users are encouraged to use GDB's Python interface
instead. Users of Guile
in Makefiles should either use shell scripting or GNU Make's built-in
language or migrate to
another build tool with different scripting capabilities (such as
CMake or Meson).
== Dependencies ==
N/A (not a System Wide Change)
== Contingency Plan ==
* Contingency mechanism: Revert changes and restore GDB/Make support for Guile.
* Contingency deadline: N/A (not a System Wide Change)
* Blocks release? N/A (not a System Wide Change
== Documentation ==
N/A (not a System Wide Change)
== Release Notes ==
Release notes should mention the removal of Guile support in GDB/Make
and suggest alternatives.
--
Ben Cotton
He / Him / His
Senior Program Manager, Fedora & CentOS Stream
Red Hat
TZ=America/Indiana/Indianapolis
2 years, 10 months
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
will be retired from Fedora 34 approximately one week before branching (February
2021).
Policy:
https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fai...
Note that some listed packages are orphaned and hence may be retired even sooner.
The packages in rawhide were not successfully built at least since Fedora 32.
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 Latest build
============================================================================
VirtualGL gsgatlin Fedora 31
boo elsupergomez, orphan, tpokorra Fedora 31
sugar-flipsticks callkalpa, chimosky, pbrobinson, tuxbrewr Fedora 31
sugar-getiabooks callkalpa, chimosky, pbrobinson, tuxbrewr Fedora 31
sugar-infoslicer callkalpa, chimosky, pbrobinson, tuxbrewr Fedora 31
sugar-labyrinth callkalpa, chimosky, pbrobinson Fedora 31
sugar-ruler callkalpa, chimosky Fedora 31
sugar-starchart callkalpa, chimosky, orphan Fedora 31
sugar-view-slides callkalpa, chimosky, pbrobinson, tuxbrewr Fedora 31
No packages require above mentioned packages.
Affected (co)maintainers
callkalpa: sugar-labyrinth, sugar-starchart, sugar-ruler, sugar-getiabooks,
sugar-infoslicer, sugar-view-slides, sugar-flipsticks
chimosky: sugar-labyrinth, sugar-starchart, sugar-ruler, sugar-getiabooks,
sugar-infoslicer, sugar-view-slides, sugar-flipsticks
elsupergomez: boo
gsgatlin: VirtualGL
pbrobinson: sugar-labyrinth, sugar-getiabooks, sugar-infoslicer,
sugar-view-slides, sugar-flipsticks
tpokorra: boo
tuxbrewr: sugar-getiabooks, sugar-infoslicer, sugar-view-slides, sugar-flipsticks
2 years, 10 months
Fedora 34 Change: Scale ZRAM to Full Memory Size (Self-Contained
Change proposal)
by Ben Cotton
https://fedoraproject.org/wiki/Changes/Scale_ZRAM_to_full_memory_size
== Summary ==
Fedora 33 [[Changes/SwapOnZRAM|enabled zram by default]]. The size of
the virtual swap devices was set so that the amount of memory used for
compressed swap pages was limited to a quarter of physical memory in
typical scenarios. That size is now increased to half of physical
memory (`zram-fraction` becomes 1.0, `max-zram-size` becomes 8 GiB).
This allows systems with small amounts to successfully launch the
[https://anaconda-installer.readthedocs.io/en/latest/ Anaconda
installer] and other programs.
== Owner ==
* Name: [[User:Zbyszek|Zbigniew Jędrzejewski-Szmek]]
* Email: zbyszek(a)in.waw.pl
* Name: [[User:jwrdegoede|Hans de Goede]]
* Email: hdegoede(a)redhat.com
== Detailed Description ==
When ZRAM was enabled by default in Fedora 33, the size of the device
(before compression) was limited to fraction 0.5 of RAM or 4 GiB,
whichever is less. The reason to limit the fraction to less than 1.0
is that with only incompressible data in memory, whole RAM would be
filled by the "compressed" pages, leaving no RAM for normal use. But
this concern seems to have been overblown, and there have been no
reports of compressed swap taking up too much memory. In real use, we
will have at least a few hundred MiB of code in memory, which
compresses quite well, so some compression will occur even when
working with incompressible data. In typical usage scenarios, we get
effective compression of 2:1 or 3:1, which means that the compressed
pages use at most between 1/4th and 1/6th of RAM. By increasing the
fraction to 1.0, we expect to consign up to half of RAM for compressed
pages.
Increasing the size of the device is important for small devices. For
devices with 1GB of RAM, sizing ZRAM to 1 GiB allows successful
installation with Anaconda. In general, it is expected that having
more compressed swap will make the device more functional after
installation too. This increase is the most important for devices with
small amounts of memory (< 1 GiB), but will be beneficial to systems
with slightly larger systems (1–8 GiB).
Technically, this change is completely trivial, amounting to two lines
of configuration. Nevertheless, there is some potential for problems
with incompressible workloads. The experience with ZRAM so far makes
the Change authors optimistic that no issues will be encountered, but
users and other developers should be aware of the change.
== Benefit to Fedora ==
Fedora works better on devices with low RAM. In particular, the
installer can function.
== Scope ==
* Proposal owners: change the defaults in `zram-generator-defaults`
package to `zram-fraction=1.0`, `max-zram-size=8096`.
* Other developers: N/A (not a System Wide Change)
* Policies and guidelines: N/A (not a System Wide Change)
* Trademark approval: N/A (not needed for this Change)
== Upgrade/compatibility impact ==
Default configuration is changed. Systems with local configuration
will not be affected. Systems which had zram-generator disabled will
not be affected.
== How To Test ==
Install the new version of the `zram-generator-defaults` package,
execute `sudo systemctl daemon-reload && sudo systemctl restart
swap-create@zram0`, use `zramctl` to check that the device has the
expected size. After some use, check that pages are compressed at
least with ration 2:1:
<pre>
$ zramctl
NAME ALGORITHM DISKSIZE DATA COMPR TOTAL STREAMS MOUNTPOINT
/dev/zram0 lzo-rle 7.6G 4K 74B 12K 4 [SWAP]
^ ^ ^
| \____\_______ the ratio of those
values should be more than 2:1
|
`------ this should be approx the size of RAM
</pre>
(Note that the device is destroyed and recreated during restart. This
means that all pages will be "swapped in", i.e. decompressed. On
machines with low memory, rebooting might be a better option.)
== User Experience ==
Not user visible.
== Dependencies ==
None.
== Contingency Plan ==
* Contingency mechanism: Revert default configuration to previous values.
* Contingency deadline: Final freeze, any time really.
* Blocks release? No
* Blocks product? No
== Documentation ==
None.
== Release Notes ==
The default size of compressed zram devices (`/dev/zram0`) has been
increased to 1.0 fraction of RAM, or 8 GiB, whichever is smaller.
--
Ben Cotton
He / Him / His
Senior Program Manager, Fedora & CentOS Stream
Red Hat
TZ=America/Indiana/Indianapolis
2 years, 10 months
Fedora 34 Change: Comp Neuro Container Image (Self-Contained Change proposal)
by Ben Cotton
https://fedoraproject.org/wiki/Changes/Comp_Neuro_Container
== Summary ==
We will provide a Comp Neuro container image containing the same
computational neuroscience software that the CompNeuro Lab image
contains.
This will allow users to use the software using Podman/Docker also.
== Owner ==
* Name: [[User:bt0dotninja| Alberto Rodriguez Sanchez]],
[[User:Ankursinha| Ankur Sinha "FranciscoD"]], [[SIGs/NeuroFedora|
NeuroFedora SIG]]
* Email: `sanjay DOT ankur AT gmail.com`, `neuro-sig AT lists.fedoraproject.org`
== Detailed Description ==
The NeuroFedora team provides the CompNeuro Lab that includes a
plethora of software for modelling and simulating these neuroscience
models.
Nowadays, containers are frequently used in research work facilitating
model sharing and reproducibility.
To aid our users, we would like to provide a Fedora layered container
image that includes the same set of neuroscience software that the
CompNeuro Lab includes.
== Benefit to Fedora ==
This change allows users to use the complete set of CompNeuro packages
also using containers.
== Scope ==
* Proposal owners: It is an isolated change. It requires us to submit
a new container review (already submitted
[https://bugzilla.redhat.com/show_bug.cgi?id=1913491 here]). Once the
review has been completed, the proposal owners will build the
container image using `fedpkg` and push it out as updates.
* Other developers: N/A (not a System Wide Change)
* Release engineering: Does not require release engineering to do
anything. The standard package/container review process will be used.
* Policies and guidelines: N/A (not a System Wide Change)
* Trademark approval: N/A (not needed for this Change)
* Alignment with Objectives: it is not directly related to any
objectives currently.
== Upgrade/compatibility impact ==
N/A (not a System Wide Change)
== How To Test ==
N/A (not a System Wide Change)
== User Experience ==
In addition to the CompNeuro lab image, users will also be able to use
the container image.
== Dependencies ==
N/A (not a System Wide Change)
== Contingency Plan ==
* Contingency mechanism: (What to do? Who will do it?) N/A (not a
System Wide Change)
* Contingency deadline: N/A (not a System Wide Change)licable for
Changes that blocks specific product release/Fedora.next -->
== Documentation ==
The [https://docs.fedoraproject.org/en-US/neurofedora/containers/
page] in NeuroFedora documentation dealing with containers already
includes information on using general Fedora containers.
It will be updated to also include information on the CompNeuro container.
== Release Notes ==
A mention of the new container image would be very useful.
--
Ben Cotton
He / Him / His
Senior Program Manager, Fedora & CentOS Stream
Red Hat
TZ=America/Indiana/Indianapolis
2 years, 10 months
Orphaned packages looking for new maintainers
by Miro Hrončok
The following packages are orphaned and will be retired when they
are orphaned for six weeks, unless someone adopts them. If you know for sure
that the package should be retired, please do so now with a proper reason:
https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life
Note: If you received this mail directly you (co)maintain one of the affected
packages or a package that depends on one. Please adopt the affected package or
retire your depending package to avoid broken dependencies, otherwise your
package will be retired when the affected package gets retired.
Request package ownership via the *Take* button in he left column on
https://src.fedoraproject.org/rpms/<pkgname>
Full report available at:
https://churchyard.fedorapeople.org/orphans-2021-01-11.txt
grep it for your FAS username and follow the dependency chain.
For human readable dependency chains, see https://packager.fedorainfracloud.org/
For all orphaned packages, see https://packager.fedorainfracloud.org/orphan
Package (co)maintainers Status Change
================================================================================
apache-commons-chain orphan 5 weeks ago
apache-log4j-extras coolsvap, gil, orphan 2 weeks ago
aseman-qt-tools orphan 3 weeks ago
auto-destdir orphan 1 weeks ago
azureus orphan 2 weeks ago
banshee-community-extensions elsupergomez, orphan, tpokorra 3 weeks ago
bip adamwill, bcl, orphan 5 weeks ago
boo elsupergomez, orphan, tpokorra 2 weeks ago
clive orphan 1 weeks ago
csync2 asalkeld, orphan, simonp 0 weeks ago
ekiga mcrha, orphan 5 weeks ago
gnome-shell-extension-desktop- atim, orphan 5 weeks ago
icons
grpc defolos, orphan 0 weeks ago
jabberpy orphan 0 weeks ago
jvyamlb orphan 3 weeks ago
lldpd orphan 0 weeks ago
msv mizdebsk, orphan 2 weeks ago
nim orphan 0 weeks ago
nodejs-shelljs nodejs-sig, orphan, patches 2 weeks ago
nodejs-svgo nodejs-sig, orphan 2 weeks ago
nodoka-theme-gnome orphan 2 weeks ago
opal orphan, pfrields 5 weeks ago
pg-semver abrt-sig, mkutlak, orphan 0 weeks ago
ptlib orphan, veillard 5 weeks ago
python-couchbase orphan 0 weeks ago
python-junit_xml orphan 0 weeks ago
python-kyotocabinet orphan 0 weeks ago
python-ntlm-auth orphan 0 weeks ago
python-pykafka apevec, hguemar, jpena, orphan 3 weeks ago
python-requests-credssp orphan 0 weeks ago
python-requests_ntlm ignatenkobrain, orphan 0 weeks ago
python-social-auth-core orphan 1 weeks ago
python-winrm orphan 0 weeks ago
rubygem-debug_inspector orphan 2 weeks ago
skipfish athmane, orphan 5 weeks ago
sslh orphan 0 weeks ago
sugar-starchart callkalpa, chimosky, orphan 3 weeks ago
trac-accountmanager-plugin orphan 2 weeks ago
trac-spamfilter-plugin orphan 2 weeks ago
The following packages require above mentioned packages:
Depending on: auto-destdir (1), status change: 2020-12-30 (1 weeks ago)
corsix-th (maintained by: atim)
corsix-th-0.64-5.fc33.src requires auto-destdir = 1.11-18.fc33
Depending on: grpc (9), status change: 2021-01-04 (0 weeks ago)
buildstream (maintained by: atim, bochecha)
buildstream-1.6.1-1.fc34.noarch requires python3-grpcio = 1.26.0-8.fc34,
python3.9dist(grpcio) = 1.26
buildstream-1.6.1-1.fc34.src requires python3-grpcio = 1.26.0-8.fc34
ceph (maintained by: adeza, branto, dmick, ke4qqq, kkeithle, ktdreyer, steve,
stingray)
ceph-mgr-diskprediction-cloud-2:15.2.8-3.fc34.noarch requires python3-grpcio =
1.26.0-8.fc34
perl-grpc-xs (maintained by: perl-maint-sig, ppisar)
perl-grpc-xs-0.34-1.fc34.src requires grpc-devel = 1.26.0-8.fc34
perl-grpc-xs-0.34-1.fc34.x86_64 requires libgrpc.so.9()(64bit)
python-google-api-core (maintained by: melmorabity)
python-google-api-core-1.17.0-2.fc34.src requires python3dist(grpcio) = 1.26
python3-google-api-core-1.17.0-2.fc34.noarch requires python3dist(grpcio) = 1.26
python-opencensus (maintained by: melmorabity)
python-opencensus-0.7.11-1.fc34.src requires python3dist(grpcio) = 1.26
python3-opencensus-ext-grpc-0.7.11-1.fc34.noarch requires
python3.9dist(grpcio) = 1.26
python3-opencensus-ext-ocagent-0.7.11-1.fc34.noarch requires
python3.9dist(grpcio) = 1.26
python-opentelemetry (maintained by: melmorabity)
python-opentelemetry-0.8.0-3.fc33.src requires python3dist(grpcio) = 1.26
python3-opentelemetry-ext-grpc-0.8.0-3.fc33.noarch requires
python3.9dist(grpcio) = 1.26
python3-opentelemetry-ext-opencensusexporter-0.8.0-3.fc33.noarch requires
python3.9dist(grpcio) = 1.26
python-chirpstack-api (maintained by: fab)
python3-chirpstack-api-3.9.2-1.fc34.noarch requires python3.9dist(grpcio) = 1.26
python-grpcio-gcp (maintained by: melmorabity)
python3-grpcio-gcp-0.2.2-3.fc33.noarch requires python3.9dist(grpcio) = 1.26
python-opencensus-proto (maintained by: melmorabity)
python3-opencensus-proto-0.3.0-2.fc33.noarch requires python3.9dist(grpcio) = 1.26
Depending on: msv (40), status change: 2020-12-27 (2 weeks ago)
dom4j (maintained by: dbhole, jwrdegoede, mizdebsk, sdgathman)
dom4j-2.0.0-12.fc33.src requires mvn(jaxen:jaxen) = 1.2.0,
mvn(net.java.dev.msv:xsdlib) = 2013.6.1
dom4j-2.0.0-12.fc33.noarch requires mvn(jaxen:jaxen) = 1.2.0
bolzplatz2006 (maintained by: jwrdegoede)
bolzplatz2006-1.0.3-46.fc33.src requires dom4j = 2.0.0-12.fc33
bolzplatz2006-1.0.3-46.fc33.x86_64 requires dom4j = 2.0.0-12.fc33
eclipse-findbugs (maintained by: richardfearn)
eclipse-findbugs-3.0.1-22.fc33.noarch requires dom4j = 2.0.0-12.fc33, findbugs
= 3.0.1-24.fc34
eclipse-findbugs-3.0.1-22.fc33.src requires dom4j = 2.0.0-12.fc33, findbugs =
3.0.1-24.fc34
findbugs (maintained by: gil, richardfearn)
findbugs-3.0.1-24.fc34.noarch requires dom4j = 2.0.0-12.fc33, jaxen = 1.2.0-6.fc33
findbugs-3.0.1-24.fc34.src requires dom4j = 2.0.0-12.fc33, jaxen = 1.2.0-6.fc33
freemarker (maintained by: mbooth)
freemarker-2.3.30-2.fc33.src requires dom4j = 2.0.0-12.fc33, jaxen = 1.2.0-6.fc33
jaxen (maintained by: decathorpe, java-maint-sig, mizdebsk)
jaxen-1.2.0-6.fc33.src requires mvn(dom4j:dom4j) = 2.0.0
openas2 (maintained by: sdgathman)
openas2-2.10.0-7.fc34.src requires dom4j = 2.0.0-12.fc33
openas2-lib-2.10.0-7.fc34.noarch requires mvn(org.dom4j:dom4j) = 2.0.0
reflections (maintained by: tc01)
reflections-0.9.12-4.fc33.src requires mvn(org.dom4j:dom4j) = 2.0.0
findbugs-contrib (maintained by: richardfearn)
eclipse-findbugs-contrib-7.4.7-5.fc33.noarch requires eclipse-findbugs =
3.0.1-22.fc33
findbugs-contrib-7.4.7-5.fc33.noarch requires findbugs = 3.0.1-24.fc34
findbugs-contrib-7.4.7-5.fc33.src requires findbugs = 3.0.1-24.fc34
libidn (maintained by: gil, mlichvar)
libidn-1.36-1.fc33.src requires mvn(com.google.code.findbugs:annotations) = 3.0.1
nom-tam-fits (maintained by: gil, lupinix, zbyszek)
nom-tam-fits-1.15.2-5.fc34.src requires
mvn(com.google.code.findbugs:annotations) = 3.0.1
eclipse-cdt (maintained by: akurtakov, eclipse-sig, jjohnstn, kdaniel, mbooth,
rgrunber)
eclipse-cdt-2:9.11.1-10.fc34.src requires freemarker = 2.3.30-2.fc33
eclipse-cdt-2:9.11.1-10.fc34.x86_64 requires osgi(org.freemarker.freemarker) =
2.3.30
eclipse-cdt-qt-2:9.11.1-10.fc34.x86_64 requires
osgi(org.freemarker.freemarker) = 2.3.30
jdom (maintained by: kdaniel, mbooth, mizdebsk)
jdom-1.1.3-23.fc33.src requires mvn(jaxen:jaxen) = 1.2.0
jdom2 (maintained by: decathorpe, java-maint-sig, mizdebsk)
jdom2-2.0.6-20.fc34.src requires jaxen = 1.2.0-6.fc33
velocity (maintained by: decathorpe, java-maint-sig, mizdebsk)
velocity-1.7-33.fc34.src requires jaxen = 1.2.0-6.fc33
jna (maintained by: decathorpe, java-maint-sig, mizdebsk)
jna-5.4.0-7.fc33.src requires reflections = 0.9.12-4.fc33
biboumi (maintained by: jcline, louizatakk)
biboumi-8.5-4.fc33.x86_64 requires libidn.so.12()(64bit),
libidn.so.12(LIBIDN_1.0)(64bit)
cone (maintained by: moceap, steve)
cone-0.96.2-9.fc33.i686 requires libidn.so.12, libidn.so.12(LIBIDN_1.0)
cone-0.96.2-9.fc33.x86_64 requires libidn.so.12()(64bit),
libidn.so.12(LIBIDN_1.0)(64bit)
eiskaltdcpp (maintained by: vascom)
eiskaltdcpp-2.4.0-1.fc34.i686 requires libidn.so.12, libidn.so.12(LIBIDN_1.0)
eiskaltdcpp-2.4.0-1.fc34.x86_64 requires libidn.so.12()(64bit),
libidn.so.12(LIBIDN_1.0)(64bit)
freeDiameter (maintained by: filiperosset)
freeDiameter-1.5.0-1.fc34.i686 requires libidn.so.12, libidn.so.12(LIBIDN_1.0)
freeDiameter-1.5.0-1.fc34.x86_64 requires libidn.so.12()(64bit),
libidn.so.12(LIBIDN_1.0)(64bit)
gloox (maintained by: cicku, davidsch, hubbitus)
gloox-1:1.0.23-3.fc33.i686 requires libidn.so.12, libidn.so.12(LIBIDN_1.0)
gloox-1:1.0.23-3.fc33.x86_64 requires libidn.so.12()(64bit),
libidn.so.12(LIBIDN_1.0)(64bit)
hydra (maintained by: athmane, rebus)
hydra-9.0-5.fc33.x86_64 requires libidn.so.12()(64bit),
libidn.so.12(LIBIDN_1.0)(64bit)
jabberd (maintained by: dmaphy, mmraka)
jabberd-2.6.1-15.fc33.x86_64 requires libidn.so.12()(64bit),
libidn.so.12(LIBIDN_1.0)(64bit)
jreen (maintained by: rdieter)
jreen-1.2.1-18.fc34.i686 requires libidn(x86-32) = 1.36-1.fc33
jreen-1.2.1-18.fc34.x86_64 requires libidn(x86-64) = 1.36-1.fc33
kopete (maintained by: jreznik, kde-sig, nucleo, rdieter, than)
kopete-libs-20.08.3-1.fc34.i686 requires libidn.so.12, libidn.so.12(LIBIDN_1.0)
kopete-libs-20.08.3-1.fc34.x86_64 requires libidn.so.12()(64bit),
libidn.so.12(LIBIDN_1.0)(64bit)
libgsasl (maintained by: pabelanger, peter, wart)
libgsasl-1.8.1-2.fc33.i686 requires libidn.so.12, libidn.so.12(LIBIDN_1.0)
libgsasl-1.8.1-2.fc33.x86_64 requires libidn.so.12()(64bit),
libidn.so.12(LIBIDN_1.0)(64bit)
pidgin (maintained by: jskarvad, mcrha, nosnilmot)
libpurple-2.14.1-2.fc33.i686 requires libidn.so.12, libidn.so.12(LIBIDN_1.0)
libpurple-2.14.1-2.fc33.x86_64 requires libidn.so.12()(64bit),
libidn.so.12(LIBIDN_1.0)(64bit)
loudmouth (maintained by: fale, limb, lkundrak, maha, otaylor)
loudmouth-1.5.3-10.fc33.i686 requires libidn.so.12, libidn.so.12(LIBIDN_1.0)
loudmouth-1.5.3-10.fc33.x86_64 requires libidn.so.12()(64bit),
libidn.so.12(LIBIDN_1.0)(64bit)
maildrop (maintained by: bcl, bruno)
maildrop-3.0.1-2.fc34.x86_64 requires libidn.so.12()(64bit),
libidn.so.12(LIBIDN_1.0)(64bit)
mcabber (maintained by: fale, vascom)
mcabber-1.1.2-1.fc34.x86_64 requires libidn.so.12()(64bit),
libidn.so.12(LIBIDN_1.0)(64bit)
monotone (maintained by: thm)
monotone-1.1-37.fc33.x86_64 requires libidn.so.12()(64bit),
libidn.so.12(LIBIDN_1.0)(64bit)
perl-Net-LibIDN (maintained by: ppisar, robert)
perl-Net-LibIDN-0.12-38.fc34.x86_64 requires libidn.so.12()(64bit),
libidn.so.12(LIBIDN_1.0)(64bit)
podofo (maintained by: sharkcz, smani)
podofo-libs-0.9.7-1.fc34.i686 requires libidn.so.12, libidn.so.12(LIBIDN_1.0)
podofo-libs-0.9.7-1.fc34.x86_64 requires libidn.so.12()(64bit),
libidn.so.12(LIBIDN_1.0)(64bit)
prosody (maintained by: jkaluza, robert)
prosody-0.11.7-2.fc34.x86_64 requires libidn.so.12()(64bit),
libidn.so.12(LIBIDN_1.0)(64bit)
psi (maintained by: slankes, xvitaly)
psi-1.5-2.fc34.x86_64 requires libidn.so.12()(64bit),
libidn.so.12(LIBIDN_1.0)(64bit)
python-slixmpp (maintained by: fantom, louizatakk)
python3-slixmpp-1.5.2-1.fc34.x86_64 requires libidn.so.12()(64bit),
libidn.so.12(LIBIDN_1.0)(64bit)
rubygem-idn (maintained by: mmorsi, spstarr, tdawson)
rubygem-idn-0.0.2-32.fc34.x86_64 requires libidn.so.12()(64bit),
libidn.so.12(LIBIDN_1.0)(64bit)
skipfish (maintained by: athmane, orphan)
skipfish-2.10-0.23.b.fc33.x86_64 requires libidn.so.12()(64bit),
libidn.so.12(LIBIDN_1.0)(64bit)
tgif (maintained by: mtasaka)
tgif-4.2.5-21.fc33.x86_64 requires libidn.so.12()(64bit)
vacuum-im (maintained by: martinkg)
vacuum-im-1.3.0-0.20.20200608gitb6c5dad.fc33.i686 requires libidn.so.12,
libidn.so.12(LIBIDN_1.0)
vacuum-im-1.3.0-0.20.20200608gitb6c5dad.fc33.x86_64 requires
libidn.so.12()(64bit), libidn.so.12(LIBIDN_1.0)(64bit)
Too many dependencies for msv, not all listed here
Depending on: nodoka-theme-gnome (3), status change: 2020-12-27 (2 weeks ago)
gtk-nodoka-engine (maintained by: mso)
gtk-nodoka-engine-0.7.5-20.fc33.i686 requires nodoka-filesystem = 0.3.90-20.fc33
gtk-nodoka-engine-0.7.5-20.fc33.x86_64 requires nodoka-filesystem = 0.3.90-20.fc33
xfwm4-theme-nodoka (maintained by: cwickert, mso, nonamedotc)
xfwm4-theme-nodoka-0.2-17.fc33.noarch requires nodoka-filesystem = 0.3.90-20.fc33
nodoka-theme-gnome (maintained by: orphan)
nodoka-theme-gnome-0.3.90-20.fc33.noarch requires gtk-nodoka-engine =
0.7.5-20.fc33
Depending on: opal (1), status change: 2020-12-06 (5 weeks ago)
ekiga (maintained by: mcrha, orphan)
ekiga-4.0.1-50.fc33.src requires opal-devel = 3.10.11-7.fc33
ekiga-4.0.1-50.fc33.x86_64 requires libopal.so.3.10.11()(64bit)
Depending on: ptlib (2), status change: 2020-12-06 (5 weeks ago)
ekiga (maintained by: mcrha, orphan)
ekiga-4.0.1-50.fc33.src requires opal-devel = 3.10.11-7.fc33, ptlib-devel =
2.10.11-7.fc34
ekiga-4.0.1-50.fc33.x86_64 requires libopal.so.3.10.11()(64bit),
libpt.so.2.10.11()(64bit)
opal (maintained by: orphan, pfrields)
opal-3.10.11-7.fc33.i686 requires libpt.so.2.10.11
opal-3.10.11-7.fc33.src requires ptlib-devel = 2.10.11-7.fc34
opal-3.10.11-7.fc33.x86_64 requires libpt.so.2.10.11()(64bit)
opal-devel-3.10.11-7.fc33.i686 requires pkgconfig(ptlib) = 2.10.11,
ptlib-devel = 2.10.11-7.fc34
opal-devel-3.10.11-7.fc33.x86_64 requires pkgconfig(ptlib) = 2.10.11,
ptlib-devel = 2.10.11-7.fc34
Depending on: python-ntlm-auth (28), status change: 2021-01-05 (0 weeks ago)
python-requests-credssp (maintained by: orphan)
python-requests-credssp-1.0.0-9.fc33.src requires python3-ntlm-auth =
1.1.0-11.fc33
python3-requests-credssp-1.0.0-9.fc33.noarch requires python3-ntlm-auth =
1.1.0-11.fc33, python3.9dist(ntlm-auth) = 1.1
python-requests_ntlm (maintained by: ignatenkobrain, orphan)
python-requests_ntlm-1.1.0-12.fc33.src requires python3dist(ntlm-auth) = 1.1
python3-requests_ntlm-1.1.0-12.fc33.noarch requires python3.9dist(ntlm-auth) = 1.1
python-winrm (maintained by: orphan)
python-winrm-0.3.0-11.fc33.src requires python3-requests_ntlm = 1.1.0-12.fc33
python3-winrm-0.3.0-11.fc33.noarch requires python3-requests_ntlm =
1.1.0-12.fc33, python3.9dist(requests-ntlm) = 1.1
ansible (maintained by: kevin, toshio, wzzrd)
ansible-2.9.16-1.fc34.src requires python3-winrm = 0.3.0-11.fc33
python-pytest-testinfra (maintained by: chedi)
python-pytest-testinfra-6.1.0-1.fc34.src requires python3dist(ansible) =
2.9.16, python3dist(pywinrm) = 0.3
python3-pytest-testinfra-6.1.0-1.fc34.noarch requires python3dist(ansible) =
2.9.16, python3dist(pywinrm) = 0.3
python-testinfra (maintained by: chedi, ignatenkobrain, wakko666)
python-testinfra-5.3.1-1.fc34.src requires ansible-python3 = 2.9.16-1.fc34,
python3-winrm = 0.3.0-11.fc33
python3-testinfra-5.3.1-1.fc34.noarch requires ansible-python3 =
2.9.16-1.fc34, python3-winrm = 0.3.0-11.fc33
ansible-bender (maintained by: gordonmessmer)
ansible-bender-0.8.1-4.fc33.noarch requires ansible = 2.9.16-1.fc34
ansible-collection-ansible-netcommon (maintained by: ignatenkobrain, infra-sig)
ansible-collection-ansible-netcommon-1.4.1-1.fc34.noarch requires ansible =
2.9.16-1.fc34
ansible-collection-ansible-netcommon-1.4.1-1.fc34.src requires ansible =
2.9.16-1.fc34
ansible-collection-ansible-posix (maintained by: ignatenkobrain, infra-sig)
ansible-collection-ansible-posix-1.1.1-1.fc34.noarch requires ansible =
2.9.16-1.fc34
ansible-collection-ansible-posix-1.1.1-1.fc34.src requires ansible = 2.9.16-1.fc34
ansible-collection-community-general (maintained by: ignatenkobrain, infra-sig)
ansible-collection-community-general-1.3.1-1.fc34.noarch requires ansible =
2.9.16-1.fc34
ansible-collection-community-general-1.3.1-1.fc34.src requires ansible =
2.9.16-1.fc34
ansible-collection-community-kubernetes (maintained by: ignatenkobrain, infra-sig)
ansible-collection-community-kubernetes-1.1.1-2.fc34.noarch requires ansible =
2.9.16-1.fc34
ansible-collection-community-kubernetes-1.1.1-2.fc34.src requires ansible =
2.9.16-1.fc34
ansible-collection-google-cloud (maintained by: ignatenkobrain, infra-sig)
ansible-collection-google-cloud-1.0.1-2.fc34.noarch requires ansible =
2.9.16-1.fc34
ansible-collection-google-cloud-1.0.1-2.fc34.src requires ansible = 2.9.16-1.fc34
ansible-collection-netbox-netbox (maintained by: ignatenkobrain, infra-sig)
ansible-collection-netbox-netbox-1.2.0-2.fc34.noarch requires ansible =
2.9.16-1.fc34
ansible-collection-netbox-netbox-1.2.0-2.fc34.src requires ansible = 2.9.16-1.fc34
ansible-inventory-grapher (maintained by: pnemade)
ansible-inventory-grapher-2.5.0-4.fc33.src requires ansible-python3 =
2.9.16-1.fc34
python3-ansible-inventory-grapher-2.5.0-4.fc33.noarch requires ansible-python3
= 2.9.16-1.fc34, python3.9dist(ansible) = 2.9.16
ansible-openstack-modules (maintained by: asamalik)
ansible-openstack-modules-0-20140912git79d751a.fc33.noarch requires ansible =
2.9.16-1.fc34
ansible-pcp (maintained by: agerstmayr, mgoodwin, nathans)
ansible-pcp-2.0.3-1.fc34.noarch requires ansible = 2.9.16-1.fc34
ansible-pcp-2.0.3-1.fc34.src requires ansible = 2.9.16-1.fc34
python-network-runner (maintained by: radez)
ansible-role-network-runner-0.2.2-2.fc33.noarch requires ansible = 2.9.16-1.fc34
python-network-runner-0.2.2-2.fc33.src requires ansible = 2.9.16-1.fc34
cinch (maintained by: greghellings)
cinch-1.4.0-7.fc33.noarch requires ansible = 2.9.16-1.fc34,
python3.9dist(ansible) = 2.9.16
cinch-1.4.0-7.fc33.src requires ansible = 2.9.16-1.fc34
copr-backend (maintained by: clime, copr-sig, dturecek, frostyx, msuchy, praiskup)
copr-backend-1.140-1.fc34.noarch requires ansible = 2.9.16-1.fc34
emacs-ansible-vault-mode (maintained by: melmorabity)
emacs-ansible-vault-mode-0.4.1-1.fc34.noarch requires ansible = 2.9.16-1.fc34
gdeploy (maintained by: godas, sac)
gdeploy-3.0.0-8.20200525git05d894b.fc33.noarch requires ansible =
2.9.16-1.fc34, python3.9dist(ansible) = 2.9.16
nodepool (maintained by: tdecacqu, zuul)
nodepool-3.12.0-2.fc33.noarch requires ansible = 2.9.16-1.fc34
python-ansible-runner (maintained by: radez)
python-ansible-runner-1.4.6-3.fc33.src requires ansible = 2.9.16-1.fc34
python3-ansible-runner-1.4.6-3.fc33.noarch requires ansible = 2.9.16-1.fc34
ansible-lint (maintained by: pnemade)
python3-ansible-lint-1:4.3.7-1.fc34.noarch requires python3.9dist(ansible) =
2.9.16
python-molecule (maintained by: chedi, wakko666)
python3-molecule-3.2.1-3.fc34.noarch requires /usr/bin/ansible-playbook,
python3dist(ansible) = 2.9.16
standard-test-roles (maintained by: astepano, dperpeet, merlinm)
standard-test-roles-4.10-1.fc34.noarch requires ansible = 2.9.16-1.fc34
tmt (maintained by: psss)
tmt-provision-container-1.2.1-1.fc34.noarch requires ansible = 2.9.16-1.fc34
tmt-provision-virtual-1.2.1-1.fc34.noarch requires ansible = 2.9.16-1.fc34
zuul (maintained by: fbo, openstack-sig, zuul)
zuul-3.19.1-1.fc34.src requires ansible = 2.9.16-1.fc34
Too many dependencies for python-ntlm-auth, not all listed here
Depending on: python-requests_ntlm (26), status change: 2021-01-05 (0 weeks ago)
python-winrm (maintained by: orphan)
python-winrm-0.3.0-11.fc33.src requires python3-requests_ntlm = 1.1.0-12.fc33
python3-winrm-0.3.0-11.fc33.noarch requires python3-requests_ntlm =
1.1.0-12.fc33, python3.9dist(requests-ntlm) = 1.1
ansible (maintained by: kevin, toshio, wzzrd)
ansible-2.9.16-1.fc34.src requires python3-winrm = 0.3.0-11.fc33
python-pytest-testinfra (maintained by: chedi)
python-pytest-testinfra-6.1.0-1.fc34.src requires python3dist(ansible) =
2.9.16, python3dist(pywinrm) = 0.3
python3-pytest-testinfra-6.1.0-1.fc34.noarch requires python3dist(ansible) =
2.9.16, python3dist(pywinrm) = 0.3
python-testinfra (maintained by: chedi, ignatenkobrain, wakko666)
python-testinfra-5.3.1-1.fc34.src requires ansible-python3 = 2.9.16-1.fc34,
python3-winrm = 0.3.0-11.fc33
python3-testinfra-5.3.1-1.fc34.noarch requires ansible-python3 =
2.9.16-1.fc34, python3-winrm = 0.3.0-11.fc33
ansible-bender (maintained by: gordonmessmer)
ansible-bender-0.8.1-4.fc33.noarch requires ansible = 2.9.16-1.fc34
ansible-collection-ansible-netcommon (maintained by: ignatenkobrain, infra-sig)
ansible-collection-ansible-netcommon-1.4.1-1.fc34.noarch requires ansible =
2.9.16-1.fc34
ansible-collection-ansible-netcommon-1.4.1-1.fc34.src requires ansible =
2.9.16-1.fc34
ansible-collection-ansible-posix (maintained by: ignatenkobrain, infra-sig)
ansible-collection-ansible-posix-1.1.1-1.fc34.noarch requires ansible =
2.9.16-1.fc34
ansible-collection-ansible-posix-1.1.1-1.fc34.src requires ansible = 2.9.16-1.fc34
ansible-collection-community-general (maintained by: ignatenkobrain, infra-sig)
ansible-collection-community-general-1.3.1-1.fc34.noarch requires ansible =
2.9.16-1.fc34
ansible-collection-community-general-1.3.1-1.fc34.src requires ansible =
2.9.16-1.fc34
ansible-collection-community-kubernetes (maintained by: ignatenkobrain, infra-sig)
ansible-collection-community-kubernetes-1.1.1-2.fc34.noarch requires ansible =
2.9.16-1.fc34
ansible-collection-community-kubernetes-1.1.1-2.fc34.src requires ansible =
2.9.16-1.fc34
ansible-collection-google-cloud (maintained by: ignatenkobrain, infra-sig)
ansible-collection-google-cloud-1.0.1-2.fc34.noarch requires ansible =
2.9.16-1.fc34
ansible-collection-google-cloud-1.0.1-2.fc34.src requires ansible = 2.9.16-1.fc34
ansible-collection-netbox-netbox (maintained by: ignatenkobrain, infra-sig)
ansible-collection-netbox-netbox-1.2.0-2.fc34.noarch requires ansible =
2.9.16-1.fc34
ansible-collection-netbox-netbox-1.2.0-2.fc34.src requires ansible = 2.9.16-1.fc34
ansible-inventory-grapher (maintained by: pnemade)
ansible-inventory-grapher-2.5.0-4.fc33.src requires ansible-python3 =
2.9.16-1.fc34
python3-ansible-inventory-grapher-2.5.0-4.fc33.noarch requires ansible-python3
= 2.9.16-1.fc34, python3.9dist(ansible) = 2.9.16
ansible-openstack-modules (maintained by: asamalik)
ansible-openstack-modules-0-20140912git79d751a.fc33.noarch requires ansible =
2.9.16-1.fc34
ansible-pcp (maintained by: agerstmayr, mgoodwin, nathans)
ansible-pcp-2.0.3-1.fc34.noarch requires ansible = 2.9.16-1.fc34
ansible-pcp-2.0.3-1.fc34.src requires ansible = 2.9.16-1.fc34
python-network-runner (maintained by: radez)
ansible-role-network-runner-0.2.2-2.fc33.noarch requires ansible = 2.9.16-1.fc34
python-network-runner-0.2.2-2.fc33.src requires ansible = 2.9.16-1.fc34
cinch (maintained by: greghellings)
cinch-1.4.0-7.fc33.noarch requires ansible = 2.9.16-1.fc34,
python3.9dist(ansible) = 2.9.16
cinch-1.4.0-7.fc33.src requires ansible = 2.9.16-1.fc34
copr-backend (maintained by: clime, copr-sig, dturecek, frostyx, msuchy, praiskup)
copr-backend-1.140-1.fc34.noarch requires ansible = 2.9.16-1.fc34
emacs-ansible-vault-mode (maintained by: melmorabity)
emacs-ansible-vault-mode-0.4.1-1.fc34.noarch requires ansible = 2.9.16-1.fc34
gdeploy (maintained by: godas, sac)
gdeploy-3.0.0-8.20200525git05d894b.fc33.noarch requires ansible =
2.9.16-1.fc34, python3.9dist(ansible) = 2.9.16
nodepool (maintained by: tdecacqu, zuul)
nodepool-3.12.0-2.fc33.noarch requires ansible = 2.9.16-1.fc34
python-ansible-runner (maintained by: radez)
python-ansible-runner-1.4.6-3.fc33.src requires ansible = 2.9.16-1.fc34
python3-ansible-runner-1.4.6-3.fc33.noarch requires ansible = 2.9.16-1.fc34
ansible-lint (maintained by: pnemade)
python3-ansible-lint-1:4.3.7-1.fc34.noarch requires python3.9dist(ansible) =
2.9.16
python-molecule (maintained by: chedi, wakko666)
python3-molecule-3.2.1-3.fc34.noarch requires /usr/bin/ansible-playbook,
python3dist(ansible) = 2.9.16
standard-test-roles (maintained by: astepano, dperpeet, merlinm)
standard-test-roles-4.10-1.fc34.noarch requires ansible = 2.9.16-1.fc34
tmt (maintained by: psss)
tmt-provision-container-1.2.1-1.fc34.noarch requires ansible = 2.9.16-1.fc34
tmt-provision-virtual-1.2.1-1.fc34.noarch requires ansible = 2.9.16-1.fc34
zuul (maintained by: fbo, openstack-sig, zuul)
zuul-3.19.1-1.fc34.src requires ansible = 2.9.16-1.fc34
Too many dependencies for python-requests_ntlm, not all listed here
Depending on: python-winrm (25), status change: 2021-01-05 (0 weeks ago)
ansible (maintained by: kevin, toshio, wzzrd)
ansible-2.9.16-1.fc34.src requires python3-winrm = 0.3.0-11.fc33
python-pytest-testinfra (maintained by: chedi)
python-pytest-testinfra-6.1.0-1.fc34.src requires python3dist(ansible) =
2.9.16, python3dist(pywinrm) = 0.3
python3-pytest-testinfra-6.1.0-1.fc34.noarch requires python3dist(ansible) =
2.9.16, python3dist(pywinrm) = 0.3
python-testinfra (maintained by: chedi, ignatenkobrain, wakko666)
python-testinfra-5.3.1-1.fc34.src requires ansible-python3 = 2.9.16-1.fc34,
python3-winrm = 0.3.0-11.fc33
python3-testinfra-5.3.1-1.fc34.noarch requires ansible-python3 =
2.9.16-1.fc34, python3-winrm = 0.3.0-11.fc33
ansible-bender (maintained by: gordonmessmer)
ansible-bender-0.8.1-4.fc33.noarch requires ansible = 2.9.16-1.fc34
ansible-collection-ansible-netcommon (maintained by: ignatenkobrain, infra-sig)
ansible-collection-ansible-netcommon-1.4.1-1.fc34.noarch requires ansible =
2.9.16-1.fc34
ansible-collection-ansible-netcommon-1.4.1-1.fc34.src requires ansible =
2.9.16-1.fc34
ansible-collection-ansible-posix (maintained by: ignatenkobrain, infra-sig)
ansible-collection-ansible-posix-1.1.1-1.fc34.noarch requires ansible =
2.9.16-1.fc34
ansible-collection-ansible-posix-1.1.1-1.fc34.src requires ansible = 2.9.16-1.fc34
ansible-collection-community-general (maintained by: ignatenkobrain, infra-sig)
ansible-collection-community-general-1.3.1-1.fc34.noarch requires ansible =
2.9.16-1.fc34
ansible-collection-community-general-1.3.1-1.fc34.src requires ansible =
2.9.16-1.fc34
ansible-collection-community-kubernetes (maintained by: ignatenkobrain, infra-sig)
ansible-collection-community-kubernetes-1.1.1-2.fc34.noarch requires ansible =
2.9.16-1.fc34
ansible-collection-community-kubernetes-1.1.1-2.fc34.src requires ansible =
2.9.16-1.fc34
ansible-collection-google-cloud (maintained by: ignatenkobrain, infra-sig)
ansible-collection-google-cloud-1.0.1-2.fc34.noarch requires ansible =
2.9.16-1.fc34
ansible-collection-google-cloud-1.0.1-2.fc34.src requires ansible = 2.9.16-1.fc34
ansible-collection-netbox-netbox (maintained by: ignatenkobrain, infra-sig)
ansible-collection-netbox-netbox-1.2.0-2.fc34.noarch requires ansible =
2.9.16-1.fc34
ansible-collection-netbox-netbox-1.2.0-2.fc34.src requires ansible = 2.9.16-1.fc34
ansible-inventory-grapher (maintained by: pnemade)
ansible-inventory-grapher-2.5.0-4.fc33.src requires ansible-python3 =
2.9.16-1.fc34
python3-ansible-inventory-grapher-2.5.0-4.fc33.noarch requires ansible-python3
= 2.9.16-1.fc34, python3.9dist(ansible) = 2.9.16
ansible-openstack-modules (maintained by: asamalik)
ansible-openstack-modules-0-20140912git79d751a.fc33.noarch requires ansible =
2.9.16-1.fc34
ansible-pcp (maintained by: agerstmayr, mgoodwin, nathans)
ansible-pcp-2.0.3-1.fc34.noarch requires ansible = 2.9.16-1.fc34
ansible-pcp-2.0.3-1.fc34.src requires ansible = 2.9.16-1.fc34
python-network-runner (maintained by: radez)
ansible-role-network-runner-0.2.2-2.fc33.noarch requires ansible = 2.9.16-1.fc34
python-network-runner-0.2.2-2.fc33.src requires ansible = 2.9.16-1.fc34
cinch (maintained by: greghellings)
cinch-1.4.0-7.fc33.noarch requires ansible = 2.9.16-1.fc34,
python3.9dist(ansible) = 2.9.16
cinch-1.4.0-7.fc33.src requires ansible = 2.9.16-1.fc34
copr-backend (maintained by: clime, copr-sig, dturecek, frostyx, msuchy, praiskup)
copr-backend-1.140-1.fc34.noarch requires ansible = 2.9.16-1.fc34
emacs-ansible-vault-mode (maintained by: melmorabity)
emacs-ansible-vault-mode-0.4.1-1.fc34.noarch requires ansible = 2.9.16-1.fc34
gdeploy (maintained by: godas, sac)
gdeploy-3.0.0-8.20200525git05d894b.fc33.noarch requires ansible =
2.9.16-1.fc34, python3.9dist(ansible) = 2.9.16
nodepool (maintained by: tdecacqu, zuul)
nodepool-3.12.0-2.fc33.noarch requires ansible = 2.9.16-1.fc34
python-ansible-runner (maintained by: radez)
python-ansible-runner-1.4.6-3.fc33.src requires ansible = 2.9.16-1.fc34
python3-ansible-runner-1.4.6-3.fc33.noarch requires ansible = 2.9.16-1.fc34
ansible-lint (maintained by: pnemade)
python3-ansible-lint-1:4.3.7-1.fc34.noarch requires python3.9dist(ansible) =
2.9.16
python-molecule (maintained by: chedi, wakko666)
python3-molecule-3.2.1-3.fc34.noarch requires /usr/bin/ansible-playbook,
python3dist(ansible) = 2.9.16
standard-test-roles (maintained by: astepano, dperpeet, merlinm)
standard-test-roles-4.10-1.fc34.noarch requires ansible = 2.9.16-1.fc34
tmt (maintained by: psss)
tmt-provision-container-1.2.1-1.fc34.noarch requires ansible = 2.9.16-1.fc34
tmt-provision-virtual-1.2.1-1.fc34.noarch requires ansible = 2.9.16-1.fc34
zuul (maintained by: fbo, openstack-sig, zuul)
zuul-3.19.1-1.fc34.src requires ansible = 2.9.16-1.fc34
Too many dependencies for python-winrm, not all listed here
See dependency chains of your packages at https://packager.fedorainfracloud.org/
See all orphaned packages at https://packager.fedorainfracloud.org/orphan
Affected (co)maintainers (either directly or via packages' dependencies):
abrt-sig: pg-semver
adamwill: bip
adeza: grpc
agerstmayr: python-requests_ntlm, python-ntlm-auth, python-winrm
akurtakov: msv
apevec: python-pykafka
asalkeld: csync2
asamalik: python-requests_ntlm, python-ntlm-auth, python-winrm
astepano: python-requests_ntlm, python-ntlm-auth, python-winrm
athmane: skipfish, msv
atim: gnome-shell-extension-desktop-icons, grpc, auto-destdir
bcl: bip, msv
bochecha: grpc
branto: grpc
bruno: msv
callkalpa: sugar-starchart
chedi: python-requests_ntlm, python-ntlm-auth, python-winrm
chimosky: sugar-starchart
cicku: msv
clime: python-requests_ntlm, python-ntlm-auth, python-winrm
coolsvap: apache-log4j-extras
copr-sig: python-requests_ntlm, python-ntlm-auth, python-winrm
cwickert: nodoka-theme-gnome
davidsch: msv
dbhole: msv
decathorpe: msv
defolos: grpc
dmaphy: msv
dmick: grpc
dperpeet: python-requests_ntlm, python-ntlm-auth, python-winrm
dturecek: python-requests_ntlm, python-ntlm-auth, python-winrm
eclipse-sig: msv
elsupergomez: banshee-community-extensions, boo
fab: grpc
fale: msv
fantom: msv
fbo: python-requests_ntlm, python-ntlm-auth, python-winrm
filiperosset: msv
frostyx: python-requests_ntlm, python-ntlm-auth, python-winrm
gil: msv, apache-log4j-extras
godas: python-requests_ntlm, python-ntlm-auth, python-winrm
gordonmessmer: python-requests_ntlm, python-ntlm-auth, python-winrm
greghellings: python-requests_ntlm, python-ntlm-auth, python-winrm
hguemar: python-pykafka
hubbitus: msv
ignatenkobrain: python-requests_ntlm, python-ntlm-auth, python-winrm
infra-sig: python-requests_ntlm, python-ntlm-auth, python-winrm
java-maint-sig: msv
jcline: msv
jjohnstn: msv
jkaluza: msv
jpena: python-pykafka
jreznik: msv
jskarvad: msv
jwrdegoede: msv
kdaniel: msv
kde-sig: msv
ke4qqq: grpc
kevin: python-requests_ntlm, python-ntlm-auth, python-winrm
kkeithle: grpc
ktdreyer: grpc
limb: msv
lkundrak: msv
louizatakk: msv
lupinix: msv
maha: msv
martinkg: msv
mbooth: msv
mcrha: ptlib, ekiga, msv, opal
melmorabity: python-requests_ntlm, python-ntlm-auth, grpc, python-winrm
merlinm: python-requests_ntlm, python-ntlm-auth, python-winrm
mgoodwin: python-requests_ntlm, python-ntlm-auth, python-winrm
mizdebsk: msv
mkutlak: pg-semver
mlichvar: msv
mmorsi: msv
mmraka: msv
moceap: msv
mso: nodoka-theme-gnome
msuchy: python-requests_ntlm, python-ntlm-auth, python-winrm
mtasaka: msv
nathans: python-requests_ntlm, python-ntlm-auth, python-winrm
nodejs-sig: nodejs-svgo, nodejs-shelljs
nonamedotc: nodoka-theme-gnome
nosnilmot: msv
nucleo: msv
openstack-sig: python-requests_ntlm, python-ntlm-auth, python-winrm
otaylor: msv
pabelanger: msv
patches: nodejs-shelljs
perl-maint-sig: grpc
peter: msv
pfrields: ptlib, opal
pnemade: python-requests_ntlm, python-ntlm-auth, python-winrm
ppisar: grpc, msv
praiskup: python-requests_ntlm, python-ntlm-auth, python-winrm
psss: python-requests_ntlm, python-ntlm-auth, python-winrm
radez: python-requests_ntlm, python-ntlm-auth, python-winrm
rdieter: msv
rebus: msv
rgrunber: msv
richardfearn: msv
robert: msv
sac: python-requests_ntlm, python-ntlm-auth, python-winrm
sdgathman: msv
sharkcz: msv
simonp: csync2
slankes: msv
smani: msv
spstarr: msv
steve: grpc, msv
stingray: grpc
tc01: msv
tdawson: msv
tdecacqu: python-requests_ntlm, python-ntlm-auth, python-winrm
than: msv
thm: msv
toshio: python-requests_ntlm, python-ntlm-auth, python-winrm
tpokorra: banshee-community-extensions, boo
vascom: msv
veillard: ptlib
wakko666: python-requests_ntlm, python-ntlm-auth, python-winrm
wart: msv
wzzrd: python-requests_ntlm, python-ntlm-auth, python-winrm
xvitaly: msv
zbyszek: msv
zuul: python-requests_ntlm, python-ntlm-auth, python-winrm
--
The script creating this output is run and developed by Fedora
Release Engineering. Please report issues at its pagure instance:
https://pagure.io/releng/
The sources of this script can be found at:
https://pagure.io/releng/blob/master/f/scripts/find_unblocked_orphans.py
2 years, 10 months