From 791534c033d6d772894d1b76e2049d6f1aefed64 Mon Sep 17 00:00:00 2001 From: Jan Silhan Date: Jan 26 2016 15:43:01 +0000 Subject: testing rpm rich dependencies --- diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index 3b94e9e..b5ccfe7 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -4,7 +4,7 @@ Name: dnf-plugins-core Version: 0.1.16 -Release: 1%{?snapshot}%{?dist} +Release: 2%{?snapshot}%{?dist} Summary: Core Plugins for DNF Group: System Environment/Base License: GPLv2+ @@ -74,6 +74,28 @@ config-manager, debuginfo-install, download, needs-restarting, repoquery and reposync commands. Additionally provides generate_completion_cache, noroot and protected_packages passive plugins. + +# testing rpm weak & rich dependencies for sake of langpacks +# https://fedorahosted.org/rel-eng/ticket/6336 +%package libreoffice-core +Summary: libreoffice +%description libreoffice-core +%{summary} +%files libreoffice-core + +%package libreoffice-core-langpacks-cz +Summary: cz langpack for libreoffice +Supplements: (dnf-plugins-core-libreoffice-core = %{version}-%{release} and dnf-plugins-core-langpacks-cz) +%description libreoffice-core-langpacks-cz +%{summary} +%files libreoffice-core-langpacks-cz + +%package langpacks-cz +Summary: cz language for langpacks +%description langpacks-cz +%{summary} +%files langpacks-cz + %prep %setup -q -n dnf-plugins-core-%{version} rm -rf py3 @@ -123,6 +145,9 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/ %{python3_sitelib}/dnfpluginscore/ %changelog +* Thu Jan 26 2016 Jan Silhan 0.1.16-2 +- testing rpm weak & rich deps features + * Mon Jan 25 2016 Jan Silhan 0.1.16-1 - zanata update (Jan Silhan) - AUTHORS: updated (Jan Silhan)