From f039f8299a46154066ef23be96b8eb8a1e4bb5df Mon Sep 17 00:00:00 2001 From: Jan Silhan Date: Fri, 29 Jan 2016 16:05:47 +0100 Subject: [PATCH] Revert "testing rpm rich dependencies" This reverts commit 791534c033d6d772894d1b76e2049d6f1aefed64. --- dnf-plugins-core.spec | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index b5ccfe7..08750f0 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -4,7 +4,7 @@ Name: dnf-plugins-core Version: 0.1.16 -Release: 2%{?snapshot}%{?dist} +Release: 3%{?snapshot}%{?dist} Summary: Core Plugins for DNF Group: System Environment/Base License: GPLv2+ @@ -74,28 +74,6 @@ 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 @@ -145,6 +123,9 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/ %{python3_sitelib}/dnfpluginscore/ %changelog +* Fri Jan 29 2016 Jan Silhan 0.1.16-3 +- revert testing rpm weak & rich deps features + * Thu Jan 26 2016 Jan Silhan 0.1.16-2 - testing rpm weak & rich deps features