From 2247bef1877689702681162de664623ca6d919af Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mar 31 2015 17:43:46 +0000 Subject: 0.0.6-2 Signed-off-by: Igor Gnatenko --- diff --git a/.gitignore b/.gitignore index 3504a0e..77e6c9a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /dnf-plugins-extras-9731aee.tar.xz /dnf-plugins-extras-8cc6dbb.tar.xz /dnf-plugins-extras-d42291d.tar.xz +/dnf-plugins-extras-73bb143.tar.xz diff --git a/dnf-plugins-extras.spec b/dnf-plugins-extras.spec index c9b0ec2..b94df01 100644 --- a/dnf-plugins-extras.spec +++ b/dnf-plugins-extras.spec @@ -1,9 +1,9 @@ -%{!?gitrev: %global gitrev d42291d} +%{!?gitrev: %global gitrev 73bb143} %{!?dnf_version: %global dnf_version 0.6.4-2} Name: dnf-plugins-extras Version: 0.0.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Extras Plugins for DNF Group: System Environment/Base License: GPLv2+ @@ -35,7 +35,6 @@ BuildRequires: python2-devel Requires: python-dnf-plugins-extras-debug Requires: python-dnf-plugins-extras-local -Requires: python-dnf-plugins-extras-migrate Requires: python-dnf-plugins-extras-orphans Requires: python-dnf-plugins-extras-repoclosure Requires: python-dnf-plugins-extras-repograph @@ -58,7 +57,6 @@ BuildRequires: python3-sphinx Requires: python3-dnf-plugins-extras-debug Requires: python3-dnf-plugins-extras-local -Requires: python3-dnf-plugins-extras-migrate Requires: python3-dnf-plugins-extras-orphans Requires: python3-dnf-plugins-extras-repoclosure Requires: python3-dnf-plugins-extras-repograph @@ -147,6 +145,8 @@ packages to a repository on the local filesystem and generating repo metadata. %package -n python-dnf-plugins-extras-migrate Summary: Migrate Plugin for DNF Requires: python-dnf-plugins-extras-common = %{version}-%{release} +Requires: yum +Requires: dnf >= 0.6.5 %if 0%{?fedora} < 23 Provides: dnf-plugins-extras-migrate = %{version}-%{release} Obsoletes: dnf-plugins-extras-migrate <= 0.0.4-2 @@ -156,18 +156,6 @@ Obsoletes: dnf-plugins-extras-migrate <= 0.0.4-2 Migrate Plugin for DNF, Python 2 version. igrates yum's history, group and yumdb data to dnf. -%package -n python3-dnf-plugins-extras-migrate -Summary: Migrate Plugin for DNF -Requires: python3-dnf-plugins-extras-common = %{version}-%{release} -%if 0%{?fedora} >= 23 -Provides: dnf-plugins-extras-migrate = %{version}-%{release} -Obsoletes: dnf-plugins-extras-migrate <= 0.0.4-2 -%endif - -%description -n python3-dnf-plugins-extras-migrate -Migrate Plugin for DNF, Python 3 version. igrates yum's history, group and -yumdb data to dnf. - %package -n python-dnf-plugins-extras-orphans Summary: Orphans Plugin for DNF Requires: python-dnf-plugins-extras-common = %{version}-%{release} @@ -407,11 +395,6 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/ %{python_sitelib}/dnf-plugins/migrate.* %{_mandir}/man8/dnf.plugin.migrate.* -%files -n python3-dnf-plugins-extras-migrate -%{python3_sitelib}/dnf-plugins/migrate.* -%{python3_sitelib}/dnf-plugins/__pycache__/migrate.* -%{_mandir}/man8/dnf.plugin.migrate.* - %files -n python-dnf-plugins-extras-orphans %{python_sitelib}/dnf-plugins/orphans.* %{_mandir}/man8/dnf.plugin.orphans.* @@ -474,6 +457,13 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/ %{_mandir}/man8/dnf.plugin.tracer.* %changelog +* Tue Mar 31 2015 Igor Gnatenko - 0.0.6-2 +- migrate: set LANG env to C in system calls (Jan Silhan) +- migrate: added logging to history and groups process (Jan Silhan) +- doc: migrate: changed arguments to dnf migrate [all|groups|history|yumdb] (Radek Holy) +- migrate: added YUMDB support (Radek Holy) +- migrate: added groups support (Jan Silhan) + * Tue Mar 31 2015 Igor Gnatenko - 0.0.6-1 - doc: include orphans plugin to index (Igor Gnatenko) - po: update translations (Igor Gnatenko) diff --git a/sources b/sources index 7d1d07e..00de40e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e82c1b1e2a61c49408f6eb1b2d86c6c8 dnf-plugins-extras-d42291d.tar.xz +45521d55bd2b2e1a42e10ba3b9704542 dnf-plugins-extras-73bb143.tar.xz