testing rpm rich dependencies
This commit is contained in:
parent
5aeab5bfb4
commit
791534c033
@ -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 <jsilhan@redhat.com> 0.1.16-2
|
||||
- testing rpm weak & rich deps features
|
||||
|
||||
* Mon Jan 25 2016 Jan Silhan <jsilhan@redhat.com> 0.1.16-1
|
||||
- zanata update (Jan Silhan)
|
||||
- AUTHORS: updated (Jan Silhan)
|
||||
|
Loading…
Reference in New Issue
Block a user