From 8fe593e7010f3d87b68feb697068893ebebdd5b4 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 9 Jul 2014 01:32:15 -0500 Subject: [PATCH] Don't emit media labels with spaces in them. (pjones) --- .gitignore | 1 + pungi.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index da005bd9..7723cfeb 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ pungi-2.1.2.tar.bz2 /pungi-3.02.tar.bz2 /pungi-3.03.tar.bz2 /pungi-3.04.tar.bz2 +/pungi-3.05.tar.bz2 diff --git a/pungi.spec b/pungi.spec index ec8773f2..834f9649 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pungi -Version: 3.04 -Release: 3%{?dist} +Version: 3.05 +Release: 1%{?dist} Summary: Distribution compose tool Group: Development/Tools @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jul 08 2014 Dennis Gilmore - 3.05-1 +- Don't emit media labels with spaces in them. (pjones) + * Sat Jun 07 2014 Fedora Release Engineering - 3.04-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index eac191b5..c0693e95 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eec287bd1c6cda0c862a6a990e10e93d pungi-3.04.tar.bz2 +05be21f07dfc51897f6dab9106014ba6 pungi-3.05.tar.bz2