From 80bb8a74ca34a490cc6b892d9e042d2129b0d2d7 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mar 14 2011 18:35:51 +0000 Subject: 0.2.2 --- diff --git a/.gitignore b/.gitignore index 553679c..20ac746 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /yum-langpacks-0.2.1.tar.gz +/yum-langpacks-0.2.2.tar.gz diff --git a/sources b/sources index ba41f07..47916be 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 0f03bef2a94f78fc962309384cfe2a5f yum-langpacks-0.2.1.tar.gz +8763043f74865d3b8f701fe670b37356 yum-langpacks-0.2.2.tar.gz diff --git a/yum-langpacks.spec b/yum-langpacks.spec index c61bada..f54e885 100644 --- a/yum-langpacks.spec +++ b/yum-langpacks.spec @@ -2,7 +2,7 @@ Summary: Langpacks plugin for yum Name: yum-langpacks -Version: 0.2.1 +Version: 0.2.2 Release: 1%{?dist} License: GPLv2+ Group: Development/Tools @@ -36,6 +36,9 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/langpacks.conf %changelog +* Mon Mar 14 2011 Bill Nottingham - 0.2.2-1 +- don't match in-progress updates as removals (#684817) + * Fri Mar 11 2011 Bill Nottingham - 0.2.1-1 - fix it to work on provides, not just names (#681747)