apitrace, bundled libbacktrace
by Sandro Mani
Hi,
apitrace 5.0 bundles libbacktrace, which looks like is living within the
gcc sources. libbacktrace is not build as a shared library from the gcc
sources, and not packaged.
Is it feasible to build libbacktrace as a shared library and ship it in
a corresponding package? Or should I rather go for a bundling exception
request?
Thanks,
Sandro
3 years, 2 months
F21 Self Contained Change: Replace Bacula with Bareos
by Jaroslav Reznik
= Proposed Self Contained Change: Replace Bacula with Bareos =
https://fedoraproject.org/wiki/Changes/Bareos
Change Owner(s): Simone Caronni <negativo17 at gmail.com>
The powerful Bacula network backup solution has switched from being Open
Source friendly to being almost closed source. Originally the project was
conceived totally as Open Source, but since the creation of Bacula Systems and
its proprietary Bacula Enterprise Edition product, the Open Source (now called
"Community Edition") has received less and less updates and is mostly
abandoned.
== Detailed description ==
The most important points that are left "abandoned" are the following:
* Installation scripts and updates to makefiles are not updated anymore.
* New plugins and functionalities are not added anymore, except those in the
"core" daemons.
* Gaphical (and buggy) console has not received any update in almost two
years.
* Patches and bugs opened in the bug tracker are mostly left abandoned. Even
trivial fixes are not imported in the source.
* Windows binaries are no longer provided, nor the source for the clients has
been updated. Even if compiled with difficulties, there is no support for recent
Windows versions.
A former Bacula developer, frustrated by the situation created the fork Bareos
a long time ago from Bacula 5.2.x (the current Fedora and RHEL 7 version).
This version has now received '''a lot of bugfixes''' compared to the original
Bacula source. This makes compilation and installation a lot easier than it
was with Bacula.
On top of this, a '''lot of new features''' have been added; some unique to
Bareos but many available only in the closed source Bacula Enterprise.
Here is the list of new features compared to the current Bacula 5.2.13:
* http://www.bareos.org/en/whats_new.html
Some highlights include NDMP support for enterprise class storage (NetApp,
etc.), support for enterprise class tape libraries and Windows support
(including Windows Server 2012) with Bareos generated binaries.
For further details on why a Bacula fork was created please look at the
following links:
* http://www.bareos.org/en/faq/items/why_fork.html
Bareos can also be '''fully compatible with Bacula''' by setting a specific
configuration directive in the Daemon configuration files; thus providing the
option for RHEL 6/7 users to interoperate with Fedora systems.
* http://www.bareos.org/en/faq/items/bareos_bacula_compatibility.html
== Scope ==
To accomplish the goal, the following Bacula packages need to be replaced with
Bareos equivalents:
bacula
bacula-docs
Currently, the same Fedora packages can be rebuilt as they are, to work also
on CentOS/RHEL 5 and 6, upgrading the EPEL or official Bacula packages in the
distributions. This is to have a consistent backup infrastructure across all
the Fedora/CentOS/RHEL ecosystem.
To ease installation, a repository for installing those packages on a
CentOS/RHEL system do exist:
http://repos.fedorapeople.org/repos/slaanesh/bacula/README.txt
The idea is the same for Bareos: import into Fedora 21 packages that can be
rebuilt for all supported Fedora/RHEL/CentOS releases and provide a repository
that can upgrade any Bacula release currently installed in the system with the
new one. In detail; the upgrade scenarios supported when going from Bacula to
Bareos would be:
From Bacula 2.4:
* RHEL/CentOS 5 with EPEL repository
From Bacula 5.0:
* RHEL/CentOS 6
From Bacula 5.2.13:
* Fedora 18+
* RHEL/CentOS 5
* RHEL/CentOS 6
As written before, the change is impacting only Fedora 21, the list of
upgrades supported are only for users who want a consistent backup solution
across the enterprise.
=== External activities ===
Proposal owners: I'm the current Bacula mantainer in Fedora and will complete
the transition in time for the release.
Other developers: N/A (not a System Wide Change)
Release engineering: the release engineering team should make sure the new
Bareos packages are in place instead of the current Bacula packages for the
new release.
Policies and guidelines: N/A (not a System Wide Change)
_______________________________________________
devel-announce mailing list
devel-announce(a)lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce
5 years, 10 months
Configurable version of suexec in Debian but not Fedora?!
by Neal Gompa
So a friend of mine has been wrangling with suexec trying to configure it
for his needs, and he has become quite furious over the fact that suexec
isn't configurable.
Then he finds out that Debian actually has a version of suexec[1] that lets
you use a conf file to configure suexec. My question is, why the heck isn't
this in Fedora? How is it that Debian can offer both versions[1][2], but
Fedora cannot?
I'm honestly surprised that Fedora doesn't offer this little piece of
flexibility. I would think that this would be in Fedora and RHEL, because
of how useful this would be. So what's going on here?
[1]: https://packages.debian.org/sid/apache2-suexec-custom
[2]: https://packages.debian.org/sid/apache2-suexec-pristine
--
真実はいつも一つ!/ Always, there's only one truth!
6 years
Non-responsive maintainer: Deji Akingunola (fas: deji)
by Sandro Mani
Hi,
I've filed this bug [1] in scotch nearly one month ago, the issue being
that the scotch libraries are under-linked and have undefined symbols. A
tentative patch is attached in the BZ. Since this is a blocker for the
salome packaging, I'd like to see this resolved.
Attempts to contact deji (both via bugzilla as well as as directly via
email) have failed. Anyone knows how to reach him?
Thanks,
Sandro
[1] https://bugzilla.redhat.com/show_bug.cgi?id=1098680
6 years, 7 months
BerkeleyDB 6 symbol versioning and associated problems
by Jan Staněk
One of the planned parts of the F21 System Wide Change: BerkeleyDB 6 [1]
is the introduction of downstream symbol versioning of both versions of
the libraries (libdb with v6 and libdb5 with v5). This part is planned
in order to not introduce bugs similar to [2]. However, if we introduce
downstream versioning (as upstream is generally unresponsive), then we
face the problem similar to [3].
In short, if we introduce the downstream versioning, we will ship
library with ABI incompatible with upstream ABI. If we won't,
applications with modules/plugins (ie. Apache with mod_perl) that each
use different version of the library may break due to double symbols
(one from the v5 and other from v6, and ld would not know which symbol
is which).
I'd like to ask for suggestions on how to resolve this problem.
The ideal solution would be to convince upstream to version their
symbols (and I will contact them about it), but from my experience with
them this is very unlikely. Or we could try to keep an eye on
troublesome applications and force them and all their modules/plugins to
be built with the same version of libdb, but I have no idea if this is
even possible.
As I stated above, I welcome any suggestions. I would also like to hear
from someone responsible for the distro architecture which of the
aforementioned issues is more painful for us, so we know which path to
take if no complete solution is found.
Best regards and thanks for replies,
Jan
[1] https://fedoraproject.org/wiki/Changes/BerkeleyDB_6
[2] https://bugzilla.redhat.com/show_bug.cgi?id=768846
[3] https://bugzilla.redhat.com/show_bug.cgi?id=1045013
--
Jan Stanek - Red Hat Associate Developer Engineer - Databases Team
6 years, 7 months
Expanding the list of "Hardened Packages"
by Dhiru Kholia
Hi,
This proposal was originally at https://fedorahosted.org/fesco/ticket/1104
(mitr asked me to move the discussion to fedora-devel to get more
attention and feedback)
...
http://fedoraproject.org/wiki/Hardened_Packages page mentions
that "FESCo requires some packages to use PIE and relro hardening by
default."
It would be great if this list could be expanded to include even more
packages which are at comparatively more risk of being exploited (locally
or remotely).
Such packages will typically include various system daemons, network
daemons and network enabled applications.
Lot of network daemons are already using PIE and RELRO (e.g. httpd,
MariaDB). So a natural question is why packages in same "network
daemons" class like PostgreSQL, Dovecot and MongoDB aren't being
hardened?
Some of the ways to implement this proposal are,
1. Hardening flags should be turned on (by default) for all packages
which are at comparatively more risk of being exploited or which meet
some well-defined criteria (suggestions welcome).
"Packaging Guidelines" say that "Other packages may enable the flags at
the maintainer's discretion."
Thinking from a security perspective, I find "Hardening flags can only
be disabled for other packages at the maintainer's discretion provided
enough justification is given to FESCo" to be more appropriate.
2. An alternate approach is to come up with an expanded list of packages
which should be hardened.
Any feedback is welcome!
--
Dhiru
6 years, 7 months
[ACTION REQUIRED] Retiring packages for Fedora 21 v3
by Till Maas
The following packages are orphaned or did not build for two
releases and will be retired when Fedora (F21) is branched, 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
According to https://fedoraproject.org/wiki/Schedule branching will
occur not earlier than 2014-07-08 (this is in *two* weeks). The packages
will be retired shortly before.
Note: If you received this mail directly you (co)maintain one of the affected
packages or a package that depends on one.
Package (co)maintainers
===========================================================================
NearTree tmatsuu
SOAPpy orphan, pingou
SteGUI orphan, pingou
aeolus-configure orphan, clalance, jeckersb, mmorsi,
slinabery
ale orphan, silfreed
alliance chitlesh, tnorth
barry orphan, gnat, vicodan
bitbake ixs
blktap ke4qqq
cbmc orphan, shakthimaan
cgnslib orphan, chitlesh
clutter-gtkmm orphan, rhl
cx18-firmware orphan, athimm
dee-qt orphan, jreznik
drwright caillon
eclipse-cmakeed orphan, swagiaal
emacs-common-muse orphan
emacs-identica-mode orphan, shakthimaan
eqntott orphan, chitlesh
espresso-ab orphan, chitlesh
fprint_demo orphan, pingou
freetalk orphan, rishi
fuse-smb szpak
g-wrap laxathom
gdome2 orphan, sundaram
ghc-chalmers-lava2000 orphan, chitlesh
ghemical orphan, tolland
gnome-shell-theme-elementary orphan, eldermarco
gnomeradio orphan, itamarjp, roma
guile-lib laxathom
ha-jdbc orphan
hdrprep orphan, silfreed
jbosscache-support orphan, arg
jbrout orphan
jcharts orphan
jdbm orphan
jgroups212 orphan, arg
kannel thias, cicku, linuxthomass
libghemical orphan
liboglappth orphan
minbar izhar, hicham
mopac7 orphan
mozilla-firetray hicham
mpqc orphan
mule orphan
nagios-plugins-check_sip orphan
nesc orphan, chitlesh
netatalk orphan, fkocina
netty31 orphan
nomnom orphan
nvclock orphan
obexfs orphan, itamarjp
openstack-savanna orphan, matt
perl-NOCpulse-SetID orphan
perl-NOCpulse-Utils orphan, perl-sig
piccolo2d orphan, akurtakov
pidgin-rhythmbox orphan, nosnilmot
pion-net orphan
pp3 mmahut
proxyknife rishi
python-django-savanna orphan, matt
python-savannaclient orphan, jruzicka, matt
python-setuptools_trial orphan
python-webdav-library orphan
raidutils orphan, itamarjp
rats smilner, rmonk
redet orphan, rishi
redet-doc orphan, rishi
rinputd orphan
savanna-image-elements orphan, jpeeler, matt
spacewalk-admin orphan
spacewalk-branding orphan
tinyca2 orphan
umlgraph orphan, fabiand
unittest orphan
vdradmin-am orphan
verbiste icon
wacomexpresskeys orphan, arozansk
xorg-x11-drv-apm orphan, airlied, ajax, alexl, caillon,
caolanm, glisse, hadess, johnp, mbarnes,
rhughes, rstrode, ssp, whot, xiphmont
xorg-x11-drv-cirrus orphan, airlied, ajax, alexl, caillon,
caolanm, glisse, hadess, johnp, mbarnes,
rhughes, rstrode, ssp, whot, xiphmont
xorg-x11-drv-glint orphan, airlied, ajax, alexl, caillon,
caolanm, glisse, hadess, johnp, mbarnes,
rhughes, rstrode, ssp, whot, xiphmont
xorg-x11-drv-i128 orphan, airlied, ajax, alexl, caillon,
caolanm, glisse, hadess, johnp, mbarnes,
rhughes, rstrode, ssp, whot, xiphmont
xorg-x11-drv-i740 orphan, airlied, ajax, alexl, caillon,
caolanm, glisse, hadess, johnp, mbarnes,
rhughes, rstrode, ssp, whot, xiphmont
xorg-x11-drv-mach64 orphan, glisse, whot
xorg-x11-drv-mga orphan, airlied, ajax, alexl, caillon,
caolanm, glisse, hadess, johnp, mbarnes,
rhughes, rstrode, ssp, whot, xiphmont
xorg-x11-drv-neomagic orphan, airlied, ajax, alexl, caillon,
caolanm, glisse, hadess, johnp, mbarnes,
rhughes, rstrode, ssp, whot, xiphmont
xorg-x11-drv-r128 orphan, glisse, whot
xorg-x11-drv-rendition orphan, airlied, ajax, alexl, caillon,
caolanm, glisse, hadess, johnp, mbarnes,
rhughes, rstrode, ssp, whot, xiphmont
xorg-x11-drv-s3virge orphan, airlied, ajax, alexl, caillon,
caolanm, glisse, hadess, johnp, mbarnes,
rhughes, rstrode, ssp, whot, xiphmont
xorg-x11-drv-savage orphan, airlied, ajax, alexl, caillon,
caolanm, glisse, hadess, johnp, mbarnes,
rhughes, rstrode, ssp, whot, xiphmont
xorg-x11-drv-siliconmotion orphan, airlied, ajax, alexl, caillon,
caolanm, glisse, hadess, johnp, mbarnes,
rhughes, rstrode, ssp, whot, xiphmont
xorg-x11-drv-sis orphan, airlied, ajax, alexl, caillon,
caolanm, glisse, hadess, johnp, mbarnes,
rhughes, rstrode, ssp, whot, xiphmont
xorg-x11-drv-tdfx orphan, airlied, ajax, alexl, caillon,
caolanm, glisse, hadess, johnp, mbarnes,
rhughes, rstrode, ssp, whot, xiphmont
xorg-x11-drv-trident orphan, airlied, ajax, alexl, caillon,
caolanm, glisse, hadess, johnp, mbarnes,
rhughes, rstrode, ssp, whot, xiphmont
zikula ke4qqq
The following packages require above mentioned packages:
Depending on: NearTree
rasmol (maintained by: krege)
rasmol-2.7.5.2-3.fc21.i686 requires libCNearTree.so.5
rasmol-2.7.5.2-3.fc21.src requires NearTree-devel = 3.1.1-4.fc18
rasmol-gtk-2.7.5.2-3.fc21.i686 requires libCNearTree.so.5
Depending on: SOAPpy
python-twisted-web (maintained by: thomasvs, jsteffan, thias)
python-twisted-web-12.2.0-4.fc21.i686 requires SOAPpy = 0.11.6-18.fc21
pytrainer (maintained by: bsjones, silfreed)
pytrainer-1.9.1-6.fc21.noarch requires SOAPpy = 0.11.6-18.fc21
Depending on: alliance
pharosc (maintained by: chitlesh)
pharosc-alliance-8.3-9.fc21.noarch requires alliance = 5.0-35.20090901snap.fc18
Depending on: guile-lib
coot (maintained by: timfenn)
coot-0.7.2-2.fc21.src requires guile-lib = 0.1.6-5.fc18
Depending on: ha-jdbc
eucalyptus (maintained by: gholms, agk, arg)
eucalyptus-3.3.0-0.5.20130408git32052445.fc20.src requires ha-jdbc = 2.0.16-0.8.rc1.fc21
eucalyptus-common-java-3.3.0-0.5.20130408git32052445.fc20.i686 requires ha-jdbc = 2.0.16-0.8.rc1.fc21
Depending on: jbosscache-support
hibernate3 (maintained by: gil, jhernand, msrb)
hibernate3-3.6.10-14.fc21.src requires jbosscache-common-parent = 1.6-8.fc21
hibernate3-jbosscache-3.6.10-14.fc21.noarch requires mvn(org.jboss.cache:jbosscache-core) = ${jbosscache-core-version}
hibernate3-ehcache-3.6.10-14.fc21.noarch requires mvn(net.sf.ehcache:ehcache-core) = 2.6.7
jbosscache-core (maintained by: msrb, arg, mizdebsk, msimacek)
jbosscache-core-3.2.8-10.fc21.src requires jbosscache-common-parent = 1.6-8.fc21
ehcache-core (maintained by: gil, java-sig)
ehcache-core-2.6.7-5.fc21.noarch requires hibernate3 = 3.6.10-14.fc21
ehcache-core-2.6.7-5.fc21.src requires hibernate3 = 3.6.10-14.fc21
eucalyptus (maintained by: gholms, agk, arg)
eucalyptus-common-java-3.3.0-0.5.20130408git32052445.fc20.i686 requires hibernate3 = 3.6.10-14.fc21, hibernate3-ehcache = 3.6.10-14.fc21, hibernate3-entitymanager = 3.6.10-14.fc21, hibernate3-jbosscache = 3.6.10-14.fc21, hibernate3-proxool = 3.6.10-14.fc21, springframework-context-support = 3.2.6-3.fc21, springframework-web = 3.2.6-3.fc21
jasperreports (maintained by: gil, java-sig)
jasperreports-4.0.2-10.fc21.src requires hibernate3 = 3.6.10-14.fc21
jipijapa (maintained by: gil, java-sig)
jipijapa-1.0.0-0.6.CR1.fc21.src requires hibernate3 = 3.6.10-14.fc21, hibernate3-entitymanager = 3.6.10-14.fc21
oat (maintained by: gwei3)
oat-1.6.0-13.fc21.src requires hibernate3 = 3.6.10-14.fc21
oat-appraiser-1.6.0-13.fc21.i686 requires hibernate3 = 3.6.10-14.fc21
oat-client-1.6.0-13.fc21.i686 requires hibernate3 = 3.6.10-14.fc21
picketbox (maintained by: ricardo, goldmann)
picketbox-4.0.21-0.1.Beta1.fc21.noarch requires mvn(org.hibernate:hibernate-entitymanager:3) = 3.6.10.Final
picketbox-4.0.21-0.1.Beta1.fc21.src requires hibernate3 = 3.6.10-14.fc21, hibernate3-entitymanager = 3.6.10-14.fc21
springframework (maintained by: jhernand, arg, gil, msrb)
springframework-3.2.6-3.fc21.src requires mvn(org.hibernate:hibernate-core:3) = 3.6.10.Final, mvn(org.hibernate:hibernate-entitymanager:3) = 3.6.10.Final
springframework-orm-3.2.6-3.fc21.noarch requires mvn(org.hibernate:hibernate-core:3) = 3.6.10.Final, mvn(org.hibernate:hibernate-entitymanager:3) = 3.6.10.Final
springframework-context-support-3.2.6-3.fc21.noarch requires mvn(jasperreports:jasperreports) = 4.0.2, mvn(net.sf.ehcache:ehcache-core) = 2.6.7
springframework-webmvc-3.2.6-3.fc21.noarch requires mvn(jasperreports:jasperreports) = 4.0.2
springframework-batch (maintained by: gil, java-sig, msrb)
springframework-batch-2.1.9-1.fc21.noarch requires mvn(org.hibernate:hibernate-core:3) = 3.6.10.Final, mvn(org.hibernate:hibernate-entitymanager:3) = 3.6.10.Final
springframework-batch-2.1.9-1.fc21.src requires hibernate3 = 3.6.10-14.fc21, hibernate3-entitymanager = 3.6.10-14.fc21
wildfly (maintained by: goldmann)
wildfly-8.1.0-1.fc21.src requires hibernate3 = 3.6.10-14.fc21, hibernate3-entitymanager = 3.6.10-14.fc21
eclipse-jbosstools (maintained by: galileo, goldmann)
eclipse-jbosstools-4.1.1-2.fc21.src requires wildfly = 8.1.0-1.fc21
eclipse-jbosstools-as-4.1.1-2.fc21.noarch requires wildfly = 8.1.0-1.fc21
jenkins (maintained by: msrb, java-sig)
jenkins-webapp-1.557-14.fc21.noarch requires jenkins-instance-identity = 1.3-4.fc21, jenkins-ssh-cli-auth = 1.2-4.fc21, jenkins-sshd = 1.6-4.fc21, spring-ldap = 1.3.1-9.fc21, springframework = 3.2.6-3.fc21, springframework-aop = 3.2.6-3.fc21, springframework-batch = 2.1.9-1.fc21, springframework-beans = 3.2.6-3.fc21, springframework-context = 3.2.6-3.fc21, springframework-expression = 3.2.6-3.fc21, springframework-jdbc = 3.2.6-3.fc21, springframework-security = 3.1.6-2.fc21, springframework-tx = 3.2.6-3.fc21, springframework-web = 3.2.6-3.fc21, springframework-webmvc = 3.2.6-3.fc21
jenkins-core-1.557-14.fc21.noarch requires mvn(org.springframework:spring-aop) = 3.2.6.RELEASE, mvn(org.springframework:spring-core) = 3.2.6.RELEASE, mvn(org.springframework:spring-webmvc) = 3.2.6.RELEASE
spring-ldap (maintained by: jhernand, gil, msrb)
spring-ldap-1.3.1-9.fc21.noarch requires mvn(org.springframework.batch:spring-batch-core) = 2.1.9.RELEASE, mvn(org.springframework.batch:spring-batch-infrastructure) = 2.1.9.RELEASE
spring-ldap-1.3.1-9.fc21.src requires mvn(org.springframework.batch:spring-batch-core) = 2.1.9.RELEASE, mvn(org.springframework.batch:spring-batch-infrastructure) = 2.1.9.RELEASE
ambari (maintained by: pmackinn, java-sig)
ambari-server-1.5.1-2.fc21.noarch requires mvn(org.springframework.ldap:spring-ldap-core) = 1.3.1.RELEASE, mvn(org.springframework.security:spring-security-config) = 3.1.6.RELEASE, mvn(org.springframework.security:spring-security-core) = 3.1.6.RELEASE, mvn(org.springframework.security:spring-security-ldap) = 3.1.6.RELEASE, mvn(org.springframework.security:spring-security-web) = 3.1.6.RELEASE
springframework-security (maintained by: gil, java-sig, msrb)
springframework-security-3.1.6-2.fc21.noarch requires mvn(org.springframework.ldap:spring-ldap-core) = 1.3.1.RELEASE
springframework-security-3.1.6-2.fc21.src requires mvn(org.springframework.ldap:spring-ldap-core) = 1.3.1.RELEASE
jenkins-credentials-plugin (maintained by: msrb, java-sig, mizdebsk, msimacek)
jenkins-credentials-plugin-1.10-3.fc21.src requires mvn(org.jenkins-ci.main:jenkins-core) = 1.557, mvn(org.jenkins-ci.plugins:plugin:pom:) = 1.557
jenkins-instance-identity (maintained by: msrb, java-sig)
jenkins-instance-identity-1.3-4.fc21.src requires mvn(org.jenkins-ci.plugins:plugin:pom:) = 1.557
jenkins-mailer-plugin (maintained by: msrb, java-sig, mizdebsk, msimacek)
jenkins-mailer-plugin-1.8-2.fc21.src requires mvn(org.jenkins-ci.plugins:plugin:pom:) = 1.557
jenkins-ssh-cli-auth (maintained by: msrb, java-sig, mizdebsk, msimacek)
jenkins-ssh-cli-auth-1.2-4.fc21.src requires mvn(org.jenkins-ci.main:jenkins-core) = 1.557
jenkins-ssh-credentials-plugin (maintained by: msrb, java-sig, mizdebsk, msimacek)
jenkins-ssh-credentials-plugin-1.6.1-2.fc21.src requires mvn(org.jenkins-ci.plugins:plugin:pom:) = 1.557
jenkins-ssh-slaves-plugin (maintained by: msrb, java-sig, mizdebsk, msimacek)
jenkins-ssh-slaves-plugin-1.6-2.fc21.src requires mvn(org.jenkins-ci.plugins:plugin:pom:) = 1.557
jenkins-sshd (maintained by: msrb, java-sig, mizdebsk, msimacek)
jenkins-sshd-1.6-4.fc21.src requires mvn(org.jenkins-ci.plugins:plugin:pom:) = 1.557
acegisecurity (maintained by: msrb, java-sig, mizdebsk, msimacek)
acegisecurity-1.0.7-3.fc21.noarch requires mvn(org.springframework:spring-beans) = 3.2.6.RELEASE, mvn(org.springframework:spring-context) = 3.2.6.RELEASE, mvn(org.springframework:spring-core) = 3.2.6.RELEASE, mvn(org.springframework:spring-jdbc) = 3.2.6.RELEASE, mvn(org.springframework:spring-test) = 3.2.6.RELEASE, mvn(org.springframework:spring-web) = 3.2.6.RELEASE
acegisecurity-1.0.7-3.fc21.src requires mvn(org.springframework:spring-beans) = 3.2.6.RELEASE, mvn(org.springframework:spring-context) = 3.2.6.RELEASE, mvn(org.springframework:spring-core) = 3.2.6.RELEASE, mvn(org.springframework:spring-jdbc) = 3.2.6.RELEASE, mvn(org.springframework:spring-test) = 3.2.6.RELEASE, mvn(org.springframework:spring-web) = 3.2.6.RELEASE
activemq (maintained by: skottler, arg, java-sig, tdawson)
activemq-5.6.0-9.fc21.src requires springframework-jms = 3.2.6-3.fc21
activemq-core-5.6.0-9.fc21.noarch requires mvn(org.springframework:spring-context) = 3.2.6.RELEASE
cas-client (maintained by: gil, java-sig)
cas-client-3.2.1-5.fc21.noarch requires springframework-beans = 3.2.6-3.fc21
cas-client-3.2.1-5.fc21.src requires springframework = 3.2.6-3.fc21, springframework-beans = 3.2.6-3.fc21, springframework-context = 3.2.6-3.fc21
cxf (maintained by: goldmann)
cxf-2.7.5-3.fc20.noarch requires mvn(org.springframework:spring-beans) = 3.2.6.RELEASE, mvn(org.springframework:spring-context) = 3.2.6.RELEASE, mvn(org.springframework:spring-core) = 3.2.6.RELEASE
cxf-2.7.5-3.fc20.src requires springframework = 3.2.6-3.fc21, springframework-aop = 3.2.6-3.fc21, springframework-beans = 3.2.6-3.fc21, springframework-context = 3.2.6-3.fc21, springframework-jms = 3.2.6-3.fc21, springframework-tx = 3.2.6-3.fc21, springframework-web = 3.2.6-3.fc21, springframework-webmvc = 3.2.6-3.fc21
cxf-api-2.7.5-3.fc20.noarch requires mvn(org.springframework:spring-beans) = 3.2.6.RELEASE, mvn(org.springframework:spring-context) = 3.2.6.RELEASE
cxf-rt-2.7.5-3.fc20.noarch requires mvn(net.sf.ehcache:ehcache-core) = 2.6.7, mvn(org.springframework:spring-beans) = 3.2.6.RELEASE, mvn(org.springframework:spring-context) = 3.2.6.RELEASE, mvn(org.springframework:spring-core) = 3.2.6.RELEASE, mvn(org.springframework:spring-jms) = 3.2.6.RELEASE, mvn(org.springframework:spring-tx) = 3.2.6.RELEASE
cxf-tools-2.7.5-3.fc20.noarch requires mvn(org.springframework:spring-beans) = 3.2.6.RELEASE, mvn(org.springframework:spring-context) = 3.2.6.RELEASE, mvn(org.springframework:spring-core) = 3.2.6.RELEASE
gemini-blueprint (maintained by: gil, java-sig)
gemini-blueprint-1.0.2-7.fc21.noarch requires mvn(org.springframework:spring-aop) = 3.2.6.RELEASE, mvn(org.springframework:spring-beans) = 3.2.6.RELEASE, mvn(org.springframework:spring-context) = 3.2.6.RELEASE, mvn(org.springframework:spring-core) = 3.2.6.RELEASE
gemini-blueprint-1.0.2-7.fc21.src requires springframework = 3.2.6-3.fc21, springframework-aop = 3.2.6-3.fc21, springframework-beans = 3.2.6-3.fc21, springframework-context = 3.2.6-3.fc21, springframework-context-support = 3.2.6-3.fc21
google-guice (maintained by: mizdebsk, java-sig, msimacek, msrb)
google-guice-3.2.2-1.fc21.src requires springframework-beans = 3.2.6-3.fc21
jdbi (maintained by: gil, java-sig)
jdbi-2.49-3.fc21.noarch requires mvn(org.springframework:spring-beans) = 3.2.6.RELEASE, mvn(org.springframework:spring-core) = 3.2.6.RELEASE, mvn(org.springframework:spring-jdbc) = 3.2.6.RELEASE, mvn(org.springframework:spring-tx) = 3.2.6.RELEASE
jdbi-2.49-3.fc21.src requires mvn(org.springframework:spring-beans) = 3.2.6.RELEASE, mvn(org.springframework:spring-core) = 3.2.6.RELEASE, mvn(org.springframework:spring-jdbc) = 3.2.6.RELEASE, mvn(org.springframework:spring-tx) = 3.2.6.RELEASE
jersey (maintained by: gil, java-sig)
jersey-1.17.1-11.fc21.src requires springframework = 3.2.6-3.fc21, springframework-aop = 3.2.6-3.fc21, springframework-beans = 3.2.6-3.fc21, springframework-context = 3.2.6-3.fc21, springframework-web = 3.2.6-3.fc21
jersey-contribs-1.17.1-11.fc21.noarch requires mvn(org.springframework:spring-aop) = 3.2.6.RELEASE, mvn(org.springframework:spring-beans) = 3.2.6.RELEASE, mvn(org.springframework:spring-context) = 3.2.6.RELEASE, mvn(org.springframework:spring-core) = 3.2.6.RELEASE, mvn(org.springframework:spring-web) = 3.2.6.RELEASE
jetty (maintained by: mizdebsk, java-sig, kdaniel, msimacek, msrb, overholt)
jetty-9.2.1-1.fc21.src requires springframework-beans = 3.2.6-3.fc21
jetty-spring-9.2.1-1.fc21.noarch requires mvn(org.springframework:spring-beans) = 3.2.6.RELEASE
jsonic (maintained by: gil, java-sig)
jsonic-1.3.0-4.fc21.noarch requires mvn(org.springframework:spring-beans) = 3.2.6.RELEASE, mvn(org.springframework:spring-context) = 3.2.6.RELEASE, mvn(org.springframework:spring-core) = 3.2.6.RELEASE, mvn(org.springframework:spring-web) = 3.2.6.RELEASE
jsonic-1.3.0-4.fc21.src requires mvn(org.springframework:spring-beans) = 3.2.6.RELEASE, mvn(org.springframework:spring-context) = 3.2.6.RELEASE, mvn(org.springframework:spring-core) = 3.2.6.RELEASE, mvn(org.springframework:spring-web) = 3.2.6.RELEASE
liquibase (maintained by: dgoodwin, awood, jmrodri)
liquibase-3.1.1-2.fc21.noarch requires mvn(org.springframework:spring-beans) = 3.2.6.RELEASE, mvn(org.springframework:spring-context) = 3.2.6.RELEASE, mvn(org.springframework:spring-core) = 3.2.6.RELEASE
liquibase-3.1.1-2.fc21.src requires mvn(org.springframework:spring-beans) = 3.2.6.RELEASE, mvn(org.springframework:spring-context) = 3.2.6.RELEASE, mvn(org.springframework:spring-core) = 3.2.6.RELEASE
log4j (maintained by: mizdebsk, devrim, java-sig, msimacek, msrb)
log4j-2.0-0.3.rc1.fc21.src requires mvn(org.springframework:spring-core) = 3.2.6.RELEASE, mvn(org.springframework:spring-test) = 3.2.6.RELEASE
xbean (maintained by: mizdebsk, java-sig, kdaniel, msimacek, msrb)
maven-xbean-plugin-3.17-2.fc21.noarch requires mvn(org.springframework:spring-beans) = 3.2.6.RELEASE, mvn(org.springframework:spring-context) = 3.2.6.RELEASE
xbean-3.17-2.fc21.src requires springframework = 3.2.6-3.fc21, springframework-beans = 3.2.6-3.fc21, springframework-context = 3.2.6-3.fc21, springframework-web = 3.2.6-3.fc21
xbean-spring-3.17-2.fc21.noarch requires mvn(org.springframework:spring-web) = 3.2.6.RELEASE
openid4java (maintained by: gil, java-sig, msrb)
openid4java-0.9.8-5.fc21.noarch requires mvn(org.springframework:spring-beans) = 3.2.6.RELEASE, mvn(org.springframework:spring-core) = 3.2.6.RELEASE, mvn(org.springframework:spring-jdbc) = 3.2.6.RELEASE, mvn(org.springframework:spring-tx) = 3.2.6.RELEASE
openid4java-0.9.8-5.fc21.src requires mvn(org.springframework:spring-beans) = 3.2.6.RELEASE, mvn(org.springframework:spring-core) = 3.2.6.RELEASE, mvn(org.springframework:spring-jdbc) = 3.2.6.RELEASE, mvn(org.springframework:spring-tx) = 3.2.6.RELEASE
opensaml-java (maintained by: goldmann)
opensaml-java-2.5.3-7.fc21.src requires springframework = 3.2.6-3.fc21
resteasy (maintained by: vakwetu, edewata, goldmann, jhernand, weli)
resteasy-3.0.6-2.fc21.noarch requires mvn(org.springframework:spring-webmvc) = 3.2.6.RELEASE
resteasy-3.0.6-2.fc21.src requires springframework-webmvc = 3.2.6-3.fc21
restlet-jse (maintained by: gil, java-sig)
restlet-jse-2.1.4-4.fc21.noarch requires mvn(org.springframework:spring-beans) = 3.2.6.RELEASE, mvn(org.springframework:spring-context) = 3.2.6.RELEASE, mvn(org.springframework:spring-core) = 3.2.6.RELEASE, mvn(org.springframework:spring-expression) = 3.2.6.RELEASE, mvn(org.springframework:spring-web) = 3.2.6.RELEASE, mvn(org.springframework:spring-webmvc) = 3.2.6.RELEASE
restlet-jse-2.1.4-4.fc21.src requires mvn(org.springframework:spring-beans) = 3.2.6.RELEASE, mvn(org.springframework:spring-context) = 3.2.6.RELEASE, mvn(org.springframework:spring-core) = 3.2.6.RELEASE, mvn(org.springframework:spring-expression) = 3.2.6.RELEASE, mvn(org.springframework:spring-web) = 3.2.6.RELEASE, mvn(org.springframework:spring-webmvc) = 3.2.6.RELEASE
snakeyaml (maintained by: jcapik, java-sig, mizdebsk, mmorsi, msrb)
snakeyaml-1.13-3.fc21.src requires mvn(org.springframework:spring-core) = 3.2.6.RELEASE
springframework-retry (maintained by: msrb, java-sig, mizdebsk, msimacek)
springframework-retry-1.1.0-1.fc21.noarch requires mvn(org.springframework:spring-context) = 3.2.6.RELEASE
springframework-retry-1.1.0-1.fc21.src requires mvn(org.springframework:spring-context) = 3.2.6.RELEASE, mvn(org.springframework:spring-tx) = 3.2.6.RELEASE
springframework-ws (maintained by: gil, java-sig)
springframework-ws-2.1.1-3.fc21.noarch requires mvn(org.springframework:spring-aop) = 3.2.6.RELEASE, mvn(org.springframework:spring-beans) = 3.2.6.RELEASE, mvn(org.springframework:spring-context) = 3.2.6.RELEASE, mvn(org.springframework:spring-core) = 3.2.6.RELEASE, mvn(org.springframework:spring-jms) = 3.2.6.RELEASE, mvn(org.springframework:spring-oxm) = 3.2.6.RELEASE, mvn(org.springframework:spring-tx) = 3.2.6.RELEASE, mvn(org.springframework:spring-web) = 3.2.6.RELEASE, mvn(org.springframework:spring-webmvc) = 3.2.6.RELEASE
springframework-ws-2.1.1-3.fc21.src requires mvn(org.springframework:spring-aop) = 3.2.6.RELEASE, mvn(org.springframework:spring-context) = 3.2.6.RELEASE, mvn(org.springframework:spring-core) = 3.2.6.RELEASE, mvn(org.springframework:spring-jms) = 3.2.6.RELEASE, mvn(org.springframework:spring-oxm) = 3.2.6.RELEASE, mvn(org.springframework:spring-tx) = 3.2.6.RELEASE, mvn(org.springframework:spring-web) = 3.2.6.RELEASE, mvn(org.springframework:spring-webmvc) = 3.2.6.RELEASE
spymemcached (maintained by: gil, java-sig)
spymemcached-2.9.1-3.fc21.noarch requires springframework-beans = 3.2.6-3.fc21
spymemcached-2.9.1-3.fc21.src requires springframework-beans = 3.2.6-3.fc21
ironjacamar (maintained by: ricardo, goldmann)
ironjacamar-1.1.3-2.fc21.noarch requires picketbox = 4.0.21-0.1.Beta1.fc21
ironjacamar-1.1.3-2.fc21.src requires picketbox = 4.0.21-0.1.Beta1.fc21
jboss-negotiation (maintained by: goldmann)
jboss-negotiation-2.2.7-1.Final.fc21.noarch requires mvn(org.picketbox:picketbox) = 4.0.20.Final
jboss-negotiation-2.2.7-1.Final.fc21.src requires picketbox = 4.0.21-0.1.Beta1.fc21
jbossws-cxf (maintained by: goldmann)
jbossws-cxf-4.2.0-2.fc21.src requires picketbox = 4.0.21-0.1.Beta1.fc21
hibernate (maintained by: gil, java-sig)
hibernate-4.3.5-2.fc21.src requires ehcache-core = 2.6.7-5.fc21
hibernate-ehcache-4.3.5-2.fc21.noarch requires mvn(net.sf.ehcache:ehcache-core) = 2.6.7
littleproxy (maintained by: gil, java-sig)
littleproxy-0.4-8.fc21.noarch requires mvn(net.sf.ehcache:ehcache-core) = 2.6.7
littleproxy-0.4-8.fc21.src requires ehcache-core = 2.6.7-5.fc21
metrics (maintained by: gil, java-sig)
metrics-3.0.1-3.fc21.src requires mvn(net.sf.ehcache:ehcache-core) = 2.6.7
metrics-ehcache-3.0.1-3.fc21.noarch requires mvn(net.sf.ehcache:ehcache-core) = 2.6.7
thredds (maintained by: gil, java-sig)
netcdf-java-4.3.19-5.fc21.noarch requires mvn(net.sf.ehcache:ehcache-core) = 2.6.7
thredds-4.3.19-5.fc21.src requires mvn(net.sf.ehcache:ehcache-core) = 2.6.7
Depending on: jgroups212
eucalyptus (maintained by: gholms, agk, arg)
eucalyptus-common-java-3.3.0-0.5.20130408git32052445.fc20.i686 requires jgroups212 = 2.12.3-8.fc21
Depending on: mule
eucalyptus (maintained by: gholms, agk, arg)
eucalyptus-common-java-3.3.0-0.5.20130408git32052445.fc20.i686 requires mule-module-builders = 2.0.2.20080813-11.fc21, mule-module-client = 2.0.2.20080813-11.fc21, mule-module-management = 2.0.2.20080813-11.fc21, mule-module-spring-config = 2.0.2.20080813-11.fc21, mule-module-xml = 2.0.2.20080813-11.fc21, mule-transport-vm = 2.0.2.20080813-11.fc21
Depending on: netty31
eucalyptus (maintained by: gholms, agk, arg)
eucalyptus-common-java-3.3.0-0.5.20130408git32052445.fc20.i686 requires netty31 = 3.1.5-8.fc21
Depending on: pion-net
fatrat (maintained by: cicku)
fatrat-1.2.0-0.20.beta2.fc21.i686 requires libpion-common-4.0.so, libpion-net-4.0.so
fatrat-1.2.0-0.20.beta2.fc21.src requires pion-net-devel = 4.0.9-13.fc21
fatrat-subtitlesearch (maintained by: cicku)
fatrat-subtitlesearch-1.2.0-0.6.beta1.fc21.i686 requires fatrat(x86-32) = 1:1.2.0-0.20.beta2.fc21
fatrat-subtitlesearch-1.2.0-0.6.beta1.fc21.src requires fatrat-devel = 1:1.2.0-0.20.beta2.fc21
Depending on: python-setuptools_trial
python-zfec (maintained by: cicku)
python-zfec-1.4.22-6.fc20.src requires python-setuptools_trial = 0.5.12-7.fc21
Depending on: spacewalk-admin
spacewalk-backend (maintained by: msuchy)
spacewalk-backend-tools-2.0.3-2.fc20.noarch requires spacewalk-admin = 2.1.2-2.fc21, spacewalk-certs-tools = 2.1.6-2.fc21
rhnpush (maintained by: msuchy, mzazrive)
rhnpush-5.5.79-1.fc21.noarch requires spacewalk-backend-libs = 2.0.3-2.fc20
rhnpush-5.5.79-1.fc21.src requires spacewalk-backend-libs = 2.0.3-2.fc20
spacewalk-certs-tools (maintained by: msuchy)
spacewalk-certs-tools-2.1.6-2.fc21.noarch requires spacewalk-backend-libs = 2.0.3-2.fc20
Depending on: spacewalk-branding
spacewalk-setup-jabberd (maintained by: msuchy)
spacewalk-setup-jabberd-2.0.1-3.fc21.noarch requires /usr/share/spacewalk
Depending on: zikula
zikula-module-News (maintained by: ke4qqq)
zikula-module-News-2.4.1-9.fc21.noarch requires zikula = 1.2.3-5.fc19
Affected (co)maintainers
agk: jbosscache-support, mule, netty31, ha-jdbc, jgroups212
airlied: xorg-x11-drv-glint, xorg-x11-drv-cirrus, xorg-x11-drv-i740, xorg-x11-drv-apm, xorg-x11-drv-neomagic, xorg-x11-drv-siliconmotion, xorg-x11-drv-sis, xorg-x11-drv-s3virge, xorg-x11-drv-tdfx, xorg-x11-drv-savage, xorg-x11-drv-rendition, xorg-x11-drv-trident, xorg-x11-drv-i128, xorg-x11-drv-mga
ajax: xorg-x11-drv-glint, xorg-x11-drv-cirrus, xorg-x11-drv-i740, xorg-x11-drv-apm, xorg-x11-drv-neomagic, xorg-x11-drv-siliconmotion, xorg-x11-drv-sis, xorg-x11-drv-s3virge, xorg-x11-drv-tdfx, xorg-x11-drv-savage, xorg-x11-drv-rendition, xorg-x11-drv-trident, xorg-x11-drv-i128, xorg-x11-drv-mga
akurtakov: piccolo2d
alexl: xorg-x11-drv-glint, xorg-x11-drv-cirrus, xorg-x11-drv-i740, xorg-x11-drv-apm, xorg-x11-drv-neomagic, xorg-x11-drv-siliconmotion, xorg-x11-drv-sis, xorg-x11-drv-s3virge, xorg-x11-drv-tdfx, xorg-x11-drv-savage, xorg-x11-drv-rendition, xorg-x11-drv-trident, xorg-x11-drv-i128, xorg-x11-drv-mga
arg: jbosscache-support, mule, netty31, ha-jdbc, jgroups212
arozansk: wacomexpresskeys
athimm: cx18-firmware
awood: jbosscache-support
bsjones: SOAPpy
caillon: xorg-x11-drv-glint, xorg-x11-drv-cirrus, xorg-x11-drv-i740, xorg-x11-drv-apm, drwright, xorg-x11-drv-neomagic, xorg-x11-drv-siliconmotion, xorg-x11-drv-sis, xorg-x11-drv-s3virge, xorg-x11-drv-tdfx, xorg-x11-drv-savage, xorg-x11-drv-rendition, xorg-x11-drv-trident, xorg-x11-drv-i128, xorg-x11-drv-mga
caolanm: xorg-x11-drv-glint, xorg-x11-drv-cirrus, xorg-x11-drv-i740, xorg-x11-drv-apm, xorg-x11-drv-neomagic, xorg-x11-drv-siliconmotion, xorg-x11-drv-sis, xorg-x11-drv-s3virge, xorg-x11-drv-tdfx, xorg-x11-drv-savage, xorg-x11-drv-rendition, xorg-x11-drv-trident, xorg-x11-drv-i128, xorg-x11-drv-mga
chitlesh: eqntott, alliance, cgnslib, espresso-ab, ghc-chalmers-lava2000, nesc
cicku: kannel, pion-net, python-setuptools_trial
clalance: aeolus-configure
devrim: jbosscache-support
dgoodwin: jbosscache-support
edewata: jbosscache-support
eldermarco: gnome-shell-theme-elementary
fabiand: umlgraph
fkocina: netatalk
galileo: jbosscache-support
gholms: jbosscache-support, mule, netty31, ha-jdbc, jgroups212
gil: jbosscache-support
glisse: xorg-x11-drv-glint, xorg-x11-drv-cirrus, xorg-x11-drv-trident, xorg-x11-drv-i740, xorg-x11-drv-apm, xorg-x11-drv-tdfx, xorg-x11-drv-neomagic, xorg-x11-drv-r128, xorg-x11-drv-sis, xorg-x11-drv-s3virge, xorg-x11-drv-siliconmotion, xorg-x11-drv-savage, xorg-x11-drv-rendition, xorg-x11-drv-mach64, xorg-x11-drv-i128, xorg-x11-drv-mga
gnat: barry
goldmann: jbosscache-support
gwei3: jbosscache-support
hadess: xorg-x11-drv-glint, xorg-x11-drv-cirrus, xorg-x11-drv-i740, xorg-x11-drv-apm, xorg-x11-drv-neomagic, xorg-x11-drv-siliconmotion, xorg-x11-drv-sis, xorg-x11-drv-s3virge, xorg-x11-drv-tdfx, xorg-x11-drv-savage, xorg-x11-drv-rendition, xorg-x11-drv-trident, xorg-x11-drv-i128, xorg-x11-drv-mga
hicham: mozilla-firetray, minbar
icon: verbiste
itamarjp: gnomeradio, raidutils, obexfs
ixs: bitbake
izhar: minbar
java-sig: jbosscache-support
jcapik: jbosscache-support
jeckersb: aeolus-configure
jhernand: jbosscache-support
jmrodri: jbosscache-support
johnp: xorg-x11-drv-glint, xorg-x11-drv-cirrus, xorg-x11-drv-i740, xorg-x11-drv-apm, xorg-x11-drv-neomagic, xorg-x11-drv-siliconmotion, xorg-x11-drv-sis, xorg-x11-drv-s3virge, xorg-x11-drv-tdfx, xorg-x11-drv-savage, xorg-x11-drv-rendition, xorg-x11-drv-trident, xorg-x11-drv-i128, xorg-x11-drv-mga
jpeeler: savanna-image-elements
jreznik: dee-qt
jruzicka: python-savannaclient
jsteffan: SOAPpy
kdaniel: jbosscache-support
ke4qqq: zikula, blktap
krege: NearTree
laxathom: g-wrap, guile-lib
linuxthomass: kannel
matt: python-django-savanna, python-savannaclient, openstack-savanna, savanna-image-elements
mbarnes: xorg-x11-drv-glint, xorg-x11-drv-cirrus, xorg-x11-drv-i740, xorg-x11-drv-apm, xorg-x11-drv-neomagic, xorg-x11-drv-siliconmotion, xorg-x11-drv-sis, xorg-x11-drv-s3virge, xorg-x11-drv-tdfx, xorg-x11-drv-savage, xorg-x11-drv-rendition, xorg-x11-drv-trident, xorg-x11-drv-i128, xorg-x11-drv-mga
mizdebsk: jbosscache-support
mmahut: pp3
mmorsi: jbosscache-support, aeolus-configure
msimacek: jbosscache-support
msrb: jbosscache-support
msuchy: spacewalk-admin, spacewalk-branding
mzazrive: spacewalk-admin
nosnilmot: pidgin-rhythmbox
overholt: jbosscache-support
perl-sig: perl-NOCpulse-Utils
pingou: fprint_demo, SteGUI, SOAPpy
pmackinn: jbosscache-support
rhl: clutter-gtkmm
rhughes: xorg-x11-drv-glint, xorg-x11-drv-cirrus, xorg-x11-drv-i740, xorg-x11-drv-apm, xorg-x11-drv-neomagic, xorg-x11-drv-siliconmotion, xorg-x11-drv-sis, xorg-x11-drv-s3virge, xorg-x11-drv-tdfx, xorg-x11-drv-savage, xorg-x11-drv-rendition, xorg-x11-drv-trident, xorg-x11-drv-i128, xorg-x11-drv-mga
ricardo: jbosscache-support
rishi: freetalk, proxyknife, redet-doc, redet
rmonk: rats
roma: gnomeradio
rstrode: xorg-x11-drv-glint, xorg-x11-drv-cirrus, xorg-x11-drv-i740, xorg-x11-drv-apm, xorg-x11-drv-neomagic, xorg-x11-drv-siliconmotion, xorg-x11-drv-sis, xorg-x11-drv-s3virge, xorg-x11-drv-tdfx, xorg-x11-drv-savage, xorg-x11-drv-rendition, xorg-x11-drv-trident, xorg-x11-drv-i128, xorg-x11-drv-mga
shakthimaan: cbmc, emacs-identica-mode
silfreed: ale, hdrprep, SOAPpy
skottler: jbosscache-support
slinabery: aeolus-configure
smilner: rats
ssp: xorg-x11-drv-glint, xorg-x11-drv-cirrus, xorg-x11-drv-i740, xorg-x11-drv-apm, xorg-x11-drv-neomagic, xorg-x11-drv-siliconmotion, xorg-x11-drv-sis, xorg-x11-drv-s3virge, xorg-x11-drv-tdfx, xorg-x11-drv-savage, xorg-x11-drv-rendition, xorg-x11-drv-trident, xorg-x11-drv-i128, xorg-x11-drv-mga
sundaram: gdome2
swagiaal: eclipse-cmakeed
szpak: fuse-smb
tdawson: jbosscache-support
thias: kannel, SOAPpy
thomasvs: SOAPpy
timfenn: guile-lib
tmatsuu: NearTree
tnorth: alliance
tolland: ghemical
vakwetu: jbosscache-support
vicodan: barry
weli: jbosscache-support
whot: xorg-x11-drv-glint, xorg-x11-drv-cirrus, xorg-x11-drv-trident, xorg-x11-drv-i740, xorg-x11-drv-apm, xorg-x11-drv-tdfx, xorg-x11-drv-neomagic, xorg-x11-drv-r128, xorg-x11-drv-sis, xorg-x11-drv-s3virge, xorg-x11-drv-siliconmotion, xorg-x11-drv-savage, xorg-x11-drv-rendition, xorg-x11-drv-mach64, xorg-x11-drv-i128, xorg-x11-drv-mga
xiphmont: xorg-x11-drv-glint, xorg-x11-drv-cirrus, xorg-x11-drv-i740, xorg-x11-drv-apm, xorg-x11-drv-neomagic, xorg-x11-drv-siliconmotion, xorg-x11-drv-sis, xorg-x11-drv-s3virge, xorg-x11-drv-tdfx, xorg-x11-drv-savage, xorg-x11-drv-rendition, xorg-x11-drv-trident, xorg-x11-drv-i128, xorg-x11-drv-mga
The script creating this output is run and developed by Fedora
Release Engineering. Please report issues at its trac instance:
https://fedorahosted.org/rel-eng/
The sources of this script can be found at:
https://git.fedorahosted.org/cgit/releng/tree/scripts/find_unblocked_orph...
_______________________________________________
devel-announce mailing list
devel-announce(a)lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce
6 years, 7 months
FreeRDP bump in rawhide
by Simone Caronni
Hello,
I'm about to bump FreeRDP in Rawhide to the newly released version 1.2.0
beta 1. This allows us to build Remmina that is currently FTBFS.
Of all the packages that are using FreeRDP, only Weston is the one for
which I don't have any commit access, so it needs to be rebuilt. I've
tested a mock build of it on my system and it builds fine against it (only
tested that the package rebuilds fine).
The libwinpr subpackage has underwent a major restructuring and now
provides its separate set of CMake / include files so it has been changed
accordingly, but as far as I know nothing else except FreeRDP itself is
using it.
Regards,
--Simone
--
You cannot discover new oceans unless you have the courage to lose sight of
the shore (R. W. Emerson).
http://xkcd.com/229/
http://negativo17.org/
6 years, 7 months