Revert "testing rpm rich dependencies"

This reverts commit 791534c033.
This commit is contained in:
Jan Silhan 2016-01-29 16:05:47 +01:00
parent 791534c033
commit f039f8299a

View File

@ -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 <jsilhan@redhat.com> 0.1.16-3
- revert testing rpm weak & rich deps features
* Thu Jan 26 2016 Jan Silhan <jsilhan@redhat.com> 0.1.16-2
- testing rpm weak & rich deps features