Fedora 32 Self-Contained Change proposal: Track Changes in Taiga
by Ben Cotton
https://fedoraproject.org/wiki/Changes/fedora-change-wrangler
= Track Changes in Taiga =
The Motivation for this proposal is to propose using the Taiga
instance at teams.fedoraproject.org for Change processing.
[[User:Bcotton/UsePagureForChanges|Using Pagure]] was previously
proposed for this. The new Change Processing workflow aims to simplify
the process to improve visibility and ease of management.
== Summary ==
The current process allows contributors to propose changes in upcoming
Fedora releases. However, the management of those feature proposals is
cumbersome and requires several manual steps. This introduces more
opportunity for error and reduces the time available to the Change
Wrangler for more valuable contributions to Fedora. In particular, the
current process includes artifacts and discussion in the Fedora Wiki,
on mailing lists, FESCo tickets, Bugzilla tickets, and Docs tickets.
The current process is cumbersome with several manual steps,this
introduces more opportunity for error and reduces the time available
for the Change Wrangler.
A Cli Tool Written in Python that interacts with Taiga,Pagure and
Bugzilla.Functionality includes
Promoting,announcing,submitting,accepting and updating the changes
across the three platforms and over mailing list.
The new process will consolidate much of the information in
Taiga.Proposed Changes will be submitted as an issue in Taiga. The
description of the Issue will include the content with few exceptions:
* System-Wide or Self-Contained change will be indicated by a binary
in the issue metadata
* Fedora release will be indicated by a milestone in the issue metadata
* Change status will be indicated by a list selection in the issue metadata
== Owner ==
* Name: [[User:Pac23| Manas Mangaonkar]]
* Email: manasmangaonkar(a)gmail.com || pac23(a)fedoraproject.org
* Name: [[User:Bcotton | Ben Cotton]]
* Email: bcotton(a)redhat.com
== Detailed Description ==
As Part of GSoC 2019 the fedora-change-wrangler tool will be developed
to smooth out the workflow,reduce Manual Work involved for both the
Contributors and the Change-Wrangler(FPgm). The tool makes it easy by
covering all the functionality required for the process of moving
forward proposals.
The tool will be developed using Python 3.6+ and will interact with
Taiga/Pagure/Bugzilla via their API and the Mailing List via SMTP.
The General Workflow would be :
1. Change Owner opens an issue and fills in the fields. When they are
ready to submit the Change proposal, they set the status to "Ready
for Wrangler".
2. The Change Wrangler (FPgM) reviews the proposal. If it is
incomplete, they set the status back to "New" and inform the Change
Owner of what's needed. If it is ready to process, then...
Functionality covered
1. Promote
* The issue will be promoted to a user story in taiga,copies the
contents of the custom fields from the issue to the user story. Closes
the issue.
2. Announce
* The tool would have the functionality to enable announcing the
change proposal to devel and devel-announce lists using smtp. It will
also automatically change the story status to announced.
3. fesco-submit
* Allowing creation of a new issue in the FESco Pagure repo directly
from the command line.
4. Accept
* Once the changes are accepted the change-wrangler can create a
tracking bug in Bugzilla along with release notes on Pagure.THe status
of the user story is updated to accepted aswell.
5. Update
* Status can be changed to testable if BZ is "Modified" and to
Complete is BZ is "ON_QA"
6. Creation of Report
* The user can create a report to provide quick view of changes and
their status. It can be in wiki or Html form.
Techstack:
* Python3.6+
* SMTP
* Taiga/Pagure/Bugzilla API's
* Nano/Gedit/Vi ( Inbuilt support to edit text)
* Kerberos(For authentication)
The current sample arg created looks like this [ change-tool convert
--taiga <issue no> <issue no> ] . The advantage of this the Manager
would be able to specify unlimited no of issues to change at once in a
single command using the issue no in taiga to convert to user story.
== Benefit to Fedora ==
The proposed change will make the change-process easier for
everyone.Everyone would be able to see them in one place with
status,id filters. The current wiki process can be bit difficult for
formatting,having defined fields would mean easy access without the
cumbersome wiki edits.
Since changes would be submitted in Issue format on
Taiga,pre-submission discussions would be available thus getting
suggestions/feedback at the first stage itself would be easy for
everyone involved.
== Scope ==
* Proposal owners:
I will be working with the Change-Wrangler(Ben Cotton) throughout the
summer to create this tool from scratch.
* Other developers: N/A (not a System Wide Change)
* Release engineering:(no release engineering impact is expected)
* Trademark approval: N/A (not needed for this Change)
== Upgrade/compatibility impact ==
N/A (not a System Wide Change)
== How To Test ==
N/A (not a System Wide Change)
== User Experience ==
No visible Impact is expected.
== Dependencies ==
No other packages depend on this.
== Contingency Plan ==
* Contingency mechanism: (What to do? Who will do it?) N/A (not a
System Wide Change)
Enough buffer time has been allocated to complete this during the GSoC period.
--
Ben Cotton
He / Him / His
Fedora Program Manager
Red Hat
TZ=America/Indiana/Indianapolis
4 years, 2 months
Fedora 31 System-Wide Change proposal: Switch RPMs to zstd compression
by Ben Cotton
https://fedoraproject.org/wiki/Changes/Switch_RPMs_to_zstd_compression
= Switch RPMs to zstd compression =
== Summary ==
Binary RPMs are currently compressed with xz level 2.
Switching to zstd would increase decompression speed significantly.
== Owner ==
* Name: [[User:dmach| Daniel Mach]]
* Email: dmach(a)redhat.com
== Detailed Description ==
* The change requires setting a new compression algorithm in rpm
macros. Then a mass rebuild of all packages is required.
* The macro for setting the compression is: %define _binary_payload w19.zstdio
* The recommended compression level is 19. The builds will take
longer, but the additional compression time is negligible in the total
build time and it pays off in better compression ratio than xz lvl2
has.
* SRPM payload compression should stay at gzip (there's almost no
benefit in changing the compression, because SRPM's contents is
compressed already)
=== Use case: Firefox installation ===
I rebuilt firefox-66.0.5-1.fc30 with zstd level19.
Then I compared installation times with the original (xz compressed) package:
{| class="wikitable"
|-
! Compression !! Target File System !! Time
|-
| xz level 2 || tmpfs || 8s
|-
| xz level 2 || ext4 on nvme || 11s
|-
| zstd level 19 || tmpfs || 2s
|-
| zstd level 19 || ext4 on nvme || 4s
|-
|}
=== Comparison of compression algorithms and levels ===
Following table shows '''cpio''' and '''compressed cpio''' extraction
times into a tmpfs. Actual times in decompressing RPMs will differ due
to extracting on an actual disk and also some overhead in the RPM tool
(checks, scriptlets).
{| class="wikitable"
|-
! Compression !! Level !! Size B !! Size GiB
!! Compression time !! Compression time, 4 threads !!
Decompression time !! Comment
|-
| CPIO || - || 5016785692 || 4,7
|| - || - || -
||
|-
| xz || 2 || 1615017616 || 1,6
|| 9m55s || - || 1m36s
|| slow decompression
|-
| pxz || 2 || 1631869880 || 1,6
|| - || 6m11s || 1m38s
|| slow decompression
|-
| gzip || 9 || 2086354992 || 2,0
|| 10m23s || - || 31s
|| insufficient compression ratio
|-
| bzip2 || 9 || 1889161565 || 1,8
|| 8m || - || 2m50s
|| very slow decompression; compression ratio could be
better
|-
| zstd || 3 || 1913536587 || 1,8
|| 31s || 29s || 6,5s
||
|-
| zstd || 10 || 1737928978 || 1,7
|| 3m27s || 2m34s || 6,3s
||
|-
| zstd || 15 || 1717303256 || 1,7
|| 9m37s || 6m34s || 6,3s
|| identical compression speed to xz; fast decompression;
slightly worse compression ratio than xz
|-
| zstd || 17 || 1635525492 || 1,6
|| 16m16s || 11m20s || 6,7s
||
|-
| zstd || 19 || 1575843696 || 1,5
|| 24m2s || 18m55s || 7,7s
||
|-
|}
== Benefit to Fedora ==
* Faster installations/upgrades of user systems
* Faster koji builds (installations in build roots)
* Faster container builds
* Lower bandwidth on mirrors if we choose the highest compression level
== Scope ==
* Proposal owners: submit a patch to redhat-rpm-config
* Other developers: redhat-rpm-config maintainer: include the patch
and make a new build
* Release engineering: [https://pagure.io/releng/issue/8345 #8345]
mass rebuild is needed
== Upgrade/compatibility impact ==
* RPM in Fedora supports zstd compression already (from Fedora 28,
rpm-4.14.0-0.rc2.5.fc28). No impact on Fedora users is expected.
* Fedora <= 27 and some other distros will not be able to decompress
zstd-compressed RPMs.
== How To Test ==
* dnf install <package>
* rpm -q --qf "%{PAYLOADCOMPRESSOR} %{PAYLOADFLAGS}\n" <package>
* expected output: zstd 19
Also the overall system installation time should decrease significantly.
== User Experience ==
See '''Benefit to Fedora'''
== Dependencies ==
N/A
== Contingency Plan ==
* Contingency mechanism: Not needed, Fedora will stay at current compression.
* Contingency deadline: N/A
* Blocks release? No
* Blocks product? N/A
== Documentation ==
N/A
== Release Notes ==
RPMs have switched to zstd compression level 19.
Users will benefit from faster package decompression.
Users that build their packages will experience slightly longer build times.
--
Ben Cotton
He / Him / His
Fedora Program Manager
Red Hat
TZ=America/Indiana/Indianapolis
4 years, 6 months
Fedora 31 System-Wide Change proposal: Node.js 12.x by default
by Ben Cotton
https://fedoraproject.org/wiki/Changes/Nodejs12x
== Summary ==
The latest release of Node.js to carry a 30-month lifecycle is the
12.x series. As with 10.x and 8.x before it, Fedora 31 will carry 12.x
as the default Node.js interpreter for the system. The 10.x
interpreter will remain available as a non-default module stream.
== Owner ==
* Name: [[User:Sgallagh| Stephen Gallagher]]
* Email: sgallagh(a)fedoraproject.org
* Responsible SIG: Node.js SIG
== Detailed Description ==
Fedora 31 will ship with the latest LTS version of Node.js by default.
This will either be the `nodejs:12` module stream or else replicated
to the non-modular repository, depending on the status of other
release engineering work around supporting modular content in the
non-modular buildroots. To end-users, the experience should be
identical: `dnf install nodejs` will give them `nodejs-12.x` and the
matching `npm` package.
== Benefit to Fedora ==
Node.js is a popular server-side JavaScript engine. Keeping Fedora on
the latest release allows us to continue tracking the state-of-the-art
in that space. For those whose applications do not yet work with the
12.x release, Fedora 31 will also have the 10.x release available as a
selectable module stream.
== Scope ==
* Proposal owners:
The packages are already built for Fedora 31 in a non-default module
stream. On June 14th, 2019, the nodejs-12.x packages will become the
default in Fedora 31 (either by making the 12.x module stream be the
default stream or by rebuilding the packages as non-modular ,
depending on other factors).
If the non-modular buildroot work is finished and available by July
17th (a week before the mass-rebuild), Node.js 12.x will drop the
non-modular packages and make the 12.x stream the default.
* Other developers:
Any developer with a package that depends on Node.js at run-time or
build-time should test with the 12.x module stream enabled as soon as
possible. Issues should be reported to nodejs(a)lists.fedoraproject.org
* Release engineering: [https://pagure.io/releng/issue/8388 #8388]
Release engineering and FESCo will need to approve the change to the
default module stream.
* Policies and guidelines: N/A (not needed for this Change)
* Trademark approval: N/A (not needed for this Change)
== Upgrade/compatibility impact ==
As with previous releases, users running Fedora 29 or Fedora 30 with
the non-modular nodejs-10.x packages will be automatically upgraded to
the 12.x packages, which may cause issues. If users are running
software known not to support Node.js 12.x yet, they can switch the
system back to using 10.x with yum commands (to be documented in
release notes).
== How To Test ==
* Confirm that `yum install nodejs` results in Node.js 12.x being installed.
* Confirm that upgrading from Fedora 29 or Fedora 30 with nodejs-10.x
installed (non-modular) results in an upgrade to nodejs-12.x
* Confirm that upgrading from Fedora 29 or Fedora 30 with the
`nodejs:10` module enabled does *not* result in an upgrade to 12.x and
still has `nodejs:10` enabled on Fedora 31.
* Confirm that upgrading from Fedora 29 or Fedora 30 with the
`nodejs:12` module enabled upgrades successfully and still has
`nodejs:12` enabled on Fedora 31.
== User Experience ==
Users will have the 12.x release of Node.js available by default. See
the "Upgrade/compatibility impact" section for specific details.
== Dependencies ==
All packages prefixed with `nodejs-` depend on this package. They will
need to be updated or removed from Fedora 31 if they do not work with
Node.js 12.x.
== Contingency Plan ==
* Contingency mechanism:
Revert to Node.js 10.x as the default stream. This may require bumping
epoch or making the `nodejs:10` stream the default, depending on the
status of the modules-in-non-modular-buildroot work at the time.
* Contingency deadline: August 5th, 2019
* Blocks release? No
== Documentation ==
* https://nodejs.org/dist/latest-v12.x/docs/api/
* https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V12.md
== Release Notes ==
Fedora 31 now ships with Node.js 12.x as the default Node.js
JavaScript server-side engine. If your applications are not yet ready
for this newer version, you can revert to the 10.x series by running
the following commands
<pre>
dnf remove nodejs
dnf module reset nodejs
dnf module install nodejs:10
</pre>
--
Ben Cotton
He / Him / His
Fedora Program Manager
Red Hat
TZ=America/Indiana/Indianapolis
4 years, 6 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.
This report is online at: https://churchyard.fedorapeople.org/orphans-2019-05-27.txt
Packages retired today but still in this report: rubygem-sprite-factory
Request package ownership via: https://pagure.io/releng/issues
Package (co)maintainers Status Change
================================================================================
aeskulap orphan 6 weeks ago
apache-commons-discovery lkundrak, mizdebsk, orphan, 0 weeks ago
spike
ceph-deploy branto, fsimonce, ktdreyer, 3 weeks ago
orphan, trhoden
checkstyle dbhole, greghellings, lef, 1 weeks ago
mizdebsk, nsantos, orphan,
rmyers
clpbar dcantrel, orphan 3 weeks ago
cmdtest orphan 0 weeks ago
compat-openssl10-pkcs11-helper orphan, rdieter 2 weeks ago
dvdbackup cicku, orphan 6 weeks ago
emacs-pymacs orphan 6 weeks ago
flr orphan 0 weeks ago
genbackupdata orphan 0 weeks ago
gnome-dvb-daemon orphan 6 weeks ago
gnome-shell-extension-panel-osd orphan 6 weeks ago
gnumed-server orphan 0 weeks ago
gpart dcantrel, orphan 3 weeks ago
gscribble orphan 0 weeks ago
h2 akurtakov, dchen, lef, orphan 3 weeks ago
jwebunit orphan 2 weeks ago
kimchi jcapik, orphan 0 weeks ago
librtfcomp orphan 0 weeks ago
loopabull orphan 0 weeks ago
lrbd orphan 0 weeks ago
ltspfs enslaver, orphan 5 weeks ago
monkeysphere ctubbsii, orphan 1 weeks ago
ninja-ide echevemaster, orphan 5 weeks ago
nodejs-array-uniq nodejs-sig, orphan 0 weeks ago
pdc-updater orphan 0 weeks ago
plague dcbw, orphan 4 weeks ago
pyqt-mail-checker orphan 0 weeks ago
python-cachy orphan 1 weeks ago
python-larch orphan 0 weeks ago
python-mandrill orphan 0 weeks ago
python-psphere imcleod, orphan 0 weeks ago
python-pylev orphan 1 weeks ago
python-pytest-testmon orphan, python-sig 1 weeks ago
pywebkitgtk ivazquez, orphan, walters 5 weeks ago
repoview orphan 0 weeks ago
rubygem-chunky_png mmorsi, orphan 6 weeks ago
rubygem-codemirror-rails orphan 5 weeks ago
rubygem-commander maxamillion, orphan, tdawson 3 weeks ago
rubygem-compass-960-plugin orphan 6 weeks ago
rubygem-jquery-ui-rails orphan 3 weeks ago
rubygem-paranoia orphan 2 weeks ago
rubygem-sprite-factory * orphan 7 weeks ago
rubygem-webrat mmorsi, orphan 6 weeks ago
system-config-firewall orphan, twoerner 3 weeks ago
testoob orphan 2 weeks ago
totpcgi herlo, kevin, orphan 0 weeks ago
transmission-remote-cli orphan 0 weeks ago
wordgroupz orphan 0 weeks ago
The following packages require above mentioned packages:
Depending on: apache-commons-discovery (22), status change: 2019-05-22 (0 weeks ago)
eclipse-webtools (maintained by: eclipse-sig, galileo, mbooth)
eclipse-webtools-3.13.0-1.fc31.src requires osgi(org.apache.commons.discovery)
= 0.5.0
jenkins-commons-jelly (maintained by: mizdebsk, msrb)
jenkins-commons-jelly-1.1.20120928-10.fc24.src requires
mvn(commons-discovery:commons-discovery) = 0.5
jenkins (maintained by: mizdebsk, msrb)
jenkins-webapp-1.651.3-10.fc30.noarch requires apache-commons-discovery =
2:0.5-23.fc31, jenkins-commons-jelly = 1.1.20120928-10.fc24, stapler =
1.242-2.fc26, stapler-adjunct-timeline = 1.4-10.fc30
jenkins-1.651.3-10.fc30.src requires
mvn(commons-jelly:commons-jelly-tags-define) = 1.0,
mvn(commons-jelly:commons-jelly-tags-fmt) = 1.0,
mvn(commons-jelly:commons-jelly-tags-xml) = 1.0,
mvn(org.kohsuke.stapler:stapler-adjunct-timeline) = 1.4
jenkins-core-1.651.3-10.fc30.noarch requires
mvn(commons-jelly:commons-jelly-tags-define) = 1.0,
mvn(commons-jelly:commons-jelly-tags-fmt) = 1.0,
mvn(commons-jelly:commons-jelly-tags-xml) = 1.0,
mvn(org.kohsuke.stapler:stapler-adjunct-timeline) = 1.4
mx4j (maintained by: dwalluck, fnasser)
mx4j-1:3.0.1-30.fc30.src requires apache-commons-discovery = 2:0.5-23.fc31
stapler (maintained by: mizdebsk, msrb)
stapler-1.242-2.fc26.noarch requires mvn(commons-discovery:commons-discovery)
= 0.5
stapler-1.242-2.fc26.src requires mvn(commons-discovery:commons-discovery) =
0.5, mvn(org.jenkins-ci:commons-jelly) = 1.1.jenkins.20120928
stapler-jelly-1.242-2.fc26.noarch requires mvn(org.jenkins-ci:commons-jelly) =
1.1.jenkins.20120928
datanucleus-core (maintained by: pmackinn)
datanucleus-core-3.2.15-9.fc30.src requires mvn(mx4j:mx4j) = 3.0.1,
mvn(mx4j:mx4j-tools) = 3.0.1
jets3t (maintained by: gil)
jets3t-0.9.3-10.fc30.noarch requires mvn(mx4j:mx4j) = 3.0.1
jets3t-0.9.3-10.fc30.src requires mx4j = 1:3.0.1-30.fc30
sigar (maintained by: astokes, beekhof, russellb, zaneb)
sigar-1.6.5-0.20.git58097d9.fc27.src requires mx4j = 1:3.0.1-30.fc30
js-CodeMirror (maintained by: mizdebsk, msrb)
js-CodeMirror-1:2.38-7.fc30.src requires mvn(org.kohsuke.stapler:stapler) = 1.242
stapler-adjunct-codemirror-1:2.38-7.fc30.noarch requires
mvn(org.kohsuke.stapler:stapler) = 1.242
stapler-adjunct-timeline (maintained by: mizdebsk, msrb)
stapler-adjunct-timeline-1.4-10.fc30.noarch requires
mvn(org.kohsuke.stapler:stapler) = 1.242
stapler-adjunct-timeline-1.4-10.fc30.src requires
mvn(org.kohsuke.stapler:stapler) = 1.242
datanucleus-api-jdo (maintained by: pmackinn)
datanucleus-api-jdo-3.2.8-8.fc30.src requires
mvn(org.datanucleus:datanucleus-core) = 3.2.15
datanucleus-rdbms (maintained by: pmackinn)
datanucleus-rdbms-3.2.13-9.fc30.noarch requires osgi(org.datanucleus) = 3.2.15
datanucleus-rdbms-3.2.13-9.fc30.src requires
mvn(org.datanucleus:datanucleus-core) = 3.2.15
google-http-java-client (maintained by: gil)
google-http-java-client-1.22.0-6.fc30.src requires
mvn(org.datanucleus:datanucleus-api-jdo) = 3.2.8,
mvn(org.datanucleus:datanucleus-core) = 3.2.15,
mvn(org.datanucleus:datanucleus-rdbms) = 3.2.13
google-oauth-java-client (maintained by: gil)
google-oauth-java-client-1.22.0-3.fc27.src requires
mvn(com.google.http-client:google-http-client) = 1.22.0,
mvn(org.datanucleus:datanucleus-api-jdo) = 3.2.8,
mvn(org.datanucleus:datanucleus-core) = 3.2.15,
mvn(org.datanucleus:datanucleus-rdbms) = 3.2.13
google-oauth-java-client-1.22.0-3.fc27.noarch requires
mvn(com.google.http-client:google-http-client) = 1.22.0
hadoop (maintained by: ctubbsii, denisarnaud, milleruntime)
hadoop-2.7.6-5.fc29.src requires jets3t = 0.9.3-10.fc30
hadoop-common-2.7.6-5.fc29.noarch requires mvn(net.java.dev.jets3t:jets3t) = 0.9.3
hadoop-tests-2.7.6-5.fc29.noarch requires mvn(net.java.dev.jets3t:jets3t) = 0.9.3
springframework-batch (maintained by: gil)
springframework-batch-2.2.7-8.fc30.src requires
mvn(net.java.dev.jets3t:jets3t) = 0.9.3
cassandra (maintained by: acaringi, hhorak, jjanco, trepik)
cassandra-server-3.11.1-12.fc30.i686 requires sigar = 1.6.5-0.20.git58097d9.fc27
gradle (maintained by: jjelen, mizdebsk, stewardship-sig)
gradle-4.4.1-3.fc31.src requires
mvn(com.google.http-client:google-http-client) = 1.22.0,
mvn(com.google.oauth-client:google-oauth-client) = 1.22.0
spring-ldap (maintained by: gil)
spring-ldap-1.3.1-19.fc30.noarch requires
mvn(org.springframework.batch:spring-batch-core) = 2.2.7.RELEASE,
mvn(org.springframework.batch:spring-batch-infrastructure) = 2.2.7.RELEASE
spring-ldap-1.3.1-19.fc30.src requires
mvn(org.springframework.batch:spring-batch-core) = 2.2.7.RELEASE,
mvn(org.springframework.batch:spring-batch-infrastructure) = 2.2.7.RELEASE,
mvn(org.springframework.batch:spring-batch-test) = 2.2.7.RELEASE
javapackages-tools (maintained by: mizdebsk, msrb)
gradle-local-5.3.0-4.fc30.noarch requires gradle = 4.4.1-3.fc31
shrinkwrap-resolver (maintained by: gil, lef)
shrinkwrap-resolver-2.2.2-6.fc29.src requires
mvn(org.gradle:gradle-tooling-api) = 4.4.1
shrinkwrap-resolver-impl-gradle-embedded-archive-2.2.2-6.fc29.noarch requires
mvn(org.gradle:gradle-tooling-api) = 4.4.1
xmvn (maintained by: jjelen, mizdebsk, msrb, stewardship-sig)
xmvn-3.0.0-23.fc30.src requires gradle = 4.4.1-3.fc31
Too many dependencies for apache-commons-discovery, not all listed here
Depending on: checkstyle (23), status change: 2019-05-14 (1 weeks ago)
eclipse-checkstyle (maintained by: akurtakov, eclipse-sig, rmyers)
eclipse-checkstyle-7.6.0-7.fc31.src requires checkstyle = 8.0-7.fc31
hadoop (maintained by: ctubbsii, denisarnaud, milleruntime)
hadoop-2.7.6-5.fc29.src requires checkstyle = 8.0-7.fc31
hadoop-common-2.7.6-5.fc29.noarch requires checkstyle = 8.0-7.fc31
hibernate-search (maintained by: gil, goldmann, lef)
hibernate-search-5.5.4-2.fc26.noarch requires
mvn(com.puppycrawl.tools:checkstyle) = 8.0
hibernate-search-5.5.4-2.fc26.src requires
mvn(com.puppycrawl.tools:checkstyle) = 8.0,
mvn(org.apache.maven.plugins:maven-checkstyle-plugin) = 3.0.0
maven-checkstyle-plugin (maintained by: ctubbsii, lef, mizdebsk, spike)
maven-checkstyle-plugin-3.0.0-4.fc30.noarch requires
mvn(com.puppycrawl.tools:checkstyle) = 8.0
maven-checkstyle-plugin-3.0.0-4.fc30.src requires
mvn(com.puppycrawl.tools:checkstyle) = 8.0
proxool (maintained by: gil, lef)
proxool-0.9.1-23.fc30.src requires mvn(com.puppycrawl.tools:checkstyle) = 8.0
scilab (maintained by: davidcl)
scilab-6.0.2-2.fc31.src requires checkstyle = 8.0-7.fc31
zookeeper (maintained by: ctubbsii, greghellings, mluscon, skottler, tstclair)
zookeeper-3.4.9-13.fc30.i686 requires checkstyle = 8.0-7.fc31
zookeeper-3.4.9-13.fc30.src requires checkstyle = 8.0-7.fc31
annox (maintained by: gil)
annox-1.0.1-7.fc30.src requires mvn(org.hibernate:hibernate-search-engine) =
5.5.4.Final
hibernate-hql (maintained by: gil, goldmann, lef)
hibernate-hql-1.3.0-0.2.Alpha2.fc26.noarch requires
mvn(org.hibernate:hibernate-search-engine) = 5.5.4.Final
hibernate-hql-1.3.0-0.2.Alpha2.fc26.src requires
mvn(org.hibernate:hibernate-search-engine) = 5.5.4.Final
querydsl (maintained by: gil)
querydsl-4.0.4-6.fc26.src requires mvn(org.hibernate:hibernate-search-orm) =
5.5.4.Final
querydsl3 (maintained by: gil)
querydsl3-3.7.2-9.fc28.src requires mvn(org.hibernate:hibernate-search-orm) =
5.5.4.Final
wildfly (maintained by: dchen, gil, goldmann, lef)
wildfly-10.1.0-13.fc29.src requires
mvn(org.hibernate:hibernate-search-backend-jgroups) = 5.5.4.Final,
mvn(org.hibernate:hibernate-search-backend-jms) = 5.5.4.Final,
mvn(org.hibernate:hibernate-search-engine) = 5.5.4.Final,
mvn(org.hibernate:hibernate-search-orm) = 5.5.4.Final,
mvn(org.hibernate:hibernate-search-serialization-avro) = 5.5.4.Final
apache-commons-configuration2 (maintained by: gil, java-sig)
apache-commons-configuration2-2.1-6.fc30.src requires
mvn(org.apache.maven.plugins:maven-checkstyle-plugin) = 3.0.0
avro (maintained by: gil, lef, ricardo)
avro-1.7.6-5.fc28.src requires
mvn(org.apache.maven.plugins:maven-checkstyle-plugin) = 3.0.0
avro-parent-1.7.6-5.fc28.noarch requires
mvn(org.apache.maven.plugins:maven-checkstyle-plugin) = 3.0.0
cargo-parent (maintained by: orion)
cargo-parent-4.13-13.fc30.src requires maven-checkstyle-plugin = 3.0.0-4.fc30
ehcache2 (maintained by: gil, lef)
ehcache2-2.10.2.2.21-3.fc27.src requires
mvn(org.apache.maven.plugins:maven-checkstyle-plugin) = 3.0.0
google-http-java-client (maintained by: gil)
google-http-java-client-1.22.0-6.fc30.src requires
mvn(org.apache.maven.plugins:maven-checkstyle-plugin) = 3.0.0
java-dirq (maintained by: lcons, mpaladin, stevetraylen)
java-dirq-1.8-6.fc30.src requires
mvn(org.apache.maven.plugins:maven-checkstyle-plugin) = 3.0.0
johnzon (maintained by: gil, lef)
johnzon-0.9.4-7.fc30.src requires
mvn(org.apache.maven.plugins:maven-checkstyle-plugin) = 3.0.0
johnzon-parent-0.9.4-7.fc30.noarch requires
mvn(org.apache.maven.plugins:maven-checkstyle-plugin) = 3.0.0
ldaptive (maintained by: gil)
ldaptive-1.1.0-6.fc30.src requires
mvn(org.apache.maven.plugins:maven-checkstyle-plugin) = 3.0.0
ldaptive-parent-1.1.0-6.fc30.noarch requires
mvn(org.apache.maven.plugins:maven-checkstyle-plugin) = 3.0.0
nom-tam-fits (maintained by: gil, lupinix, zbyszek)
nom-tam-fits-1.15.1-6.fc30.src requires
mvn(org.apache.maven.plugins:maven-checkstyle-plugin) = 3.0.0
quartz (maintained by: gil, java-sig, lef)
quartz-2.2.1-10.fc30.src requires maven-checkstyle-plugin = 3.0.0-4.fc30
shibboleth-java-parent-v3 (maintained by: gil)
shibboleth-java-parent-v3-8-7.fc30.noarch requires
mvn(org.apache.maven.plugins:maven-checkstyle-plugin) = 3.0.0
shibboleth-java-parent-v3-8-7.fc30.src requires
mvn(org.apache.maven.plugins:maven-checkstyle-plugin) = 3.0.0
Too many dependencies for checkstyle, not all listed here
Depending on: cmdtest (3), status change: 2019-05-20 (0 weeks ago)
cachedir (maintained by: mathstuf)
cachedir-1.4-3.fc28.src requires cmdtest = 0.30-3.fc29
genbackupdata (maintained by: orphan)
genbackupdata-1.9-9.fc30.src requires cmdtest = 0.30-3.fc29
python-larch (maintained by: orphan)
python-larch-1.20151025-9.fc28.src requires cmdtest = 0.30-3.fc29
Depending on: compat-openssl10-pkcs11-helper (1), status change: 2019-05-06 (2
weeks ago)
gnupg-pkcs11-scd (maintained by: mikep)
gnupg-pkcs11-scd-0.9.1-5.fc30.i686 requires libpkcs11-helper.so.100
Depending on: h2 (21), status change: 2019-04-30 (3 weeks ago)
bitcoinj (maintained by: jonny)
bitcoinj-0.14.3-6.fc29.src requires mvn(com.h2database:h2) = 1.4.196
hibernate3 (maintained by: gil, lef)
hibernate3-3.6.10-22.fc27.src requires h2 = 1.4.196-6.fc29
jberet (maintained by: gil, goldmann, lef)
jberet-1.2.1-6.fc30.src requires mvn(com.h2database:h2) = 1.4.196
johnzon (maintained by: gil, lef)
johnzon-0.9.4-7.fc30.src requires mvn(com.h2database:h2) = 1.4.196
junit-benchmarks (maintained by: gil)
junit-benchmarks-0.7.2-10.fc29.src requires mvn(com.h2database:h2) = 1.4.196
openas2 (maintained by: sdgathman)
openas2-2.6.3-2.fc30.src requires mvn(com.h2database:h2) = 1.4.196
openas2-lib-2.6.3-2.fc30.noarch requires mvn(com.h2database:h2) = 1.4.196
picketlink (maintained by: gil, goldmann, lef)
picketlink-2.7.1-7.fc30.src requires mvn(com.h2database:h2) = 1.4.196
springframework (maintained by: dchen, gil, lef)
springframework-3.2.18-4.fc28.src requires mvn(com.h2database:h2) = 1.4.196,
mvn(org.hibernate:hibernate-core:3) = 3.6.10.Final
springframework-orm-3.2.18-4.fc28.noarch requires
mvn(org.hibernate:hibernate-core:3) = 3.6.10.Final
springframework-batch (maintained by: gil)
springframework-batch-2.2.7-8.fc30.src requires mvn(com.h2database:h2) = 1.4.196
springframework-integration (maintained by: gil)
springframework-integration-3.0.7-10.fc29.noarch requires
mvn(com.h2database:h2) = 1.4.196
springframework-integration-3.0.7-10.fc29.src requires mvn(com.h2database:h2)
= 1.4.196
springframework-social (maintained by: gil)
springframework-social-1.0.3-9.fc30.src requires mvn(com.h2database:h2) = 1.4.196
tika (maintained by: gil, lef)
tika-1.17-4.fc30.src requires mvn(com.h2database:h2) = 1.4.196
tika-eval-1.17-4.fc30.noarch requires mvn(com.h2database:h2) = 1.4.196
wildfly (maintained by: dchen, gil, goldmann, lef)
wildfly-10.1.0-13.fc29.noarch requires mvn(com.h2database:h2) = 1.4.196
wildfly-10.1.0-13.fc29.src requires mvn(com.h2database:h2) = 1.4.196,
mvn(org.jberet:jberet-core) = 1.2.1.Final
wildfly-lib-10.1.0-13.fc29.noarch requires mvn(org.jberet:jberet-core) =
1.2.1.Final
multibit-commons (maintained by: jonny)
multibit-commons-1.1.0-6.fc30.noarch requires mvn(org.bitcoinj:bitcoinj-core)
= 0.14.3
multibit-commons-1.1.0-6.fc30.src requires mvn(org.bitcoinj:bitcoinj-core) =
0.14.3
dozer (maintained by: gil)
dozer-5.5.1-9.fc30.src requires hibernate3 = 3.6.10-22.fc27
ehcache-core (maintained by: gil, lef)
ehcache-core-2.6.11-7.fc30.noarch requires hibernate3 = 3.6.10-22.fc27,
mvn(org.hibernate:hibernate-core:3) = 3.6.10.Final
ehcache-core-2.6.11-7.fc30.src requires mvn(org.hibernate:hibernate-core:3) =
3.6.10.Final
ehcache2 (maintained by: gil, lef)
ehcache2-2.10.2.2.21-3.fc27.src requires mvn(org.hibernate:hibernate-core:3) =
3.6.10.Final
jasperreports (maintained by: gil, lef)
jasperreports-6.2.2-3.fc26.src requires mvn(org.hibernate:hibernate-core:3) =
3.6.10.Final
jipijapa (maintained by: gil, lef)
jipijapa-1.0.1-7.fc30.src requires mvn(org.hibernate:hibernate-core:3) =
3.6.10.Final
picketbox (maintained by: gil, lef, ricardo)
picketbox-4.9.6-8.fc30.noarch requires mvn(org.hibernate:hibernate-core:3) =
3.6.10.Final
picketbox-4.9.6-8.fc30.src requires mvn(org.hibernate:hibernate-core:3) =
3.6.10.Final
artemis (maintained by: gil, lef)
artemis-1.4.0-10.fc30.src requires mvn(org.apache.johnzon:johnzon-core) = 0.9.4
artemis-core-client-1.4.0-10.fc30.noarch requires
mvn(org.apache.johnzon:johnzon-core) = 0.9.4
artemis-jms-server-1.4.0-10.fc30.noarch requires
mvn(org.apache.johnzon:johnzon-core) = 0.9.4
Too many dependencies for h2, not all listed here
Depending on: librtfcomp (1), status change: 2019-05-20 (0 weeks ago)
synce-sync-engine (maintained by: awjb)
synce-sync-engine-0.15.1-17.fc29.i686 requires python2-librtfcomp = 1.1-26.fc29
Depending on: nodejs-array-uniq (3), status change: 2019-05-22 (0 weeks ago)
nodejs-gulp-util (maintained by: jsmith)
nodejs-gulp-util-3.0.8-5.fc29.noarch requires npm(array-uniq) = 1.0.2
nodejs-gulp-util-3.0.8-5.fc29.src requires npm(array-uniq) = 1.0.2
nodejs-gulp-mocha (maintained by: jsmith)
nodejs-gulp-mocha-4.3.1-3.fc29.noarch requires npm(gulp-util) = 3.0.8
nodejs-gulp-mocha-4.3.1-3.fc29.src requires npm(gulp-util) = 3.0.8
nodejs-gulp-ng-classify (maintained by: jsmith)
nodejs-gulp-ng-classify-4.0.1-2.fc29.src requires npm(gulp-util) = 3.0.8
Depending on: python-psphere (1), status change: 2019-05-20 (0 weeks ago)
imagefactory-plugins (maintained by: imcleod)
imagefactory-plugins-vSphere-1.1.11-2.fc30.noarch requires python2-psphere =
0.5.2-14.fc30
Depending on: pywebkitgtk (3), status change: 2019-04-17 (5 weeks ago)
gscribble (maintained by: orphan)
gscribble-0.1.2-16.fc29.noarch requires pywebkitgtk = 1.1.8-13.fc26
nested (maintained by: aeperezt, potty)
nested-1.2.2-22.fc29.noarch requires pywebkitgtk = 1.1.8-13.fc26
wordgroupz (maintained by: orphan)
wordgroupz-0.3.1-17.fc30.noarch requires pywebkitgtk = 1.1.8-13.fc26
Depending on: rubygem-chunky_png (4), status change: 2019-04-11 (6 weeks ago)
rubygem-compass (maintained by: mmorsi, tdawson)
rubygem-compass-1.0.1-3.fc24.noarch requires rubygem(chunky_png) = 1.2.7,
rubygem(chunky_png) = 1.2.7-1
rubygem-compass-1.0.1-3.fc24.src requires rubygem(chunky_png) = 1.2.7,
rubygem(chunky_png) = 1.2.7-1
rubygem-sprite-factory (maintained by: orphan)
rubygem-sprite-factory-1.7.1-1.fc31.src requires rubygem(chunky_png) = 1.2.7,
rubygem(chunky_png) = 1.2.7-1
rubygem-compass-960-plugin (maintained by: orphan)
rubygem-compass-960-plugin-0.10.4-15.fc30.noarch requires rubygem(compass) =
1.0.1-1
rubygem-compass-rails (maintained by: tdawson)
rubygem-compass-rails-2.0.4-7.fc30.noarch requires rubygem(compass) = 1.0.1-1
Depending on: rubygem-commander (1), status change: 2019-05-03 (3 weeks ago)
rubygem-rhc (maintained by: gomix, tdawson)
rubygem-rhc-1.38.7-7.fc30.noarch requires rubygem(commander) = 4.3.0
Affected (co)maintainers
acaringi: apache-commons-discovery
aeperezt: pywebkitgtk
akurtakov: h2, checkstyle
astokes: apache-commons-discovery
awjb: librtfcomp
beekhof: apache-commons-discovery
branto: ceph-deploy
cicku: dvdbackup
ctubbsii: monkeysphere, checkstyle, apache-commons-discovery
davidcl: checkstyle
dbhole: checkstyle
dcantrel: clpbar, gpart
dcbw: plague
dchen: h2, checkstyle
denisarnaud: checkstyle, apache-commons-discovery
dwalluck: apache-commons-discovery
echevemaster: ninja-ide
eclipse-sig: checkstyle, apache-commons-discovery
enslaver: ltspfs
fnasser: apache-commons-discovery
fsimonce: ceph-deploy
galileo: apache-commons-discovery
gil: checkstyle, h2, apache-commons-discovery
goldmann: h2, checkstyle
gomix: rubygem-commander
greghellings: checkstyle
herlo: totpcgi
hhorak: apache-commons-discovery
imcleod: python-psphere
ivazquez: pywebkitgtk
java-sig: checkstyle
jcapik: kimchi
jjanco: apache-commons-discovery
jjelen: apache-commons-discovery
jonny: h2
jsmith: nodejs-array-uniq
kevin: totpcgi
ktdreyer: ceph-deploy
lcons: checkstyle
lef: apache-commons-discovery, h2, checkstyle
lkundrak: apache-commons-discovery
lupinix: checkstyle
mathstuf: cmdtest
maxamillion: rubygem-commander
mbooth: apache-commons-discovery
mikep: compat-openssl10-pkcs11-helper
milleruntime: checkstyle, apache-commons-discovery
mizdebsk: checkstyle, apache-commons-discovery
mluscon: checkstyle
mmorsi: rubygem-chunky_png, rubygem-webrat
mpaladin: checkstyle
msrb: apache-commons-discovery
nodejs-sig: nodejs-array-uniq
nsantos: checkstyle
orion: checkstyle
pmackinn: apache-commons-discovery
potty: pywebkitgtk
python-sig: python-pytest-testmon
rdieter: compat-openssl10-pkcs11-helper
ricardo: h2, checkstyle
rmyers: checkstyle
russellb: apache-commons-discovery
sdgathman: h2
skottler: checkstyle
spike: checkstyle, apache-commons-discovery
stevetraylen: checkstyle
stewardship-sig: apache-commons-discovery
tdawson: rubygem-chunky_png, rubygem-commander
trepik: apache-commons-discovery
trhoden: ceph-deploy
tstclair: checkstyle
twoerner: system-config-firewall
walters: pywebkitgtk
zaneb: apache-commons-discovery
zbyszek: checkstyle
Orphans (50): aeskulap apache-commons-discovery ceph-deploy checkstyle
clpbar cmdtest compat-openssl10-pkcs11-helper dvdbackup
emacs-pymacs flr genbackupdata gnome-dvb-daemon
gnome-shell-extension-panel-osd gnumed-server gpart gscribble h2
jwebunit kimchi librtfcomp loopabull lrbd ltspfs monkeysphere
ninja-ide nodejs-array-uniq pdc-updater plague pyqt-mail-checker
python-cachy python-larch python-mandrill python-psphere
python-pylev python-pytest-testmon pywebkitgtk repoview
rubygem-chunky_png rubygem-codemirror-rails rubygem-commander
rubygem-compass-960-plugin rubygem-jquery-ui-rails
rubygem-paranoia rubygem-sprite-factory rubygem-webrat
system-config-firewall testoob totpcgi transmission-remote-cli
wordgroupz
Orphans (dependend on) (11): apache-commons-discovery checkstyle
cmdtest compat-openssl10-pkcs11-helper h2 librtfcomp
nodejs-array-uniq python-psphere pywebkitgtk rubygem-chunky_png
rubygem-commander
Orphans (rawhide) for at least 6 weeks (dependend on) (1):
rubygem-chunky_png
Orphans (rawhide) (not depended on) (39): aeskulap ceph-deploy clpbar
dvdbackup emacs-pymacs flr genbackupdata gnome-dvb-daemon
gnome-shell-extension-panel-osd gnumed-server gpart gscribble
jwebunit kimchi loopabull lrbd ltspfs monkeysphere ninja-ide
pdc-updater plague pyqt-mail-checker python-cachy python-larch
python-mandrill python-pylev python-pytest-testmon repoview
rubygem-codemirror-rails rubygem-compass-960-plugin
rubygem-jquery-ui-rails rubygem-paranoia rubygem-sprite-factory
rubygem-webrat system-config-firewall testoob totpcgi
transmission-remote-cli wordgroupz
Orphans (rawhide) for at least 6 weeks (not dependend on) (8):
aeskulap dvdbackup emacs-pymacs gnome-dvb-daemon
gnome-shell-extension-panel-osd rubygem-compass-960-plugin
rubygem-sprite-factory rubygem-webrat
Depending packages (rawhide) (77): annox apache-commons-configuration2
artemis avro bitcoinj cachedir cargo-parent cassandra
datanucleus-api-jdo datanucleus-core datanucleus-rdbms dozer
eclipse-checkstyle eclipse-webtools ehcache-core ehcache2
genbackupdata gnupg-pkcs11-scd google-http-java-client
google-oauth-java-client gradle gscribble hadoop hibernate-hql
hibernate-search hibernate3 imagefactory-plugins jasperreports
java-dirq javapackages-tools jberet jenkins jenkins-commons-jelly
jets3t jipijapa johnzon js-CodeMirror junit-benchmarks ldaptive
maven-checkstyle-plugin multibit-commons mx4j nested
nodejs-gulp-mocha nodejs-gulp-ng-classify nodejs-gulp-util
nom-tam-fits openas2 picketbox picketlink proxool python-larch
quartz querydsl querydsl3 rubygem-compass
rubygem-compass-960-plugin rubygem-compass-rails rubygem-rhc
rubygem-sprite-factory scilab shibboleth-java-parent-v3
shrinkwrap-resolver sigar spring-ldap springframework
springframework-batch springframework-integration
springframework-social stapler stapler-adjunct-timeline
synce-sync-engine tika wildfly wordgroupz xmvn zookeeper
Packages depending on packages orphaned (rawhide) for more than 6
weeks (4): rubygem-compass rubygem-compass-960-plugin
rubygem-compass-rails rubygem-sprite-factory
Not found in repo (rawhide) (2): eclipse-checkstyle eclipse-webtools
--
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
--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
4 years, 6 months
Fedora 31 System-Wide Change proposal: RPM 4.15
by Ben Cotton
https://fedoraproject.org/wiki/Changes/RPM-4.15
== Summary ==
Update RPM to the 4.15.0 release.
== Owner ==
* Name: User:pmatilai, User:ffesti
* Email: pmatilai@redhat.com,ffesti(a)redhat.com
== Detailed Description ==
RPM 4.15 contains numerous improvements over previous versions
* Faster builds due to increased parallelism
* Dynamic build dependency generator (planned)
* Caret version operator (the opposite of tilde)
* String data is returned as surrogate-escaped utf-8 in Python 3 bindings
* %patchlist and %sourcelist spec sections for minimal boilerplate
patch and source declarations
* Experimental chroot operations for non-root users
* Many error and warning report improvements
* A new plugin for issuing audit log events on package install/update/erase
* Native support for Lua 5.2-5.3 without compat defines in Lua
* Numerous other improvements and bugfixes: https://rpm.org/wiki/Releases/4.15.0
Rawhide rpm will be updated to 4.15 alpha once released and updated through
beta and rc cycles, 5.15.0 final release is expected prior to F31 final freeze.
== Benefit to Fedora ==
See above.
== Scope ==
* Proposal owners:
** Rebase RPM
** help Python binding users adjust to the string change
** help coordinate for macro + helper script removals
* Other developers:
** Test new release, report issues and bugs.
** Fix Python 3 string/bytes usages in API users
(https://bugzilla.redhat.com/show_bug.cgi?id=1693751 already in
progress in rawhide)
* Release engineering: [https://pagure.io/releng/issue/8380 #8380]
* Policies and guidelines:
As always, utilizing new rpm features is subject to packaging guidelines,
but the time for this is after the new version has properly landed.
There is no need to change guidelines, any new features are optional.
* Trademark approval: N/A (not needed for this Change)
== Upgrade/compatibility impact ==
* Python 3 bindings see a dramatic change as all string data is now
returned as utf-8 encoded string instead of bytes, but this is already
being test-driven in rawhide and at least anaconda, dnf and mock are
already compatible:
https://bugzilla.redhat.com/show_bug.cgi?id=1631292
* Similar to compiler updates, some previously working specs might
fail to build due to stricter error checking and the like.
* Some long-standing perl and python macros and helpers have been
removed from rpm and might need either changes to packages or
redhat-rpm-config
== How To Test ==
Rpm receives a thorough and constant testing via every single package
build, system installs and updates. New features can be tested
specifically as per their documentation.
== User Experience ==
There are no significant user experience changes, but some more minor
ones include:
* faster package builds on SMP systems
* improved diagnostics from macro errors/warnings and spec constrcuts
== Dependencies ==
* There is a soname bump involved so all API-dependent packages will
need a rebuild.
* The Python 3 string change has impact on several packages but this
is already in process
== Contingency Plan ==
* Contingency mechanism: Roll back to rpm 4.14, but under no
circumstances should such a thing be necessary.
* Contingency deadline: Beta freeze.
* Blocks release? No
== Documentation ==
Draft release notes available at https://rpm.org/wiki/Releases/4.15.0
--
Ben Cotton
He / Him / His
Fedora Program Manager
Red Hat
TZ=America/Indiana/Indianapolis
4 years, 6 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.
This report is online at: https://churchyard.fedorapeople.org/orphans-2019-05-20.txt
Packages retired today but still in this report:
Ray cwiid gnue-common jam-control prover9 python-django-notifications-hq
python-jabberbot python-port-for
Request package ownership via: https://pagure.io/releng/issues
Package (co)maintainers Status Change
================================================================================
Ray orphan 7 weeks ago
aeskulap orphan 5 weeks ago
ahkab orphan 6 weeks ago
ceph-deploy branto, fsimonce, ktdreyer, 2 weeks ago
orphan, trhoden
checkstyle dbhole, greghellings, lef, 0 weeks ago
mizdebsk, nsantos, orphan,
rmyers
clpbar dcantrel, orphan 2 weeks ago
compat-openssl10-pkcs11-helper orphan, rdieter 1 weeks ago
cwiid orphan 7 weeks ago
dvdbackup cicku, orphan 5 weeks ago
emacs-pymacs orphan 5 weeks ago
gnome-dvb-daemon orphan 5 weeks ago
gnome-shell-extension-panel-osd orphan 5 weeks ago
gnue-common orphan 7 weeks ago
gpart dcantrel, orphan 2 weeks ago
h2 akurtakov, dchen, lef, orphan 2 weeks ago
jam-control orphan 7 weeks ago
json_simple jjelen, mizdebsk, orphan, 0 weeks ago
pmackinn, stevetraylen
jwebunit orphan 1 weeks ago
ltspfs enslaver, orphan 4 weeks ago
monkeysphere ctubbsii, orphan 0 weeks ago
ninja-ide echevemaster, orphan 4 weeks ago
plague dcbw, orphan 3 weeks ago
prover9 orphan 7 weeks ago
python-cachy orphan 0 weeks ago
python-deltasigma orphan 6 weeks ago
python-django-notifications-hq orphan 7 weeks ago
python-jabberbot orphan 7 weeks ago
python-port-for orphan 7 weeks ago
python-pylev orphan 0 weeks ago
python-pytest-testmon orphan, python-sig 0 weeks ago
pywebkitgtk ivazquez, orphan, walters 4 weeks ago
rubygem-chunky_png mmorsi, orphan 5 weeks ago
rubygem-codemirror-rails orphan 4 weeks ago
rubygem-commander maxamillion, orphan, tdawson 2 weeks ago
rubygem-compass-960-plugin orphan 5 weeks ago
rubygem-jquery-ui-rails orphan 2 weeks ago
rubygem-paranoia orphan 1 weeks ago
rubygem-sprite-factory orphan 6 weeks ago
rubygem-webrat mmorsi, orphan 5 weeks ago
system-config-firewall orphan, twoerner 2 weeks ago
testoob orphan 1 weeks ago
The following packages require above mentioned packages:
Depending on: checkstyle (23), status change: 2019-05-14 (0 weeks ago)
eclipse-checkstyle (maintained by: akurtakov, eclipse-sig, rmyers)
eclipse-checkstyle-7.6.0-7.fc31.src requires checkstyle = 8.0-7.fc31
hadoop (maintained by: ctubbsii, denisarnaud, milleruntime)
hadoop-2.7.6-5.fc29.src requires checkstyle = 8.0-7.fc31
hadoop-common-2.7.6-5.fc29.noarch requires checkstyle = 8.0-7.fc31
hibernate-search (maintained by: gil, goldmann, lef)
hibernate-search-5.5.4-2.fc26.noarch requires
mvn(com.puppycrawl.tools:checkstyle) = 8.0
hibernate-search-5.5.4-2.fc26.src requires
mvn(com.puppycrawl.tools:checkstyle) = 8.0,
mvn(org.apache.maven.plugins:maven-checkstyle-plugin) = 3.0.0
maven-checkstyle-plugin (maintained by: ctubbsii, lef, mizdebsk, spike)
maven-checkstyle-plugin-3.0.0-4.fc30.noarch requires
mvn(com.puppycrawl.tools:checkstyle) = 8.0
maven-checkstyle-plugin-3.0.0-4.fc30.src requires
mvn(com.puppycrawl.tools:checkstyle) = 8.0
proxool (maintained by: gil, lef)
proxool-0.9.1-23.fc30.src requires mvn(com.puppycrawl.tools:checkstyle) = 8.0
scilab (maintained by: davidcl)
scilab-6.0.2-2.fc31.src requires checkstyle = 8.0-7.fc31
zookeeper (maintained by: ctubbsii, greghellings, mluscon, skottler, tstclair)
zookeeper-3.4.9-13.fc30.i686 requires checkstyle = 8.0-7.fc31
zookeeper-3.4.9-13.fc30.src requires checkstyle = 8.0-7.fc31
annox (maintained by: gil)
annox-1.0.1-7.fc30.src requires mvn(org.hibernate:hibernate-search-engine) =
5.5.4.Final
hibernate-hql (maintained by: gil, goldmann, lef)
hibernate-hql-1.3.0-0.2.Alpha2.fc26.noarch requires
mvn(org.hibernate:hibernate-search-engine) = 5.5.4.Final
hibernate-hql-1.3.0-0.2.Alpha2.fc26.src requires
mvn(org.hibernate:hibernate-search-engine) = 5.5.4.Final
querydsl (maintained by: gil)
querydsl-4.0.4-6.fc26.src requires mvn(org.hibernate:hibernate-search-orm) =
5.5.4.Final
querydsl3 (maintained by: gil)
querydsl3-3.7.2-9.fc28.src requires mvn(org.hibernate:hibernate-search-orm) =
5.5.4.Final
wildfly (maintained by: dchen, gil, goldmann, lef)
wildfly-10.1.0-13.fc29.src requires
mvn(org.hibernate:hibernate-search-backend-jgroups) = 5.5.4.Final,
mvn(org.hibernate:hibernate-search-backend-jms) = 5.5.4.Final,
mvn(org.hibernate:hibernate-search-engine) = 5.5.4.Final,
mvn(org.hibernate:hibernate-search-orm) = 5.5.4.Final,
mvn(org.hibernate:hibernate-search-serialization-avro) = 5.5.4.Final
apache-commons-configuration2 (maintained by: gil, java-sig)
apache-commons-configuration2-2.1-6.fc30.src requires
mvn(org.apache.maven.plugins:maven-checkstyle-plugin) = 3.0.0
avro (maintained by: gil, lef, ricardo)
avro-1.7.6-5.fc28.src requires
mvn(org.apache.maven.plugins:maven-checkstyle-plugin) = 3.0.0
avro-parent-1.7.6-5.fc28.noarch requires
mvn(org.apache.maven.plugins:maven-checkstyle-plugin) = 3.0.0
cargo-parent (maintained by: orion)
cargo-parent-4.13-13.fc30.src requires maven-checkstyle-plugin = 3.0.0-4.fc30
ehcache2 (maintained by: gil, lef)
ehcache2-2.10.2.2.21-3.fc27.src requires
mvn(org.apache.maven.plugins:maven-checkstyle-plugin) = 3.0.0
google-http-java-client (maintained by: gil)
google-http-java-client-1.22.0-6.fc30.src requires
mvn(org.apache.maven.plugins:maven-checkstyle-plugin) = 3.0.0
java-dirq (maintained by: lcons, mpaladin, stevetraylen)
java-dirq-1.8-6.fc30.src requires
mvn(org.apache.maven.plugins:maven-checkstyle-plugin) = 3.0.0
johnzon (maintained by: gil, lef)
johnzon-0.9.4-7.fc30.src requires
mvn(org.apache.maven.plugins:maven-checkstyle-plugin) = 3.0.0
johnzon-parent-0.9.4-7.fc30.noarch requires
mvn(org.apache.maven.plugins:maven-checkstyle-plugin) = 3.0.0
ldaptive (maintained by: gil)
ldaptive-1.1.0-6.fc30.src requires
mvn(org.apache.maven.plugins:maven-checkstyle-plugin) = 3.0.0
ldaptive-parent-1.1.0-6.fc30.noarch requires
mvn(org.apache.maven.plugins:maven-checkstyle-plugin) = 3.0.0
nom-tam-fits (maintained by: gil, lupinix, zbyszek)
nom-tam-fits-1.15.1-6.fc30.src requires
mvn(org.apache.maven.plugins:maven-checkstyle-plugin) = 3.0.0
quartz (maintained by: gil, java-sig, lef)
quartz-2.2.1-10.fc30.src requires maven-checkstyle-plugin = 3.0.0-4.fc30
shibboleth-java-parent-v3 (maintained by: gil)
shibboleth-java-parent-v3-8-7.fc30.noarch requires
mvn(org.apache.maven.plugins:maven-checkstyle-plugin) = 3.0.0
shibboleth-java-parent-v3-8-7.fc30.src requires
mvn(org.apache.maven.plugins:maven-checkstyle-plugin) = 3.0.0
Too many dependencies for checkstyle, not all listed here
Depending on: compat-openssl10-pkcs11-helper (1), status change: 2019-05-06 (1
weeks ago)
gnupg-pkcs11-scd (maintained by: mikep)
gnupg-pkcs11-scd-0.9.1-5.fc30.i686 requires libpkcs11-helper.so.100
Depending on: h2 (21), status change: 2019-04-30 (2 weeks ago)
bitcoinj (maintained by: jonny)
bitcoinj-0.14.3-6.fc29.src requires mvn(com.h2database:h2) = 1.4.196
hibernate3 (maintained by: gil, lef)
hibernate3-3.6.10-22.fc27.src requires h2 = 1.4.196-6.fc29
jberet (maintained by: gil, goldmann, lef)
jberet-1.2.1-6.fc30.src requires mvn(com.h2database:h2) = 1.4.196
johnzon (maintained by: gil, lef)
johnzon-0.9.4-7.fc30.src requires mvn(com.h2database:h2) = 1.4.196
junit-benchmarks (maintained by: gil)
junit-benchmarks-0.7.2-10.fc29.src requires mvn(com.h2database:h2) = 1.4.196
openas2 (maintained by: sdgathman)
openas2-2.6.3-2.fc30.src requires mvn(com.h2database:h2) = 1.4.196
openas2-lib-2.6.3-2.fc30.noarch requires mvn(com.h2database:h2) = 1.4.196
picketlink (maintained by: gil, goldmann, lef)
picketlink-2.7.1-7.fc30.src requires mvn(com.h2database:h2) = 1.4.196
springframework (maintained by: dchen, gil, lef)
springframework-3.2.18-4.fc28.src requires mvn(com.h2database:h2) = 1.4.196,
mvn(org.hibernate:hibernate-core:3) = 3.6.10.Final
springframework-orm-3.2.18-4.fc28.noarch requires
mvn(org.hibernate:hibernate-core:3) = 3.6.10.Final
springframework-batch (maintained by: gil)
springframework-batch-2.2.7-8.fc30.src requires mvn(com.h2database:h2) = 1.4.196
springframework-integration (maintained by: gil)
springframework-integration-3.0.7-10.fc29.noarch requires
mvn(com.h2database:h2) = 1.4.196
springframework-integration-3.0.7-10.fc29.src requires mvn(com.h2database:h2)
= 1.4.196
springframework-social (maintained by: gil)
springframework-social-1.0.3-9.fc30.src requires mvn(com.h2database:h2) = 1.4.196
tika (maintained by: gil, lef)
tika-1.17-4.fc30.src requires mvn(com.h2database:h2) = 1.4.196
tika-eval-1.17-4.fc30.noarch requires mvn(com.h2database:h2) = 1.4.196
wildfly (maintained by: dchen, gil, goldmann, lef)
wildfly-10.1.0-13.fc29.noarch requires mvn(com.h2database:h2) = 1.4.196
wildfly-10.1.0-13.fc29.src requires mvn(com.h2database:h2) = 1.4.196,
mvn(org.jberet:jberet-core) = 1.2.1.Final
wildfly-lib-10.1.0-13.fc29.noarch requires mvn(org.jberet:jberet-core) =
1.2.1.Final
multibit-commons (maintained by: jonny)
multibit-commons-1.1.0-6.fc30.noarch requires mvn(org.bitcoinj:bitcoinj-core)
= 0.14.3
multibit-commons-1.1.0-6.fc30.src requires mvn(org.bitcoinj:bitcoinj-core) =
0.14.3
dozer (maintained by: gil)
dozer-5.5.1-9.fc30.src requires hibernate3 = 3.6.10-22.fc27
ehcache-core (maintained by: gil, lef)
ehcache-core-2.6.11-7.fc30.noarch requires hibernate3 = 3.6.10-22.fc27,
mvn(org.hibernate:hibernate-core:3) = 3.6.10.Final
ehcache-core-2.6.11-7.fc30.src requires mvn(org.hibernate:hibernate-core:3) =
3.6.10.Final
ehcache2 (maintained by: gil, lef)
ehcache2-2.10.2.2.21-3.fc27.src requires mvn(org.hibernate:hibernate-core:3) =
3.6.10.Final
jasperreports (maintained by: gil, lef)
jasperreports-6.2.2-3.fc26.src requires mvn(org.hibernate:hibernate-core:3) =
3.6.10.Final
jipijapa (maintained by: gil, lef)
jipijapa-1.0.1-7.fc30.src requires mvn(org.hibernate:hibernate-core:3) =
3.6.10.Final
picketbox (maintained by: gil, lef, ricardo)
picketbox-4.9.6-8.fc30.noarch requires mvn(org.hibernate:hibernate-core:3) =
3.6.10.Final
picketbox-4.9.6-8.fc30.src requires mvn(org.hibernate:hibernate-core:3) =
3.6.10.Final
artemis (maintained by: gil, lef)
artemis-1.4.0-10.fc30.src requires mvn(org.apache.johnzon:johnzon-core) = 0.9.4
artemis-core-client-1.4.0-10.fc30.noarch requires
mvn(org.apache.johnzon:johnzon-core) = 0.9.4
artemis-jms-server-1.4.0-10.fc30.noarch requires
mvn(org.apache.johnzon:johnzon-core) = 0.9.4
Too many dependencies for h2, not all listed here
Depending on: json_simple (25), status change: 2019-05-15 (0 weeks ago)
azureus (maintained by: djuran)
azureus-5.7.6.0-6.fc30.noarch requires json_simple = 1.1.1-18.fc30
azureus-5.7.6.0-6.fc30.src requires json_simple = 1.1.1-18.fc30
cassandra (maintained by: acaringi, hhorak, jjanco, trepik)
cassandra-3.11.1-12.fc30.src requires json_simple = 1.1.1-18.fc30
cassandra-java-libs-3.11.1-12.fc30.i686 requires
mvn(com.googlecode.json-simple:json-simple) = 1.1.1
derby (maintained by: lef)
derby-10.13.1.1-4.fc29.src requires json_simple = 1.1.1-18.fc30
eclipse-webtools (maintained by: eclipse-sig, galileo, mbooth)
eclipse-webtools-3.13.0-1.fc31.src requires osgi(com.googlecode.json-simple) =
1.1.1
hadoop (maintained by: ctubbsii, denisarnaud, milleruntime)
hadoop-2.7.6-5.fc29.src requires json_simple = 1.1.1-18.fc30
hadoop-httpfs-2.7.6-5.fc29.noarch requires json_simple = 1.1.1-18.fc30
jts (maintained by: gil, lef)
jts-1.15.0-3.fc30.src requires mvn(com.googlecode.json-simple:json-simple) = 1.1.1
jts-io-1.15.0-3.fc30.noarch requires
mvn(com.googlecode.json-simple:json-simple) = 1.1.1
ldaptive (maintained by: gil)
ldaptive-1.1.0-6.fc30.src requires mvn(com.googlecode.json-simple:json-simple)
= 1.1.1
ldaptive-json-1.1.0-6.fc30.noarch requires
mvn(com.googlecode.json-simple:json-simple) = 1.1.1
tika (maintained by: gil, lef)
tika-1.17-4.fc30.src requires mvn(com.googlecode.json-simple:json-simple) = 1.1.1
tika-parsers-1.17-4.fc30.noarch requires
mvn(com.googlecode.json-simple:json-simple) = 1.1.1
zookeeper (maintained by: ctubbsii, greghellings, mluscon, skottler, tstclair)
zookeeper-3.4.9-13.fc30.src requires json_simple = 1.1.1-18.fc30
activemq (maintained by: arg, gil, java-sig, skottler, tdawson)
activemq-5.6.0-18.fc26.src requires mvn(org.apache.derby:derby) = 10.13.1.1
apache-commons-jcs (maintained by: cquad, gil, jjelen)
apache-commons-jcs-2.2-3.fc30.src requires mvn(org.apache.derby:derby) = 10.13.1.1
archaius (maintained by: rfenkhuber)
archaius-0.7.3-9.fc30.src requires mvn(org.apache.derby:derby) = 10.13.1.1
bookkeeper (maintained by: gil)
bookkeeper-4.3.2-7.fc30.src requires mvn(org.apache.derby:derby) = 10.13.1.1
bookkeeper-hedwig-server-4.3.2-7.fc30.noarch requires
mvn(org.apache.derby:derby) = 10.13.1.1
openjpa (maintained by: gil, lef)
openjpa-2.4.1-10.fc30.src requires mvn(org.apache.derby:derby) = 10.13.1.1,
mvn(org.apache.derby:derbyclient) = 10.13.1.1
qpid-java (maintained by: gil)
qpid-broker-plugins-derby-store-6.0.4-7.fc27.noarch requires
mvn(org.apache.derby:derby) = 10.13.1.1
qpid-java-6.0.4-7.fc27.src requires mvn(org.apache.derby:derby) = 10.13.1.1
quartz (maintained by: gil, java-sig, lef)
quartz-2.2.1-10.fc30.src requires mvn(org.apache.derby:derby) = 10.13.1.1
springframework (maintained by: dchen, gil, lef)
springframework-3.2.18-4.fc28.src requires mvn(org.apache.derby:derby) =
10.13.1.1, mvn(org.apache.derby:derbyclient) = 10.13.1.1
springframework-batch (maintained by: gil)
springframework-batch-2.2.7-8.fc30.src requires mvn(org.apache.derby:derby) =
10.13.1.1
elasticsearch (maintained by: hubbitus, jvanek, lbazan, zbyszek)
elasticsearch-1.7.1-3.fc24.src requires mvn(com.vividsolutions:jts) = 1.15.0
geolatte-geom (maintained by: gil)
geolatte-geom-1.2.0-3.fc30.noarch requires mvn(com.vividsolutions:jts) = 1.15.0
geolatte-geom-1.2.0-3.fc30.src requires mvn(com.vividsolutions:jts) = 1.15.0
h2 (maintained by: akurtakov, dchen, lef, orphan)
h2-1.4.196-6.fc29.src requires jts = 1.15.0-3.fc30
jaxb2-common-basics (maintained by: gil)
jaxb2-common-basics-0.9.5-9.fc30.src requires mvn(com.vividsolutions:jts) = 1.15.0
querydsl (maintained by: gil)
querydsl-4.0.4-6.fc26.src requires mvn(com.vividsolutions:jts) = 1.15.0
querydsl-sql-spatial-4.0.4-6.fc26.noarch requires mvn(com.vividsolutions:jts)
= 1.15.0
querydsl3 (maintained by: gil)
querydsl3-3.7.2-9.fc28.src requires mvn(com.vividsolutions:jts) = 1.15.0
spatial4j (maintained by: )
spatial4j-0.7-3.fc30.src requires mvn(org.locationtech.jts:jts-core) = 1.15.0
Too many dependencies for json_simple, not all listed here
Depending on: python-jabberbot (1), status change: 2019-03-28 (7 weeks ago)
pysysbot (maintained by: fab)
pysysbot-0.1.3-10.fc30.noarch requires python-jabberbot = 0.15-4.fc23
Depending on: python-port-for (1), status change: 2019-03-25 (7 weeks ago)
python-sphinx-autobuild (maintained by: suanand)
python-sphinx-autobuild-0.7.1-13.fc31.noarch requires python3-port-for =
0.4-8.fc31, python3.7dist(port-for) = 0.4
python-sphinx-autobuild-0.7.1-13.fc31.src requires python3-port-for = 0.4-8.fc31
Depending on: pywebkitgtk (3), status change: 2019-04-17 (4 weeks ago)
gscribble (maintained by: roshansingh)
gscribble-0.1.2-16.fc29.noarch requires pywebkitgtk = 1.1.8-13.fc26
nested (maintained by: aeperezt, potty)
nested-1.2.2-22.fc29.noarch requires pywebkitgtk = 1.1.8-13.fc26
wordgroupz (maintained by: rtnpro)
wordgroupz-0.3.1-17.fc30.noarch requires pywebkitgtk = 1.1.8-13.fc26
Depending on: rubygem-chunky_png (4), status change: 2019-04-11 (5 weeks ago)
rubygem-compass (maintained by: mmorsi, tdawson)
rubygem-compass-1.0.1-3.fc24.noarch requires rubygem(chunky_png) = 1.2.7,
rubygem(chunky_png) = 1.2.7-1
rubygem-compass-1.0.1-3.fc24.src requires rubygem(chunky_png) = 1.2.7,
rubygem(chunky_png) = 1.2.7-1
rubygem-sprite-factory (maintained by: orphan)
rubygem-sprite-factory-1.7.1-1.fc31.src requires rubygem(chunky_png) = 1.2.7,
rubygem(chunky_png) = 1.2.7-1
rubygem-compass-960-plugin (maintained by: orphan)
rubygem-compass-960-plugin-0.10.4-15.fc30.noarch requires rubygem(compass) =
1.0.1-1
rubygem-compass-rails (maintained by: tdawson)
rubygem-compass-rails-2.0.4-7.fc30.noarch requires rubygem(compass) = 1.0.1-1
Depending on: rubygem-commander (1), status change: 2019-05-03 (2 weeks ago)
rubygem-rhc (maintained by: gomix, tdawson)
rubygem-rhc-1.38.7-7.fc30.noarch requires rubygem(commander) = 4.3.0
Affected (co)maintainers
acaringi: json_simple
aeperezt: pywebkitgtk
akurtakov: json_simple, h2, checkstyle
arg: json_simple
branto: ceph-deploy
cicku: dvdbackup
cquad: json_simple
ctubbsii: json_simple, monkeysphere, checkstyle
davidcl: checkstyle
dbhole: checkstyle
dcantrel: gpart, clpbar
dcbw: plague
dchen: json_simple, h2, checkstyle
denisarnaud: json_simple, checkstyle
djuran: json_simple
echevemaster: ninja-ide
eclipse-sig: json_simple, checkstyle
enslaver: ltspfs
fab: python-jabberbot
fsimonce: ceph-deploy
galileo: json_simple
gil: json_simple, h2, checkstyle
goldmann: h2, checkstyle
gomix: rubygem-commander
greghellings: json_simple, checkstyle
hhorak: json_simple
hubbitus: json_simple
ivazquez: pywebkitgtk
java-sig: json_simple, checkstyle
jjanco: json_simple
jjelen: json_simple
jonny: h2
jvanek: json_simple
ktdreyer: ceph-deploy
lbazan: json_simple
lcons: checkstyle
lef: json_simple, h2, checkstyle
lupinix: checkstyle
maxamillion: rubygem-commander
mbooth: json_simple
mikep: compat-openssl10-pkcs11-helper
milleruntime: json_simple, checkstyle
mizdebsk: json_simple, checkstyle
mluscon: json_simple, checkstyle
mmorsi: rubygem-webrat, rubygem-chunky_png
mpaladin: checkstyle
nsantos: checkstyle
orion: checkstyle
pmackinn: json_simple
potty: pywebkitgtk
python-sig: python-pytest-testmon
rdieter: compat-openssl10-pkcs11-helper
rfenkhuber: json_simple
ricardo: h2, checkstyle
rmyers: checkstyle
roshansingh: pywebkitgtk
rtnpro: pywebkitgtk
sdgathman: h2
skottler: json_simple, checkstyle
spike: checkstyle
stevetraylen: json_simple, checkstyle
suanand: python-port-for
tdawson: json_simple, rubygem-chunky_png, rubygem-commander
trepik: json_simple
trhoden: ceph-deploy
tstclair: json_simple, checkstyle
twoerner: system-config-firewall
walters: pywebkitgtk
zbyszek: json_simple, checkstyle
Orphans (41): Ray aeskulap ahkab ceph-deploy checkstyle clpbar
compat-openssl10-pkcs11-helper cwiid dvdbackup emacs-pymacs
gnome-dvb-daemon gnome-shell-extension-panel-osd gnue-common gpart
h2 jam-control json_simple jwebunit ltspfs monkeysphere ninja-ide
plague prover9 python-cachy python-deltasigma
python-django-notifications-hq python-jabberbot python-port-for
python-pylev python-pytest-testmon pywebkitgtk rubygem-chunky_png
rubygem-codemirror-rails rubygem-commander
rubygem-compass-960-plugin rubygem-jquery-ui-rails
rubygem-paranoia rubygem-sprite-factory rubygem-webrat
system-config-firewall testoob
Orphans (dependend on) (9): checkstyle compat-openssl10-pkcs11-helper
h2 json_simple python-jabberbot python-port-for pywebkitgtk
rubygem-chunky_png rubygem-commander
Orphans (rawhide) for at least 6 weeks (dependend on) (2):
python-jabberbot python-port-for
Orphans (rawhide) (not depended on) (32): Ray aeskulap ahkab
ceph-deploy clpbar cwiid dvdbackup emacs-pymacs gnome-dvb-daemon
gnome-shell-extension-panel-osd gnue-common gpart jam-control
jwebunit ltspfs monkeysphere ninja-ide plague prover9 python-cachy
python-deltasigma python-django-notifications-hq python-pylev
python-pytest-testmon rubygem-codemirror-rails
rubygem-compass-960-plugin rubygem-jquery-ui-rails
rubygem-paranoia rubygem-sprite-factory rubygem-webrat
system-config-firewall testoob
Orphans (rawhide) for at least 6 weeks (not dependend on) (9): Ray
ahkab cwiid gnue-common jam-control prover9 python-deltasigma
python-django-notifications-hq rubygem-sprite-factory
Depending packages (rawhide) (68): activemq annox
apache-commons-configuration2 apache-commons-jcs archaius artemis
avro azureus bitcoinj bookkeeper cargo-parent cassandra derby
dozer eclipse-checkstyle eclipse-webtools ehcache-core ehcache2
elasticsearch geolatte-geom gnupg-pkcs11-scd
google-http-java-client gscribble h2 hadoop hibernate-hql
hibernate-search hibernate3 jasperreports java-dirq
jaxb2-common-basics jberet jipijapa johnzon jts junit-benchmarks
ldaptive maven-checkstyle-plugin multibit-commons nested
nom-tam-fits openas2 openjpa picketbox picketlink proxool pysysbot
python-sphinx-autobuild qpid-java quartz querydsl querydsl3
rubygem-compass rubygem-compass-960-plugin rubygem-compass-rails
rubygem-rhc rubygem-sprite-factory scilab
shibboleth-java-parent-v3 spatial4j springframework
springframework-batch springframework-integration
springframework-social tika wildfly wordgroupz zookeeper
Packages depending on packages orphaned (rawhide) for more than 6
weeks (2): pysysbot python-sphinx-autobuild
Not found in repo (rawhide) (2): eclipse-checkstyle eclipse-webtools
--
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
--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
4 years, 6 months
Planned Outage - Fedora Proxies and Remote Servers Updates/Reboots -
2019-05-21 21:00 UTC
by Stephen John Smoogen
There will be an outage starting at 2019-05-21 21:00 UTC,
which will last approximately 4 hours.
To convert UTC to your local time, take a look at
http://fedoraproject.org/wiki/Infrastructure/UTCHowto
or run:
date -d '2019-05-21 21:00UTC'
Reason for outage:
We have come to chew gum and reboot servers, and we have all run out of gum.
There have been a number of kernel and low level library updates which
require a system reboot to put into place. We will be rebooting staging and
non-PHX2 servers which do not require a full outage due to redundancy or
low service level expectations.
Affected Services:
proxy05.fedoraproject.org
coloamer01.fedoraproject.org:proxy08.fedoraproject.org:running:1
dedicatedsolutions01.fedoraproject.org:proxy11.fedoraproject.org:running:1
ibiblio01.fedoraproject.org:download-ib01.fedoraproject.org:running:1
ibiblio01.fedoraproject.org:noc02.fedoraproject.org:running:1
ibiblio01.fedoraproject.org:pagure-proxy01.fedoraproject.org:running:1
ibiblio01.fedoraproject.org:proxy04.fedoraproject.org:running:1
ibiblio05.fedoraproject.org:ns02.fedoraproject.org:running:1
ibiblio05.fedoraproject.org:people02.fedoraproject.org:running:1
ibiblio05.fedoraproject.org:proxy12.fedoraproject.org:running:1
ibiblio05.fedoraproject.org:smtp-mm-ib01.fedoraproject.org:running:1
ibiblio05.fedoraproject.org:torrent02.fedoraproject.org:running:1
ibiblio05.fedoraproject.org:unbound-ib01.fedoraproject.org:running:1
internetx01.fedoraproject.org:ns05.fedoraproject.org:running:1
internetx01.fedoraproject.org:proxy02.fedoraproject.org:running:1
osuosl01.fedoraproject.org:pagure01.fedoraproject.org:running:1
osuosl01.fedoraproject.org:proxy06.fedoraproject.org:running:1
osuosl01.fedoraproject.org:repospanner-osuosl01.fedoraproject.org:running:1
osuosl02.fedoraproject.org:keys01.fedoraproject.org:running:1
osuosl02.fedoraproject.org:pagure-stg01.fedoraproject.org:running:1
osuosl02.fedoraproject.org:proxy09.fedoraproject.org:running:1
osuosl02.fedoraproject.org:smtp-mm-osuosl01.fedoraproject.org:running:1
osuosl02.fedoraproject.org:unbound-osuosl01.fedoraproject.org:running:1
virthost-cc-rdu01.fedoraproject.org:ci-cc-rdu01.fedoraproject.org:running:1
virthost-cc-rdu01.fedoraproject.org:proxy14.fedoraproject.org:running:1
virthost-cc-rdu01.fedoraproject.org:smtp-mm-cc-rdu01.fedoraproject.org:running:1
virthost-cc-rdu02.fedoraproject.org:infinote.fedoraproject.org:running:1
virthost-cc-rdu02.fedoraproject.org:proxy03.fedoraproject.org:running:1
virthost-cc-rdu02.fedoraproject.org:repospanner-cc-rdu01.fedoraproject.org:running:1
virthost-cc-rdu02.fedoraproject.org:unbound-cc-rdu01.fedoraproject.org:running:1
virthost-cc-rdu03.fedoraproject.org:download-cc-rdu01.fedoraproject.org:running:1
virthost-cc-rdu03.fedoraproject.org:ipv6-test.fedoraproject.org:running:1
virthost-rdu01.fedoraproject.org:bastion13.fedoraproject.org:running:1
virthost-rdu01.fedoraproject.org:batcave13.rdu2.fedoraproject.org:running:1
virthost-rdu01.fedoraproject.org:ns13.rdu2.fedoraproject.org:running:1
virthost-rdu01.fedoraproject.org:proxy13.fedoraproject.org:running:1
data-analysis01.phx2.fedoraproject.org
dl.fedoraproject.org (service has multiple front ends so outages should be
short per)
Ticket Link:
https://pagure.io/fedora-infrastructure/issue/7809
Please join #fedora-admin or #fedora-noc on irc.freenode.net
or add comments to the ticket for this outage above.
--
Stephen J Smoogen.
4 years, 6 months