[pungi] Don't emit media labels with spaces in them. (pjones)

Dennis Gilmore ausil at fedoraproject.org
Wed Jul 9 06:32:01 UTC 2014


commit 8fe593e7010f3d87b68feb697068893ebebdd5b4
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Wed Jul 9 01:32:15 2014 -0500

    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 da005bd..7723cfe 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 ec8773f..834f964 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 <dennis at ausil.us> - 3.05-1
+- Don't emit media labels with spaces in them. (pjones)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.04-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index eac191b..c0693e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eec287bd1c6cda0c862a6a990e10e93d  pungi-3.04.tar.bz2
+05be21f07dfc51897f6dab9106014ba6  pungi-3.05.tar.bz2


More information about the scm-commits mailing list