Fedora ARM 12 on IGEPv2 (Beagle Board clone)
by Matthew Wilson
Hi all,
I would like to introduce myself to the group. I have recently
received an IGEPv2 board [1], which is based on the Beagle Board, but
with wifi, bluetooth, ethernet, and more RAM. I'm still at the "wow,
it's tiny and it runs Linux" stage. I should get a bit more time over
the next month and Christmas to play around properly with it.
I'm new to embedded development, but neither new to Linux nor ARM
(writing my first ARM assembly some 15 years ago). However, for the
past 6 years I've not even built a Linux kernel, preferring to use the
default kernel in Fedora for simplicity :)
Firstly, a thank you to those involved in Fedora ARM for getting it to
this stage. If I get the time, I'd really like to contribute some
(probably small) effort to help get Fedora ARM working well on the
IGEPv2 and Beagle Board. As I progress, I'd like to know what I can
do to help.
In the meantime, I have some questions. Apologies in advance if these
seem simple.
1) There are various different kernels from different sources. I'm
used to there being a small set of "right" kernels (that is, Fedora's
idea of "right") for x86. I fully appreciate that different ARM-based
boards are quite different in capabilities (like different instruction
set variants).
a) Is there likely to be some standardised vanilla Fedora ARM kernel
source? (Or is that simply the source RPM available for Fedora?)
Then patches /could/ be offered for the more common systems (e.g.
Beagle Board & clones, SheevaPlug).
b) Would it then make sense to offer these as pre-built RPMs for common systems?
c) Is there any guidance on which version is good to use as a base?
I've seen quite different kernel versions being used (from 2.6.27 to
2.6.31).
2) I understand a little bit about the different calling conventions,
FP differences (e.g. soft FPU versus VFP), and instruction set
differences (v5 versus v7).
a) Can the kernel can be safely built with a different instruction set
targeted? (I know there are different optimisation options passed to
GCC. Apologies if this seems a bit newbie-ish.)
b) For FP-heavy programs (e.g. ogg encoding), is it possible to build
the packages with VFP/NEON but still get them to work in a soft FPU
system? I'd imagine any call to an external library would have to
somehow be defined to use a different calling standard.
3) There seem to be some missing dependencies in the packages in the
current Fedora ARM repository. For example, emacs is requiring
libotf, which doesn't seem to be there in the repository. And
likewise with the xorg-x11-font* packages needing ttmkdir. I'm
confused as to how the RPM could have been successfully built without
it. What am I missing?
4) I see there has been some discussion over unaligned data access.
(Oh, I remember that from the ARM2 days.) It seems as if the
Cortex-A8 cores allow unaligned data access when set up to do so [2].
Does this, in any way, help with the compatibility of packages
targetting Cortex-A8?
5) I've managed to get various source packages missing from the Fedora
ARM repositories to compile successfully (natively). I guess there is
a reason why there are not in the repos right now -- is that reason
down to time and priorities, or is there some blocking bugs with many
of these packages?
I look forward to being able to contribute something back into Fedora!
Kind regards,
Matthew
[1] http://www.igep-platform.com/index.php?option=com_content&view=article&id...
[2] http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0344j/Beih...
7 years, 9 months
building F18 Kirkwood images
by d.marlin
It was brought to my attention that the F18 Alpha lacked a Kirkwood
image, which we had for F17. We have been creating images for F18 using
livemedia-creator (anaconda and lorax), where the F17 images were
manually created using a custom script.
The process we use is described on the wiki:
http://fedoraproject.org/wiki/Architectures/ARM/Installer
All the builders we have used for creating the F18 images are F17
armv7hl (hard-fp) systems. I personally have no experience with the
Kirkwood devices, so I don't know what is needed to set up the image or
configure the bootloader.
We would appreciate volunteers running F17 on Kirkwood devices to help
in creating an F18 image for those devices. The only development
involved would be customizing the kickstart file to 1) include any
special packages required for the device, and 2) set up any bootloader
specific files/scripts needed for the device. The remainder of the
effort would be to build and test the image. The hardware requirements
include an ARMv5 device running F17-GA or later with access to external
storage (requires space for the packages being installed and the
resulting image) and swap (requires >1GB total memory).
We have created v7hl images using a Trim Slice (1GB memory plus 500MB
swap) with external (USB) hard drive, so something similar would
probably work.
I am willing to provide assistance and answer questions about using the
tools and modifying the kickstart config file, but I have no ARMv5
hardware on which to build or test these images.
Thank you,
d.marlin
10 years, 11 months
Authorisation Manager fails to start
by Quentin Armitage
I'm running the latest F18 nightly snapshot that I can find (17 Sept)
fully updated via yum, on a Dreamplug.
When the system boots, it reports the following:
> Oct 21 16:53:12 asenath dbus-daemon[287]: dbus[287]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
> Oct 21 16:53:12 asenath dbus[287]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
> Oct 21 16:53:12 asenath systemd[1]: Starting Authorization Manager...
> Oct 21 16:53:12 asenath systemd[1]: polkit.service: main process exited, code=killed, status=4
> Oct 21 16:53:12 asenath systemd[1]: Failed to start Authorization Manager.
> Oct 21 16:53:12 asenath systemd[1]: Unit polkit.service entered failed state.
> Oct 21 16:53:37 asenath dbus-daemon[287]: dbus[287]: [system] Failed to activate service 'org.freedesktop.PolicyKit1': timed out
> Oct 21 16:53:37 asenath dbus[287]: [system] Failed to activate service 'org.freedesktop.PolicyKit1': timed out
When I manually run /usr/lib/polkit-1/polkitd it immediately reports
"Illegal instruction".
Running polkitd under gdb, it reports:
> Program received signal SIGILL, Illegal instruction.
> 0xb699c450 in _GLOBAL__sub_I_jsarray.cpp () from /lib/libmozjs185.so.1.0
Looking at the build log of js on Koji for armv5tel, all the c++ and gcc
command lines have the option -march=armv7-a after the option
-march=armv5te, so presumably the js package for armv5tel is actually
being built for armv7.
The problem appears to be in the configure.in script where for any arm
architecture, it sets MOZ_ARM_ARCH to armv7-a:
> dnl Setup default CPU arch for arm target
> AC_MSG_WARN([target cpu is ($target_cpu)])
> case "$target_cpu" in
> arm*)
> MOZ_ARM_ARCH=armv7
> ;;
> esac
Attached is a patch that sets MOZ_ARM_ARCH to armv5te if $target_cpu is
armv5tel.
I have build the modified js package and Authorisation Manager now
successfully starts.
Should I report this anywhere else, or is this email sufficient for this
problem to be resolved.
Quentin Armitage
10 years, 11 months
Fedora ARM weekly status meeting 2012-10-31
by Paul Whalen
Good day all,
This weeks Fedora ARM status meeting will take place today (Wednesday Oct 31st) in #fedora-meeting-1 on Freenode.
Times in various time zones (please let us know if these do not work):
PDT: 1pm
MDT: 2pm
CDT: 3pm
EDT: 4pm
UTC: 8pm
BST: 9pm
CST: 10pm
Current items on the agenda:
1) Fedora 18 ARM Alpha release
2) F18/19 build status - problem packages?
3) Koji Hub - speed issues, moving to Phoenix prior to PA push?
4) Kirkwood images - is anyone interested in assisting with their creation/testing?
4) Your topic here
If you have any other items you would like to discuss that are not mentioned, please feel free to send an email to the list or bring it up at the end of the meeting.
Paul
10 years, 11 months
arm F-18 Branched report: 20121031 changes
by Fedora compose checker
Compose started at Wed Oct 31 11:10:27 UTC 2012
Broken deps for arm
----------------------------------------------------------
[GMT-coastlines]
GMT-coastlines-2.2.0-3.fc18.noarch requires GMT-common
[aeolus-conductor]
aeolus-all-0.10.6-2.fc18.noarch requires mongodb-server
aeolus-all-0.10.6-2.fc18.noarch requires iwhd
aeolus-all-0.10.6-2.fc18.noarch requires imagefactory-jeosconf-ec2-rhel
aeolus-all-0.10.6-2.fc18.noarch requires imagefactory-jeosconf-ec2-fedora
aeolus-all-0.10.6-2.fc18.noarch requires imagefactory
[almanah]
almanah-0.8.0-7.fc18.armv5tel requires libedataserverui-3.0.so.3
almanah-0.8.0-7.fc18.armv5tel requires libedataserver-1.2.so.16
almanah-0.8.0-7.fc18.armv5tel requires libecal-1.2.so.12
almanah-0.8.0-7.fc18.armv5tel requires libebook-1.2.so.13
[apper]
apper-0.8.0-0.6.20120724git.fc18.armv5tel requires libpackagekit-qt2.so.4
[asterisk]
asterisk-fax-10.0.0-2.fc18.1.armv5tel requires libtiff.so.3
asterisk-snmp-10.0.0-2.fc18.1.armv5tel requires perl(:MODULE_COMPAT_5.14.2)
asterisk-snmp-10.0.0-2.fc18.1.armv5tel requires librpmio.so.2
asterisk-snmp-10.0.0-2.fc18.1.armv5tel requires librpm.so.2
[bochs]
bochs-2.6-1.fc18.armv5tel requires bochs-bios = 0:2.6-1.fc18
[bootconf]
bootconf-1.4-6.fc18.noarch requires grub
[calligra]
calligra-kexi-map-form-widget-2.5.2-1.fc18.armv5tel requires marble >= 1:4.9.2
calligra-okular-odpgenerator-2.5.2-1.fc18.armv5tel requires okular >= 0:4.9.2
calligra-reports-map-element-2.5.2-1.fc18.armv5tel requires marble >= 1:4.9.2
[calligra-l10n]
calligra-l10n-2.5.3-1.fc18.noarch requires calligra-core >= 0:2.5.3
[coccinella]
coccinella-0.96.20-4.fc18.noarch requires iaxclient
[condor-cloud]
condor-cloud-0.1-5.fc18.noarch requires qemu-kvm >= 0:0.14
condor-cloud-0.1-5.fc18.noarch requires condor-vm-gahp >= 0:7.7.0
condor-cloud-node-0.1-5.fc18.noarch requires qemu-kvm >= 0:0.14
condor-cloud-node-0.1-5.fc18.noarch requires condor-vm-gahp >= 0:7.7.0
[condor-ec2-enhanced]
condor-ec2-enhanced-1.2-2.fc18.2.noarch requires condor >= 0:7.4.4-0.9
[condor-ec2-enhanced-hooks]
condor-ec2-enhanced-hooks-1.2-3.fc18.2.noarch requires condor >= 0:7.2.0-4
[condor-job-hooks]
condor-job-hooks-1.5-6.fc18.noarch requires condor >= 0:7.0.2-4
[condor-low-latency]
condor-low-latency-1.2-2.fc18.2.noarch requires condor >= 0:7.0.2-4
[condor-wallaby]
condor-wallaby-client-4.1.2-4.fc18.noarch requires python-qmf >= 0:0.9.1073306
condor-wallaby-client-4.1.2-4.fc18.noarch requires condor >= 0:7.4.4-0.9
[cumin]
cumin-0.1.5220-2.fc18.noarch requires python-qpid-qmf
[dhcp-forwarder]
dhcp-forwarder-upstart-0.10-1801.fc18.noarch requires /sbin/initctl
[dnf]
dnf-0.2.14-2.git4831982.fc18.noarch requires python-hawkey >= 0:0.3.0
[dogtag-pki]
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-tools >= 0:10.0.0
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-tks >= 0:10.0.0
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-symkey >= 0:10.0.0
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-server >= 0:10.0.0
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-ocsp >= 0:10.0.0
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-kra >= 0:10.0.0
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-javadoc >= 0:10.0.0
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-ca >= 0:10.0.0
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-base >= 0:10.0.0
[ember-media]
ember-media-0.6.2.1-3.fc18.noarch requires ember < 0:0.6.3
ember-media-0.6.2.1-3.fc18.noarch requires ember >= 0:0.6.2
[evolution]
evolution-3.6.1-1.fc18.armv5tel requires libxml2.so.2(LIBXML2_2.9.0)
[evolution-data-server]
evolution-data-server-3.6.1-1.fc18.armv5tel requires libxml2.so.2(LIBXML2_2.9.0)
[freeipa]
freeipa-server-3.0.0-2.fc18.armv5tel requires pki-symkey >= 0:10.0.0-0.43.a1
freeipa-server-3.0.0-2.fc18.armv5tel requires pki-silent >= 0:10.0.0-0.43.b1
freeipa-server-3.0.0-2.fc18.armv5tel requires pki-setup >= 0:10.0.0-0.43.b1
freeipa-server-3.0.0-2.fc18.armv5tel requires pki-ca >= 0:pki-ca-10.0.0-0.43.b1
freeipa-server-strict-3.0.0-2.fc18.armv5tel requires pki-ca = 0:10.0.0
[func]
func-0.28-1.fc17.noarch requires smolt
[gdal]
gdal-1.9.0-1.fc18.armv5tel requires libtiff.so.3
gdal-1.9.0-1.fc18.armv5tel requires libspatialite.so.2
gdal-1.9.0-1.fc18.armv5tel requires libpoppler.so.19
gdal-java-1.9.0-1.fc18.armv5tel requires libtiff.so.3
gdal-java-1.9.0-1.fc18.armv5tel requires libspatialite.so.2
gdal-java-1.9.0-1.fc18.armv5tel requires libpoppler.so.19
gdal-libs-1.9.0-1.fc18.armv5tel requires libtiff.so.3
gdal-libs-1.9.0-1.fc18.armv5tel requires libspatialite.so.2
gdal-libs-1.9.0-1.fc18.armv5tel requires libpoppler.so.19
gdal-perl-1.9.0-1.fc18.armv5tel requires perl(:MODULE_COMPAT_5.14.2)
gdal-perl-1.9.0-1.fc18.armv5tel requires libtiff.so.3
gdal-perl-1.9.0-1.fc18.armv5tel requires libspatialite.so.2
gdal-perl-1.9.0-1.fc18.armv5tel requires libpoppler.so.19
gdal-ruby-1.9.0-1.fc18.armv5tel requires ruby(abi) = 0:1.9
gdal-ruby-1.9.0-1.fc18.armv5tel requires libtiff.so.3
gdal-ruby-1.9.0-1.fc18.armv5tel requires libspatialite.so.2
gdal-ruby-1.9.0-1.fc18.armv5tel requires libpoppler.so.19
[gdb-heap]
gdb-heap-0.5-9.fc18.armv5tel requires glibc(armv5tel-32) = 0:2.15
[ghc-blaze-builder-conduit]
ghc-blaze-builder-conduit-devel-0.4.0.2-3.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[ghc-conduit]
ghc-conduit-devel-0.4.2-3.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[ghc-monad-control]
ghc-monad-control-devel-0.3.1.3-1.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[ghc-network-conduit]
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-prof(transformers-0.2.2.0) = 0:657fc7647251d805ae3451204e506340
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-prof(network-2.3.0.5) = 0:34038874e5d12f3009ad8fd8b9f52207
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-prof(monad-control-0.3.1) = 0:f3e3f907c32d113562259131f225f2ea
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-prof(lifted-base-0.1.0.3) = 0:deb36b76665759cead4491016ba7a72a
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-prof(conduit-0.4.1.1) = 0:13433be90b4b634d078abe45f2db1bfa
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-prof(bytestring-0.9.1.10) = 0:419d4e55fb10fc796517b175674f95b4
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-prof(base-4.3.1.0) = 0:b3793fe455566fd78d98a0fb3859dd84
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-devel(transformers-0.2.2.0) = 0:657fc7647251d805ae3451204e506340
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-devel(network-2.3.0.5) = 0:34038874e5d12f3009ad8fd8b9f52207
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-devel(monad-control-0.3.1) = 0:f3e3f907c32d113562259131f225f2ea
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-devel(lifted-base-0.1.0.3) = 0:deb36b76665759cead4491016ba7a72a
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-devel(conduit-0.4.1.1) = 0:13433be90b4b634d078abe45f2db1bfa
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-devel(bytestring-0.9.1.10) = 0:419d4e55fb10fc796517b175674f95b4
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-devel(base-4.3.1.0) = 0:b3793fe455566fd78d98a0fb3859dd84
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-compiler = 0:7.0.4
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-compiler = 0:7.0.4
[ghc-resourcet]
ghc-resourcet-devel-0.3.2.2-2.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[ghc-transformers-base]
ghc-transformers-base-devel-0.4.1-2.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[ghc-wai]
ghc-wai-devel-1.2.0.2-1.fc18.armv5tel requires ghc-devel(vault-0.1.0.0-b86949e0fb03b2c22971b5dc0b776613)
ghc-wai-devel-1.2.0.2-1.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
ghc-wai-devel-1.2.0.2-1.fc18.armv5tel requires ghc-devel(text-0.11.1.13-0fafa88b8c349f02f033f955ed8e5450)
ghc-wai-devel-1.2.0.2-1.fc18.armv5tel requires ghc-devel(network-2.3.0.11-dcc9b8a6d9649db45917aac14a31d530)
ghc-wai-devel-1.2.0.2-1.fc18.armv5tel requires ghc-devel(http-types-0.6.10-1da40366e36003d89dac03331ebe9585)
ghc-wai-devel-1.2.0.2-1.fc18.armv5tel requires ghc-devel(conduit-0.4.1.1-445f14eaa0bd15f8394f3c3cd8c22933)
ghc-wai-devel-1.2.0.2-1.fc18.armv5tel requires ghc-devel(blaze-builder-0.3.1.0-2bbf2a268f05ac890876dd9c56192ceb)
[ghc-wai-extra]
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(zlib-conduit-0.4.0.1-3ea276ab63a21b643b6b16bbb7d15db0)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(text-0.11.1.13-0fafa88b8c349f02f033f955ed8e5450)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(resourcet-0.3.2.1-487979a99c0b1634b1faab2417e55313)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(network-2.3.0.11-dcc9b8a6d9649db45917aac14a31d530)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(http-types-0.6.10-1da40366e36003d89dac03331ebe9585)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(conduit-0.4.1.1-445f14eaa0bd15f8394f3c3cd8c22933)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(case-insensitive-0.4.0.1-4f83c17ad203c8196a5cbff6f6934a8e)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(blaze-builder-conduit-0.4.0.1-2bf092c4e6f8a03a980a62cd1cf57a97)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(blaze-builder-0.3.1.0-2bbf2a268f05ac890876dd9c56192ceb)
[ghc-warp]
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(wai-0.4.3-c7e018d3a17422327676e6db7ee6214b)
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(simple-sendfile-0.2.1-0e14a3eb9c52aac28e1260faf550afb2)
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(network-2.3.0.11-dcc9b8a6d9649db45917aac14a31d530)
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(http-types-0.6.10-1da40366e36003d89dac03331ebe9585)
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(enumerator-0.4.18-f4fc4be158c65b36dfdffe4bc7341da4)
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(case-insensitive-0.4.0.1-4f83c17ad203c8196a5cbff6f6934a8e)
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(blaze-builder-enumerator-0.2.0.3-e19ec51d67a209312bc2e2ad87f6b9bd)
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(blaze-builder-0.3.1.0-2bbf2a268f05ac890876dd9c56192ceb)
[ghc-zlib-conduit]
ghc-zlib-conduit-devel-0.4.0.2-1.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[gnome-boxes]
gnome-boxes-3.6.1.1-1.fc18.armv5tel requires libvirt-daemon-kvm
[gnome-do-plugins]
gnome-do-plugins-banshee-0.8.4-10.fc18.armv5tel requires mono(Banshee.CollectionIndexer) = 0:2.4.0.0
[gnome-shell-theme-selene]
gnome-shell-theme-selene-3.4.0-5.fc18.noarch requires gnome-shell-extensions-user-theme
[gofer]
ruby-gofer-0.74-1.fc18.noarch requires rubygem(qpid) >= 0:0.16.0
[grads]
grads-2.0.1-2.fc18.armv5tel requires libtiff.so.3
[grass]
grass-6.4.2-2.fc18.armv5tel requires libtiff.so.3
grass-6.4.2-2.fc18.armv5tel requires libspatialite.so.2
grass-libs-6.4.2-2.fc18.armv5tel requires libtiff.so.3
[ip-sentinel]
ip-sentinel-upstart-0.12-1303.fc18.noarch requires /sbin/initctl
[jaffl]
jaffl-0.5.9-1.fc16.noarch requires jffi
[jnr-ffi]
jnr-ffi-0.5.10-3.fc17.noarch requires jffi
[jnr-posix]
jnr-posix-1.1.8-3.fc18.noarch requires jffi
[jruby]
jruby-1.6.3-3.fc17.noarch requires jffi >= 0:1.0.10
[kdeaccessibility]
1:kdeaccessibility-4.9.2-1.fc18.noarch requires kmouth >= 0:4.9.2
1:kdeaccessibility-4.9.2-1.fc18.noarch requires kmousetool >= 0:4.9.2
1:kdeaccessibility-4.9.2-1.fc18.noarch requires kmag >= 0:4.9.2
1:kdeaccessibility-4.9.2-1.fc18.noarch requires kaccessible >= 0:4.9.2
1:kdeaccessibility-4.9.2-1.fc18.noarch requires jovie >= 0:4.9.2
[kdebindings]
kdebindings-4.9.2-1.fc18.noarch requires smokeqt >= 0:4.9.2
kdebindings-4.9.2-1.fc18.noarch requires smokekde >= 0:4.9.2
kdebindings-devel-4.9.2-1.fc18.noarch requires smokeqt-devel >= 0:4.9.2
kdebindings-devel-4.9.2-1.fc18.noarch requires smokekde-devel >= 0:4.9.2
[kdeedu]
kdeedu-4.9.2-1.fc18.noarch requires step >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires parley >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires pairs >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires kwordquiz >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires kturtle >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires ktouch >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires klettres >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires kiten >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires khangman >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires kgeography >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires kanagram >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires kalzium >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires blinken >= 0:4.9.2
kdeedu-math-4.9.2-1.fc18.noarch requires rocs >= 0:4.9.2
kdeedu-math-4.9.2-1.fc18.noarch requires kmplot >= 0:4.9.2
kdeedu-math-4.9.2-1.fc18.noarch requires kig >= 0:4.9.2
kdeedu-math-4.9.2-1.fc18.noarch requires kbruch >= 0:4.9.2
kdeedu-math-4.9.2-1.fc18.noarch requires kalgebra >= 0:4.9.2
kdeedu-math-4.9.2-1.fc18.noarch requires cantor >= 0:4.9.2
[kdegraphics]
7:kdegraphics-4.9.2-1.fc18.noarch requires svgpart >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires okular >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires ksnapshot >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires ksaneplugin >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires kruler >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires kolourpaint >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires kgamma >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires kdegraphics-thumbnailers >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires kdegraphics-strigi-analyzer >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires kdegraphics-mobipocket >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires kcolorchooser >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires kamera >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires gwenview >= 0:4.9.2
7:kdegraphics-libs-4.9.2-1.fc18.noarch requires libksane >= 0:4.9.2
7:kdegraphics-libs-4.9.2-1.fc18.noarch requires libkipi >= 0:4.9.2
7:kdegraphics-libs-4.9.2-1.fc18.noarch requires libkexiv2 >= 0:4.9.2
7:kdegraphics-libs-4.9.2-1.fc18.noarch requires libkdcraw >= 0:4.9.2
[kdemultimedia]
6:kdemultimedia-4.9.2-1.fc18.noarch requires kscd >= 0:4.9.2
6:kdemultimedia-4.9.2-1.fc18.noarch requires kmix >= 0:4.9.2
6:kdemultimedia-4.9.2-1.fc18.noarch requires juk >= 0:4.9.2
6:kdemultimedia-4.9.2-1.fc18.noarch requires dragon >= 0:4.9.2
6:kdemultimedia-4.9.2-1.fc18.noarch requires audiocd-kio >= 0:4.9.2
6:kdemultimedia-libs-4.9.2-1.fc18.noarch requires libkcompactdisc >= 0:4.9.2
6:kdemultimedia-libs-4.9.2-1.fc18.noarch requires libkcddb >= 0:4.9.2
6:kdemultimedia-libs-4.9.2-1.fc18.noarch requires audiocd-kio-libs >= 0:4.9.2
[kdeutils]
6:kdeutils-4.9.2-1.fc18.noarch requires sweeper >= 0:4.9.2
6:kdeutils-4.9.2-1.fc18.noarch requires superkaramba >= 0:4.9.2
6:kdeutils-4.9.2-1.fc18.noarch requires kremotecontrol >= 0:4.9.2
6:kdeutils-4.9.2-1.fc18.noarch requires kfloppy >= 0:4.9.2
6:kdeutils-4.9.2-1.fc18.noarch requires kcharselect >= 0:4.9.2
6:kdeutils-4.9.2-1.fc18.noarch requires filelight >= 1:4.9.2
6:kdeutils-minimal-4.9.2-1.fc18.noarch requires kwallet >= 0:4.9.2
6:kdeutils-minimal-4.9.2-1.fc18.noarch requires ktimer >= 0:4.9.2
6:kdeutils-minimal-4.9.2-1.fc18.noarch requires kgpg >= 0:4.9.2
6:kdeutils-minimal-4.9.2-1.fc18.noarch requires kdf >= 0:4.9.2
6:kdeutils-minimal-4.9.2-1.fc18.noarch requires kcalc >= 0:4.9.2
6:kdeutils-minimal-4.9.2-1.fc18.noarch requires ark >= 0:4.9.2
[libsyncml]
1:libsyncml-0.4.6-3.fc15.armv5tel requires libsoup-2.2.so.8
[liveusb-creator]
liveusb-creator-3.11.7-2.fc18.noarch requires syslinux-extlinux
liveusb-creator-3.11.7-2.fc18.noarch requires syslinux
[mate-window-manager]
mate-window-manager-1.4.1-12.fc18.armv5tel requires mate-control-center
[mcollective-qpid-plugin]
mcollective-qpid-plugin-0.1.1-3.fc18.noarch requires ruby-qpid-qmf
[merkaartor]
merkaartor-0.18.0-0.3.git654e49ba.fc17.armv5tel requires libexiv2.so.11
[milter-greylist]
milter-greylist-upstart-4.2.7-1701.fc18.noarch requires /sbin/initctl
[mingw-qt]
mingw32-qt-4.8.2-1.fc18.noarch requires mingw32(libtiff-3.dll)
mingw64-qt-4.8.2-1.fc18.noarch requires mingw64(libtiff-3.dll)
[mod_pubcookie]
mod_pubcookie-3.3.4a-7.fc18.armv5tel requires httpd-mmn = 0:20051115-armv5tel-32
[netcdf]
netcdf-4.1.3-5.fc18.armv5tel requires hdf5 = 0:1.8.8
[netcdf-perl]
netcdf-perl-1.2.4-10.fc17.armv5tel requires perl(:MODULE_COMPAT_5.14.2)
[nfsometer]
nfsometer-1.1-2.fc18.noarch requires filebench
[openlierox]
openlierox-0.57-0.16.beta8.fc15.armv5tel requires libzip.so.1
[openpts]
openpts-0.2.6-4.fc18.armv5tel requires tboot
[openshift-origin-broker]
openshift-origin-broker-0.6.7-13.fc18.noarch requires mongodb-server
[openstack-nova]
openstack-nova-compute-2012.2-1.fc18.noarch requires qemu-kvm
openstack-nova-compute-2012.2-1.fc18.noarch requires libguestfs-mount >= 0:1.7.17
[ovirt-node]
ovirt-node-2.5.1-1.fc18.noarch requires grub2
[oz]
oz-0.9.0-1.fc18.noarch requires python-libguestfs
[perl-Hardware-Verilog-Parser]
perl-Hardware-Verilog-Parser-0.13-9.fc17.noarch requires perl(:MODULE_COMPAT_5.14.2)
[perl-MongoDB]
perl-MongoDB-0.41-3.fc15.armv5tel requires perl(:MODULE_COMPAT_5.12.4)
[pfstools]
pfstools-1.8.5-2.fc18.armv5tel requires libtiff.so.3
[pharosc]
pharosc-xcircuit-8.3-6.fc18.noarch requires xcircuit
[phoronix-test-suite]
phoronix-test-suite-4.0.0-1.fc18.noarch requires openmpi
[php]
php-5.4.8-1.fc18.armv5tel requires libxml2.so.2(LIBXML2_2.9.0)
php-cli-5.4.8-1.fc18.armv5tel requires libxml2.so.2(LIBXML2_2.9.0)
php-devel-5.4.8-1.fc18.armv5tel requires libxml2.so.2(LIBXML2_2.9.0)
php-embedded-5.4.8-1.fc18.armv5tel requires libxml2.so.2(LIBXML2_2.9.0)
php-fpm-5.4.8-1.fc18.armv5tel requires libxml2.so.2(LIBXML2_2.9.0)
php-xml-5.4.8-1.fc18.armv5tel requires libxml2.so.2(LIBXML2_2.9.0)
[pki-console]
pki-console-10.0.0-0.7.a1.fc18.noarch requires pki-base >= 0:10.0.0
[pki-ra]
pki-ra-10.0.0-0.6.a1.fc18.noarch requires pki-setup
pki-ra-10.0.0-0.6.a1.fc18.noarch requires pki-server >= 0:10.0.0
[pki-tps]
pki-tps-10.0.0-0.6.a1.fc18.armv5tel requires pki-setup
pki-tps-10.0.0-0.6.a1.fc18.armv5tel requires pki-server >= 0:10.0.0
[presence]
presence-0.4.6-2.fc18.armv5tel requires libcogl.so.9
[pyfuzzy]
pyfuzzy-0.1.0-5.fc18.noarch requires antlr3-python
[pygrace]
pygrace-0.4-7.fc18.noarch requires grace
[python-fiat]
python-fiat-1.0.0-4.fc18.noarch requires ScientificPython
[qemu]
2:qemu-system-x86-1.2.0-16.fc18.armv5tel requires sgabios-bin
2:qemu-system-x86-1.2.0-16.fc18.armv5tel requires seabios-bin >= 0:0.6.0-2
[rakudo-star]
rakudo-star-0.0.2011.07_3.6.0-5.fc18.1.armv5tel requires libparrot.so.3.6.0
[reciteword]
reciteword-0.8.4-10.fc18.armv5tel requires esound
[resource-agents]
resource-agents-3.9.2-3.fc18.5.armv5tel requires libplumbgpl.so.2
resource-agents-3.9.2-3.fc18.5.armv5tel requires libplumb.so.2
[rootplot]
rootplot-2.2.1-6.fc18.noarch requires root-python
[ruby-revolution]
ruby-revolution-0.5-4.svn210.fc18.15.armv5tel requires libedataserver-1.2.so.16
ruby-revolution-0.5-4.svn210.fc18.15.armv5tel requires libecal-1.2.so.12
ruby-revolution-0.5-4.svn210.fc18.15.armv5tel requires libebook-1.2.so.13
[ruby-spqr]
ruby-spqr-0.3.6-3.fc18.noarch requires ruby-qmf
[rubygem-RedCloth]
rubygem-RedCloth-4.2.3-3.fc17.armv5tel requires ruby(abi) = 0:1.8
rubygem-RedCloth-4.2.3-3.fc17.armv5tel requires libruby.so.1.8
[rubygem-activeldap]
rubygem-activeldap-1.2.2-3.fc17.noarch requires rubygem(gettext_activerecord) >= 0:2.1.0
rubygem-activeldap-1.2.2-3.fc17.noarch requires ruby(abi) = 0:1.8
[rubygem-boxgrinder-build]
rubygem-boxgrinder-build-0.10.4-1.fc18.noarch requires ruby-libguestfs
[rubygem-calendar_date_select]
rubygem-calendar_date_select-1.15-6.fc17.noarch requires ruby(abi) = 0:1.8
[rubygem-childprocess]
rubygem-childprocess-0.2.0-4.fc18.noarch requires rubygem(ffi) < 0:1.1
rubygem-childprocess-0.2.0-4.fc18.noarch requires rubygem(ffi) >= 0:1.0.6
[rubygem-linecache]
rubygem-linecache-0.43-5.fc17.armv5tel requires ruby(abi) = 0:1.8
rubygem-linecache-0.43-5.fc17.armv5tel requires libruby.so.1.8
[rubygem-openshift-origin-msg-broker-mcollective]
rubygem-openshift-origin-msg-broker-mcollective-0.1.1-9.fc18.noarch requires qpid-cpp-server
rubygem-openshift-origin-msg-broker-mcollective-0.1.1-9.fc18.noarch requires qpid-cpp-client
[rubygem-rb-inotify]
rubygem-rb-inotify-0.8.8-1.fc18.noarch requires rubygem(ffi)
[rubygem-ruby-debug]
rubygem-ruby-debug-0.10.5-0.3.rc1.fc17.1.noarch requires ruby(abi) = 0:1.8
[rubygem-ruby-debug-base]
rubygem-ruby-debug-base-0.10.5-0.1.rc1.fc17.1.armv5tel requires ruby(abi) = 0:1.8
rubygem-ruby-debug-base-0.10.5-0.1.rc1.fc17.1.armv5tel requires libruby.so.1.8
[rubygem-selenium-webdriver]
rubygem-selenium-webdriver-2.3.2-4.fc18.noarch requires rubygem(ffi) >= 0:1.0.7
[scitools]
scitools-0.9.0-2.fc18.noarch requires ScientificPython
[spring-installer]
ca-installer-20090316-12.fc18.armv5tel requires spring
spring-installer-20090316-12.fc18.armv5tel requires spring
[spring-maps-default]
spring-maps-default-0.1-9.fc18.noarch requires spring
[springlobby]
springlobby-0.147-1.fc18.armv5tel requires spring
[sugar-flip]
sugar-flip-5-2.fc18.noarch requires sugar >= 0:0.98.0
[synce-gnome]
synce-gnome-0.11-7.fc18.noarch requires odccm
[synce-kpm]
synce-kpm-0.15.1-3.fc18.noarch requires odccm
[thermostat]
thermostat-0.3-3.fc18.noarch requires mongodb-server
thermostat-0.3-3.fc18.noarch requires mongodb
[tncfhh]
tncfhh-examples-0.8.3-8.fc18.armv5tel requires libboost_thread-mt.so.1.48.0
tncfhh-examples-0.8.3-8.fc18.armv5tel requires libboost_system-mt.so.1.48.0
tncfhh-libs-0.8.3-8.fc18.armv5tel requires libboost_thread-mt.so.1.48.0
tncfhh-libs-0.8.3-8.fc18.armv5tel requires libboost_system-mt.so.1.48.0
[tomahawk]
tomahawk-0.4.2-1.fc18.armv5tel requires libechonest.so.1.2
tomahawk-0.4.2-1.fc18.armv5tel requires libattica.so.0.3
[vdsm]
vdsm-4.10.0-11.fc18.armv5tel requires qemu-kvm >= 2:0.15.0-4
vdsm-4.10.0-11.fc18.armv5tel requires dmidecode
[vegastrike-data]
vegastrike-data-0.5.1-2.r1.fc18.noarch requires vegastrike >= 0:0.5.1
[vigra]
vigra-python-1.8.0-5.fc18.armv5tel requires libboost_python-mt.so.1.48.0
[wallaby]
python-wallaby-0.16.0-1.fc18.noarch requires python-qpid-qmf
ruby-wallaby-0.16.0-1.fc18.noarch requires ruby-qmf >= 0:0.7.929717
wallaby-0.16.0-1.fc18.noarch requires ruby-qmf >= 0:0.7.929717
wallaby-http-server-0.16.0-1.fc18.noarch requires ruby-qmf >= 0:0.7.929717
wallaby-utils-0.16.0-1.fc18.noarch requires ruby-qmf >= 0:0.7.929717
[weka]
weka-3.6.8-1.fc18.noarch requires javasqlite
[wxMaxima]
wxMaxima-12.04.0-1.fc18.armv5tel requires maxima >= 0:5.20
[yakuake]
yakuake-2.9.9-1.fc18.armv5tel requires konsole-part >= 0:4.9.2
[znc-infobot]
znc-infobot-0.204-1.fc18.armv5tel requires znc = 0:0.204
Broken deps for armhfp
----------------------------------------------------------
[GMT-coastlines]
GMT-coastlines-2.2.0-3.fc18.noarch requires GMT-common
[aeolus-conductor]
aeolus-all-0.10.6-2.fc18.noarch requires mongodb-server
aeolus-all-0.10.6-2.fc18.noarch requires iwhd
aeolus-all-0.10.6-2.fc18.noarch requires imagefactory-jeosconf-ec2-rhel
aeolus-all-0.10.6-2.fc18.noarch requires imagefactory-jeosconf-ec2-fedora
aeolus-all-0.10.6-2.fc18.noarch requires imagefactory
[almanah]
almanah-0.8.0-7.fc18.armv7hl requires libedataserverui-3.0.so.3
almanah-0.8.0-7.fc18.armv7hl requires libedataserver-1.2.so.16
almanah-0.8.0-7.fc18.armv7hl requires libecal-1.2.so.12
almanah-0.8.0-7.fc18.armv7hl requires libebook-1.2.so.13
[apper]
apper-0.8.0-0.6.20120724git.fc18.armv7hl requires libpackagekit-qt2.so.4
[asterisk]
asterisk-fax-10.0.0-2.fc18.1.armv7hl requires libtiff.so.3
asterisk-snmp-10.0.0-2.fc18.1.armv7hl requires perl(:MODULE_COMPAT_5.14.2)
asterisk-snmp-10.0.0-2.fc18.1.armv7hl requires librpmio.so.2
asterisk-snmp-10.0.0-2.fc18.1.armv7hl requires librpm.so.2
[bochs]
bochs-2.6-1.fc18.armv7hl requires bochs-bios = 0:2.6-1.fc18
[bootconf]
bootconf-1.4-6.fc18.noarch requires grub
[calligra]
calligra-kexi-map-form-widget-2.5.2-1.fc18.armv7hl requires marble >= 1:4.9.2
calligra-okular-odpgenerator-2.5.2-1.fc18.armv7hl requires okular >= 0:4.9.2
calligra-reports-map-element-2.5.2-1.fc18.armv7hl requires marble >= 1:4.9.2
[calligra-l10n]
calligra-l10n-2.5.3-1.fc18.noarch requires calligra-core >= 0:2.5.3
[coccinella]
coccinella-0.96.20-4.fc18.noarch requires iaxclient
[condor-cloud]
condor-cloud-0.1-5.fc18.noarch requires qemu-kvm >= 0:0.14
condor-cloud-0.1-5.fc18.noarch requires condor-vm-gahp >= 0:7.7.0
condor-cloud-node-0.1-5.fc18.noarch requires qemu-kvm >= 0:0.14
condor-cloud-node-0.1-5.fc18.noarch requires condor-vm-gahp >= 0:7.7.0
[condor-ec2-enhanced]
condor-ec2-enhanced-1.2-2.fc18.2.noarch requires condor >= 0:7.4.4-0.9
[condor-ec2-enhanced-hooks]
condor-ec2-enhanced-hooks-1.2-3.fc18.2.noarch requires condor >= 0:7.2.0-4
[condor-job-hooks]
condor-job-hooks-1.5-6.fc18.noarch requires condor >= 0:7.0.2-4
[condor-low-latency]
condor-low-latency-1.2-2.fc18.2.noarch requires condor >= 0:7.0.2-4
[condor-wallaby]
condor-wallaby-client-4.1.2-4.fc18.noarch requires python-qmf >= 0:0.9.1073306
condor-wallaby-client-4.1.2-4.fc18.noarch requires condor >= 0:7.4.4-0.9
[cumin]
cumin-0.1.5220-2.fc18.noarch requires python-qpid-qmf
[dhcp-forwarder]
dhcp-forwarder-upstart-0.10-1801.fc18.noarch requires /sbin/initctl
[dnf]
dnf-0.2.14-2.git4831982.fc18.noarch requires python-hawkey >= 0:0.3.0
[dogtag-pki]
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-tools >= 0:10.0.0
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-tks >= 0:10.0.0
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-symkey >= 0:10.0.0
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-server >= 0:10.0.0
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-ocsp >= 0:10.0.0
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-kra >= 0:10.0.0
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-javadoc >= 0:10.0.0
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-ca >= 0:10.0.0
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-base >= 0:10.0.0
[ember-media]
ember-media-0.6.2.1-3.fc18.noarch requires ember < 0:0.6.3
ember-media-0.6.2.1-3.fc18.noarch requires ember >= 0:0.6.2
[evolution]
evolution-3.6.1-1.fc18.armv7hl requires libxml2.so.2(LIBXML2_2.9.0)
[evolution-data-server]
evolution-data-server-3.6.1-1.fc18.armv7hl requires libxml2.so.2(LIBXML2_2.9.0)
[freeipa]
freeipa-server-3.0.0-2.fc18.armv7hl requires pki-symkey >= 0:10.0.0-0.43.a1
freeipa-server-3.0.0-2.fc18.armv7hl requires pki-silent >= 0:10.0.0-0.43.b1
freeipa-server-3.0.0-2.fc18.armv7hl requires pki-setup >= 0:10.0.0-0.43.b1
freeipa-server-3.0.0-2.fc18.armv7hl requires pki-ca >= 0:pki-ca-10.0.0-0.43.b1
freeipa-server-strict-3.0.0-2.fc18.armv7hl requires pki-ca = 0:10.0.0
[func]
func-0.28-1.fc17.noarch requires smolt
[gdal]
gdal-1.9.0-1.fc18.armv7hl requires libtiff.so.3
gdal-1.9.0-1.fc18.armv7hl requires libspatialite.so.2
gdal-1.9.0-1.fc18.armv7hl requires libpoppler.so.19
gdal-java-1.9.0-1.fc18.armv7hl requires libtiff.so.3
gdal-java-1.9.0-1.fc18.armv7hl requires libspatialite.so.2
gdal-java-1.9.0-1.fc18.armv7hl requires libpoppler.so.19
gdal-libs-1.9.0-1.fc18.armv7hl requires libtiff.so.3
gdal-libs-1.9.0-1.fc18.armv7hl requires libspatialite.so.2
gdal-libs-1.9.0-1.fc18.armv7hl requires libpoppler.so.19
gdal-perl-1.9.0-1.fc18.armv7hl requires perl(:MODULE_COMPAT_5.14.2)
gdal-perl-1.9.0-1.fc18.armv7hl requires libtiff.so.3
gdal-perl-1.9.0-1.fc18.armv7hl requires libspatialite.so.2
gdal-perl-1.9.0-1.fc18.armv7hl requires libpoppler.so.19
gdal-ruby-1.9.0-1.fc18.armv7hl requires ruby(abi) = 0:1.9
gdal-ruby-1.9.0-1.fc18.armv7hl requires libtiff.so.3
gdal-ruby-1.9.0-1.fc18.armv7hl requires libspatialite.so.2
gdal-ruby-1.9.0-1.fc18.armv7hl requires libpoppler.so.19
[gdb-heap]
gdb-heap-0.5-9.fc18.armv7hl requires glibc(armv7hl-32) = 0:2.15
[ghc-blaze-builder-conduit]
ghc-blaze-builder-conduit-devel-0.4.0.2-3.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[ghc-conduit]
ghc-conduit-devel-0.4.2-3.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[ghc-monad-control]
ghc-monad-control-devel-0.3.1.3-1.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[ghc-network-conduit]
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-prof(transformers-0.2.2.0) = 0:657fc7647251d805ae3451204e506340
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-prof(network-2.3.0.5) = 0:34038874e5d12f3009ad8fd8b9f52207
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-prof(monad-control-0.3.1) = 0:f3e3f907c32d113562259131f225f2ea
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-prof(lifted-base-0.1.0.3) = 0:deb36b76665759cead4491016ba7a72a
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-prof(conduit-0.4.1.1) = 0:13433be90b4b634d078abe45f2db1bfa
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-prof(bytestring-0.9.1.10) = 0:419d4e55fb10fc796517b175674f95b4
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-prof(base-4.3.1.0) = 0:b3793fe455566fd78d98a0fb3859dd84
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-devel(transformers-0.2.2.0) = 0:657fc7647251d805ae3451204e506340
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-devel(network-2.3.0.5) = 0:34038874e5d12f3009ad8fd8b9f52207
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-devel(monad-control-0.3.1) = 0:f3e3f907c32d113562259131f225f2ea
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-devel(lifted-base-0.1.0.3) = 0:deb36b76665759cead4491016ba7a72a
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-devel(conduit-0.4.1.1) = 0:13433be90b4b634d078abe45f2db1bfa
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-devel(bytestring-0.9.1.10) = 0:419d4e55fb10fc796517b175674f95b4
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-devel(base-4.3.1.0) = 0:b3793fe455566fd78d98a0fb3859dd84
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-compiler = 0:7.0.4
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-compiler = 0:7.0.4
[ghc-resourcet]
ghc-resourcet-devel-0.3.2.2-2.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[ghc-transformers-base]
ghc-transformers-base-devel-0.4.1-2.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[ghc-wai]
ghc-wai-devel-1.2.0.2-1.fc18.armv7hl requires ghc-devel(vault-0.1.0.0-b86949e0fb03b2c22971b5dc0b776613)
ghc-wai-devel-1.2.0.2-1.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
ghc-wai-devel-1.2.0.2-1.fc18.armv7hl requires ghc-devel(text-0.11.1.13-0fafa88b8c349f02f033f955ed8e5450)
ghc-wai-devel-1.2.0.2-1.fc18.armv7hl requires ghc-devel(network-2.3.0.11-dcc9b8a6d9649db45917aac14a31d530)
ghc-wai-devel-1.2.0.2-1.fc18.armv7hl requires ghc-devel(http-types-0.6.10-1da40366e36003d89dac03331ebe9585)
ghc-wai-devel-1.2.0.2-1.fc18.armv7hl requires ghc-devel(conduit-0.4.1.1-445f14eaa0bd15f8394f3c3cd8c22933)
ghc-wai-devel-1.2.0.2-1.fc18.armv7hl requires ghc-devel(blaze-builder-0.3.1.0-2bbf2a268f05ac890876dd9c56192ceb)
[ghc-wai-extra]
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(zlib-conduit-0.4.0.1-3ea276ab63a21b643b6b16bbb7d15db0)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(text-0.11.1.13-0fafa88b8c349f02f033f955ed8e5450)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(resourcet-0.3.2.1-487979a99c0b1634b1faab2417e55313)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(network-2.3.0.11-dcc9b8a6d9649db45917aac14a31d530)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(http-types-0.6.10-1da40366e36003d89dac03331ebe9585)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(conduit-0.4.1.1-445f14eaa0bd15f8394f3c3cd8c22933)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(case-insensitive-0.4.0.1-4f83c17ad203c8196a5cbff6f6934a8e)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(blaze-builder-conduit-0.4.0.1-2bf092c4e6f8a03a980a62cd1cf57a97)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(blaze-builder-0.3.1.0-2bbf2a268f05ac890876dd9c56192ceb)
[ghc-warp]
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(wai-0.4.3-c7e018d3a17422327676e6db7ee6214b)
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(simple-sendfile-0.2.1-0e14a3eb9c52aac28e1260faf550afb2)
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(network-2.3.0.11-dcc9b8a6d9649db45917aac14a31d530)
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(http-types-0.6.10-1da40366e36003d89dac03331ebe9585)
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(enumerator-0.4.18-f4fc4be158c65b36dfdffe4bc7341da4)
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(case-insensitive-0.4.0.1-4f83c17ad203c8196a5cbff6f6934a8e)
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(blaze-builder-enumerator-0.2.0.3-e19ec51d67a209312bc2e2ad87f6b9bd)
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(blaze-builder-0.3.1.0-2bbf2a268f05ac890876dd9c56192ceb)
[ghc-zlib-conduit]
ghc-zlib-conduit-devel-0.4.0.2-1.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[gnome-boxes]
gnome-boxes-3.6.1.1-1.fc18.armv7hl requires libvirt-daemon-kvm
[gnome-do-plugins]
gnome-do-plugins-banshee-0.8.4-10.fc18.armv7hl requires mono(Banshee.CollectionIndexer) = 0:2.4.0.0
[gnome-shell-theme-selene]
gnome-shell-theme-selene-3.4.0-5.fc18.noarch requires gnome-shell-extensions-user-theme
[gofer]
ruby-gofer-0.74-1.fc18.noarch requires rubygem(qpid) >= 0:0.16.0
[grads]
grads-2.0.1-2.fc18.armv7hl requires libtiff.so.3
[grass]
grass-6.4.2-2.fc18.armv7hl requires libtiff.so.3
grass-6.4.2-2.fc18.armv7hl requires libspatialite.so.2
grass-libs-6.4.2-2.fc18.armv7hl requires libtiff.so.3
[ip-sentinel]
ip-sentinel-upstart-0.12-1303.fc18.noarch requires /sbin/initctl
[jaffl]
jaffl-0.5.9-1.fc16.noarch requires jffi
[jnr-ffi]
jnr-ffi-0.5.10-3.fc17.noarch requires jffi
[jnr-posix]
jnr-posix-1.1.8-3.fc18.noarch requires jffi
[jruby]
jruby-1.6.3-3.fc17.noarch requires jffi >= 0:1.0.10
[kdeaccessibility]
1:kdeaccessibility-4.9.2-1.fc18.noarch requires kmouth >= 0:4.9.2
1:kdeaccessibility-4.9.2-1.fc18.noarch requires kmousetool >= 0:4.9.2
1:kdeaccessibility-4.9.2-1.fc18.noarch requires kmag >= 0:4.9.2
1:kdeaccessibility-4.9.2-1.fc18.noarch requires kaccessible >= 0:4.9.2
1:kdeaccessibility-4.9.2-1.fc18.noarch requires jovie >= 0:4.9.2
[kdebindings]
kdebindings-4.9.2-1.fc18.noarch requires smokeqt >= 0:4.9.2
kdebindings-4.9.2-1.fc18.noarch requires smokekde >= 0:4.9.2
kdebindings-devel-4.9.2-1.fc18.noarch requires smokeqt-devel >= 0:4.9.2
kdebindings-devel-4.9.2-1.fc18.noarch requires smokekde-devel >= 0:4.9.2
[kdeedu]
kdeedu-4.9.2-1.fc18.noarch requires step >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires parley >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires pairs >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires kwordquiz >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires kturtle >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires ktouch >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires klettres >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires kiten >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires khangman >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires kgeography >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires kanagram >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires kalzium >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires blinken >= 0:4.9.2
kdeedu-math-4.9.2-1.fc18.noarch requires rocs >= 0:4.9.2
kdeedu-math-4.9.2-1.fc18.noarch requires kmplot >= 0:4.9.2
kdeedu-math-4.9.2-1.fc18.noarch requires kig >= 0:4.9.2
kdeedu-math-4.9.2-1.fc18.noarch requires kbruch >= 0:4.9.2
kdeedu-math-4.9.2-1.fc18.noarch requires kalgebra >= 0:4.9.2
kdeedu-math-4.9.2-1.fc18.noarch requires cantor >= 0:4.9.2
[kdegraphics]
7:kdegraphics-4.9.2-1.fc18.noarch requires svgpart >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires okular >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires ksnapshot >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires ksaneplugin >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires kruler >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires kolourpaint >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires kgamma >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires kdegraphics-thumbnailers >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires kdegraphics-strigi-analyzer >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires kdegraphics-mobipocket >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires kcolorchooser >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires kamera >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires gwenview >= 0:4.9.2
7:kdegraphics-libs-4.9.2-1.fc18.noarch requires libksane >= 0:4.9.2
7:kdegraphics-libs-4.9.2-1.fc18.noarch requires libkipi >= 0:4.9.2
7:kdegraphics-libs-4.9.2-1.fc18.noarch requires libkexiv2 >= 0:4.9.2
7:kdegraphics-libs-4.9.2-1.fc18.noarch requires libkdcraw >= 0:4.9.2
[kdemultimedia]
6:kdemultimedia-4.9.2-1.fc18.noarch requires kscd >= 0:4.9.2
6:kdemultimedia-4.9.2-1.fc18.noarch requires kmix >= 0:4.9.2
6:kdemultimedia-4.9.2-1.fc18.noarch requires juk >= 0:4.9.2
6:kdemultimedia-4.9.2-1.fc18.noarch requires dragon >= 0:4.9.2
6:kdemultimedia-4.9.2-1.fc18.noarch requires audiocd-kio >= 0:4.9.2
6:kdemultimedia-libs-4.9.2-1.fc18.noarch requires libkcompactdisc >= 0:4.9.2
6:kdemultimedia-libs-4.9.2-1.fc18.noarch requires libkcddb >= 0:4.9.2
6:kdemultimedia-libs-4.9.2-1.fc18.noarch requires audiocd-kio-libs >= 0:4.9.2
[kdeutils]
6:kdeutils-4.9.2-1.fc18.noarch requires sweeper >= 0:4.9.2
6:kdeutils-4.9.2-1.fc18.noarch requires superkaramba >= 0:4.9.2
6:kdeutils-4.9.2-1.fc18.noarch requires kremotecontrol >= 0:4.9.2
6:kdeutils-4.9.2-1.fc18.noarch requires kfloppy >= 0:4.9.2
6:kdeutils-4.9.2-1.fc18.noarch requires kcharselect >= 0:4.9.2
6:kdeutils-4.9.2-1.fc18.noarch requires filelight >= 1:4.9.2
6:kdeutils-minimal-4.9.2-1.fc18.noarch requires kwallet >= 0:4.9.2
6:kdeutils-minimal-4.9.2-1.fc18.noarch requires ktimer >= 0:4.9.2
6:kdeutils-minimal-4.9.2-1.fc18.noarch requires kgpg >= 0:4.9.2
6:kdeutils-minimal-4.9.2-1.fc18.noarch requires kdf >= 0:4.9.2
6:kdeutils-minimal-4.9.2-1.fc18.noarch requires kcalc >= 0:4.9.2
6:kdeutils-minimal-4.9.2-1.fc18.noarch requires ark >= 0:4.9.2
[libsyncml]
1:libsyncml-0.4.6-3.fc15.armv7hl requires libsoup-2.2.so.8
[liveusb-creator]
liveusb-creator-3.11.7-2.fc18.noarch requires syslinux-extlinux
liveusb-creator-3.11.7-2.fc18.noarch requires syslinux
[mate-window-manager]
mate-window-manager-1.4.1-12.fc18.armv7hl requires mate-control-center
[mcollective-qpid-plugin]
mcollective-qpid-plugin-0.1.1-3.fc18.noarch requires ruby-qpid-qmf
[merkaartor]
merkaartor-0.18.0-0.3.git654e49ba.fc17.armv7hl requires libexiv2.so.11
[milter-greylist]
milter-greylist-upstart-4.2.7-1701.fc18.noarch requires /sbin/initctl
[mingw-qt]
mingw32-qt-4.8.2-1.fc18.noarch requires mingw32(libtiff-3.dll)
mingw64-qt-4.8.2-1.fc18.noarch requires mingw64(libtiff-3.dll)
[mod_pubcookie]
mod_pubcookie-3.3.4a-7.fc18.armv7hl requires httpd-mmn = 0:20051115-armv7hl-32
[netcdf]
netcdf-4.1.3-5.fc18.armv7hl requires hdf5 = 0:1.8.8
[netcdf-perl]
netcdf-perl-1.2.4-10.fc17.armv7hl requires perl(:MODULE_COMPAT_5.14.2)
[nfsometer]
nfsometer-1.1-2.fc18.noarch requires filebench
[openlierox]
openlierox-0.57-0.16.beta8.fc15.armv7hl requires libzip.so.1
[openpts]
openpts-0.2.6-4.fc18.armv7hl requires tboot
[openshift-origin-broker]
openshift-origin-broker-0.6.7-13.fc18.noarch requires mongodb-server
[openstack-nova]
openstack-nova-compute-2012.2-1.fc18.noarch requires qemu-kvm
openstack-nova-compute-2012.2-1.fc18.noarch requires libguestfs-mount >= 0:1.7.17
[ovirt-node]
ovirt-node-2.5.1-1.fc18.noarch requires grub2
[oz]
oz-0.9.0-1.fc18.noarch requires python-libguestfs
[perl-Hardware-Verilog-Parser]
perl-Hardware-Verilog-Parser-0.13-9.fc17.noarch requires perl(:MODULE_COMPAT_5.14.2)
[perl-MongoDB]
perl-MongoDB-0.41-3.fc15.armv7hl requires perl(:MODULE_COMPAT_5.12.4)
[pfstools]
pfstools-1.8.5-2.fc18.armv7hl requires libtiff.so.3
[pharosc]
pharosc-xcircuit-8.3-6.fc18.noarch requires xcircuit
[phoronix-test-suite]
phoronix-test-suite-4.0.0-1.fc18.noarch requires openmpi
[php]
php-5.4.8-1.fc18.armv7hl requires libxml2.so.2(LIBXML2_2.9.0)
php-cli-5.4.8-1.fc18.armv7hl requires libxml2.so.2(LIBXML2_2.9.0)
php-devel-5.4.8-1.fc18.armv7hl requires libxml2.so.2(LIBXML2_2.9.0)
php-embedded-5.4.8-1.fc18.armv7hl requires libxml2.so.2(LIBXML2_2.9.0)
php-fpm-5.4.8-1.fc18.armv7hl requires libxml2.so.2(LIBXML2_2.9.0)
php-xml-5.4.8-1.fc18.armv7hl requires libxml2.so.2(LIBXML2_2.9.0)
[pki-console]
pki-console-10.0.0-0.7.a1.fc18.noarch requires pki-base >= 0:10.0.0
[pki-ra]
pki-ra-10.0.0-0.6.a1.fc18.noarch requires pki-setup
pki-ra-10.0.0-0.6.a1.fc18.noarch requires pki-server >= 0:10.0.0
[pki-tps]
pki-tps-10.0.0-0.6.a1.fc18.armv7hl requires pki-setup
pki-tps-10.0.0-0.6.a1.fc18.armv7hl requires pki-server >= 0:10.0.0
[presence]
presence-0.4.6-2.fc18.armv7hl requires libcogl.so.9
[pyfuzzy]
pyfuzzy-0.1.0-5.fc18.noarch requires antlr3-python
[pygrace]
pygrace-0.4-7.fc18.noarch requires grace
[python-fiat]
python-fiat-1.0.0-4.fc18.noarch requires ScientificPython
[qemu]
2:qemu-system-x86-1.2.0-16.fc18.armv7hl requires sgabios-bin
2:qemu-system-x86-1.2.0-16.fc18.armv7hl requires seabios-bin >= 0:0.6.0-2
[rakudo-star]
rakudo-star-0.0.2011.07_3.6.0-5.fc18.1.armv7hl requires libparrot.so.3.6.0
[reciteword]
reciteword-0.8.4-10.fc18.armv7hl requires esound
[resource-agents]
resource-agents-3.9.2-3.fc18.5.armv7hl requires libplumbgpl.so.2
resource-agents-3.9.2-3.fc18.5.armv7hl requires libplumb.so.2
[rootplot]
rootplot-2.2.1-6.fc18.noarch requires root-python
[ruby-revolution]
ruby-revolution-0.5-4.svn210.fc18.15.armv7hl requires libedataserver-1.2.so.16
ruby-revolution-0.5-4.svn210.fc18.15.armv7hl requires libecal-1.2.so.12
ruby-revolution-0.5-4.svn210.fc18.15.armv7hl requires libebook-1.2.so.13
[ruby-spqr]
ruby-spqr-0.3.6-3.fc18.noarch requires ruby-qmf
[rubygem-RedCloth]
rubygem-RedCloth-4.2.3-3.fc17.armv7hl requires ruby(abi) = 0:1.8
rubygem-RedCloth-4.2.3-3.fc17.armv7hl requires libruby.so.1.8
[rubygem-activeldap]
rubygem-activeldap-1.2.2-3.fc17.noarch requires rubygem(gettext_activerecord) >= 0:2.1.0
rubygem-activeldap-1.2.2-3.fc17.noarch requires ruby(abi) = 0:1.8
[rubygem-boxgrinder-build]
rubygem-boxgrinder-build-0.10.4-1.fc18.noarch requires ruby-libguestfs
[rubygem-calendar_date_select]
rubygem-calendar_date_select-1.15-6.fc17.noarch requires ruby(abi) = 0:1.8
[rubygem-childprocess]
rubygem-childprocess-0.2.0-4.fc18.noarch requires rubygem(ffi) < 0:1.1
rubygem-childprocess-0.2.0-4.fc18.noarch requires rubygem(ffi) >= 0:1.0.6
[rubygem-linecache]
rubygem-linecache-0.43-5.fc17.armv7hl requires ruby(abi) = 0:1.8
rubygem-linecache-0.43-5.fc17.armv7hl requires libruby.so.1.8
[rubygem-openshift-origin-msg-broker-mcollective]
rubygem-openshift-origin-msg-broker-mcollective-0.1.1-9.fc18.noarch requires qpid-cpp-server
rubygem-openshift-origin-msg-broker-mcollective-0.1.1-9.fc18.noarch requires qpid-cpp-client
[rubygem-rb-inotify]
rubygem-rb-inotify-0.8.8-1.fc18.noarch requires rubygem(ffi)
[rubygem-ruby-debug]
rubygem-ruby-debug-0.10.5-0.3.rc1.fc17.1.noarch requires ruby(abi) = 0:1.8
[rubygem-ruby-debug-base]
rubygem-ruby-debug-base-0.10.5-0.1.rc1.fc17.1.armv7hl requires ruby(abi) = 0:1.8
rubygem-ruby-debug-base-0.10.5-0.1.rc1.fc17.1.armv7hl requires libruby.so.1.8
[rubygem-selenium-webdriver]
rubygem-selenium-webdriver-2.3.2-4.fc18.noarch requires rubygem(ffi) >= 0:1.0.7
[scitools]
scitools-0.9.0-2.fc18.noarch requires ScientificPython
[spring-installer]
ca-installer-20090316-12.fc18.armv7hl requires spring
spring-installer-20090316-12.fc18.armv7hl requires spring
[spring-maps-default]
spring-maps-default-0.1-9.fc18.noarch requires spring
[springlobby]
springlobby-0.147-1.fc18.armv7hl requires spring
[sugar-flip]
sugar-flip-5-2.fc18.noarch requires sugar >= 0:0.98.0
[synce-gnome]
synce-gnome-0.11-7.fc18.noarch requires odccm
[synce-kpm]
synce-kpm-0.15.1-3.fc18.noarch requires odccm
[thermostat]
thermostat-0.3-3.fc18.noarch requires mongodb-server
thermostat-0.3-3.fc18.noarch requires mongodb
[tncfhh]
tncfhh-examples-0.8.3-8.fc18.armv7hl requires libboost_thread-mt.so.1.48.0
tncfhh-examples-0.8.3-8.fc18.armv7hl requires libboost_system-mt.so.1.48.0
tncfhh-libs-0.8.3-8.fc18.armv7hl requires libboost_thread-mt.so.1.48.0
tncfhh-libs-0.8.3-8.fc18.armv7hl requires libboost_system-mt.so.1.48.0
[tomahawk]
tomahawk-0.4.2-1.fc18.armv7hl requires libechonest.so.1.2
tomahawk-0.4.2-1.fc18.armv7hl requires libattica.so.0.3
[vdsm]
vdsm-4.10.0-11.fc18.armv7hl requires qemu-kvm >= 2:0.15.0-4
vdsm-4.10.0-11.fc18.armv7hl requires dmidecode
[vegastrike-data]
vegastrike-data-0.5.1-2.r1.fc18.noarch requires vegastrike >= 0:0.5.1
[vigra]
vigra-python-1.8.0-5.fc18.armv7hl requires libboost_python-mt.so.1.48.0
[wallaby]
python-wallaby-0.16.0-1.fc18.noarch requires python-qpid-qmf
ruby-wallaby-0.16.0-1.fc18.noarch requires ruby-qmf >= 0:0.7.929717
wallaby-0.16.0-1.fc18.noarch requires ruby-qmf >= 0:0.7.929717
wallaby-http-server-0.16.0-1.fc18.noarch requires ruby-qmf >= 0:0.7.929717
wallaby-utils-0.16.0-1.fc18.noarch requires ruby-qmf >= 0:0.7.929717
[weka]
weka-3.6.8-1.fc18.noarch requires javasqlite
[wxMaxima]
wxMaxima-12.04.0-1.fc18.armv7hl requires maxima >= 0:5.20
[yakuake]
yakuake-2.9.9-1.fc18.armv7hl requires konsole-part >= 0:4.9.2
[znc-infobot]
znc-infobot-0.204-1.fc18.armv7hl requires znc = 0:0.204
Updated Packages:
lorax-18.21-1.fc18
------------------
* Thu Oct 11 2012 Brian C. Lane <bcl(a)redhat.com> 18.21-1
- Change the install user's shell for tmux (jkeating(a)redhat.com)
- Set permissions on the initrd (#863018) (mgracik(a)redhat.com)
- Remove the default word from boot menu (#848676) (mgracik(a)redhat.com)
- Disable a whole bunch more keyboard shortcuts (#863823). (clumens(a)redhat.com)
- use /var/tmp instead of /tmp (bcl(a)redhat.com)
- remove rv from unmount error log (bcl(a)redhat.com)
maliit-plugins-0.93.0-2.fc18
----------------------------
* Wed Oct 31 2012 Peter Robinson <pbrobinson(a)fedoraproject.org> 0.93.0-2
- update OLPC keyboard layouts patch
Summary:
Added Packages: 0
Removed Packages: 0
Upgraded Packages: 2
Compose finished at Wed Oct 31 12:31:09 UTC 2012
10 years, 11 months
arm F-18 Branched report: 20121030 changes
by Fedora compose checker
Compose started at Tue Oct 30 11:10:25 UTC 2012
Broken deps for arm
----------------------------------------------------------
[GMT-coastlines]
GMT-coastlines-2.2.0-3.fc18.noarch requires GMT-common
[aeolus-conductor]
aeolus-all-0.10.6-2.fc18.noarch requires mongodb-server
aeolus-all-0.10.6-2.fc18.noarch requires iwhd
aeolus-all-0.10.6-2.fc18.noarch requires imagefactory-jeosconf-ec2-rhel
aeolus-all-0.10.6-2.fc18.noarch requires imagefactory-jeosconf-ec2-fedora
aeolus-all-0.10.6-2.fc18.noarch requires imagefactory
[almanah]
almanah-0.8.0-7.fc18.armv5tel requires libedataserverui-3.0.so.3
almanah-0.8.0-7.fc18.armv5tel requires libedataserver-1.2.so.16
almanah-0.8.0-7.fc18.armv5tel requires libecal-1.2.so.12
almanah-0.8.0-7.fc18.armv5tel requires libebook-1.2.so.13
[apper]
apper-0.8.0-0.6.20120724git.fc18.armv5tel requires libpackagekit-qt2.so.4
[asterisk]
asterisk-fax-10.0.0-2.fc18.1.armv5tel requires libtiff.so.3
asterisk-snmp-10.0.0-2.fc18.1.armv5tel requires perl(:MODULE_COMPAT_5.14.2)
asterisk-snmp-10.0.0-2.fc18.1.armv5tel requires librpmio.so.2
asterisk-snmp-10.0.0-2.fc18.1.armv5tel requires librpm.so.2
[bochs]
bochs-2.6-1.fc18.armv5tel requires bochs-bios = 0:2.6-1.fc18
[bootconf]
bootconf-1.4-6.fc18.noarch requires grub
[calligra]
calligra-kexi-map-form-widget-2.5.2-1.fc18.armv5tel requires marble >= 1:4.9.2
calligra-okular-odpgenerator-2.5.2-1.fc18.armv5tel requires okular >= 0:4.9.2
calligra-reports-map-element-2.5.2-1.fc18.armv5tel requires marble >= 1:4.9.2
[calligra-l10n]
calligra-l10n-2.5.3-1.fc18.noarch requires calligra-core >= 0:2.5.3
[coccinella]
coccinella-0.96.20-4.fc18.noarch requires iaxclient
[condor-cloud]
condor-cloud-0.1-5.fc18.noarch requires qemu-kvm >= 0:0.14
condor-cloud-0.1-5.fc18.noarch requires condor-vm-gahp >= 0:7.7.0
condor-cloud-node-0.1-5.fc18.noarch requires qemu-kvm >= 0:0.14
condor-cloud-node-0.1-5.fc18.noarch requires condor-vm-gahp >= 0:7.7.0
[condor-ec2-enhanced]
condor-ec2-enhanced-1.2-2.fc18.2.noarch requires condor >= 0:7.4.4-0.9
[condor-ec2-enhanced-hooks]
condor-ec2-enhanced-hooks-1.2-3.fc18.2.noarch requires condor >= 0:7.2.0-4
[condor-job-hooks]
condor-job-hooks-1.5-6.fc18.noarch requires condor >= 0:7.0.2-4
[condor-low-latency]
condor-low-latency-1.2-2.fc18.2.noarch requires condor >= 0:7.0.2-4
[condor-wallaby]
condor-wallaby-client-4.1.2-4.fc18.noarch requires python-qmf >= 0:0.9.1073306
condor-wallaby-client-4.1.2-4.fc18.noarch requires condor >= 0:7.4.4-0.9
[cumin]
cumin-0.1.5220-2.fc18.noarch requires python-qpid-qmf
[dhcp-forwarder]
dhcp-forwarder-upstart-0.10-1801.fc18.noarch requires /sbin/initctl
[dnf]
dnf-0.2.14-2.git4831982.fc18.noarch requires python-hawkey >= 0:0.3.0
[dogtag-pki]
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-tools >= 0:10.0.0
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-tks >= 0:10.0.0
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-symkey >= 0:10.0.0
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-server >= 0:10.0.0
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-ocsp >= 0:10.0.0
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-kra >= 0:10.0.0
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-javadoc >= 0:10.0.0
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-ca >= 0:10.0.0
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-base >= 0:10.0.0
[ember-media]
ember-media-0.6.2.1-3.fc18.noarch requires ember < 0:0.6.3
ember-media-0.6.2.1-3.fc18.noarch requires ember >= 0:0.6.2
[evolution]
evolution-3.6.1-1.fc18.armv5tel requires libxml2.so.2(LIBXML2_2.9.0)
[evolution-data-server]
evolution-data-server-3.6.1-1.fc18.armv5tel requires libxml2.so.2(LIBXML2_2.9.0)
[freeipa]
freeipa-server-3.0.0-2.fc18.armv5tel requires pki-symkey >= 0:10.0.0-0.43.a1
freeipa-server-3.0.0-2.fc18.armv5tel requires pki-silent >= 0:10.0.0-0.43.b1
freeipa-server-3.0.0-2.fc18.armv5tel requires pki-setup >= 0:10.0.0-0.43.b1
freeipa-server-3.0.0-2.fc18.armv5tel requires pki-ca >= 0:pki-ca-10.0.0-0.43.b1
freeipa-server-strict-3.0.0-2.fc18.armv5tel requires pki-ca = 0:10.0.0
[func]
func-0.28-1.fc17.noarch requires smolt
[gdal]
gdal-1.9.0-1.fc18.armv5tel requires libtiff.so.3
gdal-1.9.0-1.fc18.armv5tel requires libspatialite.so.2
gdal-1.9.0-1.fc18.armv5tel requires libpoppler.so.19
gdal-java-1.9.0-1.fc18.armv5tel requires libtiff.so.3
gdal-java-1.9.0-1.fc18.armv5tel requires libspatialite.so.2
gdal-java-1.9.0-1.fc18.armv5tel requires libpoppler.so.19
gdal-libs-1.9.0-1.fc18.armv5tel requires libtiff.so.3
gdal-libs-1.9.0-1.fc18.armv5tel requires libspatialite.so.2
gdal-libs-1.9.0-1.fc18.armv5tel requires libpoppler.so.19
gdal-perl-1.9.0-1.fc18.armv5tel requires perl(:MODULE_COMPAT_5.14.2)
gdal-perl-1.9.0-1.fc18.armv5tel requires libtiff.so.3
gdal-perl-1.9.0-1.fc18.armv5tel requires libspatialite.so.2
gdal-perl-1.9.0-1.fc18.armv5tel requires libpoppler.so.19
gdal-ruby-1.9.0-1.fc18.armv5tel requires ruby(abi) = 0:1.9
gdal-ruby-1.9.0-1.fc18.armv5tel requires libtiff.so.3
gdal-ruby-1.9.0-1.fc18.armv5tel requires libspatialite.so.2
gdal-ruby-1.9.0-1.fc18.armv5tel requires libpoppler.so.19
[gdb-heap]
gdb-heap-0.5-9.fc18.armv5tel requires glibc(armv5tel-32) = 0:2.15
[ghc-blaze-builder-conduit]
ghc-blaze-builder-conduit-devel-0.4.0.2-3.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[ghc-conduit]
ghc-conduit-devel-0.4.2-3.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[ghc-monad-control]
ghc-monad-control-devel-0.3.1.3-1.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[ghc-network-conduit]
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-prof(transformers-0.2.2.0) = 0:657fc7647251d805ae3451204e506340
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-prof(network-2.3.0.5) = 0:34038874e5d12f3009ad8fd8b9f52207
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-prof(monad-control-0.3.1) = 0:f3e3f907c32d113562259131f225f2ea
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-prof(lifted-base-0.1.0.3) = 0:deb36b76665759cead4491016ba7a72a
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-prof(conduit-0.4.1.1) = 0:13433be90b4b634d078abe45f2db1bfa
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-prof(bytestring-0.9.1.10) = 0:419d4e55fb10fc796517b175674f95b4
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-prof(base-4.3.1.0) = 0:b3793fe455566fd78d98a0fb3859dd84
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-devel(transformers-0.2.2.0) = 0:657fc7647251d805ae3451204e506340
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-devel(network-2.3.0.5) = 0:34038874e5d12f3009ad8fd8b9f52207
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-devel(monad-control-0.3.1) = 0:f3e3f907c32d113562259131f225f2ea
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-devel(lifted-base-0.1.0.3) = 0:deb36b76665759cead4491016ba7a72a
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-devel(conduit-0.4.1.1) = 0:13433be90b4b634d078abe45f2db1bfa
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-devel(bytestring-0.9.1.10) = 0:419d4e55fb10fc796517b175674f95b4
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-devel(base-4.3.1.0) = 0:b3793fe455566fd78d98a0fb3859dd84
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-compiler = 0:7.0.4
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-compiler = 0:7.0.4
[ghc-resourcet]
ghc-resourcet-devel-0.3.2.2-2.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[ghc-transformers-base]
ghc-transformers-base-devel-0.4.1-2.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[ghc-wai]
ghc-wai-devel-1.2.0.2-1.fc18.armv5tel requires ghc-devel(vault-0.1.0.0-b86949e0fb03b2c22971b5dc0b776613)
ghc-wai-devel-1.2.0.2-1.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
ghc-wai-devel-1.2.0.2-1.fc18.armv5tel requires ghc-devel(text-0.11.1.13-0fafa88b8c349f02f033f955ed8e5450)
ghc-wai-devel-1.2.0.2-1.fc18.armv5tel requires ghc-devel(network-2.3.0.11-dcc9b8a6d9649db45917aac14a31d530)
ghc-wai-devel-1.2.0.2-1.fc18.armv5tel requires ghc-devel(http-types-0.6.10-1da40366e36003d89dac03331ebe9585)
ghc-wai-devel-1.2.0.2-1.fc18.armv5tel requires ghc-devel(conduit-0.4.1.1-445f14eaa0bd15f8394f3c3cd8c22933)
ghc-wai-devel-1.2.0.2-1.fc18.armv5tel requires ghc-devel(blaze-builder-0.3.1.0-2bbf2a268f05ac890876dd9c56192ceb)
[ghc-wai-extra]
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(zlib-conduit-0.4.0.1-3ea276ab63a21b643b6b16bbb7d15db0)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(text-0.11.1.13-0fafa88b8c349f02f033f955ed8e5450)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(resourcet-0.3.2.1-487979a99c0b1634b1faab2417e55313)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(network-2.3.0.11-dcc9b8a6d9649db45917aac14a31d530)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(http-types-0.6.10-1da40366e36003d89dac03331ebe9585)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(conduit-0.4.1.1-445f14eaa0bd15f8394f3c3cd8c22933)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(case-insensitive-0.4.0.1-4f83c17ad203c8196a5cbff6f6934a8e)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(blaze-builder-conduit-0.4.0.1-2bf092c4e6f8a03a980a62cd1cf57a97)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(blaze-builder-0.3.1.0-2bbf2a268f05ac890876dd9c56192ceb)
[ghc-warp]
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(wai-0.4.3-c7e018d3a17422327676e6db7ee6214b)
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(simple-sendfile-0.2.1-0e14a3eb9c52aac28e1260faf550afb2)
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(network-2.3.0.11-dcc9b8a6d9649db45917aac14a31d530)
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(http-types-0.6.10-1da40366e36003d89dac03331ebe9585)
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(enumerator-0.4.18-f4fc4be158c65b36dfdffe4bc7341da4)
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(case-insensitive-0.4.0.1-4f83c17ad203c8196a5cbff6f6934a8e)
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(blaze-builder-enumerator-0.2.0.3-e19ec51d67a209312bc2e2ad87f6b9bd)
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(blaze-builder-0.3.1.0-2bbf2a268f05ac890876dd9c56192ceb)
[ghc-zlib-conduit]
ghc-zlib-conduit-devel-0.4.0.2-1.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[gnome-boxes]
gnome-boxes-3.6.1.1-1.fc18.armv5tel requires libvirt-daemon-kvm
[gnome-do-plugins]
gnome-do-plugins-banshee-0.8.4-10.fc18.armv5tel requires mono(Banshee.CollectionIndexer) = 0:2.4.0.0
[gnome-shell-theme-selene]
gnome-shell-theme-selene-3.4.0-5.fc18.noarch requires gnome-shell-extensions-user-theme
[gofer]
ruby-gofer-0.74-1.fc18.noarch requires rubygem(qpid) >= 0:0.16.0
[grads]
grads-2.0.1-2.fc18.armv5tel requires libtiff.so.3
[grass]
grass-6.4.2-2.fc18.armv5tel requires libtiff.so.3
grass-6.4.2-2.fc18.armv5tel requires libspatialite.so.2
grass-libs-6.4.2-2.fc18.armv5tel requires libtiff.so.3
[ip-sentinel]
ip-sentinel-upstart-0.12-1303.fc18.noarch requires /sbin/initctl
[jaffl]
jaffl-0.5.9-1.fc16.noarch requires jffi
[jnr-ffi]
jnr-ffi-0.5.10-3.fc17.noarch requires jffi
[jnr-posix]
jnr-posix-1.1.8-3.fc18.noarch requires jffi
[jruby]
jruby-1.6.3-3.fc17.noarch requires jffi >= 0:1.0.10
[kdeaccessibility]
1:kdeaccessibility-4.9.2-1.fc18.noarch requires kmouth >= 0:4.9.2
1:kdeaccessibility-4.9.2-1.fc18.noarch requires kmousetool >= 0:4.9.2
1:kdeaccessibility-4.9.2-1.fc18.noarch requires kmag >= 0:4.9.2
1:kdeaccessibility-4.9.2-1.fc18.noarch requires kaccessible >= 0:4.9.2
1:kdeaccessibility-4.9.2-1.fc18.noarch requires jovie >= 0:4.9.2
[kdebindings]
kdebindings-4.9.2-1.fc18.noarch requires smokeqt >= 0:4.9.2
kdebindings-4.9.2-1.fc18.noarch requires smokekde >= 0:4.9.2
kdebindings-devel-4.9.2-1.fc18.noarch requires smokeqt-devel >= 0:4.9.2
kdebindings-devel-4.9.2-1.fc18.noarch requires smokekde-devel >= 0:4.9.2
[kdeedu]
kdeedu-4.9.2-1.fc18.noarch requires step >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires parley >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires pairs >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires kwordquiz >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires kturtle >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires ktouch >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires klettres >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires kiten >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires khangman >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires kgeography >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires kanagram >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires kalzium >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires blinken >= 0:4.9.2
kdeedu-math-4.9.2-1.fc18.noarch requires rocs >= 0:4.9.2
kdeedu-math-4.9.2-1.fc18.noarch requires kmplot >= 0:4.9.2
kdeedu-math-4.9.2-1.fc18.noarch requires kig >= 0:4.9.2
kdeedu-math-4.9.2-1.fc18.noarch requires kbruch >= 0:4.9.2
kdeedu-math-4.9.2-1.fc18.noarch requires kalgebra >= 0:4.9.2
kdeedu-math-4.9.2-1.fc18.noarch requires cantor >= 0:4.9.2
[kdegraphics]
7:kdegraphics-4.9.2-1.fc18.noarch requires svgpart >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires okular >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires ksnapshot >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires ksaneplugin >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires kruler >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires kolourpaint >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires kgamma >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires kdegraphics-thumbnailers >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires kdegraphics-strigi-analyzer >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires kdegraphics-mobipocket >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires kcolorchooser >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires kamera >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires gwenview >= 0:4.9.2
7:kdegraphics-libs-4.9.2-1.fc18.noarch requires libksane >= 0:4.9.2
7:kdegraphics-libs-4.9.2-1.fc18.noarch requires libkipi >= 0:4.9.2
7:kdegraphics-libs-4.9.2-1.fc18.noarch requires libkexiv2 >= 0:4.9.2
7:kdegraphics-libs-4.9.2-1.fc18.noarch requires libkdcraw >= 0:4.9.2
[kdemultimedia]
6:kdemultimedia-4.9.2-1.fc18.noarch requires kscd >= 0:4.9.2
6:kdemultimedia-4.9.2-1.fc18.noarch requires kmix >= 0:4.9.2
6:kdemultimedia-4.9.2-1.fc18.noarch requires juk >= 0:4.9.2
6:kdemultimedia-4.9.2-1.fc18.noarch requires dragon >= 0:4.9.2
6:kdemultimedia-4.9.2-1.fc18.noarch requires audiocd-kio >= 0:4.9.2
6:kdemultimedia-libs-4.9.2-1.fc18.noarch requires libkcompactdisc >= 0:4.9.2
6:kdemultimedia-libs-4.9.2-1.fc18.noarch requires libkcddb >= 0:4.9.2
6:kdemultimedia-libs-4.9.2-1.fc18.noarch requires audiocd-kio-libs >= 0:4.9.2
[kdeutils]
6:kdeutils-4.9.2-1.fc18.noarch requires sweeper >= 0:4.9.2
6:kdeutils-4.9.2-1.fc18.noarch requires superkaramba >= 0:4.9.2
6:kdeutils-4.9.2-1.fc18.noarch requires kremotecontrol >= 0:4.9.2
6:kdeutils-4.9.2-1.fc18.noarch requires kfloppy >= 0:4.9.2
6:kdeutils-4.9.2-1.fc18.noarch requires kcharselect >= 0:4.9.2
6:kdeutils-4.9.2-1.fc18.noarch requires filelight >= 1:4.9.2
6:kdeutils-minimal-4.9.2-1.fc18.noarch requires kwallet >= 0:4.9.2
6:kdeutils-minimal-4.9.2-1.fc18.noarch requires ktimer >= 0:4.9.2
6:kdeutils-minimal-4.9.2-1.fc18.noarch requires kgpg >= 0:4.9.2
6:kdeutils-minimal-4.9.2-1.fc18.noarch requires kdf >= 0:4.9.2
6:kdeutils-minimal-4.9.2-1.fc18.noarch requires kcalc >= 0:4.9.2
6:kdeutils-minimal-4.9.2-1.fc18.noarch requires ark >= 0:4.9.2
[libsyncml]
1:libsyncml-0.4.6-3.fc15.armv5tel requires libsoup-2.2.so.8
[liveusb-creator]
liveusb-creator-3.11.7-2.fc18.noarch requires syslinux-extlinux
liveusb-creator-3.11.7-2.fc18.noarch requires syslinux
[mate-window-manager]
mate-window-manager-1.4.1-12.fc18.armv5tel requires mate-control-center
[mcollective-qpid-plugin]
mcollective-qpid-plugin-0.1.1-3.fc18.noarch requires ruby-qpid-qmf
[merkaartor]
merkaartor-0.18.0-0.3.git654e49ba.fc17.armv5tel requires libexiv2.so.11
[milter-greylist]
milter-greylist-upstart-4.2.7-1701.fc18.noarch requires /sbin/initctl
[mingw-qt]
mingw32-qt-4.8.2-1.fc18.noarch requires mingw32(libtiff-3.dll)
mingw64-qt-4.8.2-1.fc18.noarch requires mingw64(libtiff-3.dll)
[mod_pubcookie]
mod_pubcookie-3.3.4a-7.fc18.armv5tel requires httpd-mmn = 0:20051115-armv5tel-32
[netcdf]
netcdf-4.1.3-5.fc18.armv5tel requires hdf5 = 0:1.8.8
[netcdf-perl]
netcdf-perl-1.2.4-10.fc17.armv5tel requires perl(:MODULE_COMPAT_5.14.2)
[nfsometer]
nfsometer-1.1-2.fc18.noarch requires filebench
[openlierox]
openlierox-0.57-0.16.beta8.fc15.armv5tel requires libzip.so.1
[openpts]
openpts-0.2.6-4.fc18.armv5tel requires tboot
[openshift-origin-broker]
openshift-origin-broker-0.6.7-13.fc18.noarch requires mongodb-server
[openstack-nova]
openstack-nova-compute-2012.2-1.fc18.noarch requires qemu-kvm
openstack-nova-compute-2012.2-1.fc18.noarch requires libguestfs-mount >= 0:1.7.17
[ovirt-node]
ovirt-node-2.5.1-1.fc18.noarch requires grub2
[oz]
oz-0.9.0-1.fc18.noarch requires python-libguestfs
[perl-Hardware-Verilog-Parser]
perl-Hardware-Verilog-Parser-0.13-9.fc17.noarch requires perl(:MODULE_COMPAT_5.14.2)
[perl-MongoDB]
perl-MongoDB-0.41-3.fc15.armv5tel requires perl(:MODULE_COMPAT_5.12.4)
[pfstools]
pfstools-1.8.5-2.fc18.armv5tel requires libtiff.so.3
[pharosc]
pharosc-xcircuit-8.3-6.fc18.noarch requires xcircuit
[phoronix-test-suite]
phoronix-test-suite-4.0.0-1.fc18.noarch requires openmpi
[php]
php-5.4.8-1.fc18.armv5tel requires libxml2.so.2(LIBXML2_2.9.0)
php-cli-5.4.8-1.fc18.armv5tel requires libxml2.so.2(LIBXML2_2.9.0)
php-devel-5.4.8-1.fc18.armv5tel requires libxml2.so.2(LIBXML2_2.9.0)
php-embedded-5.4.8-1.fc18.armv5tel requires libxml2.so.2(LIBXML2_2.9.0)
php-fpm-5.4.8-1.fc18.armv5tel requires libxml2.so.2(LIBXML2_2.9.0)
php-xml-5.4.8-1.fc18.armv5tel requires libxml2.so.2(LIBXML2_2.9.0)
[pki-console]
pki-console-10.0.0-0.7.a1.fc18.noarch requires pki-base >= 0:10.0.0
[pki-ra]
pki-ra-10.0.0-0.6.a1.fc18.noarch requires pki-setup
pki-ra-10.0.0-0.6.a1.fc18.noarch requires pki-server >= 0:10.0.0
[pki-tps]
pki-tps-10.0.0-0.6.a1.fc18.armv5tel requires pki-setup
pki-tps-10.0.0-0.6.a1.fc18.armv5tel requires pki-server >= 0:10.0.0
[presence]
presence-0.4.6-2.fc18.armv5tel requires libcogl.so.9
[pyfuzzy]
pyfuzzy-0.1.0-5.fc18.noarch requires antlr3-python
[pygrace]
pygrace-0.4-7.fc18.noarch requires grace
[python-fiat]
python-fiat-1.0.0-4.fc18.noarch requires ScientificPython
[qemu]
2:qemu-system-x86-1.2.0-16.fc18.armv5tel requires sgabios-bin
2:qemu-system-x86-1.2.0-16.fc18.armv5tel requires seabios-bin >= 0:0.6.0-2
[rakudo-star]
rakudo-star-0.0.2011.07_3.6.0-5.fc18.1.armv5tel requires libparrot.so.3.6.0
[reciteword]
reciteword-0.8.4-10.fc18.armv5tel requires esound
[resource-agents]
resource-agents-3.9.2-3.fc18.5.armv5tel requires libplumbgpl.so.2
resource-agents-3.9.2-3.fc18.5.armv5tel requires libplumb.so.2
[rootplot]
rootplot-2.2.1-6.fc18.noarch requires root-python
[ruby-revolution]
ruby-revolution-0.5-4.svn210.fc18.15.armv5tel requires libedataserver-1.2.so.16
ruby-revolution-0.5-4.svn210.fc18.15.armv5tel requires libecal-1.2.so.12
ruby-revolution-0.5-4.svn210.fc18.15.armv5tel requires libebook-1.2.so.13
[ruby-spqr]
ruby-spqr-0.3.6-3.fc18.noarch requires ruby-qmf
[rubygem-RedCloth]
rubygem-RedCloth-4.2.3-3.fc17.armv5tel requires ruby(abi) = 0:1.8
rubygem-RedCloth-4.2.3-3.fc17.armv5tel requires libruby.so.1.8
[rubygem-activeldap]
rubygem-activeldap-1.2.2-3.fc17.noarch requires rubygem(gettext_activerecord) >= 0:2.1.0
rubygem-activeldap-1.2.2-3.fc17.noarch requires ruby(abi) = 0:1.8
[rubygem-boxgrinder-build]
rubygem-boxgrinder-build-0.10.4-1.fc18.noarch requires ruby-libguestfs
[rubygem-calendar_date_select]
rubygem-calendar_date_select-1.15-6.fc17.noarch requires ruby(abi) = 0:1.8
[rubygem-childprocess]
rubygem-childprocess-0.2.0-4.fc18.noarch requires rubygem(ffi) < 0:1.1
rubygem-childprocess-0.2.0-4.fc18.noarch requires rubygem(ffi) >= 0:1.0.6
[rubygem-linecache]
rubygem-linecache-0.43-5.fc17.armv5tel requires ruby(abi) = 0:1.8
rubygem-linecache-0.43-5.fc17.armv5tel requires libruby.so.1.8
[rubygem-openshift-origin-msg-broker-mcollective]
rubygem-openshift-origin-msg-broker-mcollective-0.1.1-9.fc18.noarch requires qpid-cpp-server
rubygem-openshift-origin-msg-broker-mcollective-0.1.1-9.fc18.noarch requires qpid-cpp-client
[rubygem-rb-inotify]
rubygem-rb-inotify-0.8.8-1.fc18.noarch requires rubygem(ffi)
[rubygem-ruby-debug]
rubygem-ruby-debug-0.10.5-0.3.rc1.fc17.1.noarch requires ruby(abi) = 0:1.8
[rubygem-ruby-debug-base]
rubygem-ruby-debug-base-0.10.5-0.1.rc1.fc17.1.armv5tel requires ruby(abi) = 0:1.8
rubygem-ruby-debug-base-0.10.5-0.1.rc1.fc17.1.armv5tel requires libruby.so.1.8
[rubygem-selenium-webdriver]
rubygem-selenium-webdriver-2.3.2-4.fc18.noarch requires rubygem(ffi) >= 0:1.0.7
[scitools]
scitools-0.9.0-2.fc18.noarch requires ScientificPython
[spring-installer]
ca-installer-20090316-12.fc18.armv5tel requires spring
spring-installer-20090316-12.fc18.armv5tel requires spring
[spring-maps-default]
spring-maps-default-0.1-9.fc18.noarch requires spring
[springlobby]
springlobby-0.147-1.fc18.armv5tel requires spring
[sugar-flip]
sugar-flip-5-2.fc18.noarch requires sugar >= 0:0.98.0
[synce-gnome]
synce-gnome-0.11-7.fc18.noarch requires odccm
[synce-kpm]
synce-kpm-0.15.1-3.fc18.noarch requires odccm
[thermostat]
thermostat-0.3-3.fc18.noarch requires mongodb-server
thermostat-0.3-3.fc18.noarch requires mongodb
[tncfhh]
tncfhh-examples-0.8.3-8.fc18.armv5tel requires libboost_thread-mt.so.1.48.0
tncfhh-examples-0.8.3-8.fc18.armv5tel requires libboost_system-mt.so.1.48.0
tncfhh-libs-0.8.3-8.fc18.armv5tel requires libboost_thread-mt.so.1.48.0
tncfhh-libs-0.8.3-8.fc18.armv5tel requires libboost_system-mt.so.1.48.0
[tomahawk]
tomahawk-0.4.2-1.fc18.armv5tel requires libechonest.so.1.2
tomahawk-0.4.2-1.fc18.armv5tel requires libattica.so.0.3
[vdsm]
vdsm-4.10.0-11.fc18.armv5tel requires qemu-kvm >= 2:0.15.0-4
vdsm-4.10.0-11.fc18.armv5tel requires dmidecode
[vegastrike-data]
vegastrike-data-0.5.1-2.r1.fc18.noarch requires vegastrike >= 0:0.5.1
[vigra]
vigra-python-1.8.0-5.fc18.armv5tel requires libboost_python-mt.so.1.48.0
[wallaby]
python-wallaby-0.16.0-1.fc18.noarch requires python-qpid-qmf
ruby-wallaby-0.16.0-1.fc18.noarch requires ruby-qmf >= 0:0.7.929717
wallaby-0.16.0-1.fc18.noarch requires ruby-qmf >= 0:0.7.929717
wallaby-http-server-0.16.0-1.fc18.noarch requires ruby-qmf >= 0:0.7.929717
wallaby-utils-0.16.0-1.fc18.noarch requires ruby-qmf >= 0:0.7.929717
[weka]
weka-3.6.8-1.fc18.noarch requires javasqlite
[wxMaxima]
wxMaxima-12.04.0-1.fc18.armv5tel requires maxima >= 0:5.20
[yakuake]
yakuake-2.9.9-1.fc18.armv5tel requires konsole-part >= 0:4.9.2
[znc-infobot]
znc-infobot-0.204-1.fc18.armv5tel requires znc = 0:0.204
Broken deps for armhfp
----------------------------------------------------------
[GMT-coastlines]
GMT-coastlines-2.2.0-3.fc18.noarch requires GMT-common
[aeolus-conductor]
aeolus-all-0.10.6-2.fc18.noarch requires mongodb-server
aeolus-all-0.10.6-2.fc18.noarch requires iwhd
aeolus-all-0.10.6-2.fc18.noarch requires imagefactory-jeosconf-ec2-rhel
aeolus-all-0.10.6-2.fc18.noarch requires imagefactory-jeosconf-ec2-fedora
aeolus-all-0.10.6-2.fc18.noarch requires imagefactory
[almanah]
almanah-0.8.0-7.fc18.armv7hl requires libedataserverui-3.0.so.3
almanah-0.8.0-7.fc18.armv7hl requires libedataserver-1.2.so.16
almanah-0.8.0-7.fc18.armv7hl requires libecal-1.2.so.12
almanah-0.8.0-7.fc18.armv7hl requires libebook-1.2.so.13
[apper]
apper-0.8.0-0.6.20120724git.fc18.armv7hl requires libpackagekit-qt2.so.4
[asterisk]
asterisk-fax-10.0.0-2.fc18.1.armv7hl requires libtiff.so.3
asterisk-snmp-10.0.0-2.fc18.1.armv7hl requires perl(:MODULE_COMPAT_5.14.2)
asterisk-snmp-10.0.0-2.fc18.1.armv7hl requires librpmio.so.2
asterisk-snmp-10.0.0-2.fc18.1.armv7hl requires librpm.so.2
[bochs]
bochs-2.6-1.fc18.armv7hl requires bochs-bios = 0:2.6-1.fc18
[bootconf]
bootconf-1.4-6.fc18.noarch requires grub
[calligra]
calligra-kexi-map-form-widget-2.5.2-1.fc18.armv7hl requires marble >= 1:4.9.2
calligra-okular-odpgenerator-2.5.2-1.fc18.armv7hl requires okular >= 0:4.9.2
calligra-reports-map-element-2.5.2-1.fc18.armv7hl requires marble >= 1:4.9.2
[calligra-l10n]
calligra-l10n-2.5.3-1.fc18.noarch requires calligra-core >= 0:2.5.3
[coccinella]
coccinella-0.96.20-4.fc18.noarch requires iaxclient
[condor-cloud]
condor-cloud-0.1-5.fc18.noarch requires qemu-kvm >= 0:0.14
condor-cloud-0.1-5.fc18.noarch requires condor-vm-gahp >= 0:7.7.0
condor-cloud-node-0.1-5.fc18.noarch requires qemu-kvm >= 0:0.14
condor-cloud-node-0.1-5.fc18.noarch requires condor-vm-gahp >= 0:7.7.0
[condor-ec2-enhanced]
condor-ec2-enhanced-1.2-2.fc18.2.noarch requires condor >= 0:7.4.4-0.9
[condor-ec2-enhanced-hooks]
condor-ec2-enhanced-hooks-1.2-3.fc18.2.noarch requires condor >= 0:7.2.0-4
[condor-job-hooks]
condor-job-hooks-1.5-6.fc18.noarch requires condor >= 0:7.0.2-4
[condor-low-latency]
condor-low-latency-1.2-2.fc18.2.noarch requires condor >= 0:7.0.2-4
[condor-wallaby]
condor-wallaby-client-4.1.2-4.fc18.noarch requires python-qmf >= 0:0.9.1073306
condor-wallaby-client-4.1.2-4.fc18.noarch requires condor >= 0:7.4.4-0.9
[cumin]
cumin-0.1.5220-2.fc18.noarch requires python-qpid-qmf
[dhcp-forwarder]
dhcp-forwarder-upstart-0.10-1801.fc18.noarch requires /sbin/initctl
[dnf]
dnf-0.2.14-2.git4831982.fc18.noarch requires python-hawkey >= 0:0.3.0
[dogtag-pki]
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-tools >= 0:10.0.0
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-tks >= 0:10.0.0
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-symkey >= 0:10.0.0
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-server >= 0:10.0.0
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-ocsp >= 0:10.0.0
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-kra >= 0:10.0.0
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-javadoc >= 0:10.0.0
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-ca >= 0:10.0.0
dogtag-pki-10.0.0-0.12.b1.fc18.noarch requires pki-base >= 0:10.0.0
[ember-media]
ember-media-0.6.2.1-3.fc18.noarch requires ember < 0:0.6.3
ember-media-0.6.2.1-3.fc18.noarch requires ember >= 0:0.6.2
[evolution]
evolution-3.6.1-1.fc18.armv7hl requires libxml2.so.2(LIBXML2_2.9.0)
[evolution-data-server]
evolution-data-server-3.6.1-1.fc18.armv7hl requires libxml2.so.2(LIBXML2_2.9.0)
[freeipa]
freeipa-server-3.0.0-2.fc18.armv7hl requires pki-symkey >= 0:10.0.0-0.43.a1
freeipa-server-3.0.0-2.fc18.armv7hl requires pki-silent >= 0:10.0.0-0.43.b1
freeipa-server-3.0.0-2.fc18.armv7hl requires pki-setup >= 0:10.0.0-0.43.b1
freeipa-server-3.0.0-2.fc18.armv7hl requires pki-ca >= 0:pki-ca-10.0.0-0.43.b1
freeipa-server-strict-3.0.0-2.fc18.armv7hl requires pki-ca = 0:10.0.0
[func]
func-0.28-1.fc17.noarch requires smolt
[gdal]
gdal-1.9.0-1.fc18.armv7hl requires libtiff.so.3
gdal-1.9.0-1.fc18.armv7hl requires libspatialite.so.2
gdal-1.9.0-1.fc18.armv7hl requires libpoppler.so.19
gdal-java-1.9.0-1.fc18.armv7hl requires libtiff.so.3
gdal-java-1.9.0-1.fc18.armv7hl requires libspatialite.so.2
gdal-java-1.9.0-1.fc18.armv7hl requires libpoppler.so.19
gdal-libs-1.9.0-1.fc18.armv7hl requires libtiff.so.3
gdal-libs-1.9.0-1.fc18.armv7hl requires libspatialite.so.2
gdal-libs-1.9.0-1.fc18.armv7hl requires libpoppler.so.19
gdal-perl-1.9.0-1.fc18.armv7hl requires perl(:MODULE_COMPAT_5.14.2)
gdal-perl-1.9.0-1.fc18.armv7hl requires libtiff.so.3
gdal-perl-1.9.0-1.fc18.armv7hl requires libspatialite.so.2
gdal-perl-1.9.0-1.fc18.armv7hl requires libpoppler.so.19
gdal-ruby-1.9.0-1.fc18.armv7hl requires ruby(abi) = 0:1.9
gdal-ruby-1.9.0-1.fc18.armv7hl requires libtiff.so.3
gdal-ruby-1.9.0-1.fc18.armv7hl requires libspatialite.so.2
gdal-ruby-1.9.0-1.fc18.armv7hl requires libpoppler.so.19
[gdb-heap]
gdb-heap-0.5-9.fc18.armv7hl requires glibc(armv7hl-32) = 0:2.15
[ghc-blaze-builder-conduit]
ghc-blaze-builder-conduit-devel-0.4.0.2-3.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[ghc-conduit]
ghc-conduit-devel-0.4.2-3.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[ghc-monad-control]
ghc-monad-control-devel-0.3.1.3-1.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[ghc-network-conduit]
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-prof(transformers-0.2.2.0) = 0:657fc7647251d805ae3451204e506340
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-prof(network-2.3.0.5) = 0:34038874e5d12f3009ad8fd8b9f52207
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-prof(monad-control-0.3.1) = 0:f3e3f907c32d113562259131f225f2ea
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-prof(lifted-base-0.1.0.3) = 0:deb36b76665759cead4491016ba7a72a
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-prof(conduit-0.4.1.1) = 0:13433be90b4b634d078abe45f2db1bfa
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-prof(bytestring-0.9.1.10) = 0:419d4e55fb10fc796517b175674f95b4
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-prof(base-4.3.1.0) = 0:b3793fe455566fd78d98a0fb3859dd84
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-devel(transformers-0.2.2.0) = 0:657fc7647251d805ae3451204e506340
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-devel(network-2.3.0.5) = 0:34038874e5d12f3009ad8fd8b9f52207
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-devel(monad-control-0.3.1) = 0:f3e3f907c32d113562259131f225f2ea
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-devel(lifted-base-0.1.0.3) = 0:deb36b76665759cead4491016ba7a72a
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-devel(conduit-0.4.1.1) = 0:13433be90b4b634d078abe45f2db1bfa
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-devel(bytestring-0.9.1.10) = 0:419d4e55fb10fc796517b175674f95b4
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-devel(base-4.3.1.0) = 0:b3793fe455566fd78d98a0fb3859dd84
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-compiler = 0:7.0.4
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-compiler = 0:7.0.4
[ghc-resourcet]
ghc-resourcet-devel-0.3.2.2-2.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[ghc-transformers-base]
ghc-transformers-base-devel-0.4.1-2.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[ghc-wai]
ghc-wai-devel-1.2.0.2-1.fc18.armv7hl requires ghc-devel(vault-0.1.0.0-b86949e0fb03b2c22971b5dc0b776613)
ghc-wai-devel-1.2.0.2-1.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
ghc-wai-devel-1.2.0.2-1.fc18.armv7hl requires ghc-devel(text-0.11.1.13-0fafa88b8c349f02f033f955ed8e5450)
ghc-wai-devel-1.2.0.2-1.fc18.armv7hl requires ghc-devel(network-2.3.0.11-dcc9b8a6d9649db45917aac14a31d530)
ghc-wai-devel-1.2.0.2-1.fc18.armv7hl requires ghc-devel(http-types-0.6.10-1da40366e36003d89dac03331ebe9585)
ghc-wai-devel-1.2.0.2-1.fc18.armv7hl requires ghc-devel(conduit-0.4.1.1-445f14eaa0bd15f8394f3c3cd8c22933)
ghc-wai-devel-1.2.0.2-1.fc18.armv7hl requires ghc-devel(blaze-builder-0.3.1.0-2bbf2a268f05ac890876dd9c56192ceb)
[ghc-wai-extra]
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(zlib-conduit-0.4.0.1-3ea276ab63a21b643b6b16bbb7d15db0)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(text-0.11.1.13-0fafa88b8c349f02f033f955ed8e5450)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(resourcet-0.3.2.1-487979a99c0b1634b1faab2417e55313)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(network-2.3.0.11-dcc9b8a6d9649db45917aac14a31d530)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(http-types-0.6.10-1da40366e36003d89dac03331ebe9585)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(conduit-0.4.1.1-445f14eaa0bd15f8394f3c3cd8c22933)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(case-insensitive-0.4.0.1-4f83c17ad203c8196a5cbff6f6934a8e)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(blaze-builder-conduit-0.4.0.1-2bf092c4e6f8a03a980a62cd1cf57a97)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(blaze-builder-0.3.1.0-2bbf2a268f05ac890876dd9c56192ceb)
[ghc-warp]
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(wai-0.4.3-c7e018d3a17422327676e6db7ee6214b)
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(simple-sendfile-0.2.1-0e14a3eb9c52aac28e1260faf550afb2)
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(network-2.3.0.11-dcc9b8a6d9649db45917aac14a31d530)
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(http-types-0.6.10-1da40366e36003d89dac03331ebe9585)
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(enumerator-0.4.18-f4fc4be158c65b36dfdffe4bc7341da4)
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(case-insensitive-0.4.0.1-4f83c17ad203c8196a5cbff6f6934a8e)
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(blaze-builder-enumerator-0.2.0.3-e19ec51d67a209312bc2e2ad87f6b9bd)
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(blaze-builder-0.3.1.0-2bbf2a268f05ac890876dd9c56192ceb)
[ghc-zlib-conduit]
ghc-zlib-conduit-devel-0.4.0.2-1.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[gnome-boxes]
gnome-boxes-3.6.1.1-1.fc18.armv7hl requires libvirt-daemon-kvm
[gnome-do-plugins]
gnome-do-plugins-banshee-0.8.4-10.fc18.armv7hl requires mono(Banshee.CollectionIndexer) = 0:2.4.0.0
[gnome-shell-theme-selene]
gnome-shell-theme-selene-3.4.0-5.fc18.noarch requires gnome-shell-extensions-user-theme
[gofer]
ruby-gofer-0.74-1.fc18.noarch requires rubygem(qpid) >= 0:0.16.0
[grads]
grads-2.0.1-2.fc18.armv7hl requires libtiff.so.3
[grass]
grass-6.4.2-2.fc18.armv7hl requires libtiff.so.3
grass-6.4.2-2.fc18.armv7hl requires libspatialite.so.2
grass-libs-6.4.2-2.fc18.armv7hl requires libtiff.so.3
[ip-sentinel]
ip-sentinel-upstart-0.12-1303.fc18.noarch requires /sbin/initctl
[jaffl]
jaffl-0.5.9-1.fc16.noarch requires jffi
[jnr-ffi]
jnr-ffi-0.5.10-3.fc17.noarch requires jffi
[jnr-posix]
jnr-posix-1.1.8-3.fc18.noarch requires jffi
[jruby]
jruby-1.6.3-3.fc17.noarch requires jffi >= 0:1.0.10
[kdeaccessibility]
1:kdeaccessibility-4.9.2-1.fc18.noarch requires kmouth >= 0:4.9.2
1:kdeaccessibility-4.9.2-1.fc18.noarch requires kmousetool >= 0:4.9.2
1:kdeaccessibility-4.9.2-1.fc18.noarch requires kmag >= 0:4.9.2
1:kdeaccessibility-4.9.2-1.fc18.noarch requires kaccessible >= 0:4.9.2
1:kdeaccessibility-4.9.2-1.fc18.noarch requires jovie >= 0:4.9.2
[kdebindings]
kdebindings-4.9.2-1.fc18.noarch requires smokeqt >= 0:4.9.2
kdebindings-4.9.2-1.fc18.noarch requires smokekde >= 0:4.9.2
kdebindings-devel-4.9.2-1.fc18.noarch requires smokeqt-devel >= 0:4.9.2
kdebindings-devel-4.9.2-1.fc18.noarch requires smokekde-devel >= 0:4.9.2
[kdeedu]
kdeedu-4.9.2-1.fc18.noarch requires step >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires parley >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires pairs >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires kwordquiz >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires kturtle >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires ktouch >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires klettres >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires kiten >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires khangman >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires kgeography >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires kanagram >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires kalzium >= 0:4.9.2
kdeedu-4.9.2-1.fc18.noarch requires blinken >= 0:4.9.2
kdeedu-math-4.9.2-1.fc18.noarch requires rocs >= 0:4.9.2
kdeedu-math-4.9.2-1.fc18.noarch requires kmplot >= 0:4.9.2
kdeedu-math-4.9.2-1.fc18.noarch requires kig >= 0:4.9.2
kdeedu-math-4.9.2-1.fc18.noarch requires kbruch >= 0:4.9.2
kdeedu-math-4.9.2-1.fc18.noarch requires kalgebra >= 0:4.9.2
kdeedu-math-4.9.2-1.fc18.noarch requires cantor >= 0:4.9.2
[kdegraphics]
7:kdegraphics-4.9.2-1.fc18.noarch requires svgpart >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires okular >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires ksnapshot >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires ksaneplugin >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires kruler >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires kolourpaint >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires kgamma >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires kdegraphics-thumbnailers >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires kdegraphics-strigi-analyzer >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires kdegraphics-mobipocket >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires kcolorchooser >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires kamera >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc18.noarch requires gwenview >= 0:4.9.2
7:kdegraphics-libs-4.9.2-1.fc18.noarch requires libksane >= 0:4.9.2
7:kdegraphics-libs-4.9.2-1.fc18.noarch requires libkipi >= 0:4.9.2
7:kdegraphics-libs-4.9.2-1.fc18.noarch requires libkexiv2 >= 0:4.9.2
7:kdegraphics-libs-4.9.2-1.fc18.noarch requires libkdcraw >= 0:4.9.2
[kdemultimedia]
6:kdemultimedia-4.9.2-1.fc18.noarch requires kscd >= 0:4.9.2
6:kdemultimedia-4.9.2-1.fc18.noarch requires kmix >= 0:4.9.2
6:kdemultimedia-4.9.2-1.fc18.noarch requires juk >= 0:4.9.2
6:kdemultimedia-4.9.2-1.fc18.noarch requires dragon >= 0:4.9.2
6:kdemultimedia-4.9.2-1.fc18.noarch requires audiocd-kio >= 0:4.9.2
6:kdemultimedia-libs-4.9.2-1.fc18.noarch requires libkcompactdisc >= 0:4.9.2
6:kdemultimedia-libs-4.9.2-1.fc18.noarch requires libkcddb >= 0:4.9.2
6:kdemultimedia-libs-4.9.2-1.fc18.noarch requires audiocd-kio-libs >= 0:4.9.2
[kdeutils]
6:kdeutils-4.9.2-1.fc18.noarch requires sweeper >= 0:4.9.2
6:kdeutils-4.9.2-1.fc18.noarch requires superkaramba >= 0:4.9.2
6:kdeutils-4.9.2-1.fc18.noarch requires kremotecontrol >= 0:4.9.2
6:kdeutils-4.9.2-1.fc18.noarch requires kfloppy >= 0:4.9.2
6:kdeutils-4.9.2-1.fc18.noarch requires kcharselect >= 0:4.9.2
6:kdeutils-4.9.2-1.fc18.noarch requires filelight >= 1:4.9.2
6:kdeutils-minimal-4.9.2-1.fc18.noarch requires kwallet >= 0:4.9.2
6:kdeutils-minimal-4.9.2-1.fc18.noarch requires ktimer >= 0:4.9.2
6:kdeutils-minimal-4.9.2-1.fc18.noarch requires kgpg >= 0:4.9.2
6:kdeutils-minimal-4.9.2-1.fc18.noarch requires kdf >= 0:4.9.2
6:kdeutils-minimal-4.9.2-1.fc18.noarch requires kcalc >= 0:4.9.2
6:kdeutils-minimal-4.9.2-1.fc18.noarch requires ark >= 0:4.9.2
[libsyncml]
1:libsyncml-0.4.6-3.fc15.armv7hl requires libsoup-2.2.so.8
[liveusb-creator]
liveusb-creator-3.11.7-2.fc18.noarch requires syslinux-extlinux
liveusb-creator-3.11.7-2.fc18.noarch requires syslinux
[mate-window-manager]
mate-window-manager-1.4.1-12.fc18.armv7hl requires mate-control-center
[mcollective-qpid-plugin]
mcollective-qpid-plugin-0.1.1-3.fc18.noarch requires ruby-qpid-qmf
[merkaartor]
merkaartor-0.18.0-0.3.git654e49ba.fc17.armv7hl requires libexiv2.so.11
[milter-greylist]
milter-greylist-upstart-4.2.7-1701.fc18.noarch requires /sbin/initctl
[mingw-qt]
mingw32-qt-4.8.2-1.fc18.noarch requires mingw32(libtiff-3.dll)
mingw64-qt-4.8.2-1.fc18.noarch requires mingw64(libtiff-3.dll)
[mod_pubcookie]
mod_pubcookie-3.3.4a-7.fc18.armv7hl requires httpd-mmn = 0:20051115-armv7hl-32
[netcdf]
netcdf-4.1.3-5.fc18.armv7hl requires hdf5 = 0:1.8.8
[netcdf-perl]
netcdf-perl-1.2.4-10.fc17.armv7hl requires perl(:MODULE_COMPAT_5.14.2)
[nfsometer]
nfsometer-1.1-2.fc18.noarch requires filebench
[openlierox]
openlierox-0.57-0.16.beta8.fc15.armv7hl requires libzip.so.1
[openpts]
openpts-0.2.6-4.fc18.armv7hl requires tboot
[openshift-origin-broker]
openshift-origin-broker-0.6.7-13.fc18.noarch requires mongodb-server
[openstack-nova]
openstack-nova-compute-2012.2-1.fc18.noarch requires qemu-kvm
openstack-nova-compute-2012.2-1.fc18.noarch requires libguestfs-mount >= 0:1.7.17
[ovirt-node]
ovirt-node-2.5.1-1.fc18.noarch requires grub2
[oz]
oz-0.9.0-1.fc18.noarch requires python-libguestfs
[perl-Hardware-Verilog-Parser]
perl-Hardware-Verilog-Parser-0.13-9.fc17.noarch requires perl(:MODULE_COMPAT_5.14.2)
[perl-MongoDB]
perl-MongoDB-0.41-3.fc15.armv7hl requires perl(:MODULE_COMPAT_5.12.4)
[pfstools]
pfstools-1.8.5-2.fc18.armv7hl requires libtiff.so.3
[pharosc]
pharosc-xcircuit-8.3-6.fc18.noarch requires xcircuit
[phoronix-test-suite]
phoronix-test-suite-4.0.0-1.fc18.noarch requires openmpi
[php]
php-5.4.8-1.fc18.armv7hl requires libxml2.so.2(LIBXML2_2.9.0)
php-cli-5.4.8-1.fc18.armv7hl requires libxml2.so.2(LIBXML2_2.9.0)
php-devel-5.4.8-1.fc18.armv7hl requires libxml2.so.2(LIBXML2_2.9.0)
php-embedded-5.4.8-1.fc18.armv7hl requires libxml2.so.2(LIBXML2_2.9.0)
php-fpm-5.4.8-1.fc18.armv7hl requires libxml2.so.2(LIBXML2_2.9.0)
php-xml-5.4.8-1.fc18.armv7hl requires libxml2.so.2(LIBXML2_2.9.0)
[pki-console]
pki-console-10.0.0-0.7.a1.fc18.noarch requires pki-base >= 0:10.0.0
[pki-ra]
pki-ra-10.0.0-0.6.a1.fc18.noarch requires pki-setup
pki-ra-10.0.0-0.6.a1.fc18.noarch requires pki-server >= 0:10.0.0
[pki-tps]
pki-tps-10.0.0-0.6.a1.fc18.armv7hl requires pki-setup
pki-tps-10.0.0-0.6.a1.fc18.armv7hl requires pki-server >= 0:10.0.0
[presence]
presence-0.4.6-2.fc18.armv7hl requires libcogl.so.9
[pyfuzzy]
pyfuzzy-0.1.0-5.fc18.noarch requires antlr3-python
[pygrace]
pygrace-0.4-7.fc18.noarch requires grace
[python-fiat]
python-fiat-1.0.0-4.fc18.noarch requires ScientificPython
[qemu]
2:qemu-system-x86-1.2.0-16.fc18.armv7hl requires sgabios-bin
2:qemu-system-x86-1.2.0-16.fc18.armv7hl requires seabios-bin >= 0:0.6.0-2
[rakudo-star]
rakudo-star-0.0.2011.07_3.6.0-5.fc18.1.armv7hl requires libparrot.so.3.6.0
[reciteword]
reciteword-0.8.4-10.fc18.armv7hl requires esound
[resource-agents]
resource-agents-3.9.2-3.fc18.5.armv7hl requires libplumbgpl.so.2
resource-agents-3.9.2-3.fc18.5.armv7hl requires libplumb.so.2
[rootplot]
rootplot-2.2.1-6.fc18.noarch requires root-python
[ruby-revolution]
ruby-revolution-0.5-4.svn210.fc18.15.armv7hl requires libedataserver-1.2.so.16
ruby-revolution-0.5-4.svn210.fc18.15.armv7hl requires libecal-1.2.so.12
ruby-revolution-0.5-4.svn210.fc18.15.armv7hl requires libebook-1.2.so.13
[ruby-spqr]
ruby-spqr-0.3.6-3.fc18.noarch requires ruby-qmf
[rubygem-RedCloth]
rubygem-RedCloth-4.2.3-3.fc17.armv7hl requires ruby(abi) = 0:1.8
rubygem-RedCloth-4.2.3-3.fc17.armv7hl requires libruby.so.1.8
[rubygem-activeldap]
rubygem-activeldap-1.2.2-3.fc17.noarch requires rubygem(gettext_activerecord) >= 0:2.1.0
rubygem-activeldap-1.2.2-3.fc17.noarch requires ruby(abi) = 0:1.8
[rubygem-boxgrinder-build]
rubygem-boxgrinder-build-0.10.4-1.fc18.noarch requires ruby-libguestfs
[rubygem-calendar_date_select]
rubygem-calendar_date_select-1.15-6.fc17.noarch requires ruby(abi) = 0:1.8
[rubygem-childprocess]
rubygem-childprocess-0.2.0-4.fc18.noarch requires rubygem(ffi) < 0:1.1
rubygem-childprocess-0.2.0-4.fc18.noarch requires rubygem(ffi) >= 0:1.0.6
[rubygem-linecache]
rubygem-linecache-0.43-5.fc17.armv7hl requires ruby(abi) = 0:1.8
rubygem-linecache-0.43-5.fc17.armv7hl requires libruby.so.1.8
[rubygem-openshift-origin-msg-broker-mcollective]
rubygem-openshift-origin-msg-broker-mcollective-0.1.1-9.fc18.noarch requires qpid-cpp-server
rubygem-openshift-origin-msg-broker-mcollective-0.1.1-9.fc18.noarch requires qpid-cpp-client
[rubygem-rb-inotify]
rubygem-rb-inotify-0.8.8-1.fc18.noarch requires rubygem(ffi)
[rubygem-ruby-debug]
rubygem-ruby-debug-0.10.5-0.3.rc1.fc17.1.noarch requires ruby(abi) = 0:1.8
[rubygem-ruby-debug-base]
rubygem-ruby-debug-base-0.10.5-0.1.rc1.fc17.1.armv7hl requires ruby(abi) = 0:1.8
rubygem-ruby-debug-base-0.10.5-0.1.rc1.fc17.1.armv7hl requires libruby.so.1.8
[rubygem-selenium-webdriver]
rubygem-selenium-webdriver-2.3.2-4.fc18.noarch requires rubygem(ffi) >= 0:1.0.7
[scitools]
scitools-0.9.0-2.fc18.noarch requires ScientificPython
[spring-installer]
ca-installer-20090316-12.fc18.armv7hl requires spring
spring-installer-20090316-12.fc18.armv7hl requires spring
[spring-maps-default]
spring-maps-default-0.1-9.fc18.noarch requires spring
[springlobby]
springlobby-0.147-1.fc18.armv7hl requires spring
[sugar-flip]
sugar-flip-5-2.fc18.noarch requires sugar >= 0:0.98.0
[synce-gnome]
synce-gnome-0.11-7.fc18.noarch requires odccm
[synce-kpm]
synce-kpm-0.15.1-3.fc18.noarch requires odccm
[thermostat]
thermostat-0.3-3.fc18.noarch requires mongodb-server
thermostat-0.3-3.fc18.noarch requires mongodb
[tncfhh]
tncfhh-examples-0.8.3-8.fc18.armv7hl requires libboost_thread-mt.so.1.48.0
tncfhh-examples-0.8.3-8.fc18.armv7hl requires libboost_system-mt.so.1.48.0
tncfhh-libs-0.8.3-8.fc18.armv7hl requires libboost_thread-mt.so.1.48.0
tncfhh-libs-0.8.3-8.fc18.armv7hl requires libboost_system-mt.so.1.48.0
[tomahawk]
tomahawk-0.4.2-1.fc18.armv7hl requires libechonest.so.1.2
tomahawk-0.4.2-1.fc18.armv7hl requires libattica.so.0.3
[vdsm]
vdsm-4.10.0-11.fc18.armv7hl requires qemu-kvm >= 2:0.15.0-4
vdsm-4.10.0-11.fc18.armv7hl requires dmidecode
[vegastrike-data]
vegastrike-data-0.5.1-2.r1.fc18.noarch requires vegastrike >= 0:0.5.1
[vigra]
vigra-python-1.8.0-5.fc18.armv7hl requires libboost_python-mt.so.1.48.0
[wallaby]
python-wallaby-0.16.0-1.fc18.noarch requires python-qpid-qmf
ruby-wallaby-0.16.0-1.fc18.noarch requires ruby-qmf >= 0:0.7.929717
wallaby-0.16.0-1.fc18.noarch requires ruby-qmf >= 0:0.7.929717
wallaby-http-server-0.16.0-1.fc18.noarch requires ruby-qmf >= 0:0.7.929717
wallaby-utils-0.16.0-1.fc18.noarch requires ruby-qmf >= 0:0.7.929717
[weka]
weka-3.6.8-1.fc18.noarch requires javasqlite
[wxMaxima]
wxMaxima-12.04.0-1.fc18.armv7hl requires maxima >= 0:5.20
[yakuake]
yakuake-2.9.9-1.fc18.armv7hl requires konsole-part >= 0:4.9.2
[znc-infobot]
znc-infobot-0.204-1.fc18.armv7hl requires znc = 0:0.204
New package: glom-1.22.0-1.fc18
Easy-to-use database designer and user interface
New package: kde-plasma-akonadi-contacts-0.1.7-2.fc18
Contacts plasmoid for Akonadi resources
New package: kde-plasma-akonadi-tasks-0.1.3-1.fc18
Tasks plasmoid for Akonadi resources
New package: python-tables-2.4.0-1.fc18
Hierarchical datasets in Python
Removed package: cluster-glue-1.0.6-9.fc18.2
Removed package: heartbeat-3.0.4-1.fc17.2
Updated Packages:
Thunar-1.4.0-3.fc18
-------------------
* Sat Oct 13 2012 Christoph Wickert <cwickert(a)fedoraproject.org> - 1.4.0-3
- Show 'Send to' menu entries based on filetypes
- Add blueman-sendto to the 'Sent to' menu
anjuta-3.6.1-2.fc18
-------------------
* Mon Oct 22 2012 Kalev Lember <kalevlember(a)gmail.com> - 1:3.6.1-2
- Rebuilt for libgda 5.1
* Sat Oct 20 2012 Kalev Lember <kalevlember(a)gmail.com> - 1:3.6.1-1
- Update to 3.6.1
eclipse-4.2.0-8.fc18
--------------------
* Tue Aug 14 2012 Krzysztof Daniel <kdaniel(a)redhat.com> 1:4.2.0-8
- Symlink emf bundles.
* Tue Aug 14 2012 Krzysztof Daniel <kdaniel(a)redhat.com> 1:4.2.0-7
- Reduce the emf-core dependency strength.
gtranslator-2.91.5-5.fc18
-------------------------
* Mon Oct 22 2012 Kalev Lember <kalevlember(a)gmail.com> - 2.91.5-5
- Rebuilt with libgda 5.1
kde-plasma-akonadi-calendars-0.1.2-1.fc18
-----------------------------------------
* Sun Oct 14 2012 Jan Grulich <jgrulich(a)redhat.com> 0.1.2-1
- new version 0.1.2
kde-runtime-4.9.2-2.fc18
------------------------
* Tue Oct 02 2012 Rex Dieter <rdieter(a)fedoraproject.org> 4.9.2-2
- kde-runtime-4.9.2 is missing kio_smb (#862169)
* Fri Sep 28 2012 Rex Dieter <rdieter(a)fedoraproject.org> - 4.9.2-1
- 4.9.2
libgda-5.1.1-4.fc18
-------------------
* Thu Oct 25 2012 Dan Horák <dan[at]danny.cz> - 1:5.1.1-4
- fix Java detection on secondary arches
* Wed Oct 24 2012 Kalev Lember <kalevlember(a)gmail.com> - 1:5.1.1-3
- Enable introspection (#869072)
* Mon Oct 22 2012 Kalev Lember <kalevlember(a)gmail.com> - 1:5.1.1-2
- Add back the epoch
- Build without scrollkeeper support
- Properly obsolete subpackages that got removed in v4->v5 transition
- Fix some rpm directory ownership issues
- Add icon cache scriptlets
* Sun Oct 21 2012 Haïkel Guémar <hguemar(a)fedoraproject.org> - 5.1.1-1
- upstream 5.1.1 based on libgda5 review (RHBZ #788569)
libgdamm-4.99.6-1.fc18
----------------------
* Sun Oct 21 2012 Haïkel Guémar <hguemar(a)fedoraproject.org> - 4.99.6-1
- upstream 4.99.6 (api 5.0)
- cleanup spec
livecd-tools-18.12-2.fc18
-------------------------
* Thu Oct 25 2012 Brian C. Lane <bcl(a)redhat.com> 18.12-2
- Require hfsplus-tools so that images will boot on Mac
* Tue Oct 02 2012 Brian C. Lane <bcl(a)redhat.com> 18.12-1
- Version 18.12 (bcl)
- Remove grub 0.97 splash (bcl)
maliit-framework-0.93.0-1.fc18
------------------------------
* Mon Oct 29 2012 Peter Robinson <pbrobinson(a)fedoraproject.org> 0.93.0-1
- New 0.93.0 release
maliit-plugins-0.93.0-1.fc18
----------------------------
* Mon Oct 29 2012 Peter Robinson <pbrobinson(a)fedoraproject.org> 0.93.0-1
- 0.93.0 and update OLPC keyboard layouts patch
Summary:
Added Packages: 4
Removed Packages: 2
Upgraded Packages: 11
Compose finished at Tue Oct 30 12:43:38 UTC 2012
10 years, 11 months
arm rawhide report: 20121030 changes
by Fedora compose checker
Compose started at Tue Oct 30 08:10:27 UTC 2012
Broken deps for arm
----------------------------------------------------------
[PyQt4]
PyQt4-4.9.5-1.fc19.armv5tel requires sip-api(9) >= 0:9.0
python3-PyQt4-4.9.5-1.fc19.armv5tel requires python3-sip-api(9) >= 0:9.0
[PyQwt]
PyQwt-5.2.0-18.fc19.armv5tel requires sip-api(9) >= 0:9.0
[aeolus-conductor]
aeolus-all-0.10.6-2.fc18.noarch requires mongodb-server
aeolus-all-0.10.6-2.fc18.noarch requires iwhd
[almanah]
almanah-0.8.0-7.fc18.armv5tel requires libedataserverui-3.0.so.3
almanah-0.8.0-7.fc18.armv5tel requires libedataserver-1.2.so.16
almanah-0.8.0-7.fc18.armv5tel requires libecal-1.2.so.12
almanah-0.8.0-7.fc18.armv5tel requires libebook-1.2.so.13
[apper]
apper-0.8.0-0.6.20120724git.fc18.armv5tel requires libpackagekit-qt2.so.4
[asterisk]
asterisk-fax-10.0.0-2.fc18.1.armv5tel requires libtiff.so.3
asterisk-snmp-10.0.0-2.fc18.1.armv5tel requires perl(:MODULE_COMPAT_5.14.2)
asterisk-snmp-10.0.0-2.fc18.1.armv5tel requires librpmio.so.2
asterisk-snmp-10.0.0-2.fc18.1.armv5tel requires librpm.so.2
[audiocd-kio]
audiocd-kio-4.9.2-1.fc19.armv5tel requires kde-runtime >= 0:4.9.2
[autotest-framework]
autotest-framework-server-0.14.3-1.fc17.noarch requires mod_python
[avogadro]
avogadro-libs-1.0.3-12.fc19.armv5tel requires sip-api(9) >= 0:9.0
[awesome]
awesome-3.4.13-2.fc19.armv5tel requires libxcb-util.so.1
[blinken]
blinken-4.9.2-1.fc19.armv5tel requires kdebase-runtime >= 0:4.9.2
[bochs]
bochs-2.6-1.fc19.armv5tel requires bochs-bios = 0:2.6-1.fc19
[boinc-client]
boinc-manager-7.0.29-3.r25790svn.fc19.armv5tel requires libxcb-util.so.1
[bootconf]
bootconf-1.4-6.fc18.noarch requires grub
[calligra]
calligra-core-2.5.2-1.fc18.armv5tel requires kdebase-runtime >= 0:4.9.2
calligra-kexi-map-form-widget-2.5.2-1.fc18.armv5tel requires marble >= 1:4.9.2
calligra-reports-map-element-2.5.2-1.fc18.armv5tel requires marble >= 1:4.9.2
[calligra-l10n]
calligra-l10n-2.5.3-1.fc18.noarch requires calligra-core >= 0:2.5.3
[cantor]
cantor-4.9.2-1.fc19.armv5tel requires kdebase-runtime >= 0:4.9.2
[clean-extra-utils]
clean-extra-utils-0.1-1.fc19.armv5tel requires clean
[cloud-init]
cloud-init-0.7.0-1.fc18.noarch requires dmidecode
[coccinella]
coccinella-0.96.20-4.fc18.noarch requires iaxclient
[condor-cloud]
condor-cloud-0.1-5.fc18.noarch requires condor-vm-gahp >= 0:7.7.0
condor-cloud-node-0.1-5.fc18.noarch requires condor-vm-gahp >= 0:7.7.0
[condor-ec2-enhanced]
condor-ec2-enhanced-1.3.1-1.fc19.noarch requires condor >= 0:7.4.4-0.9
[condor-ec2-enhanced-hooks]
condor-ec2-enhanced-hooks-1.3.1-1.fc19.noarch requires condor >= 0:7.2.0-4
[condor-job-hooks]
condor-job-hooks-1.5-6.fc18.noarch requires condor >= 0:7.0.2-4
[condor-low-latency]
condor-low-latency-1.2-2.fc18.2.noarch requires condor >= 0:7.0.2-4
[condor-wallaby]
condor-wallaby-client-5.0.3-1.fc19.noarch requires python-qmf >= 0:0.9.1073306
condor-wallaby-client-5.0.3-1.fc19.noarch requires condor >= 0:7.4.4-0.9
[cumin]
cumin-0.1.5522-2.fc19.noarch requires python-qpid-qmf
[digikam]
digikam-2.9.0-1.fc18.armv5tel requires libkipi.so.9
digikam-libs-2.9.0-1.fc18.armv5tel requires libkipi.so.9
kipi-plugins-2.9.0-1.fc18.armv5tel requires libkipi.so.9
kipi-plugins-libs-2.9.0-1.fc18.armv5tel requires libkipi.so.9
[dnf]
dnf-0.2.14-2.git4831982.fc18.noarch requires python-hawkey >= 0:0.3.0
[dnsperf]
dnsperf-2.0.0.0-3.fc18.armv5tel requires libisc.so.92
dnsperf-2.0.0.0-3.fc18.armv5tel requires libdns.so.95
[dogtag-pki]
dogtag-pki-10.0.0-0.8.a1.fc19.noarch requires pki-util-javadoc >= 0:10.0.0
dogtag-pki-10.0.0-0.8.a1.fc19.noarch requires pki-tools >= 0:10.0.0
dogtag-pki-10.0.0-0.8.a1.fc19.noarch requires pki-tks >= 0:10.0.0
dogtag-pki-10.0.0-0.8.a1.fc19.noarch requires pki-symkey >= 0:10.0.0
dogtag-pki-10.0.0-0.8.a1.fc19.noarch requires pki-silent >= 0:10.0.0
dogtag-pki-10.0.0-0.8.a1.fc19.noarch requires pki-setup >= 0:10.0.0
dogtag-pki-10.0.0-0.8.a1.fc19.noarch requires pki-server >= 0:10.0.0
dogtag-pki-10.0.0-0.8.a1.fc19.noarch requires pki-selinux >= 0:10.0.0
dogtag-pki-10.0.0-0.8.a1.fc19.noarch requires pki-ocsp >= 0:10.0.0
dogtag-pki-10.0.0-0.8.a1.fc19.noarch requires pki-kra >= 0:10.0.0
dogtag-pki-10.0.0-0.8.a1.fc19.noarch requires pki-java-tools-javadoc >= 0:10.0.0
dogtag-pki-10.0.0-0.8.a1.fc19.noarch requires pki-common-javadoc >= 0:10.0.0
dogtag-pki-10.0.0-0.8.a1.fc19.noarch requires pki-ca >= 0:10.0.0
dogtag-pki-10.0.0-0.8.a1.fc19.noarch requires pki-base >= 0:10.0.0
[dragon]
dragon-4.9.2-1.fc19.armv5tel requires kde-runtime >= 0:4.9.2
[ember-media]
ember-media-0.6.2.1-3.fc18.noarch requires ember < 0:0.6.3
ember-media-0.6.2.1-3.fc18.noarch requires ember >= 0:0.6.2
[evolution]
evolution-devel-3.6.1-1.fc18.armv5tel requires evolution-data-server-devel >= 0:3.6.1
[fpdns]
fpdns-0.10.0-20120503.fc17.noarch requires perl(:MODULE_COMPAT_5.14.2)
[freeipa]
freeipa-server-3.0.0-2.fc18.armv5tel requires pki-symkey >= 0:10.0.0-0.43.a1
freeipa-server-3.0.0-2.fc18.armv5tel requires pki-silent >= 0:10.0.0-0.43.b1
freeipa-server-3.0.0-2.fc18.armv5tel requires pki-setup >= 0:10.0.0-0.43.b1
freeipa-server-3.0.0-2.fc18.armv5tel requires pki-ca >= 0:pki-ca-10.0.0-0.43.b1
freeipa-server-strict-3.0.0-2.fc18.armv5tel requires pki-ca = 0:10.0.0
[gcstar]
gcstar-1.7.0-2.fc19.noarch requires perl(Gtk2::Table)
gcstar-1.7.0-2.fc19.noarch requires perl(Gtk2::HBox)
gcstar-1.7.0-2.fc19.noarch requires perl(Gtk2::Frame)
gcstar-1.7.0-2.fc19.noarch requires perl(Gtk2::EventBox)
[gdal]
gdal-1.9.0-1.fc18.armv5tel requires libtiff.so.3
gdal-1.9.0-1.fc18.armv5tel requires libspatialite.so.2
gdal-1.9.0-1.fc18.armv5tel requires libpoppler.so.19
gdal-java-1.9.0-1.fc18.armv5tel requires libtiff.so.3
gdal-java-1.9.0-1.fc18.armv5tel requires libspatialite.so.2
gdal-java-1.9.0-1.fc18.armv5tel requires libpoppler.so.19
gdal-libs-1.9.0-1.fc18.armv5tel requires libtiff.so.3
gdal-libs-1.9.0-1.fc18.armv5tel requires libspatialite.so.2
gdal-libs-1.9.0-1.fc18.armv5tel requires libpoppler.so.19
gdal-perl-1.9.0-1.fc18.armv5tel requires perl(:MODULE_COMPAT_5.14.2)
gdal-perl-1.9.0-1.fc18.armv5tel requires libtiff.so.3
gdal-perl-1.9.0-1.fc18.armv5tel requires libspatialite.so.2
gdal-perl-1.9.0-1.fc18.armv5tel requires libpoppler.so.19
gdal-ruby-1.9.0-1.fc18.armv5tel requires ruby(abi) = 0:1.9
gdal-ruby-1.9.0-1.fc18.armv5tel requires libtiff.so.3
gdal-ruby-1.9.0-1.fc18.armv5tel requires libspatialite.so.2
gdal-ruby-1.9.0-1.fc18.armv5tel requires libpoppler.so.19
[gdb-heap]
gdb-heap-0.5-9.fc18.armv5tel requires glibc(armv5tel-32) = 0:2.15
[ghc-blaze-builder-conduit]
ghc-blaze-builder-conduit-devel-0.4.0.2-3.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[ghc-conduit]
ghc-conduit-devel-0.4.2-3.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[ghc-monad-control]
ghc-monad-control-devel-0.3.1.3-1.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[ghc-network-conduit]
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-prof(transformers-0.2.2.0) = 0:657fc7647251d805ae3451204e506340
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-prof(network-2.3.0.5) = 0:34038874e5d12f3009ad8fd8b9f52207
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-prof(monad-control-0.3.1) = 0:f3e3f907c32d113562259131f225f2ea
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-prof(lifted-base-0.1.0.3) = 0:deb36b76665759cead4491016ba7a72a
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-prof(conduit-0.4.1.1) = 0:13433be90b4b634d078abe45f2db1bfa
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-prof(bytestring-0.9.1.10) = 0:419d4e55fb10fc796517b175674f95b4
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-prof(base-4.3.1.0) = 0:b3793fe455566fd78d98a0fb3859dd84
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-devel(transformers-0.2.2.0) = 0:657fc7647251d805ae3451204e506340
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-devel(network-2.3.0.5) = 0:34038874e5d12f3009ad8fd8b9f52207
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-devel(monad-control-0.3.1) = 0:f3e3f907c32d113562259131f225f2ea
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-devel(lifted-base-0.1.0.3) = 0:deb36b76665759cead4491016ba7a72a
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-devel(conduit-0.4.1.1) = 0:13433be90b4b634d078abe45f2db1bfa
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-devel(bytestring-0.9.1.10) = 0:419d4e55fb10fc796517b175674f95b4
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-devel(base-4.3.1.0) = 0:b3793fe455566fd78d98a0fb3859dd84
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-compiler = 0:7.0.4
ghc-network-conduit-devel-0.4.0-1.fc17.armv5tel requires ghc-compiler = 0:7.0.4
[ghc-resourcet]
ghc-resourcet-devel-0.3.2.2-2.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[ghc-transformers-base]
ghc-transformers-base-devel-0.4.1-2.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[ghc-wai]
ghc-wai-devel-1.2.0.2-1.fc18.armv5tel requires ghc-devel(vault-0.1.0.0-b86949e0fb03b2c22971b5dc0b776613)
ghc-wai-devel-1.2.0.2-1.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
ghc-wai-devel-1.2.0.2-1.fc18.armv5tel requires ghc-devel(text-0.11.1.13-0fafa88b8c349f02f033f955ed8e5450)
ghc-wai-devel-1.2.0.2-1.fc18.armv5tel requires ghc-devel(network-2.3.0.11-dcc9b8a6d9649db45917aac14a31d530)
ghc-wai-devel-1.2.0.2-1.fc18.armv5tel requires ghc-devel(http-types-0.6.10-1da40366e36003d89dac03331ebe9585)
ghc-wai-devel-1.2.0.2-1.fc18.armv5tel requires ghc-devel(conduit-0.4.1.1-445f14eaa0bd15f8394f3c3cd8c22933)
ghc-wai-devel-1.2.0.2-1.fc18.armv5tel requires ghc-devel(blaze-builder-0.3.1.0-2bbf2a268f05ac890876dd9c56192ceb)
[ghc-wai-extra]
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(zlib-conduit-0.4.0.1-3ea276ab63a21b643b6b16bbb7d15db0)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(text-0.11.1.13-0fafa88b8c349f02f033f955ed8e5450)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(resourcet-0.3.2.1-487979a99c0b1634b1faab2417e55313)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(network-2.3.0.11-dcc9b8a6d9649db45917aac14a31d530)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(http-types-0.6.10-1da40366e36003d89dac03331ebe9585)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(conduit-0.4.1.1-445f14eaa0bd15f8394f3c3cd8c22933)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(case-insensitive-0.4.0.1-4f83c17ad203c8196a5cbff6f6934a8e)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(blaze-builder-conduit-0.4.0.1-2bf092c4e6f8a03a980a62cd1cf57a97)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv5tel requires ghc-devel(blaze-builder-0.3.1.0-2bbf2a268f05ac890876dd9c56192ceb)
[ghc-warp]
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(wai-0.4.3-c7e018d3a17422327676e6db7ee6214b)
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(simple-sendfile-0.2.1-0e14a3eb9c52aac28e1260faf550afb2)
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(network-2.3.0.11-dcc9b8a6d9649db45917aac14a31d530)
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(http-types-0.6.10-1da40366e36003d89dac03331ebe9585)
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(enumerator-0.4.18-f4fc4be158c65b36dfdffe4bc7341da4)
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(case-insensitive-0.4.0.1-4f83c17ad203c8196a5cbff6f6934a8e)
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(blaze-builder-enumerator-0.2.0.3-e19ec51d67a209312bc2e2ad87f6b9bd)
ghc-warp-devel-0.4.6.3-3.fc18.armv5tel requires ghc-devel(blaze-builder-0.3.1.0-2bbf2a268f05ac890876dd9c56192ceb)
[ghc-zlib-conduit]
ghc-zlib-conduit-devel-0.4.0.2-1.fc18.armv5tel requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[gnome-boxes]
gnome-boxes-3.5.5-1.fc19.armv5tel requires libvirt-daemon-kvm
gnome-boxes-3.5.5-1.fc19.armv5tel requires libcogl.so.9
[gnome-do-plugins]
gnome-do-plugins-banshee-0.8.4-10.fc18.armv5tel requires mono(Banshee.CollectionIndexer) = 0:2.4.0.0
[gnome-games]
1:gnome-games-gnibbles-3.5.5-3.fc19.armv5tel requires libcogl.so.9
1:gnome-games-lightsoff-3.5.5-3.fc19.armv5tel requires libcogl.so.9
1:gnome-games-quadrapassel-3.5.5-3.fc19.armv5tel requires libcogl.so.9
1:gnome-games-swell-foop-3.5.5-3.fc19.armv5tel requires libcogl.so.9
[gnuplot]
gnuplot-latex-4.6.0-2.fc18.noarch requires texlive-texmf-xetex
[gofer]
ruby-gofer-0.74-1.fc19.noarch requires rubygem(qpid) >= 0:0.16.0
[grads]
grads-2.0.1-2.fc18.armv5tel requires libtiff.so.3
[grass]
grass-6.4.2-2.fc18.armv5tel requires libtiff.so.3
grass-6.4.2-2.fc18.armv5tel requires libspatialite.so.2
grass-libs-6.4.2-2.fc18.armv5tel requires libtiff.so.3
[grilo-plugins]
grilo-plugins-0.2.2-1.fc18.armv5tel requires grilo >= 0:0.2.2
[gwenview]
gwenview-4.9.1-1.fc18.armv5tel requires libkipi.so.9
[i3]
i3-4.2-3.fc19.armv5tel requires libxcb-util.so.1
[imagefactory]
imagefactory-1.1.1-1.fc17.noarch requires python-libguestfs
imagefactory-1.1.1-1.fc17.noarch requires iwhd >= 0:1.2
[jaffl]
jaffl-0.5.9-1.fc16.noarch requires jffi
[jnr-ffi]
jnr-ffi-0.5.10-3.fc17.noarch requires jffi
[jnr-posix]
jnr-posix-1.1.8-3.fc18.noarch requires jffi
[jruby]
jruby-1.6.3-3.fc17.noarch requires jffi >= 0:1.0.10
[juk]
juk-4.9.2-1.fc19.armv5tel requires kde-runtime >= 0:4.9.2
[kalgebra]
kalgebra-4.9.2-1.fc19.armv5tel requires kdebase-runtime >= 0:4.9.2
[kamera]
kamera-4.9.2-1.fc19.armv5tel requires kdebase-runtime >= 0:4.9.2
[kamoso]
kamoso-2.0.2-6.fc18.armv5tel requires libkipi.so.9
[kanagram]
kanagram-4.9.2-1.fc19.armv5tel requires kdebase-runtime >= 0:4.9.2
[kate]
kate-4.9.2-1.fc19.armv5tel requires kde-runtime >= 0:4.9.2
kwrite-4.9.2-1.fc19.armv5tel requires kdebase-runtime >= 0:4.9.2
[kbruch]
kbruch-4.9.2-1.fc19.armv5tel requires kdebase-runtime >= 0:4.9.2
[kcolorchooser]
kcolorchooser-4.9.2-1.fc19.armv5tel requires kdebase-runtime >= 0:4.9.2
[kde-baseapps]
kde-baseapps-4.9.2-2.fc19.armv5tel requires kde-runtime >= 0:4.9.2
[kde-workspace]
kdm-themes-4.9.1-2.fc19.noarch requires kde-wallpapers = 0:4.9.1
[kdebindings]
kdebindings-4.9.2-1.fc19.noarch requires smokekde >= 0:4.9.2
kdebindings-devel-4.9.2-1.fc19.noarch requires smokekde-devel >= 0:4.9.2
[kdeedu]
kdeedu-4.9.2-1.fc19.noarch requires kalzium >= 0:4.9.2
[kdegraphics]
7:kdegraphics-4.9.2-1.fc19.noarch requires kdegraphics-thumbnailers >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc19.noarch requires kdegraphics-mobipocket >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc19.noarch requires gwenview >= 0:4.9.2
7:kdegraphics-libs-4.9.2-1.fc19.noarch requires libkdcraw >= 0:4.9.2
[kdeutils]
6:kdeutils-4.9.2-1.fc19.noarch requires kremotecontrol >= 0:4.9.2
6:kdeutils-minimal-4.9.2-1.fc19.noarch requires kgpg >= 0:4.9.2
6:kdeutils-minimal-4.9.2-1.fc19.noarch requires ark >= 0:4.9.2
[kgamma]
kgamma-4.9.2-1.fc19.armv5tel requires kdebase-runtime >= 0:4.9.2
[kgeography]
kgeography-4.9.2-1.fc19.armv5tel requires kdebase-runtime >= 0:4.9.2
[khangman]
khangman-4.9.2-1.fc19.armv5tel requires kdebase-runtime >= 0:4.9.2
[kig]
kig-4.9.2-1.fc19.armv5tel requires kdebase-runtime >= 0:4.9.2
[kile]
kile-2.1.3-1.fc19.armv5tel requires konsole-part >= 0:4.9.2
[kiten]
kiten-4.9.2-1.fc19.armv5tel requires kde-runtime >= 0:4.9.2
[klettres]
klettres-4.9.2-1.fc19.armv5tel requires kdebase-runtime >= 0:4.9.2
[kmix]
kmix-4.9.2-1.fc19.armv5tel requires kde-runtime >= 0:4.9.2
[kmplot]
kmplot-4.9.2-1.fc19.armv5tel requires kdebase-runtime >= 0:4.9.2
[kolourpaint]
kolourpaint-4.9.2-1.fc19.armv5tel requires kdebase-runtime >= 0:4.9.2
[kphotoalbum]
kphotoalbum-4.2-4.fc18.armv5tel requires libkipi.so.9
[kruler]
kruler-4.9.2-1.fc19.armv5tel requires kde-runtime >= 0:4.9.2
[ksaneplugin]
ksaneplugin-4.9.2-1.fc19.armv5tel requires kdebase-runtime >= 0:4.9.2
[kscd]
kscd-4.9.2-1.fc19.armv5tel requires kde-runtime >= 0:4.9.2
[ksnapshot]
ksnapshot-4.9.2-1.fc19.armv5tel requires kde-runtime >= 0:4.9.2
[kstars]
kstars-4.9.2-1.fc19.armv5tel requires kde-runtime >= 0:4.9.2
[ktouch]
ktouch-4.9.2-1.fc19.armv5tel requires kde-runtime >= 0:4.9.2
[kturtle]
kturtle-4.9.2-1.fc19.armv5tel requires kdebase-runtime >= 0:4.9.2
[kwallet]
kwallet-4.9.2-1.fc19.armv5tel requires kde-runtime >= 0:4.9.2
[kwordquiz]
kwordquiz-4.9.2-1.fc19.armv5tel requires kdebase-runtime >= 0:4.9.2
[libsyncml]
1:libsyncml-0.4.6-3.fc15.armv5tel requires libsoup-2.2.so.8
[liveusb-creator]
liveusb-creator-3.11.7-2.fc18.noarch requires syslinux-extlinux
liveusb-creator-3.11.7-2.fc18.noarch requires syslinux
[llvm]
clang-3.1-9.fc19.armv5tel requires libstdc++-devel = 0:4.7.1
[maniadrive]
maniadrive-1.2-48.fc18.armv5tel requires libphp5-5.4.8.so
maniadrive-track-editor-1.2-48.fc18.armv5tel requires libphp5-5.4.8.so
raydium-1.2-48.fc18.armv5tel requires libphp5-5.4.8.so
[mate-window-manager]
mate-window-manager-1.4.1-12.fc18.armv5tel requires mate-control-center
[mcollective-qpid-plugin]
mcollective-qpid-plugin-0.1.1-3.fc19.noarch requires ruby-qpid-qmf
[merkaartor]
merkaartor-0.18.0-0.3.git654e49ba.fc17.armv5tel requires libexiv2.so.11
[mingw-qt]
mingw32-qt-4.8.2-1.fc18.noarch requires mingw32(libtiff-3.dll)
mingw64-qt-4.8.2-1.fc18.noarch requires mingw64(libtiff-3.dll)
[mod_pubcookie]
mod_pubcookie-3.3.4a-7.fc18.armv5tel requires httpd-mmn = 0:20051115-armv5tel-32
[mod_security_crs]
mod_security_crs-2.2.6-3.fc19.noarch requires mod_security >= 0:2.7.0
[netcdf]
netcdf-4.1.3-5.fc18.armv5tel requires hdf5 = 0:1.8.8
[netcdf-perl]
netcdf-perl-1.2.4-10.fc17.armv5tel requires perl(:MODULE_COMPAT_5.14.2)
[netcdf4-python]
netcdf4-python3-1.0-2.fix1.fc17.armv5tel requires python(abi) = 0:3.2
netcdf4-python3-1.0-2.fix1.fc17.armv5tel requires libpython3.2mu.so.1.0
[nfsometer]
nfsometer-1.1-2.fc19.noarch requires filebench
[okular]
okular-4.9.2-1.fc19.armv5tel requires kde-runtime >= 0:4.9.2
[openlierox]
openlierox-0.57-0.16.beta8.fc15.armv5tel requires libzip.so.1
[openlmi-storage]
openlmi-storage-0.4.0-2.fc19.noarch requires openlmi-providers
[openpts]
openpts-0.2.6-5.fc19.armv5tel requires tboot
[openshift-origin-broker]
openshift-origin-broker-0.6.7-14.fc19.noarch requires mongodb-server
[openstack-nova]
openstack-nova-compute-2012.2-1.fc19.noarch requires libguestfs-mount >= 0:1.7.17
[ovirt-node]
ovirt-node-2.5.1-1.fc19.noarch requires grub2
[oz]
oz-0.9.0-1.fc19.noarch requires python-libguestfs
[parley]
parley-4.9.2-1.fc19.armv5tel requires kde-runtime >= 0:4.9.2
[pdfbook]
pdfbook-20070930-8.fc18.armv5tel requires texlive-texmf-latex
[perl-Hardware-Verilog-Parser]
perl-Hardware-Verilog-Parser-0.13-9.fc17.noarch requires perl(:MODULE_COMPAT_5.14.2)
[perl-MongoDB]
perl-MongoDB-0.41-3.fc15.armv5tel requires perl(:MODULE_COMPAT_5.12.4)
[pfstools]
pfstools-1.8.5-2.fc18.armv5tel requires libtiff.so.3
[pharosc]
pharosc-xcircuit-8.3-6.fc18.noarch requires xcircuit
[phoronix-test-suite]
phoronix-test-suite-4.0.0-1.fc19.noarch requires openmpi
[php-pecl-gearman]
php-pecl-gearman-1.0.2-1.fc18.armv5tel requires libgearman.so.6
[php-pecl-mysqlnd-qc]
php-pecl-mysqlnd-qc-1.1.1-2.fc18.armv5tel requires libmemcached.so.10
[pki-console]
pki-console-10.0.0-0.7.a1.fc18.noarch requires pki-base >= 0:10.0.0
[pki-ra]
pki-ra-10.0.0-0.6.a1.fc19.noarch requires pki-setup
pki-ra-10.0.0-0.6.a1.fc19.noarch requires pki-server >= 0:10.0.0
[pki-tps]
pki-tps-10.0.0-0.6.a1.fc19.armv5tel requires pki-setup
pki-tps-10.0.0-0.6.a1.fc19.armv5tel requires pki-server >= 0:10.0.0
[ppl]
ppl-swiprolog-0.11.2-10.fc18.armv5tel requires libswipl.so.6.0.2
[pyfuzzy]
pyfuzzy-0.1.0-5.fc18.noarch requires antlr3-python
[pygrace]
pygrace-0.4-7.fc18.noarch requires grace
[python-fiat]
python-fiat-1.0.0-4.fc18.noarch requires ScientificPython
[python-poppler-qt4]
python-poppler-qt4-0.16.2-5.fc19.armv5tel requires sip-api(9) >= 0:9.0
[python-webob1.2]
python3-webob1.2-1.2.1-4.fc17.noarch requires python(abi) = 0:3.2
[qemu]
2:qemu-system-ppc-1.2.0-12.fc19.armv5tel requires SLOF = 0:0-0.1.git20120731.fc19
2:qemu-system-x86-1.2.0-12.fc19.armv5tel requires sgabios-bin
2:qemu-system-x86-1.2.0-12.fc19.armv5tel requires seabios-bin >= 0:0.6.0-2
[qscintilla]
qscintilla-python-2.6.2-3.fc19.armv5tel requires sip-api(9) >= 0:9.0
[rakudo-star]
rakudo-star-0.0.2011.07_3.6.0-5.fc18.1.armv5tel requires libparrot.so.3.6.0
[reciteword]
reciteword-0.8.4-10.fc18.armv5tel requires esound
[rekonq]
rekonq-1.2-1.fc18.armv5tel requires kde-runtime >= 0:4.9.2
[resource-agents]
resource-agents-3.9.2-3.fc18.5.armv5tel requires libplumbgpl.so.2
resource-agents-3.9.2-3.fc18.5.armv5tel requires libplumb.so.2
[rocs]
rocs-4.9.2-1.fc19.armv5tel requires kde-runtime >= 0:4.9.2
[rootplot]
rootplot-2.2.1-6.fc18.noarch requires root-python
[ruby-revolution]
ruby-revolution-0.5-4.svn210.fc18.15.armv5tel requires libedataserver-1.2.so.16
ruby-revolution-0.5-4.svn210.fc18.15.armv5tel requires libecal-1.2.so.12
ruby-revolution-0.5-4.svn210.fc18.15.armv5tel requires libebook-1.2.so.13
[ruby-spqr]
ruby-spqr-0.3.6-3.fc18.noarch requires ruby-qmf
[rubygem-RedCloth]
rubygem-RedCloth-4.2.3-3.fc17.armv5tel requires ruby(abi) = 0:1.8
rubygem-RedCloth-4.2.3-3.fc17.armv5tel requires libruby.so.1.8
[rubygem-activeldap]
rubygem-activeldap-1.2.2-3.fc17.noarch requires rubygem(gettext_activerecord) >= 0:2.1.0
rubygem-activeldap-1.2.2-3.fc17.noarch requires ruby(abi) = 0:1.8
[rubygem-boxgrinder-build]
rubygem-boxgrinder-build-0.10.4-1.fc19.noarch requires ruby-libguestfs
[rubygem-calendar_date_select]
rubygem-calendar_date_select-1.15-6.fc17.noarch requires ruby(abi) = 0:1.8
[rubygem-childprocess]
rubygem-childprocess-0.2.0-4.fc18.noarch requires rubygem(ffi) < 0:1.1
rubygem-childprocess-0.2.0-4.fc18.noarch requires rubygem(ffi) >= 0:1.0.6
[rubygem-linecache]
rubygem-linecache-0.43-5.fc17.armv5tel requires ruby(abi) = 0:1.8
rubygem-linecache-0.43-5.fc17.armv5tel requires libruby.so.1.8
[rubygem-openshift-origin-msg-broker-mcollective]
rubygem-openshift-origin-msg-broker-mcollective-0.1.1-9.fc19.noarch requires qpid-cpp-server
rubygem-openshift-origin-msg-broker-mcollective-0.1.1-9.fc19.noarch requires qpid-cpp-client
[rubygem-rack]
1:rubygem-rack-doc-1.4.1-1.fc19.noarch requires rubygem-rack = 0:1.4.1-1.fc19
[rubygem-rb-inotify]
rubygem-rb-inotify-0.8.8-1.fc18.noarch requires rubygem(ffi)
[rubygem-ruby-debug]
rubygem-ruby-debug-0.10.5-0.3.rc1.fc17.1.noarch requires ruby(abi) = 0:1.8
[rubygem-ruby-debug-base]
rubygem-ruby-debug-base-0.10.5-0.1.rc1.fc17.1.armv5tel requires ruby(abi) = 0:1.8
rubygem-ruby-debug-base-0.10.5-0.1.rc1.fc17.1.armv5tel requires libruby.so.1.8
[rubygem-ruby-debug19]
rubygem-ruby-debug19-0.11.6-3.fc19.noarch requires rubygem(ruby-debug-base19) >= 0:0.11.26
[rubygem-selenium-webdriver]
rubygem-selenium-webdriver-2.3.2-4.fc18.noarch requires rubygem(ffi) >= 0:1.0.7
[scap-workbench]
scap-workbench-0.7.0-1.fc19.noarch requires openscap-python >= 0:0.9.1
[scitools]
scitools-0.9.0-2.fc18.noarch requires ScientificPython
[seamonkey]
seamonkey-2.13.1-1.fc18.armv5tel requires nss >= 0:3.13.6
[sems]
sems-1.4.3-3.fc19.armv5tel requires sip-api(9) >= 0:9.0
[smb4k]
smb4k-1.0.4-1.fc19.armv5tel requires kdebase-runtime >= 0:4.9.2
[spice-gtk]
spice-glib-0.12.101-1.fc19.armv5tel requires libusbredirparser.so.0
spice-gtk-0.12.101-1.fc19.armv5tel requires libusbredirparser.so.0
spice-gtk-python-0.12.101-1.fc19.armv5tel requires libusbredirparser.so.0
spice-gtk-tools-0.12.101-1.fc19.armv5tel requires libusbredirparser.so.0
spice-gtk3-0.12.101-1.fc19.armv5tel requires libusbredirparser.so.0
[spring-installer]
ca-installer-20090316-12.fc18.armv5tel requires spring
spring-installer-20090316-12.fc18.armv5tel requires spring
[spring-maps-default]
spring-maps-default-0.1-9.fc18.noarch requires spring
[springlobby]
springlobby-0.147-1.fc19.armv5tel requires spring
[startup-notification]
startup-notification-0.12-5.fc19.armv5tel requires libxcb-util.so.1
[step]
step-4.9.2-1.fc19.armv5tel requires kde-runtime >= 0:4.9.2
[sugar-flip]
sugar-flip-5-2.fc19.noarch requires sugar >= 0:0.98.0
[superkaramba]
superkaramba-4.9.2-1.fc19.armv5tel requires kde-runtime >= 0:4.9.2
[synce-gnome]
synce-gnome-0.11-7.fc18.noarch requires odccm
[synce-kpm]
synce-kpm-0.15.1-3.fc18.noarch requires odccm
[targetd]
targetd-0.3.1-1.fc19.noarch requires python-lvm >= 0:1.9
[tex-musixtex]
tex-musixtex-0.114-11.fc18.noarch requires texlive-texmf
[tex-simplecv]
tex-simplecv-doc-1.6-11.fc18.noarch requires texlive-texmf-doc
[texlive]
texlive-2007-73.fc18.armv5tel requires texlive-texmf-fonts = 0:2007
texlive-2007-73.fc18.armv5tel requires texlive-texmf = 0:2007
texlive-afm-2007-73.fc18.armv5tel requires texlive-texmf-afm = 0:2007
texlive-context-2007-73.fc18.armv5tel requires texlive-texmf-context = 0:2007
texlive-doc-2007-73.fc18.armv5tel requires texlive-texmf-doc = 0:2007
texlive-dvips-2007-73.fc18.armv5tel requires texlive-texmf-dvips = 0:2007
texlive-east-asian-2007-73.fc18.armv5tel requires texlive-texmf-east-asian = 0:2007
texlive-east-asian-2007-73.fc18.armv5tel requires texlive-texmf-dvips = 0:2007
texlive-latex-2007-73.fc18.armv5tel requires texlive-texmf-latex = 0:2007
texlive-xetex-2007-73.fc18.armv5tel requires texlive-texmf-xetex = 0:2007
texlive-xetex-2007-73.fc18.armv5tel requires dvipdfmx
[thermostat]
thermostat-0.3-3.fc18.noarch requires mongodb-server
thermostat-0.3-3.fc18.noarch requires mongodb
[tomahawk]
tomahawk-0.4.2-1.fc18.armv5tel requires libechonest.so.1.2
tomahawk-0.4.2-1.fc18.armv5tel requires libattica.so.0.3
[vdsm]
vdsm-4.10.0-11.fc18.armv5tel requires dmidecode
[vegastrike-data]
vegastrike-data-0.5.1-2.r1.fc18.noarch requires vegastrike >= 0:0.5.1
[veusz]
veusz-1.16-2.fc19.armv5tel requires sip-api(9) >= 0:9.0
[vigra]
vigra-python-1.8.0-5.fc18.armv5tel requires libboost_python-mt.so.1.48.0
[wallaby]
python-wallaby-0.16.0-1.fc18.noarch requires python-qpid-qmf
ruby-wallaby-0.16.0-1.fc18.noarch requires ruby-qmf >= 0:0.7.929717
wallaby-0.16.0-1.fc18.noarch requires ruby-qmf >= 0:0.7.929717
wallaby-http-server-0.16.0-1.fc18.noarch requires ruby-qmf >= 0:0.7.929717
wallaby-utils-0.16.0-1.fc18.noarch requires ruby-qmf >= 0:0.7.929717
[weka]
weka-3.6.8-1.fc19.noarch requires javasqlite
[wxMaxima]
wxMaxima-12.04.0-1.fc18.armv5tel requires maxima >= 0:5.20
[xbacklight]
xbacklight-1.2.0-1.fc19.armv5tel requires libxcb-util.so.1
[xcb-util-image]
xcb-util-image-0.3.9-1.fc19.armv5tel requires libxcb-util.so.1
[xdvipdfmx]
xdvipdfmx-0.4-9.fc18.armv5tel requires dvipdfmx
[yakuake]
yakuake-2.9.9-1.fc18.armv5tel requires konsole-part >= 0:4.9.2
[znc-infobot]
znc-infobot-0.204-1.fc18.armv5tel requires znc = 0:0.204
Broken deps for armhfp
----------------------------------------------------------
[PyQt4]
PyQt4-4.9.5-1.fc19.armv7hl requires sip-api(9) >= 0:9.0
python3-PyQt4-4.9.5-1.fc19.armv7hl requires python3-sip-api(9) >= 0:9.0
[PyQwt]
PyQwt-5.2.0-18.fc19.armv7hl requires sip-api(9) >= 0:9.0
[aeolus-conductor]
aeolus-all-0.10.6-2.fc18.noarch requires mongodb-server
aeolus-all-0.10.6-2.fc18.noarch requires iwhd
[almanah]
almanah-0.8.0-7.fc18.armv7hl requires libedataserverui-3.0.so.3
almanah-0.8.0-7.fc18.armv7hl requires libedataserver-1.2.so.16
almanah-0.8.0-7.fc18.armv7hl requires libecal-1.2.so.12
almanah-0.8.0-7.fc18.armv7hl requires libebook-1.2.so.13
[apper]
apper-0.8.0-0.6.20120724git.fc18.armv7hl requires libpackagekit-qt2.so.4
[asterisk]
asterisk-fax-10.0.0-2.fc18.1.armv7hl requires libtiff.so.3
asterisk-snmp-10.0.0-2.fc18.1.armv7hl requires perl(:MODULE_COMPAT_5.14.2)
asterisk-snmp-10.0.0-2.fc18.1.armv7hl requires librpmio.so.2
asterisk-snmp-10.0.0-2.fc18.1.armv7hl requires librpm.so.2
[audiocd-kio]
audiocd-kio-4.9.2-1.fc19.armv7hl requires kde-runtime >= 0:4.9.2
[autotest-framework]
autotest-framework-server-0.14.3-1.fc17.noarch requires mod_python
[avogadro]
avogadro-libs-1.0.3-12.fc19.armv7hl requires sip-api(9) >= 0:9.0
[awesome]
awesome-3.4.13-2.fc19.armv7hl requires libxcb-util.so.1
[blinken]
blinken-4.9.2-1.fc19.armv7hl requires kdebase-runtime >= 0:4.9.2
[bochs]
bochs-2.6-1.fc19.armv7hl requires bochs-bios = 0:2.6-1.fc19
[boinc-client]
boinc-manager-7.0.29-3.r25790svn.fc19.armv7hl requires libxcb-util.so.1
[bootconf]
bootconf-1.4-6.fc18.noarch requires grub
[calligra]
calligra-core-2.5.2-1.fc18.armv7hl requires kdebase-runtime >= 0:4.9.2
calligra-kexi-map-form-widget-2.5.2-1.fc18.armv7hl requires marble >= 1:4.9.2
calligra-reports-map-element-2.5.2-1.fc18.armv7hl requires marble >= 1:4.9.2
[calligra-l10n]
calligra-l10n-2.5.3-1.fc18.noarch requires calligra-core >= 0:2.5.3
[cantor]
cantor-4.9.2-1.fc19.armv7hl requires kdebase-runtime >= 0:4.9.2
[clean-extra-utils]
clean-extra-utils-0.1-1.fc19.armv7hl requires clean
[cloud-init]
cloud-init-0.7.0-1.fc18.noarch requires dmidecode
[coccinella]
coccinella-0.96.20-4.fc18.noarch requires iaxclient
[condor-cloud]
condor-cloud-0.1-5.fc18.noarch requires condor-vm-gahp >= 0:7.7.0
condor-cloud-node-0.1-5.fc18.noarch requires condor-vm-gahp >= 0:7.7.0
[condor-ec2-enhanced]
condor-ec2-enhanced-1.3.1-1.fc19.noarch requires condor >= 0:7.4.4-0.9
[condor-ec2-enhanced-hooks]
condor-ec2-enhanced-hooks-1.3.1-1.fc19.noarch requires condor >= 0:7.2.0-4
[condor-job-hooks]
condor-job-hooks-1.5-6.fc18.noarch requires condor >= 0:7.0.2-4
[condor-low-latency]
condor-low-latency-1.2-2.fc18.2.noarch requires condor >= 0:7.0.2-4
[condor-wallaby]
condor-wallaby-client-5.0.3-1.fc19.noarch requires python-qmf >= 0:0.9.1073306
condor-wallaby-client-5.0.3-1.fc19.noarch requires condor >= 0:7.4.4-0.9
[cumin]
cumin-0.1.5522-2.fc19.noarch requires python-qpid-qmf
[digikam]
digikam-2.9.0-1.fc18.armv7hl requires libkipi.so.9
digikam-libs-2.9.0-1.fc18.armv7hl requires libkipi.so.9
kipi-plugins-2.9.0-1.fc18.armv7hl requires libkipi.so.9
kipi-plugins-libs-2.9.0-1.fc18.armv7hl requires libkipi.so.9
[dnf]
dnf-0.2.14-2.git4831982.fc18.noarch requires python-hawkey >= 0:0.3.0
[dnsperf]
dnsperf-2.0.0.0-3.fc18.armv7hl requires libisc.so.92
dnsperf-2.0.0.0-3.fc18.armv7hl requires libdns.so.95
[dogtag-pki]
dogtag-pki-10.0.0-0.8.a1.fc19.noarch requires pki-util-javadoc >= 0:10.0.0
dogtag-pki-10.0.0-0.8.a1.fc19.noarch requires pki-tools >= 0:10.0.0
dogtag-pki-10.0.0-0.8.a1.fc19.noarch requires pki-tks >= 0:10.0.0
dogtag-pki-10.0.0-0.8.a1.fc19.noarch requires pki-symkey >= 0:10.0.0
dogtag-pki-10.0.0-0.8.a1.fc19.noarch requires pki-silent >= 0:10.0.0
dogtag-pki-10.0.0-0.8.a1.fc19.noarch requires pki-setup >= 0:10.0.0
dogtag-pki-10.0.0-0.8.a1.fc19.noarch requires pki-server >= 0:10.0.0
dogtag-pki-10.0.0-0.8.a1.fc19.noarch requires pki-selinux >= 0:10.0.0
dogtag-pki-10.0.0-0.8.a1.fc19.noarch requires pki-ocsp >= 0:10.0.0
dogtag-pki-10.0.0-0.8.a1.fc19.noarch requires pki-kra >= 0:10.0.0
dogtag-pki-10.0.0-0.8.a1.fc19.noarch requires pki-java-tools-javadoc >= 0:10.0.0
dogtag-pki-10.0.0-0.8.a1.fc19.noarch requires pki-common-javadoc >= 0:10.0.0
dogtag-pki-10.0.0-0.8.a1.fc19.noarch requires pki-ca >= 0:10.0.0
dogtag-pki-10.0.0-0.8.a1.fc19.noarch requires pki-base >= 0:10.0.0
[dragon]
dragon-4.9.2-1.fc19.armv7hl requires kde-runtime >= 0:4.9.2
[ember-media]
ember-media-0.6.2.1-3.fc18.noarch requires ember < 0:0.6.3
ember-media-0.6.2.1-3.fc18.noarch requires ember >= 0:0.6.2
[evolution]
evolution-devel-3.6.1-1.fc18.armv7hl requires evolution-data-server-devel >= 0:3.6.1
[fpdns]
fpdns-0.10.0-20120503.fc17.noarch requires perl(:MODULE_COMPAT_5.14.2)
[freeipa]
freeipa-server-3.0.0-2.fc18.armv7hl requires pki-symkey >= 0:10.0.0-0.43.a1
freeipa-server-3.0.0-2.fc18.armv7hl requires pki-silent >= 0:10.0.0-0.43.b1
freeipa-server-3.0.0-2.fc18.armv7hl requires pki-setup >= 0:10.0.0-0.43.b1
freeipa-server-3.0.0-2.fc18.armv7hl requires pki-ca >= 0:pki-ca-10.0.0-0.43.b1
freeipa-server-strict-3.0.0-2.fc18.armv7hl requires pki-ca = 0:10.0.0
[gcstar]
gcstar-1.7.0-2.fc19.noarch requires perl(Gtk2::Table)
gcstar-1.7.0-2.fc19.noarch requires perl(Gtk2::HBox)
gcstar-1.7.0-2.fc19.noarch requires perl(Gtk2::Frame)
gcstar-1.7.0-2.fc19.noarch requires perl(Gtk2::EventBox)
[gdal]
gdal-1.9.0-1.fc18.armv7hl requires libtiff.so.3
gdal-1.9.0-1.fc18.armv7hl requires libspatialite.so.2
gdal-1.9.0-1.fc18.armv7hl requires libpoppler.so.19
gdal-java-1.9.0-1.fc18.armv7hl requires libtiff.so.3
gdal-java-1.9.0-1.fc18.armv7hl requires libspatialite.so.2
gdal-java-1.9.0-1.fc18.armv7hl requires libpoppler.so.19
gdal-libs-1.9.0-1.fc18.armv7hl requires libtiff.so.3
gdal-libs-1.9.0-1.fc18.armv7hl requires libspatialite.so.2
gdal-libs-1.9.0-1.fc18.armv7hl requires libpoppler.so.19
gdal-perl-1.9.0-1.fc18.armv7hl requires perl(:MODULE_COMPAT_5.14.2)
gdal-perl-1.9.0-1.fc18.armv7hl requires libtiff.so.3
gdal-perl-1.9.0-1.fc18.armv7hl requires libspatialite.so.2
gdal-perl-1.9.0-1.fc18.armv7hl requires libpoppler.so.19
gdal-ruby-1.9.0-1.fc18.armv7hl requires ruby(abi) = 0:1.9
gdal-ruby-1.9.0-1.fc18.armv7hl requires libtiff.so.3
gdal-ruby-1.9.0-1.fc18.armv7hl requires libspatialite.so.2
gdal-ruby-1.9.0-1.fc18.armv7hl requires libpoppler.so.19
[gdb-heap]
gdb-heap-0.5-9.fc18.armv7hl requires glibc(armv7hl-32) = 0:2.15
[ghc-blaze-builder-conduit]
ghc-blaze-builder-conduit-devel-0.4.0.2-3.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[ghc-conduit]
ghc-conduit-devel-0.4.2-3.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[ghc-monad-control]
ghc-monad-control-devel-0.3.1.3-1.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[ghc-network-conduit]
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-prof(transformers-0.2.2.0) = 0:657fc7647251d805ae3451204e506340
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-prof(network-2.3.0.5) = 0:34038874e5d12f3009ad8fd8b9f52207
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-prof(monad-control-0.3.1) = 0:f3e3f907c32d113562259131f225f2ea
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-prof(lifted-base-0.1.0.3) = 0:deb36b76665759cead4491016ba7a72a
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-prof(conduit-0.4.1.1) = 0:13433be90b4b634d078abe45f2db1bfa
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-prof(bytestring-0.9.1.10) = 0:419d4e55fb10fc796517b175674f95b4
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-prof(base-4.3.1.0) = 0:b3793fe455566fd78d98a0fb3859dd84
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-devel(transformers-0.2.2.0) = 0:657fc7647251d805ae3451204e506340
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-devel(network-2.3.0.5) = 0:34038874e5d12f3009ad8fd8b9f52207
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-devel(monad-control-0.3.1) = 0:f3e3f907c32d113562259131f225f2ea
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-devel(lifted-base-0.1.0.3) = 0:deb36b76665759cead4491016ba7a72a
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-devel(conduit-0.4.1.1) = 0:13433be90b4b634d078abe45f2db1bfa
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-devel(bytestring-0.9.1.10) = 0:419d4e55fb10fc796517b175674f95b4
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-devel(base-4.3.1.0) = 0:b3793fe455566fd78d98a0fb3859dd84
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-compiler = 0:7.0.4
ghc-network-conduit-devel-0.4.0-1.fc17.armv7hl requires ghc-compiler = 0:7.0.4
[ghc-resourcet]
ghc-resourcet-devel-0.3.2.2-2.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[ghc-transformers-base]
ghc-transformers-base-devel-0.4.1-2.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[ghc-wai]
ghc-wai-devel-1.2.0.2-1.fc18.armv7hl requires ghc-devel(vault-0.1.0.0-b86949e0fb03b2c22971b5dc0b776613)
ghc-wai-devel-1.2.0.2-1.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
ghc-wai-devel-1.2.0.2-1.fc18.armv7hl requires ghc-devel(text-0.11.1.13-0fafa88b8c349f02f033f955ed8e5450)
ghc-wai-devel-1.2.0.2-1.fc18.armv7hl requires ghc-devel(network-2.3.0.11-dcc9b8a6d9649db45917aac14a31d530)
ghc-wai-devel-1.2.0.2-1.fc18.armv7hl requires ghc-devel(http-types-0.6.10-1da40366e36003d89dac03331ebe9585)
ghc-wai-devel-1.2.0.2-1.fc18.armv7hl requires ghc-devel(conduit-0.4.1.1-445f14eaa0bd15f8394f3c3cd8c22933)
ghc-wai-devel-1.2.0.2-1.fc18.armv7hl requires ghc-devel(blaze-builder-0.3.1.0-2bbf2a268f05ac890876dd9c56192ceb)
[ghc-wai-extra]
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(zlib-conduit-0.4.0.1-3ea276ab63a21b643b6b16bbb7d15db0)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(text-0.11.1.13-0fafa88b8c349f02f033f955ed8e5450)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(resourcet-0.3.2.1-487979a99c0b1634b1faab2417e55313)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(network-2.3.0.11-dcc9b8a6d9649db45917aac14a31d530)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(http-types-0.6.10-1da40366e36003d89dac03331ebe9585)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(conduit-0.4.1.1-445f14eaa0bd15f8394f3c3cd8c22933)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(case-insensitive-0.4.0.1-4f83c17ad203c8196a5cbff6f6934a8e)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(blaze-builder-conduit-0.4.0.1-2bf092c4e6f8a03a980a62cd1cf57a97)
ghc-wai-extra-devel-1.2.0.4-1.fc18.armv7hl requires ghc-devel(blaze-builder-0.3.1.0-2bbf2a268f05ac890876dd9c56192ceb)
[ghc-warp]
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(wai-0.4.3-c7e018d3a17422327676e6db7ee6214b)
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(simple-sendfile-0.2.1-0e14a3eb9c52aac28e1260faf550afb2)
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(network-2.3.0.11-dcc9b8a6d9649db45917aac14a31d530)
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(http-types-0.6.10-1da40366e36003d89dac03331ebe9585)
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(enumerator-0.4.18-f4fc4be158c65b36dfdffe4bc7341da4)
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(case-insensitive-0.4.0.1-4f83c17ad203c8196a5cbff6f6934a8e)
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(blaze-builder-enumerator-0.2.0.3-e19ec51d67a209312bc2e2ad87f6b9bd)
ghc-warp-devel-0.4.6.3-3.fc18.armv7hl requires ghc-devel(blaze-builder-0.3.1.0-2bbf2a268f05ac890876dd9c56192ceb)
[ghc-zlib-conduit]
ghc-zlib-conduit-devel-0.4.0.2-1.fc18.armv7hl requires ghc-devel(transformers-0.2.2.0-f4e1b941e0825c00ee0acf24d73c8a87)
[gnome-boxes]
gnome-boxes-3.5.5-1.fc19.armv7hl requires libvirt-daemon-kvm
gnome-boxes-3.5.5-1.fc19.armv7hl requires libcogl.so.9
[gnome-do-plugins]
gnome-do-plugins-banshee-0.8.4-10.fc18.armv7hl requires mono(Banshee.CollectionIndexer) = 0:2.4.0.0
[gnome-games]
1:gnome-games-gnibbles-3.5.5-3.fc19.armv7hl requires libcogl.so.9
1:gnome-games-lightsoff-3.5.5-3.fc19.armv7hl requires libcogl.so.9
1:gnome-games-quadrapassel-3.5.5-3.fc19.armv7hl requires libcogl.so.9
1:gnome-games-swell-foop-3.5.5-3.fc19.armv7hl requires libcogl.so.9
[gnuplot]
gnuplot-latex-4.6.0-2.fc18.noarch requires texlive-texmf-xetex
[gofer]
ruby-gofer-0.74-1.fc19.noarch requires rubygem(qpid) >= 0:0.16.0
[grads]
grads-2.0.1-2.fc18.armv7hl requires libtiff.so.3
[grass]
grass-6.4.2-2.fc18.armv7hl requires libtiff.so.3
grass-6.4.2-2.fc18.armv7hl requires libspatialite.so.2
grass-libs-6.4.2-2.fc18.armv7hl requires libtiff.so.3
[grilo-plugins]
grilo-plugins-0.2.2-1.fc18.armv7hl requires grilo >= 0:0.2.2
[gwenview]
gwenview-4.9.1-1.fc18.armv7hl requires libkipi.so.9
[i3]
i3-4.2-3.fc19.armv7hl requires libxcb-util.so.1
[imagefactory]
imagefactory-1.1.1-1.fc17.noarch requires python-libguestfs
imagefactory-1.1.1-1.fc17.noarch requires iwhd >= 0:1.2
[jaffl]
jaffl-0.5.9-1.fc16.noarch requires jffi
[jnr-ffi]
jnr-ffi-0.5.10-3.fc17.noarch requires jffi
[jnr-posix]
jnr-posix-1.1.8-3.fc18.noarch requires jffi
[jruby]
jruby-1.6.3-3.fc17.noarch requires jffi >= 0:1.0.10
[juk]
juk-4.9.2-1.fc19.armv7hl requires kde-runtime >= 0:4.9.2
[kalgebra]
kalgebra-4.9.2-1.fc19.armv7hl requires kdebase-runtime >= 0:4.9.2
[kamera]
kamera-4.9.2-1.fc19.armv7hl requires kdebase-runtime >= 0:4.9.2
[kamoso]
kamoso-2.0.2-6.fc18.armv7hl requires libkipi.so.9
[kanagram]
kanagram-4.9.2-1.fc19.armv7hl requires kdebase-runtime >= 0:4.9.2
[kate]
kate-4.9.2-1.fc19.armv7hl requires kde-runtime >= 0:4.9.2
kwrite-4.9.2-1.fc19.armv7hl requires kdebase-runtime >= 0:4.9.2
[kbruch]
kbruch-4.9.2-1.fc19.armv7hl requires kdebase-runtime >= 0:4.9.2
[kcolorchooser]
kcolorchooser-4.9.2-1.fc19.armv7hl requires kdebase-runtime >= 0:4.9.2
[kde-baseapps]
kde-baseapps-4.9.2-2.fc19.armv7hl requires kde-runtime >= 0:4.9.2
[kde-workspace]
kdm-themes-4.9.1-2.fc19.noarch requires kde-wallpapers = 0:4.9.1
[kdebindings]
kdebindings-4.9.2-1.fc19.noarch requires smokekde >= 0:4.9.2
kdebindings-devel-4.9.2-1.fc19.noarch requires smokekde-devel >= 0:4.9.2
[kdeedu]
kdeedu-4.9.2-1.fc19.noarch requires kalzium >= 0:4.9.2
[kdegraphics]
7:kdegraphics-4.9.2-1.fc19.noarch requires kdegraphics-thumbnailers >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc19.noarch requires kdegraphics-mobipocket >= 0:4.9.2
7:kdegraphics-4.9.2-1.fc19.noarch requires gwenview >= 0:4.9.2
7:kdegraphics-libs-4.9.2-1.fc19.noarch requires libkdcraw >= 0:4.9.2
[kdeutils]
6:kdeutils-4.9.2-1.fc19.noarch requires kremotecontrol >= 0:4.9.2
6:kdeutils-minimal-4.9.2-1.fc19.noarch requires kgpg >= 0:4.9.2
6:kdeutils-minimal-4.9.2-1.fc19.noarch requires ark >= 0:4.9.2
[kgamma]
kgamma-4.9.2-1.fc19.armv7hl requires kdebase-runtime >= 0:4.9.2
[kgeography]
kgeography-4.9.2-1.fc19.armv7hl requires kdebase-runtime >= 0:4.9.2
[khangman]
khangman-4.9.2-1.fc19.armv7hl requires kdebase-runtime >= 0:4.9.2
[kig]
kig-4.9.2-1.fc19.armv7hl requires kdebase-runtime >= 0:4.9.2
[kile]
kile-2.1.3-1.fc19.armv7hl requires konsole-part >= 0:4.9.2
[kiten]
kiten-4.9.2-1.fc19.armv7hl requires kde-runtime >= 0:4.9.2
[klettres]
klettres-4.9.2-1.fc19.armv7hl requires kdebase-runtime >= 0:4.9.2
[kmix]
kmix-4.9.2-1.fc19.armv7hl requires kde-runtime >= 0:4.9.2
[kmplot]
kmplot-4.9.2-1.fc19.armv7hl requires kdebase-runtime >= 0:4.9.2
[kolourpaint]
kolourpaint-4.9.2-1.fc19.armv7hl requires kdebase-runtime >= 0:4.9.2
[kphotoalbum]
kphotoalbum-4.2-4.fc18.armv7hl requires libkipi.so.9
[kruler]
kruler-4.9.2-1.fc19.armv7hl requires kde-runtime >= 0:4.9.2
[ksaneplugin]
ksaneplugin-4.9.2-1.fc19.armv7hl requires kdebase-runtime >= 0:4.9.2
[kscd]
kscd-4.9.2-1.fc19.armv7hl requires kde-runtime >= 0:4.9.2
[ksnapshot]
ksnapshot-4.9.2-1.fc19.armv7hl requires kde-runtime >= 0:4.9.2
[kstars]
kstars-4.9.2-1.fc19.armv7hl requires kde-runtime >= 0:4.9.2
[ktouch]
ktouch-4.9.2-1.fc19.armv7hl requires kde-runtime >= 0:4.9.2
[kturtle]
kturtle-4.9.2-1.fc19.armv7hl requires kdebase-runtime >= 0:4.9.2
[kwallet]
kwallet-4.9.2-1.fc19.armv7hl requires kde-runtime >= 0:4.9.2
[kwordquiz]
kwordquiz-4.9.2-1.fc19.armv7hl requires kdebase-runtime >= 0:4.9.2
[libsyncml]
1:libsyncml-0.4.6-3.fc15.armv7hl requires libsoup-2.2.so.8
[liveusb-creator]
liveusb-creator-3.11.7-2.fc18.noarch requires syslinux-extlinux
liveusb-creator-3.11.7-2.fc18.noarch requires syslinux
[llvm]
clang-3.1-9.fc19.armv7hl requires libstdc++-devel = 0:4.7.1
[maniadrive]
maniadrive-1.2-48.fc18.armv7hl requires libphp5-5.4.8.so
maniadrive-track-editor-1.2-48.fc18.armv7hl requires libphp5-5.4.8.so
raydium-1.2-48.fc18.armv7hl requires libphp5-5.4.8.so
[mate-window-manager]
mate-window-manager-1.4.1-12.fc18.armv7hl requires mate-control-center
[mcollective-qpid-plugin]
mcollective-qpid-plugin-0.1.1-3.fc19.noarch requires ruby-qpid-qmf
[merkaartor]
merkaartor-0.18.0-0.3.git654e49ba.fc17.armv7hl requires libexiv2.so.11
[mingw-qt]
mingw32-qt-4.8.2-1.fc18.noarch requires mingw32(libtiff-3.dll)
mingw64-qt-4.8.2-1.fc18.noarch requires mingw64(libtiff-3.dll)
[mod_pubcookie]
mod_pubcookie-3.3.4a-7.fc18.armv7hl requires httpd-mmn = 0:20051115-armv7hl-32
[mod_security_crs]
mod_security_crs-2.2.6-3.fc19.noarch requires mod_security >= 0:2.7.0
[netcdf]
netcdf-4.1.3-5.fc18.armv7hl requires hdf5 = 0:1.8.8
[netcdf-perl]
netcdf-perl-1.2.4-10.fc17.armv7hl requires perl(:MODULE_COMPAT_5.14.2)
[netcdf4-python]
netcdf4-python3-1.0-2.fix1.fc17.armv7hl requires python(abi) = 0:3.2
netcdf4-python3-1.0-2.fix1.fc17.armv7hl requires libpython3.2mu.so.1.0
[nfsometer]
nfsometer-1.1-2.fc19.noarch requires filebench
[okular]
okular-4.9.2-1.fc19.armv7hl requires kde-runtime >= 0:4.9.2
[openlierox]
openlierox-0.57-0.16.beta8.fc15.armv7hl requires libzip.so.1
[openlmi-storage]
openlmi-storage-0.4.0-2.fc19.noarch requires openlmi-providers
[openpts]
openpts-0.2.6-5.fc19.armv7hl requires tboot
[openshift-origin-broker]
openshift-origin-broker-0.6.7-14.fc19.noarch requires mongodb-server
[openstack-nova]
openstack-nova-compute-2012.2-1.fc19.noarch requires libguestfs-mount >= 0:1.7.17
[ovirt-node]
ovirt-node-2.5.1-1.fc19.noarch requires grub2
[oz]
oz-0.9.0-1.fc19.noarch requires python-libguestfs
[parley]
parley-4.9.2-1.fc19.armv7hl requires kde-runtime >= 0:4.9.2
[pdfbook]
pdfbook-20070930-8.fc18.armv7hl requires texlive-texmf-latex
[perl-Hardware-Verilog-Parser]
perl-Hardware-Verilog-Parser-0.13-9.fc17.noarch requires perl(:MODULE_COMPAT_5.14.2)
[perl-MongoDB]
perl-MongoDB-0.41-3.fc15.armv7hl requires perl(:MODULE_COMPAT_5.12.4)
[pfstools]
pfstools-1.8.5-2.fc18.armv7hl requires libtiff.so.3
[pharosc]
pharosc-xcircuit-8.3-6.fc18.noarch requires xcircuit
[phoronix-test-suite]
phoronix-test-suite-4.0.0-1.fc19.noarch requires openmpi
[php-pecl-gearman]
php-pecl-gearman-1.0.2-1.fc18.armv7hl requires libgearman.so.6
[php-pecl-mysqlnd-qc]
php-pecl-mysqlnd-qc-1.1.1-2.fc18.armv7hl requires libmemcached.so.10
[pki-console]
pki-console-10.0.0-0.7.a1.fc18.noarch requires pki-base >= 0:10.0.0
[pki-ra]
pki-ra-10.0.0-0.6.a1.fc19.noarch requires pki-setup
pki-ra-10.0.0-0.6.a1.fc19.noarch requires pki-server >= 0:10.0.0
[pki-tps]
pki-tps-10.0.0-0.6.a1.fc19.armv7hl requires pki-setup
pki-tps-10.0.0-0.6.a1.fc19.armv7hl requires pki-server >= 0:10.0.0
[ppl]
ppl-swiprolog-0.11.2-10.fc18.armv7hl requires libswipl.so.6.0.2
[pyfuzzy]
pyfuzzy-0.1.0-5.fc18.noarch requires antlr3-python
[pygrace]
pygrace-0.4-7.fc18.noarch requires grace
[python-fiat]
python-fiat-1.0.0-4.fc18.noarch requires ScientificPython
[python-poppler-qt4]
python-poppler-qt4-0.16.2-5.fc19.armv7hl requires sip-api(9) >= 0:9.0
[python-webob1.2]
python3-webob1.2-1.2.1-4.fc17.noarch requires python(abi) = 0:3.2
[qemu]
2:qemu-system-ppc-1.2.0-12.fc19.armv7hl requires SLOF = 0:0-0.1.git20120731.fc19
2:qemu-system-x86-1.2.0-12.fc19.armv7hl requires sgabios-bin
2:qemu-system-x86-1.2.0-12.fc19.armv7hl requires seabios-bin >= 0:0.6.0-2
[qscintilla]
qscintilla-python-2.6.2-3.fc19.armv7hl requires sip-api(9) >= 0:9.0
[rakudo-star]
rakudo-star-0.0.2011.07_3.6.0-5.fc18.1.armv7hl requires libparrot.so.3.6.0
[reciteword]
reciteword-0.8.4-10.fc18.armv7hl requires esound
[rekonq]
rekonq-1.2-1.fc18.armv7hl requires kde-runtime >= 0:4.9.2
[resource-agents]
resource-agents-3.9.2-3.fc18.5.armv7hl requires libplumbgpl.so.2
resource-agents-3.9.2-3.fc18.5.armv7hl requires libplumb.so.2
[rocs]
rocs-4.9.2-1.fc19.armv7hl requires kde-runtime >= 0:4.9.2
[rootplot]
rootplot-2.2.1-6.fc18.noarch requires root-python
[ruby-revolution]
ruby-revolution-0.5-4.svn210.fc18.15.armv7hl requires libedataserver-1.2.so.16
ruby-revolution-0.5-4.svn210.fc18.15.armv7hl requires libecal-1.2.so.12
ruby-revolution-0.5-4.svn210.fc18.15.armv7hl requires libebook-1.2.so.13
[ruby-spqr]
ruby-spqr-0.3.6-3.fc18.noarch requires ruby-qmf
[rubygem-RedCloth]
rubygem-RedCloth-4.2.3-3.fc17.armv7hl requires ruby(abi) = 0:1.8
rubygem-RedCloth-4.2.3-3.fc17.armv7hl requires libruby.so.1.8
[rubygem-activeldap]
rubygem-activeldap-1.2.2-3.fc17.noarch requires rubygem(gettext_activerecord) >= 0:2.1.0
rubygem-activeldap-1.2.2-3.fc17.noarch requires ruby(abi) = 0:1.8
[rubygem-boxgrinder-build]
rubygem-boxgrinder-build-0.10.4-1.fc19.noarch requires ruby-libguestfs
[rubygem-calendar_date_select]
rubygem-calendar_date_select-1.15-6.fc17.noarch requires ruby(abi) = 0:1.8
[rubygem-childprocess]
rubygem-childprocess-0.2.0-4.fc18.noarch requires rubygem(ffi) < 0:1.1
rubygem-childprocess-0.2.0-4.fc18.noarch requires rubygem(ffi) >= 0:1.0.6
[rubygem-linecache]
rubygem-linecache-0.43-5.fc17.armv7hl requires ruby(abi) = 0:1.8
rubygem-linecache-0.43-5.fc17.armv7hl requires libruby.so.1.8
[rubygem-openshift-origin-msg-broker-mcollective]
rubygem-openshift-origin-msg-broker-mcollective-0.1.1-9.fc19.noarch requires qpid-cpp-server
rubygem-openshift-origin-msg-broker-mcollective-0.1.1-9.fc19.noarch requires qpid-cpp-client
[rubygem-rack]
1:rubygem-rack-doc-1.4.1-1.fc19.noarch requires rubygem-rack = 0:1.4.1-1.fc19
[rubygem-rb-inotify]
rubygem-rb-inotify-0.8.8-1.fc18.noarch requires rubygem(ffi)
[rubygem-ruby-debug]
rubygem-ruby-debug-0.10.5-0.3.rc1.fc17.1.noarch requires ruby(abi) = 0:1.8
[rubygem-ruby-debug-base]
rubygem-ruby-debug-base-0.10.5-0.1.rc1.fc17.1.armv7hl requires ruby(abi) = 0:1.8
rubygem-ruby-debug-base-0.10.5-0.1.rc1.fc17.1.armv7hl requires libruby.so.1.8
[rubygem-ruby-debug19]
rubygem-ruby-debug19-0.11.6-3.fc19.noarch requires rubygem(ruby-debug-base19) >= 0:0.11.26
[rubygem-selenium-webdriver]
rubygem-selenium-webdriver-2.3.2-4.fc18.noarch requires rubygem(ffi) >= 0:1.0.7
[scap-workbench]
scap-workbench-0.7.0-1.fc19.noarch requires openscap-python >= 0:0.9.1
[scitools]
scitools-0.9.0-2.fc18.noarch requires ScientificPython
[seamonkey]
seamonkey-2.13.1-1.fc18.armv7hl requires nss >= 0:3.13.6
[sems]
sems-1.4.3-3.fc19.armv7hl requires sip-api(9) >= 0:9.0
[smb4k]
smb4k-1.0.4-1.fc19.armv7hl requires kdebase-runtime >= 0:4.9.2
[spice-gtk]
spice-glib-0.12.101-1.fc19.armv7hl requires libusbredirparser.so.0
spice-gtk-0.12.101-1.fc19.armv7hl requires libusbredirparser.so.0
spice-gtk-python-0.12.101-1.fc19.armv7hl requires libusbredirparser.so.0
spice-gtk-tools-0.12.101-1.fc19.armv7hl requires libusbredirparser.so.0
spice-gtk3-0.12.101-1.fc19.armv7hl requires libusbredirparser.so.0
[spring-installer]
ca-installer-20090316-12.fc18.armv7hl requires spring
spring-installer-20090316-12.fc18.armv7hl requires spring
[spring-maps-default]
spring-maps-default-0.1-9.fc18.noarch requires spring
[springlobby]
springlobby-0.147-1.fc19.armv7hl requires spring
[startup-notification]
startup-notification-0.12-5.fc19.armv7hl requires libxcb-util.so.1
[step]
step-4.9.2-1.fc19.armv7hl requires kde-runtime >= 0:4.9.2
[sugar-flip]
sugar-flip-5-2.fc19.noarch requires sugar >= 0:0.98.0
[superkaramba]
superkaramba-4.9.2-1.fc19.armv7hl requires kde-runtime >= 0:4.9.2
[synce-gnome]
synce-gnome-0.11-7.fc18.noarch requires odccm
[synce-kpm]
synce-kpm-0.15.1-3.fc18.noarch requires odccm
[targetd]
targetd-0.3.1-1.fc19.noarch requires python-lvm >= 0:1.9
[tex-musixtex]
tex-musixtex-0.114-11.fc18.noarch requires texlive-texmf
[tex-simplecv]
tex-simplecv-doc-1.6-11.fc18.noarch requires texlive-texmf-doc
[texlive]
texlive-2007-73.fc18.armv7hl requires texlive-texmf-fonts = 0:2007
texlive-2007-73.fc18.armv7hl requires texlive-texmf = 0:2007
texlive-afm-2007-73.fc18.armv7hl requires texlive-texmf-afm = 0:2007
texlive-context-2007-73.fc18.armv7hl requires texlive-texmf-context = 0:2007
texlive-doc-2007-73.fc18.armv7hl requires texlive-texmf-doc = 0:2007
texlive-dvips-2007-73.fc18.armv7hl requires texlive-texmf-dvips = 0:2007
texlive-east-asian-2007-73.fc18.armv7hl requires texlive-texmf-east-asian = 0:2007
texlive-east-asian-2007-73.fc18.armv7hl requires texlive-texmf-dvips = 0:2007
texlive-latex-2007-73.fc18.armv7hl requires texlive-texmf-latex = 0:2007
texlive-xetex-2007-73.fc18.armv7hl requires texlive-texmf-xetex = 0:2007
texlive-xetex-2007-73.fc18.armv7hl requires dvipdfmx
[thermostat]
thermostat-0.3-3.fc18.noarch requires mongodb-server
thermostat-0.3-3.fc18.noarch requires mongodb
[tomahawk]
tomahawk-0.4.2-1.fc18.armv7hl requires libechonest.so.1.2
tomahawk-0.4.2-1.fc18.armv7hl requires libattica.so.0.3
[vdsm]
vdsm-4.10.0-11.fc18.armv7hl requires dmidecode
[vegastrike-data]
vegastrike-data-0.5.1-2.r1.fc18.noarch requires vegastrike >= 0:0.5.1
[veusz]
veusz-1.16-2.fc19.armv7hl requires sip-api(9) >= 0:9.0
[vigra]
vigra-python-1.8.0-5.fc18.armv7hl requires libboost_python-mt.so.1.48.0
[wallaby]
python-wallaby-0.16.0-1.fc18.noarch requires python-qpid-qmf
ruby-wallaby-0.16.0-1.fc18.noarch requires ruby-qmf >= 0:0.7.929717
wallaby-0.16.0-1.fc18.noarch requires ruby-qmf >= 0:0.7.929717
wallaby-http-server-0.16.0-1.fc18.noarch requires ruby-qmf >= 0:0.7.929717
wallaby-utils-0.16.0-1.fc18.noarch requires ruby-qmf >= 0:0.7.929717
[weka]
weka-3.6.8-1.fc19.noarch requires javasqlite
[wxMaxima]
wxMaxima-12.04.0-1.fc18.armv7hl requires maxima >= 0:5.20
[xbacklight]
xbacklight-1.2.0-1.fc19.armv7hl requires libxcb-util.so.1
[xcb-util-image]
xcb-util-image-0.3.9-1.fc19.armv7hl requires libxcb-util.so.1
[xdvipdfmx]
xdvipdfmx-0.4-9.fc18.armv7hl requires dvipdfmx
[yakuake]
yakuake-2.9.9-1.fc18.armv7hl requires konsole-part >= 0:4.9.2
[znc-infobot]
znc-infobot-0.204-1.fc18.armv7hl requires znc = 0:0.204
New package: caledonia-kde-theme-1.2.0-1.fc19
An elegant dark theme for Plasma
New package: glassfish-saaj-1.3.19-1.fc19
JSR-67 implementation
New package: glom-1.22.0-1.fc18
Easy-to-use database designer and user interface
New package: kde-plasma-akonadi-contacts-0.1.7-2.fc18
Contacts plasmoid for Akonadi resources
New package: kde-plasma-akonadi-tasks-0.1.3-1.fc18
Tasks plasmoid for Akonadi resources
New package: perl-TAP-SimpleOutput-0.001-1.fc19
Simple closure-driven TAP generator
New package: python-tables-2.4.0-1.fc18
Hierarchical datasets in Python
New package: rubygem-gem-nice-install-0.2.0-1.fc19
A RubyGems plugin that improves gem installation user experience
New package: rubygem-gem-patch-0.1.3-1.fc19
RubyGems plugin for patching gems
New package: rubygem-slim-1.2.2-8.fc19
Slim is a template language
Removed package: cluster-glue-1.0.6-9.fc18.2
Removed package: heartbeat-3.0.4-1.fc17.2
Updated Packages:
Thunar-1.4.0-3.fc18
-------------------
* Sat Oct 13 2012 Christoph Wickert <cwickert(a)fedoraproject.org> - 1.4.0-3
- Show 'Send to' menu entries based on filetypes
- Add blueman-sendto to the 'Sent to' menu
anjuta-3.6.1-2.fc18
-------------------
* Mon Oct 22 2012 Kalev Lember <kalevlember(a)gmail.com> - 1:3.6.1-2
- Rebuilt for libgda 5.1
* Sat Oct 20 2012 Kalev Lember <kalevlember(a)gmail.com> - 1:3.6.1-1
- Update to 3.6.1
deltacloud-core-1.0.4-1.fc19
----------------------------
* Mon Oct 29 2012 Michal Fojtik <mfojtik(a)redhat.com> - 1.0.4-1
- Release 1.0.4
dom4j-1.6.1-11.fc19
-------------------
* Mon Oct 29 2012 Mikolaj Izdebski <mizdebsk(a)redhat.com> - 0:1.6.1-11
- Cleanup source tarball from non-free content
- Resolves: rhbz#848875
fedmsg-notify-0.3.0-1.fc19
--------------------------
* Wed Oct 24 2012 Luke Macken <lmacken(a)redhat.com> - 0.3.0-1
- 0.3.0
- Require fedmsg > 0.5.5 for fedmsg.text.make_processors
func-0.30-1.fc19
----------------
* Mon Oct 15 2012 Steve Salevan <ssalevan at fedoraproject.org> - 0.30-1
- v0.30 release:
- Added copyfile improvements
- Improvements to all func-* scripts
- Delegation improvements
- Stability improvements
- Removing dependency on smolt
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.28-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.28-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Fri Sep 09 2011 Tom Callaway <spot(a)fedoraproject.org> - 0.28-2
- convert to systemd
gtranslator-2.91.5-5.fc18
-------------------------
* Mon Oct 22 2012 Kalev Lember <kalevlember(a)gmail.com> - 2.91.5-5
- Rebuilt with libgda 5.1
gvfs-1.15.0-1.fc19
------------------
* Mon Oct 29 2012 Tomas Bzatek <tbzatek(a)redhat.com> - 1.15.0-1
- Update to 1.15.0
kde-plasma-akonadi-calendars-0.1.2-1.fc18
-----------------------------------------
* Sun Oct 14 2012 Jan Grulich <jgrulich(a)redhat.com> 0.1.2-1
- new version 0.1.2
kdepimlibs-4.9.2-3.fc19
-----------------------
* Fri Oct 26 2012 Rex Dieter <rdieter(a)fedoraproject.org> 4.9.2-3
- fix FTBFS against akonadi-1.8.1
* Thu Oct 04 2012 Rex Dieter <rdieter(a)fedoraproject.org> 4.9.2-2
- fix/update HTML docbook multilib hack (#862388)
libgda-5.1.1-4.fc18
-------------------
* Thu Oct 25 2012 Dan Horák <dan[at]danny.cz> - 1:5.1.1-4
- fix Java detection on secondary arches
* Wed Oct 24 2012 Kalev Lember <kalevlember(a)gmail.com> - 1:5.1.1-3
- Enable introspection (#869072)
* Mon Oct 22 2012 Kalev Lember <kalevlember(a)gmail.com> - 1:5.1.1-2
- Add back the epoch
- Build without scrollkeeper support
- Properly obsolete subpackages that got removed in v4->v5 transition
- Fix some rpm directory ownership issues
- Add icon cache scriptlets
* Sun Oct 21 2012 Haïkel Guémar <hguemar(a)fedoraproject.org> - 5.1.1-1
- upstream 5.1.1 based on libgda5 review (RHBZ #788569)
libgdamm-4.99.6-1.fc18
----------------------
* Sun Oct 21 2012 Haïkel Guémar <hguemar(a)fedoraproject.org> - 4.99.6-1
- upstream 4.99.6 (api 5.0)
- cleanup spec
libquvi-scripts-0.4.9-1.fc19
----------------------------
* Sun Oct 28 2012 Nicoleau Fabien <nicoleau.fabien(a)gmail.com> 0.4.9-1
- Update to 0.4.9
livecd-tools-18.12-2.fc18
-------------------------
* Thu Oct 25 2012 Brian C. Lane <bcl(a)redhat.com> 18.12-2
- Require hfsplus-tools so that images will boot on Mac
* Tue Oct 02 2012 Brian C. Lane <bcl(a)redhat.com> 18.12-1
- Version 18.12 (bcl)
- Remove grub 0.97 splash (bcl)
maliit-framework-0.93.0-1.fc18
------------------------------
* Mon Oct 29 2012 Peter Robinson <pbrobinson(a)fedoraproject.org> 0.93.0-1
- New 0.93.0 release
maliit-plugins-0.93.0-1.fc18
----------------------------
* Mon Oct 29 2012 Peter Robinson <pbrobinson(a)fedoraproject.org> 0.93.0-1
- 0.93.0 and update OLPC keyboard layouts patch
maven-project-info-reports-plugin-2.6-1.fc19
--------------------------------------------
* Mon Oct 29 2012 Mikolaj Izdebski <mizdebsk(a)redhat.com> - 2.6-1
- Update to upstream version 2.6
perl-Perl-Critic-Pulp-74-1.fc19
-------------------------------
* Mon Oct 29 2012 Petr Pisar <ppisar(a)redhat.com> - 74-1
- 74 bump
perl-Perl-Metrics-Simple-0.16-1.fc19
------------------------------------
* Mon Oct 29 2012 Petr Pisar <ppisar(a)redhat.com> - 0.16-1
- 0.16 bump
perl-Pod-Markdown-1.321-1.fc19
------------------------------
* Mon Oct 29 2012 Jitka Plesnikova <jplesnik(a)redhat.com> - 1.321-1
- 1.321 bump
perl-Probe-Perl-0.01-13.fc19
----------------------------
* Mon Oct 29 2012 Petr Pisar <ppisar(a)redhat.com> - 0.01-13
- Specify all dependencies
perl-Spiffy-0.31-2.fc19
-----------------------
* Mon Oct 29 2012 Petr Pisar <ppisar(a)redhat.com> - 0.31-2
- Package license
* Mon Oct 29 2012 Petr Pisar <ppisar(a)redhat.com> - 0.31-1
- 0.31 bump
- Modernize spec file
perl-Sub-Exporter-0.984-4.fc19
------------------------------
* Mon Oct 29 2012 Petr Pisar <ppisar(a)redhat.com> - 0.984-4
- Specify all dependencies
perl-Test-Moose-More-0.017-1.fc19
---------------------------------
* Mon Oct 29 2012 Petr Pisar <ppisar(a)redhat.com> - 0.017-1
- 0.017 bump
* Mon Oct 22 2012 Petr Pisar <ppisar(a)redhat.com> - 0.016-1
- 0.016 bump
perl-Test-Vars-0.002-2.fc19
---------------------------
* Thu Oct 25 2012 Jitka Plesnikova <jplesnik(a)redhat.com> - 0.002-2
- Specify all dependencies.
perl-Test-Without-Module-0.17-9.fc19
------------------------------------
* Fri Oct 26 2012 Jitka Plesnikova <jplesnik(a)redhat.com> - 0.17-9
- Specify all dependencies.
perl-Text-Diff-1.41-4.fc19
--------------------------
* Mon Oct 29 2012 Jitka Plesnikova <jplesnik(a)redhat.com> - 1.41-4
- Update license
perl-Text-WrapI18N-0.06-15.fc19
-------------------------------
* Mon Oct 29 2012 Jitka Plesnikova <jplesnik(a)redhat.com> - 0.06-15
- Add BR perl(Exporter)
perl-Tree-DAG_Node-1.06-15.fc19
-------------------------------
* Mon Oct 29 2012 Jitka Plesnikova <jplesnik(a)redhat.com> - 1.06-15
- Specify all dependencies
php-pear-MDB2-2.5.0-0.8.b5.fc19
-------------------------------
* Mon Oct 29 2012 Remi Collet <remi(a)fedoraproject.org> - 2.5.0-0.8.b5
- update to 2.5.0b5
* Wed Oct 24 2012 Remi Collet <remi(a)fedoraproject.org> - 2.5.0-0.7.b4
- update to 2.5.0b4
php-symfony2-ClassLoader-2.1.2-2.fc19
-------------------------------------
* Mon Oct 29 2012 Shawn Iwinski <shawn.iwinski(a)gmail.com> 2.1.2-2
- Added "%global pear_metadir" and usage in %install
- Changed RPM_BUILD_ROOT to %{buildroot}
php-symfony2-CssSelector-2.1.2-2.fc19
-------------------------------------
* Sun Oct 28 2012 Shawn Iwinski <shawn.iwinski(a)gmail.com> 2.1.2-2
- Added "%global pear_metadir" and usage in %install
- Changed RPM_BUILD_ROOT to %{buildroot}
- Changed name of patch from "tests-bootstrap.patch" to
"%{name}-tests-bootstrap.patch"
php-symfony2-DependencyInjection-2.1.2-2.fc19
---------------------------------------------
* Mon Oct 29 2012 Shawn Iwinski <shawn.iwinski(a)gmail.com> 2.1.2-2
- Added "%global pear_metadir" and usage in %install
- Changed RPM_BUILD_ROOT to %{buildroot}
php-symfony2-DomCrawler-2.1.2-2.fc19
------------------------------------
* Mon Oct 29 2012 Shawn Iwinski <shawn.iwinski(a)gmail.com> 2.1.2-2
- Added "%global pear_metadir" and usage in %install
- Changed RPM_BUILD_ROOT to %{buildroot}
php-symfony2-Filesystem-2.1.2-3.fc19
------------------------------------
* Mon Oct 29 2012 Shawn Iwinski <shawn.iwinski(a)gmail.com> 2.1.2-3
- Added "%global pear_metadir" and usage in %install
- Changed RPM_BUILD_ROOT to %{buildroot}
- Changed name of patch from "php-symfony2-Filesystem.tests.bootstrap.patch" to
"%{name}-tests-bootstrap.patch"
php-symfony2-Finder-2.1.2-2.fc19
--------------------------------
* Mon Oct 29 2012 Shawn Iwinski <shawn.iwinski(a)gmail.com> 2.1.2-2
- Added "%global pear_metadir" and usage in %install
- Changed RPM_BUILD_ROOT to %{buildroot}
- Changed name of patch from "php-symfony2-Finder-tests-bootstrap.patch" to
"%{name}-tests-bootstrap.patch"
php-symfony2-HttpFoundation-2.1.2-2.fc19
----------------------------------------
* Mon Oct 29 2012 Shawn Iwinski <shawn.iwinski(a)gmail.com> 2.1.2-2
- Added "%global pear_metadir" and usage in %install
- Changed RPM_BUILD_ROOT to %{buildroot}
php-symfony2-Locale-2.1.2-2.fc19
--------------------------------
* Mon Oct 29 2012 Shawn Iwinski <shawn.iwinski(a)gmail.com> 2.1.2-2
- Added "%global pear_metadir" and usage in %install
- Changed RPM_BUILD_ROOT to %{buildroot}
- Added %{with_tests} for build requires
php-symfony2-OptionsResolver-2.1.2-3.fc19
-----------------------------------------
* Mon Oct 29 2012 Shawn Iwinski <shawn.iwinski(a)gmail.com> 2.1.2-3
- Added "%global pear_metadir" and usage in %install
- Changed RPM_BUILD_ROOT to %{buildroot}
- Changed name of patch from "php-symfony2-OptionsResolver.tests.bootstrap.patch"
to "php-symfony2-OptionsResolver-tests-bootstrap.patch"
php-symfony2-Process-2.1.2-2.fc19
---------------------------------
* Mon Oct 29 2012 Shawn Iwinski <shawn.iwinski(a)gmail.com> 2.1.2-2
- Added "%global pear_metadir" and usage in %install
- Changed RPM_BUILD_ROOT to %{buildroot}
php-symfony2-Routing-2.1.2-2.fc19
---------------------------------
* Mon Oct 29 2012 Shawn Iwinski <shawn.iwinski(a)gmail.com> 2.1.2-2
- Added "%global pear_metadir" and usage in %install
- Changed RPM_BUILD_ROOT to %{buildroot}
php-symfony2-Serializer-2.1.2-2.fc19
------------------------------------
* Mon Oct 29 2012 Shawn Iwinski <shawn.iwinski(a)gmail.com> 2.1.2-2
- Added "%global pear_metadir" and usage in %install
- Changed RPM_BUILD_ROOT to %{buildroot}
php-symfony2-Templating-2.1.2-2.fc19
------------------------------------
* Mon Oct 29 2012 Shawn Iwinski <shawn.iwinski(a)gmail.com> 2.1.2-2
- Added "%global pear_metadir" and usage in %install
- Changed RPM_BUILD_ROOT to %{buildroot}
php-symfony2-Translation-2.1.2-2.fc19
-------------------------------------
* Mon Oct 29 2012 Shawn Iwinski <shawn.iwinski(a)gmail.com> 2.1.2-2
- Added "%global pear_metadir" and usage in %install
- Changed RPM_BUILD_ROOT to %{buildroot}
php-symfony2-Validator-2.1.2-2.fc19
-----------------------------------
* Mon Oct 29 2012 Shawn Iwinski <shawn.iwinski(a)gmail.com> 2.1.2-2
- Added "%global pear_metadir" and usage in %install
- Changed RPM_BUILD_ROOT to %{buildroot}
php-symfony2-Yaml-2.1.2-2.fc19
------------------------------
* Mon Oct 29 2012 Shawn Iwinski <shawn.iwinski(a)gmail.com> 2.1.2-2
- Added "%global pear_metadir" and usage in %install
- Changed RPM_BUILD_ROOT to %{buildroot}
plexus-compiler-1.9.2-1.fc19
----------------------------
* Mon Oct 29 2012 Mikolaj Izdebski <mizdebsk(a)redhat.com> - 0:1.9.2-1
- Update to upstream version 1.9.2
python-txzmq-0.6.1-2.fc19
-------------------------
* Mon Oct 29 2012 Ralph Bean <rbean(a)redhat.com> - 0.6.1-2
- Patch (again) to support older pyzmq on f17 and el6.
* Mon Oct 29 2012 Ralph Bean <rbean(a)redhat.com> - 0.6.1-1
- Upstream integrates zeromq3 support. Dropping patches.
roundcubemail-0.8.2-3.fc19
--------------------------
* Mon Oct 29 2012 Remi Collet <remi(a)fedoraproject.org> - 0.8.2-3
- fix configuration for httpd 2.4 (#871123)
* Sun Oct 28 2012 Remi Collet <remi(a)fedoraproject.org> - 0.8.2-2
- add fix for latest MDB2 (#870933)
rubygem-deltacloud-client-1.0.4-1.fc19
--------------------------------------
* Mon Oct 29 2012 Michal Fojtik <mfojtik(a)redhat.com> - 1.0.4-1
- Release 1.0.4
rubygem-rack-1.4.1-1.fc19
-------------------------
* Mon Oct 29 2012 Vít Ondruch <vondruch(a)redhat.com> - 1:1.4.1-1
- Update to Rack 1.4.1.
- Documentation moved into subpackage.
rubygem-treetop-1.4.11-1.fc19
-----------------------------
* Mon Oct 29 2012 Vít Ondruch <vondruch(a)redhat.com> - 1.4.11-1
- Update to treetop 1.4.11.
rubygem-tzinfo-0.3.34-1.fc19
----------------------------
* Mon Oct 29 2012 Vít Ondruch <vondruch(a)redhat.com> - 0.3.34-1
- Update to tzinfo 0.3.34.
security-menus-1.1.0-1.fc19
---------------------------
* Sun Oct 28 2012 Fabian Affolter <mail(a)fabian-affolter.ch> - 1.1.0-1
- Updated menu entries
- spec file updated
- Switched to Terminal instead of gnome-terminal
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.0.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Sat Mar 17 2012 Fabian Affolter <mail(a)fabian-affolter.ch> - 1.0.5-1
- Updated menu entries
smem-1.2-2.fc19
---------------
* Mon Oct 29 2012 Matthew Miller <mattdm(a)mattdm.org> - 1.2-2
- now we have an upstream tarball. thanks, upstream!
* Mon Oct 29 2012 Matthew Miller <mattdm(a)mattdm.org> - 1.2-1
- 1.2; no upstream tarball, but tagged in the hg repo.
- resolves bz #757908 (-m and -u fail as non-root)
- resolves bz #864504 (failure in presense of unknown uids)
wine-mono-0.0.8-1.fc19
----------------------
* Mon Oct 29 2012 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 0.0.8-1
- version upgrade
wordpress-3.5-0.3.beta2.fc19
----------------------------
* Mon Oct 29 2012 Remi Collet <rcollet(a)redhat.com> - 3.5-0.3.beta2
- use system PHPMailer
- requires needed php extensions
Summary:
Added Packages: 10
Removed Packages: 2
Upgraded Packages: 57
Compose finisheded at Tue Oct 30 09:57:12 UTC 2012
10 years, 11 months