Update dnf-plugins-core to 0.1.10-1
This commit is contained in:
parent
1bb92780c6
commit
6228ed7e7f
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/dnf-plugins-core-0.1.7.tar.gz
|
||||
/dnf-plugins-core-0.1.8.tar.gz
|
||||
/dnf-plugins-core-0.1.9.tar.gz
|
||||
/dnf-plugins-core-0.1.10.tar.gz
|
||||
|
@ -1,8 +1,9 @@
|
||||
%{?!dnf_lowest_compatible: %global dnf_lowest_compatible 0.6.5}
|
||||
%{?!dnf_not_compatible: %global dnf_not_compatible 2.0}
|
||||
%global hawkey_version 0.5.9
|
||||
|
||||
Name: dnf-plugins-core
|
||||
Version: 0.1.9
|
||||
Version: 0.1.10
|
||||
Release: 1%{?snapshot}%{?dist}
|
||||
Summary: Core Plugins for DNF
|
||||
Group: System Environment/Base
|
||||
@ -49,6 +50,7 @@ BuildRequires: python-sphinx
|
||||
BuildRequires: python2-devel
|
||||
Requires: python-dnf >= %{dnf_lowest_compatible}
|
||||
Requires: python-dnf < %{dnf_not_compatible}
|
||||
Requires: python-hawkey >= hawkey_version
|
||||
%if 0%{?fedora} >= 23
|
||||
Requires: python-kickstart
|
||||
%else
|
||||
@ -71,6 +73,7 @@ BuildRequires: python3-nose
|
||||
BuildRequires: python3-sphinx
|
||||
Requires: python3-dnf >= %{dnf_lowest_compatible}
|
||||
Requires: python3-dnf < %{dnf_not_compatible}
|
||||
Requires: python3-hawkey >= hawkey_version
|
||||
Conflicts: dnf-plugins-core <= 0.1.5
|
||||
%description -n python3-dnf-plugins-core
|
||||
Core Plugins for DNF, Python 3 interface. This package enhance DNF with builddep, copr,
|
||||
@ -127,6 +130,30 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/
|
||||
%{python3_sitelib}/dnfpluginscore/
|
||||
|
||||
%changelog
|
||||
* Mon Aug 10 2015 Jan Silhan <jsilhan@redhat.com> 0.1.10-1
|
||||
- generate_completion_cache: use list for each insert (fixes regression
|
||||
introduced in e020c96) (Igor Gnatenko)
|
||||
- generate_completion_cache: store NEVRA insted of NA (RhBug:1226663) (Igor
|
||||
Gnatenko)
|
||||
- repoquery: weak deps queries (RhBug:1184930) (Michal Luscon)
|
||||
- builddep requires an argument (Michael Mraka)
|
||||
- disable c++ checks in rpmbuild (Michael Mraka)
|
||||
- path may contain unicode (RhBug:1234099) (Michael Mraka)
|
||||
- fail if no package match (RhBug:1241126) (Michael Mraka)
|
||||
- make --spec and --srpm mutually exclusive (Michael Mraka)
|
||||
- handle error message in python3 (RhBug:1218299) (Michael Mraka)
|
||||
- options to recognize spec/srpm files (RhBug:1241135) (Michael Mraka)
|
||||
- copr: set chmod to rw-r--r-- on repo files (Miroslav Suchý)
|
||||
- [copr] refactor duplicated lines (Jakub Kadlčík)
|
||||
- [copr] allow utf-8 user input (RhBug:1244125) (Jakub Kadlčík)
|
||||
- [copr] fix regression with handling `search` and `list` subcommands (Valentin
|
||||
Gologuzov)
|
||||
- [copr] terminate execution when failed to parse project name (Valentin
|
||||
Gologuzov)
|
||||
- [copr] unused import (Valentin Gologuzov)
|
||||
- [copr] subcommand `disable` now only set `enabled=0`, repo file could be
|
||||
deleted by new subcommand `remove` (Valentin Gologuzov)
|
||||
|
||||
* Wed Jun 24 2015 Michal Luscon <mluscon@redhat.com> 0.1.9-1
|
||||
- repoquery: add srpm option (RhBug:1186382) (Vladan Kudlac)
|
||||
- create repo files readable by users (RhBug:1228693) (Michael Mraka)
|
||||
|
Loading…
Reference in New Issue
Block a user