Update dnf-plugins-core to 0.1.6-3
This commit is contained in:
parent
bc9c16bbfe
commit
1c45a01d15
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/dnf-plugins-core-c8940d0.tar.xz
|
||||
/dnf-plugins-core-351e094.tar.xz
|
||||
/dnf-plugins-core-f0f0cef.tar.xz
|
||||
/dnf-plugins-core-0.1.6.tar.gz
|
||||
|
@ -1,15 +1,14 @@
|
||||
%{!?gitrev: %global gitrev f0f0cef}
|
||||
%{?!dnf_version: %global dnf_version 0.6.4-2}
|
||||
%{?!dnf_version: %global dnf_version 0.6.5}
|
||||
|
||||
Name: dnf-plugins-core
|
||||
Version: 0.1.6
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Core Plugins for DNF
|
||||
Group: System Environment/Base
|
||||
License: GPLv2+
|
||||
URL: https://github.com/rpm-software-management/dnf-plugins-core
|
||||
# source archive is created by running package/archive from a git checkout
|
||||
Source0: dnf-plugins-core-%{gitrev}.tar.xz
|
||||
Source0: dnf-plugins-core-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gettext
|
||||
@ -67,7 +66,7 @@ reposync commands. Additionally provides generate_completion_cache, noroot and
|
||||
protected_packages passive plugins.
|
||||
|
||||
%prep
|
||||
%setup -q -n dnf-plugins-core
|
||||
%setup -q -n dnf-plugins-core-%{version}
|
||||
rm -rf py3
|
||||
mkdir ../py3
|
||||
cp -a . ../py3/
|
||||
@ -115,6 +114,33 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/
|
||||
%{python3_sitelib}/dnfpluginscore/
|
||||
|
||||
%changelog
|
||||
* Wed Apr 08 2015 Michal Luscon <mluscon@redhat.com> 0.1.6-3
|
||||
- doc: release notes 0.1.6 (Michal Luscon)
|
||||
- initialize to use tito (Michal Luscon)
|
||||
- prepare repo for tito build system (Michal Luscon)
|
||||
- migrate raw_input() to Python3 (RhBug:1208399) (Miroslav Suchý)
|
||||
- require dnf 0.6.5+ which contains duplicated/installonly queries (Michael Mraka)
|
||||
- implemented --duplicated and --installonly (Michael Mraka)
|
||||
- create --destdir if not exist (Michael Mraka)
|
||||
- repoquery: Added -s/--source switch, test case and documentation for querying source rpm name (Parag Nemade)
|
||||
- repoquery: Added documentation and test case for file switch (Parag Nemade)
|
||||
- spec: ship man pages in dnf-plugins-core metapackage (Jan Silhan)
|
||||
- debuginfo-install: support cases where src.rpm name != binary package name (Petr Spacek)
|
||||
- spec: added empty %files directive to generate rpm (Jan Silhan)
|
||||
- spec: adapt to pykickstart f23 package split (Jan Silhan)
|
||||
- spec: requires >= dnf version not = (Jan Silhan)
|
||||
- spec: python3 source code by default in f23+ (RhBug:1194725,1198442) (Jan Silhan)
|
||||
- use dnfpluginscore.lib.urlopen() (RhBug:1193047) (Miroslav Suchý)
|
||||
- implemented functionality of yum-config-manager (Michael Mraka)
|
||||
- repoquery: Added --file switch to show who owns the given file (RhBug:1196952) (Parag Nemade)
|
||||
- debuginfo-install: accept packages names specified as NEVRA (RhBug:1171046) (Petr Spacek)
|
||||
- repoquery: accept package names specified as NEVRA (RhBug:1179366) (Petr Spacek)
|
||||
- download: fix typo in 'No source rpm definded' (Petr Spacek)
|
||||
- download: accept package names ending with .src too (Petr Spacek)
|
||||
- download: Do not disable user-enabled repos (thanks Spacekpe) (Jan Silhan)
|
||||
- Add README to tests/ directory (Petr Spacek)
|
||||
- AUTHORS: updated (Jan Silhan)
|
||||
- download: fix package download on Python 3 (Petr Spacek)
|
||||
|
||||
* Tue Mar 10 2015 Jan Silhan <jsilhan@redhat.com> - 0.1.6-2
|
||||
- man pages moved into dnf-plugins-core subpackage
|
||||
@ -316,4 +342,3 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/
|
||||
|
||||
* Fri Dec 20 2013 Aleš Kozumplík <ales@redhat.com> - 0.0.1-1
|
||||
- The initial package version.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user