2018-03-20 22:11:44 +00:00
|
|
|
#
|
2018-03-21 09:57:28 +00:00
|
|
|
# spec file for package openSUSE
|
2018-03-20 22:11:44 +00:00
|
|
|
#
|
|
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
%define product openSUSE
|
|
|
|
#define betaversion %{nil}
|
|
|
|
%define codename Tumbleweed
|
|
|
|
Name: openSUSE-release
|
|
|
|
Version: 20180320
|
|
|
|
Release: 0
|
2018-03-21 01:13:04 +00:00
|
|
|
# 0 is the product release, not the build release of this package
|
2018-03-20 22:11:44 +00:00
|
|
|
Summary: openSUSE Tumbleweed
|
|
|
|
License: BSD-3-Clause
|
|
|
|
Group: System/Fhs
|
|
|
|
BuildRequires: skelcd-control-openSUSE
|
|
|
|
BuildRequires: skelcd-openSUSE
|
|
|
|
# /etc/issue is no longer a default file, but is auto-generated at bootup
|
|
|
|
Requires: issue-generator
|
|
|
|
#PreReq: coreutils
|
|
|
|
# the post scriptlets uses awk, boo#976913
|
|
|
|
Requires(post): awk
|
|
|
|
Requires(post): issue-generator
|
|
|
|
Recommends: branding-openSUSE
|
|
|
|
Suggests: java-1_8_0-openjdk
|
|
|
|
Suggests: mariadb
|
|
|
|
Suggests: mariadb-client
|
|
|
|
Conflicts: core-release <= 10
|
|
|
|
Conflicts: distribution-release
|
|
|
|
Conflicts: sled-release <= 10
|
|
|
|
Conflicts: sles-release <= 10
|
|
|
|
# Give zypp a hint that this product must be kept up-to-date using zypper dup, not up (boo#1061384)
|
|
|
|
Provides: aaa_version
|
|
|
|
Provides: distribution-release
|
|
|
|
Provides: suse-release = %{version}-%{release}
|
2018-03-21 01:13:04 +00:00
|
|
|
Provides: suse-release-oss = %{version}-%{release}
|
|
|
|
Provides: product-update() = dup
|
2018-03-20 22:11:44 +00:00
|
|
|
Obsoletes: aaa_version
|
|
|
|
Obsoletes: openSUSE-Promo-release <= 11.1
|
2018-03-21 01:13:04 +00:00
|
|
|
Obsoletes: openSUSE-release-live <= 11.0
|
2018-03-20 22:11:44 +00:00
|
|
|
Obsoletes: product_flavor(%{product}) < 20180320
|
|
|
|
# bnc#826592
|
|
|
|
Provides: weakremover(kernel-default) < 3.11
|
|
|
|
Provides: weakremover(kernel-desktop) < 4.2
|
2018-03-21 01:13:04 +00:00
|
|
|
Provides: weakremover(kernel-ec2) < 3.11
|
2018-03-20 22:11:44 +00:00
|
|
|
Provides: weakremover(kernel-pae) < 3.11
|
|
|
|
Provides: weakremover(kernel-vanilla) < 3.11
|
2018-03-21 01:13:04 +00:00
|
|
|
Provides: weakremover(kernel-xen) < 3.11
|
2018-03-20 22:11:44 +00:00
|
|
|
Provides: %name-%version
|
|
|
|
Provides: product() = openSUSE
|
|
|
|
Provides: product(openSUSE) = 20180320-0
|
|
|
|
%ifarch x86_64
|
|
|
|
Provides: product-register-target() = openSUSE%2DTumbleweed%2Dx86_64
|
|
|
|
%endif
|
|
|
|
%ifarch s390x
|
|
|
|
Provides: product-register-target() = openSUSE%2DTumbleweed%2Ds390x
|
|
|
|
%endif
|
|
|
|
%ifarch ppc64le
|
|
|
|
Provides: product-register-target() = openSUSE%2DTumbleweed%2Dppc64le
|
|
|
|
%endif
|
|
|
|
%ifarch aarch64
|
|
|
|
Provides: product-register-target() = openSUSE%2DTumbleweed%2Daarch64
|
|
|
|
%endif
|
|
|
|
Provides: product-label() = openSUSE
|
|
|
|
Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%3A20180320
|
|
|
|
Provides: product-url(releasenotes) = http%3A%2F%2Fdoc.opensuse.org%2Frelease%2Dnotes%2Fx86_64%2FopenSUSE%2FTumbleweed%2Frelease%2Dnotes%2DopenSUSE.rpm
|
|
|
|
Provides: product-url(repository) = http%3A%2F%2Fdownload.opensuse.org%2Ftumbleweed%2Frepo%2Foss%2F
|
|
|
|
Requires: product_flavor(openSUSE)
|
|
|
|
|
|
|
|
|
2018-03-21 09:57:28 +00:00
|
|
|
Provides: weakremover(844-ksc-pcf)
|
|
|
|
Provides: weakremover(CID-keyed-fonts-MOE)
|
|
|
|
Provides: weakremover(CID-keyed-fonts-Munhwa)
|
|
|
|
Provides: weakremover(CID-keyed-fonts-Wada)
|
|
|
|
Provides: weakremover(CID-keyed-fonts-WadaH)
|
|
|
|
Provides: weakremover(CodeAnalyst)
|
|
|
|
Provides: weakremover(ConsoleKit)
|
|
|
|
Provides: weakremover(ConsoleKit-32bit)
|
|
|
|
Provides: weakremover(ConsoleKit-devel)
|
|
|
|
Provides: weakremover(ConsoleKit-doc)
|
|
|
|
Provides: weakremover(ConsoleKit-x11)
|
|
|
|
Provides: weakremover(DirectFB)
|
|
|
|
Provides: weakremover(DirectFB-Mesa)
|
|
|
|
Provides: weakremover(DirectFB-devel)
|
|
|
|
Provides: weakremover(DirectFB-devel-32bit)
|
|
|
|
Provides: weakremover(DirectFB-doc)
|
|
|
|
Provides: weakremover(DirectFB-libSDL)
|
|
|
|
Provides: weakremover(DirectFB-libvncclient)
|
|
|
|
Provides: weakremover(IPCE)
|
|
|
|
Provides: weakremover(IPython-doc)
|
|
|
|
Provides: weakremover(JTOpen)
|
|
|
|
Provides: weakremover(JTOpen-doc)
|
|
|
|
Provides: weakremover(LibVNCServer)
|
|
|
|
Provides: weakremover(LibVNCServer-32bit)
|
|
|
|
Provides: weakremover(Mesa-devel-32bit)
|
|
|
|
Provides: weakremover(MesaGLw-devel)
|
|
|
|
Provides: weakremover(MozillaFirefox-branding-basedonopensuse)
|
|
|
|
Provides: weakremover(NetworkManager-strongswan-kde4)
|
|
|
|
Provides: weakremover(PackageKit-branding-basedonopensuse)
|
|
|
|
Provides: weakremover(PolicyKit)
|
|
|
|
Provides: weakremover(PolicyKit-32bit)
|
|
|
|
Provides: weakremover(PolicyKit-devel)
|
|
|
|
Provides: weakremover(PolicyKit-doc)
|
|
|
|
Provides: weakremover(PolicyKit-gnome)
|
|
|
|
Provides: weakremover(PolicyKit-gnome-demo)
|
|
|
|
Provides: weakremover(PolicyKit-gnome-devel)
|
|
|
|
Provides: weakremover(PolicyKit-gnome-doc)
|
|
|
|
Provides: weakremover(PolicyKit-gnome-lang)
|
|
|
|
Provides: weakremover(PolicyKit-gnome-libs)
|
|
|
|
Provides: weakremover(PolicyKit-gnome-libs-32bit)
|
|
|
|
Provides: weakremover(PolicyKit-gnome-tools)
|
|
|
|
Provides: weakremover(QtZeitgeist-devel)
|
|
|
|
Provides: weakremover(TeX-Guy)
|
|
|
|
Provides: weakremover(TeX-Guy-devel)
|
|
|
|
Provides: weakremover(Terminal)
|
|
|
|
Provides: weakremover(Terminal-doc)
|
|
|
|
Provides: weakremover(Terminal-lang)
|
|
|
|
Provides: weakremover(a2ps-perl-ja)
|
|
|
|
Provides: weakremover(aelfred-demo)
|
|
|
|
Provides: weakremover(agg-devel)
|
|
|
|
Provides: weakremover(akonadi-googledata)
|
|
|
|
Provides: weakremover(akonadi-googledata-lang)
|
|
|
|
Provides: weakremover(alarm-clock-applet)
|
|
|
|
Provides: weakremover(alarm-clock-applet-lang)
|
|
|
|
Provides: weakremover(alsamixergui)
|
|
|
|
Provides: weakremover(amor)
|
|
|
|
Provides: weakremover(antlr-csharp)
|
|
|
|
Provides: weakremover(apache2-itk)
|
|
|
|
Provides: weakremover(apache2-mod_auth_ntlm_winbind)
|
|
|
|
Provides: weakremover(apache2-mod_python)
|
|
|
|
Provides: weakremover(apache2-mod_tidy)
|
|
|
|
Provides: weakremover(apparmor-admin_en)
|
|
|
|
Provides: weakremover(apparmor-admin_en-pdf)
|
|
|
|
Provides: weakremover(apport)
|
|
|
|
Provides: weakremover(apport-crashdb-opensuse)
|
|
|
|
Provides: weakremover(apport-gtk)
|
|
|
|
Provides: weakremover(apport-qt)
|
|
|
|
Provides: weakremover(aria2-bash-completion)
|
|
|
|
Provides: weakremover(arista)
|
|
|
|
Provides: weakremover(arista-lang)
|
|
|
|
Provides: weakremover(arora)
|
|
|
|
Provides: weakremover(at-spi)
|
|
|
|
Provides: weakremover(at-spi-32bit)
|
|
|
|
Provides: weakremover(at-spi-devel)
|
|
|
|
Provides: weakremover(at-spi-doc)
|
|
|
|
Provides: weakremover(at-spi-lang)
|
|
|
|
Provides: weakremover(atspiuiasource)
|
|
|
|
Provides: weakremover(backintime-gnome)
|
|
|
|
Provides: weakremover(backintime-kde)
|
|
|
|
Provides: weakremover(baekmuk)
|
|
|
|
Provides: weakremover(baekmuk-ttf)
|
|
|
|
Provides: weakremover(bakefile)
|
|
|
|
Provides: weakremover(banshee)
|
|
|
|
Provides: weakremover(banshee-backend-engine-gstreamer)
|
|
|
|
Provides: weakremover(banshee-backend-io-gio)
|
|
|
|
Provides: weakremover(banshee-backend-platform-gnome)
|
|
|
|
Provides: weakremover(banshee-backend-platform-unix)
|
|
|
|
Provides: weakremover(banshee-community-extensions-common)
|
|
|
|
Provides: weakremover(banshee-community-extensions-common-lang)
|
|
|
|
Provides: weakremover(banshee-core)
|
|
|
|
Provides: weakremover(banshee-core-lang)
|
|
|
|
Provides: weakremover(banshee-devel)
|
|
|
|
Provides: weakremover(banshee-dmp)
|
|
|
|
Provides: weakremover(banshee-dmp-apple-devices)
|
|
|
|
Provides: weakremover(banshee-dmp-mtp)
|
|
|
|
Provides: weakremover(banshee-extension-alarmclock)
|
|
|
|
Provides: weakremover(banshee-extension-album-art-writer)
|
|
|
|
Provides: weakremover(banshee-extension-ampache)
|
|
|
|
Provides: weakremover(banshee-extension-awn)
|
|
|
|
Provides: weakremover(banshee-extension-coverwallpaper)
|
|
|
|
Provides: weakremover(banshee-extension-duplicate-song-detector)
|
|
|
|
Provides: weakremover(banshee-extension-jamendo)
|
|
|
|
Provides: weakremover(banshee-extension-karaoke)
|
|
|
|
Provides: weakremover(banshee-extension-lastfm-fingerprint)
|
|
|
|
Provides: weakremover(banshee-extension-lcd)
|
|
|
|
Provides: weakremover(banshee-extension-lirc)
|
|
|
|
Provides: weakremover(banshee-extension-liveradio)
|
|
|
|
Provides: weakremover(banshee-extension-lyrics)
|
|
|
|
Provides: weakremover(banshee-extension-magnatune)
|
|
|
|
Provides: weakremover(banshee-extension-mirage)
|
|
|
|
Provides: weakremover(banshee-extension-radiostationfetcher)
|
|
|
|
Provides: weakremover(banshee-extension-randomby-lastfm)
|
|
|
|
Provides: weakremover(banshee-extension-streamrecorder)
|
|
|
|
Provides: weakremover(banshee-extension-telepathy)
|
|
|
|
Provides: weakremover(banshee-extensions-boo)
|
|
|
|
Provides: weakremover(banshee-extensions-default)
|
|
|
|
Provides: weakremover(banshee-extensions-soundmenu)
|
|
|
|
Provides: weakremover(bayonne2)
|
|
|
|
Provides: weakremover(bayonne2-UsEng)
|
|
|
|
Provides: weakremover(bayonne2-devel)
|
|
|
|
Provides: weakremover(bcel-javadoc)
|
|
|
|
Provides: weakremover(bea-stax-javadoc)
|
|
|
|
Provides: weakremover(bind-libs-32bit)
|
|
|
|
Provides: weakremover(blas-32bit)
|
|
|
|
Provides: weakremover(blender-devel)
|
|
|
|
Provides: weakremover(blender-doc)
|
|
|
|
Provides: weakremover(blocxx-doc)
|
|
|
|
Provides: weakremover(bluedevil)
|
|
|
|
Provides: weakremover(bluedevil-lang)
|
|
|
|
Provides: weakremover(bluez-alsa)
|
|
|
|
Provides: weakremover(bluez-compat)
|
|
|
|
Provides: weakremover(bluez-gstreamer)
|
|
|
|
Provides: weakremover(boost-devel)
|
|
|
|
Provides: weakremover(boost-devel-32bit)
|
|
|
|
Provides: weakremover(boost-doc-html)
|
|
|
|
Provides: weakremover(boost-doc-man)
|
|
|
|
Provides: weakremover(boost-doc-pdf)
|
|
|
|
Provides: weakremover(boost-jam)
|
|
|
|
Provides: weakremover(boost-license1_46_1)
|
|
|
|
Provides: weakremover(bootcycle)
|
|
|
|
Provides: weakremover(bootp-DD2)
|
|
|
|
Provides: weakremover(bootsplash-branding-basedonopensuse)
|
|
|
|
Provides: weakremover(bootsplash-branding-openSUSE)
|
|
|
|
Provides: weakremover(branding-basedonopensuse)
|
|
|
|
Provides: weakremover(brltty-driver-at-spi)
|
|
|
|
Provides: weakremover(bsh2-src)
|
|
|
|
Provides: weakremover(bug-buddy)
|
|
|
|
Provides: weakremover(bug-buddy-32bit)
|
|
|
|
Provides: weakremover(bug-buddy-lang)
|
|
|
|
Provides: weakremover(bundle-lang-gnome-extras-ar)
|
|
|
|
Provides: weakremover(bundle-lang-gnome-extras-ca)
|
|
|
|
Provides: weakremover(bundle-lang-gnome-extras-cs)
|
|
|
|
Provides: weakremover(bundle-lang-gnome-extras-da)
|
|
|
|
Provides: weakremover(bundle-lang-gnome-extras-de)
|
|
|
|
Provides: weakremover(bundle-lang-gnome-extras-en)
|
|
|
|
Provides: weakremover(bundle-lang-gnome-extras-es)
|
|
|
|
Provides: weakremover(bundle-lang-gnome-extras-fi)
|
|
|
|
Provides: weakremover(bundle-lang-gnome-extras-fr)
|
|
|
|
Provides: weakremover(bundle-lang-gnome-extras-hu)
|
|
|
|
Provides: weakremover(bundle-lang-gnome-extras-it)
|
|
|
|
Provides: weakremover(bundle-lang-gnome-extras-ja)
|
|
|
|
Provides: weakremover(bundle-lang-gnome-extras-ko)
|
|
|
|
Provides: weakremover(bundle-lang-gnome-extras-nb)
|
|
|
|
Provides: weakremover(bundle-lang-gnome-extras-nl)
|
|
|
|
Provides: weakremover(bundle-lang-gnome-extras-pl)
|
|
|
|
Provides: weakremover(bundle-lang-gnome-extras-pt)
|
|
|
|
Provides: weakremover(bundle-lang-gnome-extras-ru)
|
|
|
|
Provides: weakremover(bundle-lang-gnome-extras-sv)
|
|
|
|
Provides: weakremover(bundle-lang-gnome-extras-zh)
|
|
|
|
Provides: weakremover(capisuite)
|
|
|
|
Provides: weakremover(castor)
|
|
|
|
Provides: weakremover(castor-demo)
|
|
|
|
Provides: weakremover(castor-doc)
|
|
|
|
Provides: weakremover(castor-javadoc)
|
|
|
|
Provides: weakremover(castor-test)
|
|
|
|
Provides: weakremover(castor-xml)
|
|
|
|
Provides: weakremover(ccaudio2)
|
|
|
|
Provides: weakremover(ccaudio2-devel)
|
|
|
|
Provides: weakremover(ccscript3)
|
|
|
|
Provides: weakremover(ccscript3-devel)
|
|
|
|
Provides: weakremover(cdk)
|
|
|
|
Provides: weakremover(cglib-demo)
|
|
|
|
Provides: weakremover(cglib-repolib)
|
|
|
|
Provides: weakremover(checkinstall)
|
|
|
|
Provides: weakremover(chkrootkit)
|
|
|
|
Provides: weakremover(chmsee)
|
|
|
|
Provides: weakremover(cint)
|
|
|
|
Provides: weakremover(clamav-db)
|
|
|
|
Provides: weakremover(cloog)
|
|
|
|
Provides: weakremover(cloog-devel)
|
|
|
|
Provides: weakremover(cloog-devel-32bit)
|
|
|
|
Provides: weakremover(cloop)
|
|
|
|
Provides: weakremover(cloop-kmp-default)
|
|
|
|
Provides: weakremover(cloop-kmp-desktop)
|
|
|
|
Provides: weakremover(cloop-kmp-pae)
|
|
|
|
Provides: weakremover(cloop-kmp-xen)
|
|
|
|
Provides: weakremover(clucene-core)
|
|
|
|
Provides: weakremover(clucene-core-32bit)
|
|
|
|
Provides: weakremover(cobertura)
|
|
|
|
Provides: weakremover(cobertura-javadoc)
|
|
|
|
Provides: weakremover(commoncpp2)
|
|
|
|
Provides: weakremover(commoncpp2-devel)
|
|
|
|
Provides: weakremover(commoncpp2-doc)
|
|
|
|
Provides: weakremover(compat)
|
|
|
|
Provides: weakremover(compat-32bit)
|
|
|
|
Provides: weakremover(compat-openssl097g)
|
|
|
|
Provides: weakremover(compat-openssl097g-32bit)
|
|
|
|
Provides: weakremover(compat-readline4)
|
|
|
|
Provides: weakremover(compiz-branding-basedonopensuse)
|
|
|
|
Provides: weakremover(compiz-kde4)
|
|
|
|
Provides: weakremover(computertemp)
|
|
|
|
Provides: weakremover(computertemp-lang)
|
|
|
|
Provides: weakremover(conduit)
|
|
|
|
Provides: weakremover(conduit-lang)
|
|
|
|
Provides: weakremover(conglomerate)
|
|
|
|
Provides: weakremover(conglomerate-doc)
|
|
|
|
Provides: weakremover(conglomerate-lang)
|
|
|
|
Provides: weakremover(convert)
|
|
|
|
Provides: weakremover(cook)
|
|
|
|
Provides: weakremover(cpp33)
|
|
|
|
Provides: weakremover(cpp46)
|
|
|
|
Provides: weakremover(cpufrequtils-32bit)
|
|
|
|
Provides: weakremover(cpufrequtils-bench)
|
|
|
|
Provides: weakremover(cpufrequtils-devel)
|
|
|
|
Provides: weakremover(crash-kmp-pae)
|
|
|
|
Provides: weakremover(crimson)
|
|
|
|
Provides: weakremover(crimson-demo)
|
|
|
|
Provides: weakremover(crimson-javadoc)
|
|
|
|
Provides: weakremover(crimson-manual)
|
|
|
|
Provides: weakremover(cross-alpha-binutils)
|
|
|
|
Provides: weakremover(cross-hppa-gcc-icecream-backend)
|
|
|
|
Provides: weakremover(cross-i386-gcc-icecream-backend)
|
|
|
|
Provides: weakremover(cross-ia64-gcc-icecream-backend)
|
|
|
|
Provides: weakremover(cross-ppc-gcc-icecream-backend)
|
|
|
|
Provides: weakremover(cross-ppc64-gcc-icecream-backend)
|
|
|
|
Provides: weakremover(cross-s390-gcc-icecream-backend)
|
|
|
|
Provides: weakremover(cross-s390x-gcc-icecream-backend)
|
|
|
|
Provides: weakremover(cross-x86_64-gcc-icecream-backend)
|
|
|
|
Provides: weakremover(crosscrash)
|
|
|
|
Provides: weakremover(cryptix)
|
|
|
|
Provides: weakremover(cryptix-asn1)
|
|
|
|
Provides: weakremover(cryptix-asn1-javadoc)
|
|
|
|
Provides: weakremover(cryptix-javadoc)
|
|
|
|
Provides: weakremover(crystalhd)
|
|
|
|
Provides: weakremover(crystalhd-kmp-default)
|
|
|
|
Provides: weakremover(crystalhd-kmp-desktop)
|
|
|
|
Provides: weakremover(crystalhd-kmp-pae)
|
|
|
|
Provides: weakremover(ctdb-devel)
|
|
|
|
Provides: weakremover(d-haven-event)
|
|
|
|
Provides: weakremover(d-haven-event-javadoc)
|
|
|
|
Provides: weakremover(d-haven-mpool)
|
|
|
|
Provides: weakremover(d-haven-mpool-javadoc)
|
|
|
|
Provides: weakremover(db-doc)
|
|
|
|
Provides: weakremover(db-utils)
|
|
|
|
Provides: weakremover(deb-lang)
|
|
|
|
Provides: weakremover(decibel-audio-player)
|
|
|
|
Provides: weakremover(decibel-audio-player-lang)
|
|
|
|
Provides: weakremover(device-mapper-32bit)
|
|
|
|
Provides: weakremover(devilspie)
|
|
|
|
Provides: weakremover(devilspie-lang)
|
|
|
|
Provides: weakremover(dhcpcd)
|
|
|
|
Provides: weakremover(diald)
|
|
|
|
Provides: weakremover(dietlibc)
|
|
|
|
Provides: weakremover(dirac-doc)
|
|
|
|
Provides: weakremover(dirdiff)
|
|
|
|
Provides: weakremover(djvulibre-djview3)
|
|
|
|
Provides: weakremover(doc-gnu-ko)
|
|
|
|
Provides: weakremover(dom2-core-tests-javadoc)
|
|
|
|
Provides: weakremover(dom4j-jarjar)
|
|
|
|
Provides: weakremover(dom4j-jarjar-repolib)
|
|
|
|
Provides: weakremover(dom4j-repolib)
|
|
|
|
Provides: weakremover(dovecot12)
|
|
|
|
Provides: weakremover(dovecot12-backend-mysql)
|
|
|
|
Provides: weakremover(dovecot12-backend-pgsql)
|
|
|
|
Provides: weakremover(dovecot12-backend-sqlite)
|
|
|
|
Provides: weakremover(dovecot12-devel)
|
|
|
|
Provides: weakremover(dovecot12-fts-lucene)
|
|
|
|
Provides: weakremover(dovecot12-fts-solr)
|
|
|
|
Provides: weakremover(dovecot20)
|
|
|
|
Provides: weakremover(dovecot20-backend-mysql)
|
|
|
|
Provides: weakremover(dovecot20-backend-pgsql)
|
|
|
|
Provides: weakremover(dovecot20-backend-sqlite)
|
|
|
|
Provides: weakremover(dovecot20-devel)
|
|
|
|
Provides: weakremover(dovecot20-fts-solr)
|
|
|
|
Provides: weakremover(dvb)
|
|
|
|
Provides: weakremover(dvbtune)
|
|
|
|
Provides: weakremover(dvgrab)
|
|
|
|
Provides: weakremover(dx)
|
|
|
|
Provides: weakremover(dx-data)
|
|
|
|
Provides: weakremover(dx-devel)
|
|
|
|
Provides: weakremover(dx-doc)
|
|
|
|
Provides: weakremover(dynamic-wallpaper-branding-basedonopensuse)
|
|
|
|
Provides: weakremover(ebview)
|
|
|
|
Provides: weakremover(edict-emacs)
|
|
|
|
Provides: weakremover(efont-serif-ttf)
|
|
|
|
Provides: weakremover(emacs-w3)
|
|
|
|
Provides: weakremover(emma)
|
|
|
|
Provides: weakremover(emma-javadoc)
|
|
|
|
Provides: weakremover(epdfview)
|
|
|
|
Provides: weakremover(epiphany-branding-basedonopensuse)
|
|
|
|
Provides: weakremover(epiphany-devel)
|
|
|
|
Provides: weakremover(epiphany-extensions)
|
|
|
|
Provides: weakremover(epiphany-extensions-lang)
|
|
|
|
Provides: weakremover(eric)
|
|
|
|
Provides: weakremover(esound-daemon)
|
|
|
|
Provides: weakremover(evoldap2-client)
|
|
|
|
Provides: weakremover(evoldap2-devel)
|
|
|
|
Provides: weakremover(evolution-ews-devel)
|
|
|
|
Provides: weakremover(evolution-exchange)
|
|
|
|
Provides: weakremover(evolution-exchange-lang)
|
|
|
|
Provides: weakremover(evolution-groupwise)
|
|
|
|
Provides: weakremover(evolution-groupwise-devel)
|
|
|
|
Provides: weakremover(evolution-sharp)
|
|
|
|
Provides: weakremover(evolution-tray)
|
|
|
|
Provides: weakremover(evolution-webcal)
|
|
|
|
Provides: weakremover(evolution-webcal-lang)
|
|
|
|
Provides: weakremover(excalibur)
|
|
|
|
Provides: weakremover(excalibur-avalon-framework)
|
|
|
|
Provides: weakremover(excalibur-avalon-framework-api)
|
|
|
|
Provides: weakremover(excalibur-avalon-framework-api-javadoc)
|
|
|
|
Provides: weakremover(excalibur-avalon-framework-impl)
|
|
|
|
Provides: weakremover(excalibur-avalon-framework-impl-javadoc)
|
|
|
|
Provides: weakremover(excalibur-avalon-framework-repolib)
|
|
|
|
Provides: weakremover(excalibur-avalon-logkit)
|
|
|
|
Provides: weakremover(excalibur-avalon-logkit-javadoc)
|
|
|
|
Provides: weakremover(excalibur-avalon-logkit-repolib)
|
|
|
|
Provides: weakremover(excalibur-component)
|
|
|
|
Provides: weakremover(excalibur-component-javadoc)
|
|
|
|
Provides: weakremover(excalibur-cornerstone-connection-api)
|
|
|
|
Provides: weakremover(excalibur-cornerstone-connection-api-javadoc)
|
|
|
|
Provides: weakremover(excalibur-cornerstone-connection-impl)
|
|
|
|
Provides: weakremover(excalibur-cornerstone-connection-impl-javadoc)
|
|
|
|
Provides: weakremover(excalibur-cornerstone-datasources-api)
|
|
|
|
Provides: weakremover(excalibur-cornerstone-datasources-api-javadoc)
|
|
|
|
Provides: weakremover(excalibur-cornerstone-datasources-impl)
|
|
|
|
Provides: weakremover(excalibur-cornerstone-datasources-impl-javadoc)
|
|
|
|
Provides: weakremover(excalibur-cornerstone-scheduler-api)
|
|
|
|
Provides: weakremover(excalibur-cornerstone-scheduler-api-javadoc)
|
|
|
|
Provides: weakremover(excalibur-cornerstone-scheduler-impl)
|
|
|
|
Provides: weakremover(excalibur-cornerstone-scheduler-impl-javadoc)
|
|
|
|
Provides: weakremover(excalibur-cornerstone-sockets-api)
|
|
|
|
Provides: weakremover(excalibur-cornerstone-sockets-api-javadoc)
|
|
|
|
Provides: weakremover(excalibur-cornerstone-sockets-impl)
|
|
|
|
Provides: weakremover(excalibur-cornerstone-sockets-impl-javadoc)
|
|
|
|
Provides: weakremover(excalibur-cornerstone-store-api)
|
|
|
|
Provides: weakremover(excalibur-cornerstone-store-api-javadoc)
|
|
|
|
Provides: weakremover(excalibur-cornerstone-store-impl)
|
|
|
|
Provides: weakremover(excalibur-cornerstone-store-impl-javadoc)
|
|
|
|
Provides: weakremover(excalibur-cornerstone-threads-api)
|
|
|
|
Provides: weakremover(excalibur-cornerstone-threads-api-javadoc)
|
|
|
|
Provides: weakremover(excalibur-cornerstone-threads-impl)
|
|
|
|
Provides: weakremover(excalibur-cornerstone-threads-impl-javadoc)
|
|
|
|
Provides: weakremover(excalibur-datasource)
|
|
|
|
Provides: weakremover(excalibur-datasource-javadoc)
|
|
|
|
Provides: weakremover(excalibur-event-api)
|
|
|
|
Provides: weakremover(excalibur-event-api-javadoc)
|
|
|
|
Provides: weakremover(excalibur-event-impl)
|
|
|
|
Provides: weakremover(excalibur-event-impl-javadoc)
|
|
|
|
Provides: weakremover(excalibur-fortress-bean)
|
|
|
|
Provides: weakremover(excalibur-fortress-bean-javadoc)
|
|
|
|
Provides: weakremover(excalibur-fortress-container-api)
|
|
|
|
Provides: weakremover(excalibur-fortress-container-api-javadoc)
|
|
|
|
Provides: weakremover(excalibur-fortress-container-impl)
|
|
|
|
Provides: weakremover(excalibur-fortress-container-impl-javadoc)
|
|
|
|
Provides: weakremover(excalibur-fortress-examples)
|
|
|
|
Provides: weakremover(excalibur-fortress-examples-javadoc)
|
|
|
|
Provides: weakremover(excalibur-fortress-meta)
|
|
|
|
Provides: weakremover(excalibur-fortress-meta-javadoc)
|
|
|
|
Provides: weakremover(excalibur-fortress-migration)
|
|
|
|
Provides: weakremover(excalibur-fortress-migration-javadoc)
|
|
|
|
Provides: weakremover(excalibur-fortress-testcase)
|
|
|
|
Provides: weakremover(excalibur-fortress-testcase-javadoc)
|
|
|
|
Provides: weakremover(excalibur-instrument-api)
|
|
|
|
Provides: weakremover(excalibur-instrument-api-javadoc)
|
|
|
|
Provides: weakremover(excalibur-instrument-client)
|
|
|
|
Provides: weakremover(excalibur-instrument-client-javadoc)
|
|
|
|
Provides: weakremover(excalibur-instrument-mgr-api)
|
|
|
|
Provides: weakremover(excalibur-instrument-mgr-api-javadoc)
|
|
|
|
Provides: weakremover(excalibur-instrument-mgr-http)
|
|
|
|
Provides: weakremover(excalibur-instrument-mgr-http-javadoc)
|
|
|
|
Provides: weakremover(excalibur-instrument-mgr-impl)
|
|
|
|
Provides: weakremover(excalibur-instrument-mgr-impl-javadoc)
|
|
|
|
Provides: weakremover(excalibur-lifecycle-api)
|
|
|
|
Provides: weakremover(excalibur-lifecycle-api-javadoc)
|
|
|
|
Provides: weakremover(excalibur-lifecycle-impl)
|
|
|
|
Provides: weakremover(excalibur-lifecycle-impl-javadoc)
|
|
|
|
Provides: weakremover(excalibur-logger)
|
|
|
|
Provides: weakremover(excalibur-logger-javadoc)
|
|
|
|
Provides: weakremover(excalibur-monitor)
|
|
|
|
Provides: weakremover(excalibur-monitor-javadoc)
|
|
|
|
Provides: weakremover(excalibur-pool-api)
|
|
|
|
Provides: weakremover(excalibur-pool-api-javadoc)
|
|
|
|
Provides: weakremover(excalibur-pool-impl)
|
|
|
|
Provides: weakremover(excalibur-pool-impl-javadoc)
|
|
|
|
Provides: weakremover(excalibur-pool-instrumented)
|
|
|
|
Provides: weakremover(excalibur-pool-instrumented-javadoc)
|
|
|
|
Provides: weakremover(excalibur-sourceresolve)
|
|
|
|
Provides: weakremover(excalibur-sourceresolve-javadoc)
|
|
|
|
Provides: weakremover(excalibur-store)
|
|
|
|
Provides: weakremover(excalibur-store-javadoc)
|
|
|
|
Provides: weakremover(excalibur-testcase)
|
|
|
|
Provides: weakremover(excalibur-testcase-javadoc)
|
|
|
|
Provides: weakremover(excalibur-thread-api)
|
|
|
|
Provides: weakremover(excalibur-thread-api-javadoc)
|
|
|
|
Provides: weakremover(excalibur-thread-impl)
|
|
|
|
Provides: weakremover(excalibur-thread-impl-javadoc)
|
|
|
|
Provides: weakremover(excalibur-thread-instrumented)
|
|
|
|
Provides: weakremover(excalibur-thread-instrumented-javadoc)
|
|
|
|
Provides: weakremover(excalibur-xmlutil)
|
|
|
|
Provides: weakremover(excalibur-xmlutil-javadoc)
|
|
|
|
Provides: weakremover(exo-branding-basedonopensuse)
|
|
|
|
Provides: weakremover(f-spot)
|
|
|
|
Provides: weakremover(f-spot-lang)
|
|
|
|
Provides: weakremover(facter)
|
|
|
|
Provides: weakremover(fam)
|
|
|
|
Provides: weakremover(fam-devel)
|
|
|
|
Provides: weakremover(fam-server)
|
|
|
|
Provides: weakremover(farsight2-data)
|
|
|
|
Provides: weakremover(farsight2-devel)
|
|
|
|
Provides: weakremover(fbset)
|
|
|
|
Provides: weakremover(ffado-doc)
|
|
|
|
Provides: weakremover(fftw3)
|
|
|
|
Provides: weakremover(fftw3-32bit)
|
|
|
|
Provides: weakremover(fftw3-mpi)
|
|
|
|
Provides: weakremover(fftw3-mpi-32bit)
|
|
|
|
Provides: weakremover(fftw3-openmp)
|
|
|
|
Provides: weakremover(fftw3-threads)
|
|
|
|
Provides: weakremover(fftw3-threads-32bit)
|
|
|
|
Provides: weakremover(file-32bit)
|
|
|
|
Provides: weakremover(fillmore)
|
|
|
|
Provides: weakremover(findbugs-manual)
|
|
|
|
Provides: weakremover(firebird-filesystem)
|
|
|
|
Provides: weakremover(firmwarekit)
|
|
|
|
Provides: weakremover(fkwnndev)
|
|
|
|
Provides: weakremover(flex-32bit)
|
|
|
|
Provides: weakremover(flex-old)
|
|
|
|
Provides: weakremover(foomatic-filters)
|
|
|
|
Provides: weakremover(fox16)
|
|
|
|
Provides: weakremover(freealut-32bit)
|
|
|
|
Provides: weakremover(freeglut)
|
|
|
|
Provides: weakremover(freeglut-32bit)
|
|
|
|
Provides: weakremover(freemarker)
|
|
|
|
Provides: weakremover(freemarker-javadoc)
|
|
|
|
Provides: weakremover(freemarker-manual)
|
|
|
|
Provides: weakremover(freenx-client)
|
|
|
|
Provides: weakremover(freeradius-server-dialupadmin)
|
|
|
|
Provides: weakremover(freqtweak)
|
|
|
|
Provides: weakremover(fribidi-32bit)
|
|
|
|
Provides: weakremover(fyre)
|
|
|
|
Provides: weakremover(gamix)
|
|
|
|
Provides: weakremover(gcalctool)
|
|
|
|
Provides: weakremover(gcalctool-lang)
|
|
|
|
Provides: weakremover(gcc33)
|
|
|
|
Provides: weakremover(gcc33-32bit)
|
|
|
|
Provides: weakremover(gcc33-c++)
|
|
|
|
Provides: weakremover(gcc33-fortran)
|
|
|
|
Provides: weakremover(gcc33-fortran-32bit)
|
|
|
|
Provides: weakremover(gcc33-info)
|
|
|
|
Provides: weakremover(gcc33-locale)
|
|
|
|
Provides: weakremover(gcc33-objc)
|
|
|
|
Provides: weakremover(gcc33-objc-32bit)
|
|
|
|
Provides: weakremover(gcc33-testresults)
|
|
|
|
Provides: weakremover(gcc46)
|
|
|
|
Provides: weakremover(gcc46-32bit)
|
|
|
|
Provides: weakremover(gcc46-ada)
|
|
|
|
Provides: weakremover(gcc46-ada-32bit)
|
|
|
|
Provides: weakremover(gcc46-c++)
|
|
|
|
Provides: weakremover(gcc46-fortran)
|
|
|
|
Provides: weakremover(gcc46-fortran-32bit)
|
|
|
|
Provides: weakremover(gcc46-gij)
|
|
|
|
Provides: weakremover(gcc46-gij-32bit)
|
|
|
|
Provides: weakremover(gcc46-info)
|
|
|
|
Provides: weakremover(gcc46-java)
|
|
|
|
Provides: weakremover(gcc46-locale)
|
|
|
|
Provides: weakremover(gcc46-obj-c++)
|
|
|
|
Provides: weakremover(gcc46-objc)
|
|
|
|
Provides: weakremover(gcc46-objc-32bit)
|
|
|
|
Provides: weakremover(gcc46-testresults)
|
|
|
|
Provides: weakremover(gconf2-branding-basedonopensuse)
|
|
|
|
Provides: weakremover(gd-32bit)
|
|
|
|
Provides: weakremover(gdm-branding-basedonopensuse)
|
|
|
|
Provides: weakremover(gdome2-devel)
|
|
|
|
Provides: weakremover(gedit-plugin-valencia)
|
|
|
|
Provides: weakremover(gegl-0_1)
|
|
|
|
Provides: weakremover(geoclue-gypsy)
|
|
|
|
Provides: weakremover(geronimo-specs-javadoc)
|
|
|
|
Provides: weakremover(gettext-tools-32bit)
|
|
|
|
Provides: weakremover(gftp)
|
|
|
|
Provides: weakremover(gftp-common)
|
|
|
|
Provides: weakremover(gftp-common-lang)
|
|
|
|
Provides: weakremover(gftp-text)
|
|
|
|
Provides: weakremover(gfxboot-branding-basedonopensuse)
|
|
|
|
Provides: weakremover(ghostscript-fonts-rus)
|
|
|
|
Provides: weakremover(ghostscript-ijs-devel)
|
|
|
|
Provides: weakremover(gimp-branding-basedonopensuse)
|
|
|
|
Provides: weakremover(gimp-branding-openSUSE)
|
|
|
|
Provides: weakremover(gimp-branding-upstream)
|
|
|
|
Provides: weakremover(gio-branding-basedonopensuse)
|
|
|
|
Provides: weakremover(gir-repository)
|
|
|
|
Provides: weakremover(gjdoc)
|
|
|
|
Provides: weakremover(glade3)
|
|
|
|
Provides: weakremover(glade3-catalog-libxfce4ui)
|
|
|
|
Provides: weakremover(glade3-catalog-mx-gtk)
|
|
|
|
Provides: weakremover(glade3-lang)
|
|
|
|
Provides: weakremover(glines)
|
|
|
|
Provides: weakremover(glines-lang)
|
|
|
|
Provides: weakremover(gmetadom-devel)
|
|
|
|
Provides: weakremover(gmime-tools)
|
|
|
|
Provides: weakremover(gmixer)
|
|
|
|
Provides: weakremover(gnash)
|
|
|
|
Provides: weakremover(gnash-devel)
|
|
|
|
Provides: weakremover(gnet)
|
|
|
|
Provides: weakremover(gnet-devel)
|
|
|
|
Provides: weakremover(gnet-doc)
|
|
|
|
Provides: weakremover(gnibbles)
|
|
|
|
Provides: weakremover(gnibbles-lang)
|
|
|
|
Provides: weakremover(gnome-activity-journal)
|
|
|
|
Provides: weakremover(gnome-activity-journal-lang)
|
|
|
|
Provides: weakremover(gnome-applets)
|
|
|
|
Provides: weakremover(gnome-applets-invest)
|
|
|
|
Provides: weakremover(gnome-applets-lang)
|
|
|
|
Provides: weakremover(gnome-audio)
|
|
|
|
Provides: weakremover(gnome-blog)
|
|
|
|
Provides: weakremover(gnome-blog-lang)
|
|
|
|
Provides: weakremover(gnome-bluetooth-plugins-geoclue)
|
|
|
|
Provides: weakremover(gnome-control-center-branding-basedonopensuse)
|
|
|
|
Provides: weakremover(gnome-games-extra-data)
|
|
|
|
Provides: weakremover(gnome-games-recommended)
|
|
|
|
Provides: weakremover(gnome-games-support)
|
|
|
|
Provides: weakremover(gnome-games-support-lang)
|
|
|
|
Provides: weakremover(gnome-gmail)
|
|
|
|
Provides: weakremover(gnome-gmail-lang)
|
|
|
|
Provides: weakremover(gnome-media)
|
|
|
|
Provides: weakremover(gnome-media-lang)
|
|
|
|
Provides: weakremover(gnome-menus-branding-basedonopensuse)
|
|
|
|
Provides: weakremover(gnome-menus-editor)
|
|
|
|
Provides: weakremover(gnome-menus-legacy-devel)
|
|
|
|
Provides: weakremover(gnome-netspeed-applet)
|
|
|
|
Provides: weakremover(gnome-netspeed-applet-lang)
|
|
|
|
Provides: weakremover(gnome-panel)
|
|
|
|
Provides: weakremover(gnome-panel-branding-basedonopensuse)
|
|
|
|
Provides: weakremover(gnome-panel-branding-openSUSE)
|
|
|
|
Provides: weakremover(gnome-panel-branding-upstream)
|
|
|
|
Provides: weakremover(gnome-panel-devel)
|
|
|
|
Provides: weakremover(gnome-panel-doc)
|
|
|
|
Provides: weakremover(gnome-panel-extras)
|
|
|
|
Provides: weakremover(gnome-panel-lang)
|
|
|
|
Provides: weakremover(gnome-pilot)
|
|
|
|
Provides: weakremover(gnome-pilot-conduits)
|
|
|
|
Provides: weakremover(gnome-pilot-conduits-lang)
|
|
|
|
Provides: weakremover(gnome-pilot-devel)
|
|
|
|
Provides: weakremover(gnome-pilot-lang)
|
|
|
|
Provides: weakremover(gnome-pty-helper)
|
|
|
|
Provides: weakremover(gnome-screensaver)
|
|
|
|
Provides: weakremover(gnome-screensaver-lang)
|
|
|
|
Provides: weakremover(gnome-session-fallback-session)
|
|
|
|
Provides: weakremover(gnome-settings-daemon-polkit-datetime)
|
|
|
|
Provides: weakremover(gnome-shell-extension-alt-status-menu)
|
|
|
|
Provides: weakremover(gnome-shell-search-provider-openSUSE-packages)
|
|
|
|
Provides: weakremover(gnome-themes-standard-lang)
|
|
|
|
Provides: weakremover(gnome-utils)
|
|
|
|
Provides: weakremover(gnome-utils-lang)
|
|
|
|
Provides: weakremover(gnome-vfsmm)
|
|
|
|
Provides: weakremover(gnome-vfsmm-devel)
|
|
|
|
Provides: weakremover(gnome-web-photo)
|
|
|
|
Provides: weakremover(gnome-web-photo-lang)
|
|
|
|
Provides: weakremover(gnome2-look-and-feel)
|
|
|
|
Provides: weakremover(gnomine)
|
|
|
|
Provides: weakremover(gnomine-lang)
|
|
|
|
Provides: weakremover(gnu-crypto-javadoc)
|
|
|
|
Provides: weakremover(gnuboy)
|
|
|
|
Provides: weakremover(go-go-gtk)
|
|
|
|
Provides: weakremover(go-goauth2)
|
|
|
|
Provides: weakremover(go-httplib.go)
|
|
|
|
Provides: weakremover(go-kate)
|
|
|
|
Provides: weakremover(go-mustache.go)
|
|
|
|
Provides: weakremover(go-web.go)
|
|
|
|
Provides: weakremover(gobby04)
|
|
|
|
Provides: weakremover(gobby04-lang)
|
|
|
|
Provides: weakremover(gourmet)
|
|
|
|
Provides: weakremover(gourmet-lang)
|
|
|
|
Provides: weakremover(gpm-32bit)
|
|
|
|
Provides: weakremover(grantlee-devel)
|
|
|
|
Provides: weakremover(graphviz-sharp)
|
|
|
|
Provides: weakremover(gsd)
|
|
|
|
Provides: weakremover(gsf-sharp)
|
|
|
|
Provides: weakremover(gstreamer-0_10)
|
|
|
|
Provides: weakremover(gstreamer-0_10-32bit)
|
|
|
|
Provides: weakremover(gstreamer-0_10-devel)
|
|
|
|
Provides: weakremover(gstreamer-0_10-doc)
|
|
|
|
Provides: weakremover(gstreamer-0_10-lang)
|
|
|
|
Provides: weakremover(gstreamer-0_10-libnice)
|
|
|
|
Provides: weakremover(gstreamer-0_10-plugin-crystalhd)
|
|
|
|
Provides: weakremover(gstreamer-0_10-plugin-esd)
|
|
|
|
Provides: weakremover(gstreamer-0_10-plugin-esd-32bit)
|
|
|
|
Provides: weakremover(gstreamer-0_10-plugin-gnomevfs)
|
|
|
|
Provides: weakremover(gstreamer-0_10-plugin-gnonlin)
|
|
|
|
Provides: weakremover(gstreamer-0_10-plugin-gnonlin-32bit)
|
|
|
|
Provides: weakremover(gstreamer-0_10-plugin-gnonlin-doc)
|
|
|
|
Provides: weakremover(gstreamer-0_10-plugins-bad)
|
|
|
|
Provides: weakremover(gstreamer-0_10-plugins-bad-32bit)
|
|
|
|
Provides: weakremover(gstreamer-0_10-plugins-bad-devel)
|
|
|
|
Provides: weakremover(gstreamer-0_10-plugins-bad-doc)
|
|
|
|
Provides: weakremover(gstreamer-0_10-plugins-bad-lang)
|
|
|
|
Provides: weakremover(gstreamer-0_10-plugins-base)
|
|
|
|
Provides: weakremover(gstreamer-0_10-plugins-base-32bit)
|
|
|
|
Provides: weakremover(gstreamer-0_10-plugins-base-devel)
|
|
|
|
Provides: weakremover(gstreamer-0_10-plugins-base-doc)
|
|
|
|
Provides: weakremover(gstreamer-0_10-plugins-base-lang)
|
|
|
|
Provides: weakremover(gstreamer-0_10-plugins-gl)
|
|
|
|
Provides: weakremover(gstreamer-0_10-plugins-gl-32bit)
|
|
|
|
Provides: weakremover(gstreamer-0_10-plugins-gl-devel)
|
|
|
|
Provides: weakremover(gstreamer-0_10-plugins-gl-lang)
|
|
|
|
Provides: weakremover(gstreamer-0_10-plugins-good)
|
|
|
|
Provides: weakremover(gstreamer-0_10-plugins-good-32bit)
|
|
|
|
Provides: weakremover(gstreamer-0_10-plugins-good-doc)
|
|
|
|
Provides: weakremover(gstreamer-0_10-plugins-good-extra)
|
|
|
|
Provides: weakremover(gstreamer-0_10-plugins-good-extra-32bit)
|
|
|
|
Provides: weakremover(gstreamer-0_10-plugins-good-lang)
|
|
|
|
Provides: weakremover(gstreamer-0_10-plugins-ugly)
|
|
|
|
Provides: weakremover(gstreamer-0_10-plugins-ugly-32bit)
|
|
|
|
Provides: weakremover(gstreamer-0_10-plugins-ugly-doc)
|
|
|
|
Provides: weakremover(gstreamer-0_10-plugins-ugly-lang)
|
|
|
|
Provides: weakremover(gstreamer-0_10-utils)
|
|
|
|
Provides: weakremover(gtk-vnc2-lang)
|
|
|
|
Provides: weakremover(gtk2-branding-basedonopensuse)
|
|
|
|
Provides: weakremover(gtk2-engine-svg)
|
|
|
|
Provides: weakremover(gtk2-engine-svg-32bit)
|
|
|
|
Provides: weakremover(gtk2-engines-32bit)
|
|
|
|
Provides: weakremover(gtk2-themes)
|
|
|
|
Provides: weakremover(gtk3-branding-basedonopensuse)
|
|
|
|
Provides: weakremover(gtk3-theming-engine-adwaita)
|
|
|
|
Provides: weakremover(gtkmathview)
|
|
|
|
Provides: weakremover(gtkmathview-devel)
|
|
|
|
Provides: weakremover(gtkpbbuttons)
|
|
|
|
Provides: weakremover(gtksourceviewmm2-devel)
|
|
|
|
Provides: weakremover(gurlchecker)
|
|
|
|
Provides: weakremover(gurlchecker-doc)
|
|
|
|
Provides: weakremover(gurlchecker-lang)
|
|
|
|
Provides: weakremover(gwc)
|
|
|
|
Provides: weakremover(gwibber)
|
|
|
|
Provides: weakremover(gwibber-devel)
|
|
|
|
Provides: weakremover(hamster-applet-lang)
|
|
|
|
Provides: weakremover(hanterm-xf)
|
|
|
|
Provides: weakremover(hawk-templates)
|
|
|
|
Provides: weakremover(herqq-devel)
|
|
|
|
Provides: weakremover(hicolor-icon-theme-branding-basedonopensuse)
|
|
|
|
Provides: weakremover(horde3)
|
|
|
|
Provides: weakremover(horde3-dimp)
|
|
|
|
Provides: weakremover(horde3-eleusis)
|
|
|
|
Provides: weakremover(horde3-gollem)
|
|
|
|
Provides: weakremover(horde3-imp)
|
|
|
|
Provides: weakremover(horde3-ingo)
|
|
|
|
Provides: weakremover(horde3-kronolith)
|
|
|
|
Provides: weakremover(horde3-mimp)
|
|
|
|
Provides: weakremover(horde3-mnemo)
|
|
|
|
Provides: weakremover(horde3-nag)
|
|
|
|
Provides: weakremover(horde3-passwd)
|
|
|
|
Provides: weakremover(horde3-turba)
|
|
|
|
Provides: weakremover(horde4)
|
|
|
|
Provides: weakremover(horde4-content)
|
|
|
|
Provides: weakremover(horde4-imp)
|
|
|
|
Provides: weakremover(horde4-ingo)
|
|
|
|
Provides: weakremover(horde4-kronolith)
|
|
|
|
Provides: weakremover(horde4-mnemo)
|
|
|
|
Provides: weakremover(horde4-nag)
|
|
|
|
Provides: weakremover(horde4-timeobjects)
|
|
|
|
Provides: weakremover(horde4-turba)
|
|
|
|
Provides: weakremover(ht2html)
|
|
|
|
Provides: weakremover(hunspell-32bit)
|
|
|
|
Provides: weakremover(hunspell-static)
|
|
|
|
Provides: weakremover(hylafax)
|
|
|
|
Provides: weakremover(hylafax-client)
|
|
|
|
Provides: weakremover(ibmasm)
|
|
|
|
Provides: weakremover(ibus-table-chinese)
|
|
|
|
Provides: weakremover(icc-profiles-scp-argyll)
|
|
|
|
Provides: weakremover(icc-profiles-scp-fogra)
|
|
|
|
Provides: weakremover(icc-profiles-scp-oysonar)
|
|
|
|
Provides: weakremover(icc-profiles-scp-yamma)
|
|
|
|
Provides: weakremover(identity-abstraction)
|
|
|
|
Provides: weakremover(ifolder3)
|
|
|
|
Provides: weakremover(ifolder3-devel)
|
|
|
|
Provides: weakremover(img2eps)
|
|
|
|
Provides: weakremover(install-initrd)
|
|
|
|
Provides: weakremover(install-initrd-branding-basedonopensuse)
|
|
|
|
Provides: weakremover(iprutils)
|
|
|
|
Provides: weakremover(iptables-devel)
|
|
|
|
Provides: weakremover(irssi-extra)
|
|
|
|
Provides: weakremover(iscan-free)
|
|
|
|
Provides: weakremover(iscsitarget-kmp-default)
|
|
|
|
Provides: weakremover(iscsitarget-kmp-desktop)
|
|
|
|
Provides: weakremover(iscsitarget-kmp-pae)
|
|
|
|
Provides: weakremover(iscsitarget-kmp-xen)
|
|
|
|
Provides: weakremover(isdngw)
|
|
|
|
Provides: weakremover(isns)
|
|
|
|
Provides: weakremover(istanbul)
|
|
|
|
Provides: weakremover(istanbul-lang)
|
|
|
|
Provides: weakremover(itcl-32bit)
|
|
|
|
Provides: weakremover(itext)
|
|
|
|
Provides: weakremover(itext-javadoc)
|
|
|
|
Provides: weakremover(itext-manual)
|
|
|
|
Provides: weakremover(jakarta-commons-beanutils-javadoc)
|
|
|
|
Provides: weakremover(jakarta-commons-collections-javadoc)
|
|
|
|
Provides: weakremover(jakarta-commons-collections-testframework)
|
|
|
|
Provides: weakremover(jakarta-commons-collections-testframework-javadoc)
|
|
|
|
Provides: weakremover(jakarta-commons-collections-tomcat5)
|
|
|
|
Provides: weakremover(jakarta-commons-dbcp-javadoc)
|
|
|
|
Provides: weakremover(jakarta-commons-el)
|
|
|
|
Provides: weakremover(jakarta-commons-el-javadoc)
|
|
|
|
Provides: weakremover(jakarta-commons-httpclient3-demo)
|
|
|
|
Provides: weakremover(jakarta-commons-httpclient3-javadoc)
|
|
|
|
Provides: weakremover(jakarta-commons-httpclient3-manual)
|
|
|
|
Provides: weakremover(jakarta-commons-io-javadoc)
|
|
|
|
Provides: weakremover(jakarta-commons-lang-javadoc)
|
|
|
|
Provides: weakremover(jakarta-commons-logging-javadoc)
|
|
|
|
Provides: weakremover(jakarta-commons-pool-javadoc)
|
|
|
|
Provides: weakremover(jakarta-commons-pool-tomcat5)
|
|
|
|
Provides: weakremover(jakarta-commons-transaction-javadoc)
|
|
|
|
Provides: weakremover(jakarta-commons-validator-javadoc)
|
|
|
|
Provides: weakremover(jasper5)
|
|
|
|
Provides: weakremover(jasper5-javadoc)
|
|
|
|
Provides: weakremover(java-1_6_0-openjdk)
|
|
|
|
Provides: weakremover(java-1_6_0-openjdk-demo)
|
|
|
|
Provides: weakremover(java-1_6_0-openjdk-devel)
|
|
|
|
Provides: weakremover(java-1_6_0-openjdk-javadoc)
|
|
|
|
Provides: weakremover(java-1_6_0-openjdk-src)
|
|
|
|
Provides: weakremover(java-cup-javadoc)
|
|
|
|
Provides: weakremover(javadict)
|
|
|
|
Provides: weakremover(jetty5)
|
|
|
|
Provides: weakremover(jetty5-demo)
|
|
|
|
Provides: weakremover(jetty5-javadoc)
|
|
|
|
Provides: weakremover(jetty5-manual)
|
|
|
|
Provides: weakremover(jflex-javadoc)
|
|
|
|
Provides: weakremover(jlex-javadoc)
|
|
|
|
Provides: weakremover(jline-javadoc)
|
|
|
|
Provides: weakremover(jpeg8)
|
|
|
|
Provides: weakremover(jpilot)
|
|
|
|
Provides: weakremover(jpilot-Backup)
|
|
|
|
Provides: weakremover(jpilot-devel)
|
|
|
|
Provides: weakremover(jrefactory)
|
|
|
|
Provides: weakremover(js)
|
|
|
|
Provides: weakremover(js-devel)
|
|
|
|
Provides: weakremover(jtidy-javadoc)
|
|
|
|
Provides: weakremover(jtools)
|
|
|
|
Provides: weakremover(kadu-globalhotkeys)
|
|
|
|
Provides: weakremover(kadu-lednotify)
|
|
|
|
Provides: weakremover(kadu-messagessplitter)
|
|
|
|
Provides: weakremover(kadu-networkping)
|
|
|
|
Provides: weakremover(kadu-nextinfo)
|
|
|
|
Provides: weakremover(kadu-panelkadu)
|
|
|
|
Provides: weakremover(kadu-senthistory)
|
|
|
|
Provides: weakremover(kate-devel)
|
|
|
|
Provides: weakremover(kate-tools)
|
|
|
|
Provides: weakremover(kcharselect-doc)
|
|
|
|
Provides: weakremover(kcm_gtk)
|
|
|
|
Provides: weakremover(kde3-amarok)
|
|
|
|
Provides: weakremover(kde3-amarok-lang)
|
|
|
|
Provides: weakremover(kde3-amarok-libvisual)
|
|
|
|
Provides: weakremover(kde3-amarok-xine)
|
|
|
|
Provides: weakremover(kde3-celestia)
|
|
|
|
Provides: weakremover(kde3-gtk-qt-engine)
|
|
|
|
Provides: weakremover(kde3-kaffeine-gstreamer)
|
|
|
|
Provides: weakremover(kde3-klamav)
|
|
|
|
Provides: weakremover(kde3-kmess)
|
|
|
|
Provides: weakremover(kde4-kapptemplate)
|
|
|
|
Provides: weakremover(kde4-l10n-ca@valencia)
|
|
|
|
Provides: weakremover(kde4-l10n-kn)
|
|
|
|
Provides: weakremover(kde4-l10n-th)
|
|
|
|
Provides: weakremover(kde4-printer-applet)
|
|
|
|
Provides: weakremover(kdeartwork4-colorschemes)
|
|
|
|
Provides: weakremover(kdeartwork4-decorations)
|
|
|
|
Provides: weakremover(kdeartwork4-decorations-aurorae)
|
|
|
|
Provides: weakremover(kdeartwork4-desktopthemes)
|
|
|
|
Provides: weakremover(kdeartwork4-emoticons)
|
|
|
|
Provides: weakremover(kdeartwork4-icons)
|
|
|
|
Provides: weakremover(kdeartwork4-icons-mono)
|
|
|
|
Provides: weakremover(kdeartwork4-screensaver)
|
|
|
|
Provides: weakremover(kdeartwork4-sounds)
|
|
|
|
Provides: weakremover(kdeartwork4-styles)
|
|
|
|
Provides: weakremover(kdeartwork4-wallpapers)
|
|
|
|
Provides: weakremover(kdeartwork4-wallpapers-large)
|
|
|
|
Provides: weakremover(kdeartwork4-wallpapers-weather)
|
|
|
|
Provides: weakremover(kdebase3-SuSE-branding-basedonopensuse)
|
|
|
|
Provides: weakremover(kdebase4-nsplugin)
|
|
|
|
Provides: weakremover(kdebase4-runtime-branding-basedonopensuse)
|
|
|
|
Provides: weakremover(kdebase4-runtime-branding-upstream)
|
|
|
|
Provides: weakremover(kdebase4-runtime-xine)
|
|
|
|
Provides: weakremover(kdebase4-wallpapers)
|
|
|
|
Provides: weakremover(kdebase4-workspace-branding-basedonopensuse)
|
|
|
|
Provides: weakremover(kdebase4-workspace-branding-upstream)
|
|
|
|
Provides: weakremover(kdebindings3)
|
|
|
|
Provides: weakremover(kdebindings3-java)
|
|
|
|
Provides: weakremover(kdebindings3-javascript)
|
|
|
|
Provides: weakremover(kdebindings3-javascript-devel)
|
|
|
|
Provides: weakremover(kdebindings3-perl)
|
|
|
|
Provides: weakremover(kdebindings3-ruby)
|
|
|
|
Provides: weakremover(kdegraphics-strigi-analyzer)
|
|
|
|
Provides: weakremover(kdelibs3-devel-doc)
|
|
|
|
Provides: weakremover(kdelibs4-branding-basedonopensuse)
|
|
|
|
Provides: weakremover(kdepasswd)
|
|
|
|
Provides: weakremover(kdepim4)
|
|
|
|
Provides: weakremover(kdesdk4-strigi)
|
|
|
|
Provides: weakremover(kdevelop4)
|
|
|
|
Provides: weakremover(kdevelop4-devel)
|
|
|
|
Provides: weakremover(kdevelop4-lang)
|
|
|
|
Provides: weakremover(kdevelop4-pg-qt)
|
|
|
|
Provides: weakremover(kdevelop4-pg-qt-devel)
|
|
|
|
Provides: weakremover(kdevelop4-plugins-php)
|
|
|
|
Provides: weakremover(kdevelop4-plugins-php-doc)
|
|
|
|
Provides: weakremover(kdm-branding-basedonopensuse)
|
|
|
|
Provides: weakremover(kdrill)
|
|
|
|
Provides: weakremover(kernel-ec2-extra)
|
|
|
|
Provides: weakremover(kerneloops)
|
|
|
|
Provides: weakremover(kerneloops-applet)
|
|
|
|
Provides: weakremover(kget-devel)
|
|
|
|
Provides: weakremover(kiax)
|
|
|
|
Provides: weakremover(kigo-doc)
|
|
|
|
Provides: weakremover(kio_svn)
|
|
|
|
Provides: weakremover(kio_sysinfo)
|
|
|
|
Provides: weakremover(kio_sysinfo-branding-basedonopensuse)
|
|
|
|
Provides: weakremover(kio_sysinfo-branding-openSUSE)
|
|
|
|
Provides: weakremover(kio_sysinfo-branding-upstream)
|
|
|
|
Provides: weakremover(kiosktool)
|
|
|
|
Provides: weakremover(kiosktool-doc)
|
|
|
|
Provides: weakremover(kiosktool-lang)
|
|
|
|
Provides: weakremover(kiwi-instsource-plugins-openSUSE-11-2)
|
|
|
|
Provides: weakremover(kiwi-instsource-plugins-openSUSE-11-3)
|
|
|
|
Provides: weakremover(kiwi-instsource-plugins-openSUSE-12-1)
|
|
|
|
Provides: weakremover(kmtrace)
|
|
|
|
Provides: weakremover(knode)
|
|
|
|
Provides: weakremover(koffice2)
|
|
|
|
Provides: weakremover(koffice2-devel)
|
|
|
|
Provides: weakremover(koffice2-doc)
|
|
|
|
Provides: weakremover(koffice2-karbon)
|
|
|
|
Provides: weakremover(koffice2-kexi)
|
|
|
|
Provides: weakremover(koffice2-kformula)
|
|
|
|
Provides: weakremover(koffice2-kplato)
|
|
|
|
Provides: weakremover(koffice2-kpresenter)
|
|
|
|
Provides: weakremover(koffice2-krita)
|
|
|
|
Provides: weakremover(koffice2-kspread)
|
|
|
|
Provides: weakremover(koffice2-kthesaurus)
|
|
|
|
Provides: weakremover(koffice2-kword)
|
|
|
|
Provides: weakremover(koffice2-l10n-ca)
|
|
|
|
Provides: weakremover(koffice2-l10n-ca-doc)
|
|
|
|
Provides: weakremover(koffice2-l10n-ca@valencia)
|
|
|
|
Provides: weakremover(koffice2-l10n-da)
|
|
|
|
Provides: weakremover(koffice2-l10n-da-doc)
|
|
|
|
Provides: weakremover(koffice2-l10n-de)
|
|
|
|
Provides: weakremover(koffice2-l10n-de-doc)
|
|
|
|
Provides: weakremover(koffice2-l10n-el)
|
|
|
|
Provides: weakremover(koffice2-l10n-en_GB)
|
|
|
|
Provides: weakremover(koffice2-l10n-en_GB-doc)
|
|
|
|
Provides: weakremover(koffice2-l10n-es)
|
|
|
|
Provides: weakremover(koffice2-l10n-es-doc)
|
|
|
|
Provides: weakremover(koffice2-l10n-et)
|
|
|
|
Provides: weakremover(koffice2-l10n-et-doc)
|
|
|
|
Provides: weakremover(koffice2-l10n-fr)
|
|
|
|
Provides: weakremover(koffice2-l10n-fr-doc)
|
|
|
|
Provides: weakremover(koffice2-l10n-gl)
|
|
|
|
Provides: weakremover(koffice2-l10n-hu)
|
|
|
|
Provides: weakremover(koffice2-l10n-it)
|
|
|
|
Provides: weakremover(koffice2-l10n-it-doc)
|
|
|
|
Provides: weakremover(koffice2-l10n-ja)
|
|
|
|
Provides: weakremover(koffice2-l10n-kk)
|
|
|
|
Provides: weakremover(koffice2-l10n-nb)
|
|
|
|
Provides: weakremover(koffice2-l10n-nds)
|
|
|
|
Provides: weakremover(koffice2-l10n-nl)
|
|
|
|
Provides: weakremover(koffice2-l10n-nl-doc)
|
|
|
|
Provides: weakremover(koffice2-l10n-pl)
|
|
|
|
Provides: weakremover(koffice2-l10n-pt)
|
|
|
|
Provides: weakremover(koffice2-l10n-pt-doc)
|
|
|
|
Provides: weakremover(koffice2-l10n-pt_BR)
|
|
|
|
Provides: weakremover(koffice2-l10n-pt_BR-doc)
|
|
|
|
Provides: weakremover(koffice2-l10n-ru)
|
|
|
|
Provides: weakremover(koffice2-l10n-ru-doc)
|
|
|
|
Provides: weakremover(koffice2-l10n-sv)
|
|
|
|
Provides: weakremover(koffice2-l10n-sv-doc)
|
|
|
|
Provides: weakremover(koffice2-l10n-tr)
|
|
|
|
Provides: weakremover(koffice2-l10n-uk)
|
|
|
|
Provides: weakremover(koffice2-l10n-wa)
|
|
|
|
Provides: weakremover(koffice2-l10n-zh_CN)
|
|
|
|
Provides: weakremover(koffice2-l10n-zh_TW)
|
|
|
|
Provides: weakremover(kolorlines)
|
|
|
|
Provides: weakremover(kompozer)
|
|
|
|
Provides: weakremover(kprofilemethod)
|
|
|
|
Provides: weakremover(krb5-appl-clients)
|
|
|
|
Provides: weakremover(krb5-appl-servers)
|
|
|
|
Provides: weakremover(krecord)
|
|
|
|
Provides: weakremover(kremotecontrol-doc)
|
|
|
|
Provides: weakremover(kreversi-doc)
|
|
|
|
Provides: weakremover(ksaneplugin)
|
|
|
|
Provides: weakremover(ksnapshot)
|
|
|
|
Provides: weakremover(ksplashx-branding-basedonopensuse)
|
|
|
|
Provides: weakremover(kstartperf)
|
|
|
|
Provides: weakremover(ksymoops)
|
|
|
|
Provides: weakremover(ktimer-doc)
|
|
|
|
Provides: weakremover(ktimetracker)
|
|
|
|
Provides: weakremover(ktray)
|
|
|
|
Provides: weakremover(ktux)
|
|
|
|
Provides: weakremover(kwrite-doc)
|
|
|
|
Provides: weakremover(labltk)
|
|
|
|
Provides: weakremover(lapack-32bit)
|
|
|
|
Provides: weakremover(ldapjdk)
|
|
|
|
Provides: weakremover(ldapjdk-javadoc)
|
|
|
|
Provides: weakremover(ldapsmb)
|
|
|
|
Provides: weakremover(libEMF)
|
|
|
|
Provides: weakremover(libFLAC++5)
|
|
|
|
Provides: weakremover(libFLAC++5-32bit)
|
|
|
|
Provides: weakremover(libFLAC7)
|
|
|
|
Provides: weakremover(libFLAC7-32bit)
|
|
|
|
Provides: weakremover(libGLEW1_6)
|
|
|
|
Provides: weakremover(libGLEW1_6-32bit)
|
|
|
|
Provides: weakremover(libGammu7)
|
|
|
|
Provides: weakremover(libGraphicsMagick++3)
|
|
|
|
Provides: weakremover(libGraphicsMagick3)
|
|
|
|
Provides: weakremover(libGraphicsMagickWand2)
|
|
|
|
Provides: weakremover(libHBAAPI2)
|
|
|
|
Provides: weakremover(libHBAAPI2-devel)
|
|
|
|
Provides: weakremover(libHUpnp1)
|
|
|
|
Provides: weakremover(libHX27)
|
|
|
|
Provides: weakremover(libHX27-32bit)
|
|
|
|
Provides: weakremover(libIlmImf6)
|
|
|
|
Provides: weakremover(libIlmImf6-32bit)
|
|
|
|
Provides: weakremover(libMagick++5)
|
|
|
|
Provides: weakremover(libMagickCore5)
|
|
|
|
Provides: weakremover(libMagickCore5-32bit)
|
|
|
|
Provides: weakremover(libMagickWand5)
|
|
|
|
Provides: weakremover(libMagickWand5-32bit)
|
|
|
|
Provides: weakremover(libOggFLAC++2)
|
|
|
|
Provides: weakremover(libOggFLAC++2-32bit)
|
|
|
|
Provides: weakremover(libOggFLAC3)
|
|
|
|
Provides: weakremover(libOggFLAC3-32bit)
|
|
|
|
Provides: weakremover(libOpenCOLLADA0)
|
|
|
|
Provides: weakremover(libQtGStreamer-0_10-devel)
|
|
|
|
Provides: weakremover(libQtSolutions_SOAP-2_7-1)
|
|
|
|
Provides: weakremover(libSDL_gfx13)
|
|
|
|
Provides: weakremover(libSDL_gfx13-32bit)
|
|
|
|
Provides: weakremover(libXi6-devel-32bit)
|
|
|
|
Provides: weakremover(libaal-1_0-5)
|
|
|
|
Provides: weakremover(libabiword-2_8)
|
|
|
|
Provides: weakremover(libabiword-2_8-devel)
|
|
|
|
Provides: weakremover(libada46)
|
|
|
|
Provides: weakremover(libada46-32bit)
|
|
|
|
Provides: weakremover(libadolc1)
|
|
|
|
Provides: weakremover(libadolc1-32bit)
|
|
|
|
Provides: weakremover(libagg2)
|
|
|
|
Provides: weakremover(libagg2-32bit)
|
|
|
|
Provides: weakremover(libaio-32bit)
|
|
|
|
Provides: weakremover(libalkimia4)
|
|
|
|
Provides: weakremover(libao-plugin4-arts)
|
|
|
|
Provides: weakremover(libao-plugin4-arts-32bit)
|
|
|
|
Provides: weakremover(libao-plugin4-esd)
|
|
|
|
Provides: weakremover(libao-plugin4-esd-32bit)
|
|
|
|
Provides: weakremover(libarchive2)
|
|
|
|
Provides: weakremover(libarchive2-32bit)
|
|
|
|
Provides: weakremover(libarmadillo2)
|
|
|
|
Provides: weakremover(libarmadillo2-32bit)
|
|
|
|
Provides: weakremover(libass4)
|
|
|
|
Provides: weakremover(libass4-32bit)
|
|
|
|
Provides: weakremover(libattica0)
|
|
|
|
Provides: weakremover(libattica0-32bit)
|
|
|
|
Provides: weakremover(libaubio2)
|
|
|
|
Provides: weakremover(libaubio2-32bit)
|
|
|
|
Provides: weakremover(libaudiofile0)
|
|
|
|
Provides: weakremover(libaudiofile0-32bit)
|
|
|
|
Provides: weakremover(libaudit0)
|
|
|
|
Provides: weakremover(libblocxx-devel)
|
|
|
|
Provides: weakremover(libblocxx-devel-32bit)
|
|
|
|
Provides: weakremover(libblocxx6)
|
|
|
|
Provides: weakremover(libblocxx6-32bit)
|
|
|
|
Provides: weakremover(libbluedevil-devel)
|
|
|
|
Provides: weakremover(libbluedevil1)
|
|
|
|
Provides: weakremover(libboinc6)
|
|
|
|
Provides: weakremover(libboost_date_time1_46_1)
|
|
|
|
Provides: weakremover(libboost_date_time1_46_1-32bit)
|
|
|
|
Provides: weakremover(libboost_filesystem1_46_1)
|
|
|
|
Provides: weakremover(libboost_filesystem1_46_1-32bit)
|
|
|
|
Provides: weakremover(libboost_graph1_46_1)
|
|
|
|
Provides: weakremover(libboost_graph1_46_1-32bit)
|
|
|
|
Provides: weakremover(libboost_iostreams1_46_1)
|
|
|
|
Provides: weakremover(libboost_iostreams1_46_1-32bit)
|
|
|
|
Provides: weakremover(libboost_math1_46_1)
|
|
|
|
Provides: weakremover(libboost_math1_46_1-32bit)
|
|
|
|
Provides: weakremover(libboost_mpi1_46_1)
|
|
|
|
Provides: weakremover(libboost_mpi1_46_1-32bit)
|
|
|
|
Provides: weakremover(libboost_program_options1_46_1)
|
|
|
|
Provides: weakremover(libboost_program_options1_46_1-32bit)
|
|
|
|
Provides: weakremover(libboost_python1_46_1)
|
|
|
|
Provides: weakremover(libboost_python1_46_1-32bit)
|
|
|
|
Provides: weakremover(libboost_random1_46_1)
|
|
|
|
Provides: weakremover(libboost_random1_46_1-32bit)
|
|
|
|
Provides: weakremover(libboost_regex1_46_1)
|
|
|
|
Provides: weakremover(libboost_regex1_46_1-32bit)
|
|
|
|
Provides: weakremover(libboost_serialization1_46_1)
|
|
|
|
Provides: weakremover(libboost_serialization1_46_1-32bit)
|
|
|
|
Provides: weakremover(libboost_signals1_46_1)
|
|
|
|
Provides: weakremover(libboost_signals1_46_1-32bit)
|
|
|
|
Provides: weakremover(libboost_system1_46_1)
|
|
|
|
Provides: weakremover(libboost_system1_46_1-32bit)
|
|
|
|
Provides: weakremover(libboost_test1_46_1)
|
|
|
|
Provides: weakremover(libboost_test1_46_1-32bit)
|
|
|
|
Provides: weakremover(libboost_thread1_46_1)
|
|
|
|
Provides: weakremover(libboost_thread1_46_1-32bit)
|
|
|
|
Provides: weakremover(libboost_wave1_46_1)
|
|
|
|
Provides: weakremover(libboost_wave1_46_1-32bit)
|
|
|
|
Provides: weakremover(libbotan-1_10-0)
|
|
|
|
Provides: weakremover(libbotan-1_10-0-32bit)
|
|
|
|
Provides: weakremover(libbrlapi0_5)
|
|
|
|
Provides: weakremover(libbtctl-devel)
|
|
|
|
Provides: weakremover(libbtctl-lang)
|
|
|
|
Provides: weakremover(libbtctl6)
|
|
|
|
Provides: weakremover(libcaca-csharp)
|
|
|
|
Provides: weakremover(libcamel-1_2-29)
|
|
|
|
Provides: weakremover(libcamel-1_2-29-32bit)
|
|
|
|
Provides: weakremover(libccrtp2)
|
|
|
|
Provides: weakremover(libcdaudio-32bit)
|
|
|
|
Provides: weakremover(libcdio12)
|
|
|
|
Provides: weakremover(libcdio12-32bit)
|
|
|
|
Provides: weakremover(libcdio12-mini)
|
|
|
|
Provides: weakremover(libcdio_cdda0)
|
|
|
|
Provides: weakremover(libcdio_paranoia0)
|
|
|
|
Provides: weakremover(libcfitsio0)
|
|
|
|
Provides: weakremover(libcheese-gtk20)
|
|
|
|
Provides: weakremover(libcheese1)
|
|
|
|
Provides: weakremover(libchewing)
|
|
|
|
Provides: weakremover(libcloog0)
|
|
|
|
Provides: weakremover(libcloog0-32bit)
|
|
|
|
Provides: weakremover(libclutter-glx-1_0-0-32bit)
|
|
|
|
Provides: weakremover(libclutter-gst-1_0-0)
|
|
|
|
Provides: weakremover(libclutter-gst-1_0-0-32bit)
|
|
|
|
Provides: weakremover(libcogl-pango0)
|
|
|
|
Provides: weakremover(libcogl-pango0-32bit)
|
|
|
|
Provides: weakremover(libcogl5)
|
|
|
|
Provides: weakremover(libcogl5-32bit)
|
|
|
|
Provides: weakremover(libcollectdclient0)
|
|
|
|
Provides: weakremover(libcollection2)
|
|
|
|
Provides: weakremover(libcollection2-32bit)
|
|
|
|
Provides: weakremover(libcolord1)
|
|
|
|
Provides: weakremover(libcolord1-32bit)
|
|
|
|
Provides: weakremover(libcompizconfig-backend-gconf)
|
|
|
|
Provides: weakremover(libcppunit-1_12-0)
|
|
|
|
Provides: weakremover(libcppunit-1_12-0-32bit)
|
|
|
|
Provides: weakremover(libcppunit-devel-32bit)
|
|
|
|
Provides: weakremover(libcryptopp9)
|
|
|
|
Provides: weakremover(libcryptsetup1)
|
|
|
|
Provides: weakremover(libcryptsetup1-32bit)
|
|
|
|
Provides: weakremover(libctemplate0)
|
|
|
|
Provides: weakremover(libdar-4)
|
|
|
|
Provides: weakremover(libdbh-4_5-4)
|
|
|
|
Provides: weakremover(libdbi0)
|
|
|
|
Provides: weakremover(libdbi0-32bit)
|
|
|
|
Provides: weakremover(libdconf0)
|
|
|
|
Provides: weakremover(libdconf0-32bit)
|
|
|
|
Provides: weakremover(libdee-1_0-1)
|
|
|
|
Provides: weakremover(libdirectfb-1_4-5)
|
|
|
|
Provides |