Update to 1.1.0-1
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
parent
8fdc54edc9
commit
41037e2183
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@
|
||||
/dnf-plugins-core-1.0.0.tar.gz
|
||||
/dnf-plugins-core-1.0.1.tar.gz
|
||||
/dnf-plugins-core-1.0.2.tar.gz
|
||||
/dnf-plugins-core-1.1.0.tar.gz
|
||||
|
@ -9,7 +9,7 @@
|
||||
%endif
|
||||
|
||||
Name: dnf-plugins-core
|
||||
Version: 1.0.2
|
||||
Version: 1.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Core Plugins for DNF
|
||||
License: GPLv2+
|
||||
@ -33,8 +33,7 @@ Provides: dnf-command(reposync)
|
||||
%description
|
||||
Core Plugins for DNF. This package enhances DNF with builddep, config-manager,
|
||||
copr, debuginfo-install, download, needs-restarting, repoquery and
|
||||
reposync commands. Additionally provides generate_completion_cache and noroot
|
||||
passive plugins.
|
||||
reposync commands. Additionally provides generate_completion_cache passive plugin.
|
||||
|
||||
%package -n python2-%{name}
|
||||
Summary: Core Plugins for DNF
|
||||
@ -59,8 +58,7 @@ Conflicts: python-%{name} < %{version}-%{release}
|
||||
%description -n python2-%{name}
|
||||
Core Plugins for DNF, Python 2 interface. This package enhances DNF with builddep, copr,
|
||||
config-manager, debuginfo-install, download, needs-restarting, repoquery and
|
||||
reposync commands. Additionally provides generate_completion_cache and noroot
|
||||
passive plugins.
|
||||
reposync commands. Additionally provides generate_completion_cache passive plugin.
|
||||
|
||||
%if %{with python3}
|
||||
%package -n python3-%{name}
|
||||
@ -82,8 +80,7 @@ Conflicts: python-%{name} < %{version}-%{release}
|
||||
%description -n python3-%{name}
|
||||
Core Plugins for DNF. This package enhances DNF with builddep, config-manager,
|
||||
copr, debuginfo-install, download, needs-restarting, repoquery and
|
||||
reposync commands. Additionally provides generate_completion_cache and noroot
|
||||
passive plugins.
|
||||
reposync commands. Additionally provides generate_completion_cache passive plugins.
|
||||
%endif
|
||||
|
||||
%prep
|
||||
@ -147,6 +144,15 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Mar 21 2017 Igor Gnatenko <ignatenko@redhat.com> 1.1.0-1
|
||||
- dnf dowload --resolve should download everytime requested packages
|
||||
(RhBug:1276611) (stepasm)
|
||||
- builddep: install requirements by provides (RhBug:1332830) (Igor Gnatenko)
|
||||
- builddep: do not check GPG key of SRPM (RhBug:1431486) (Igor Gnatenko)
|
||||
- builddep: properly check for nosrc.rpm (Igor Gnatenko)
|
||||
- po: Update translations (RhBug:1429087) (Igor Gnatenko)
|
||||
- Remove noroot plugin that was move into dnf itself (Jaroslav Mracek)
|
||||
|
||||
* Mon Feb 20 2017 Jaroslav Mracek <jmracek@redhat.com> 1.0.2-1
|
||||
- bump version to 1.0.2 + update release notes (Jaroslav Mracek)
|
||||
- download: add --urlprotocols option (Dusty Mabe)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dnf-plugins-core-1.0.2.tar.gz) = 980937ab98df523f50b580e9f21ec74f3ec885634d276cad4c84da971517534cfcc5918aabb4e0954c5d2d0d3ff3a546ab8924339abc34a3134abf32c9a39b45
|
||||
SHA512 (dnf-plugins-core-1.1.0.tar.gz) = c36fc7ca1de0e4ea74dae2bd60a6cf0d1a789b35f212fe13377a19a05f79ba79553848d79a54b6755ca7ac55e3c58c178f299daaf0b0bc4734669da9fbec30e4
|
||||
|
Loading…
Reference in New Issue
Block a user