From b11a8e5a909159301227b5cbe1da554bc1f3ca88 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 10 Mar 2015 16:14:44 -0500 Subject: [PATCH] switch to BSD style hashes for the iso checksums (dennis) - refactor to get better data into .treeinfo (dennis) - Add --nomacboot option (csieh) --- .gitignore | 1 + pungi.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ea0d4566..958b9a3e 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ pungi-2.1.2.tar.bz2 /pungi-3.11.tar.bz2 /pungi-3.12.tar.bz2 /pungi-3.13.tar.bz2 +/pungi-3.14.tar.bz2 diff --git a/pungi.spec b/pungi.spec index d9f4be28..11a10e06 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pungi -Version: 3.13 +Version: 3.14 Release: 1%{?dist} Summary: Distribution compose tool @@ -56,6 +56,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Mar 10 2015 Dennis Gilmore - 3.14-1 +- switch to BSD style hashes for the iso checksums (dennis) +- refactor to get better data into .treeinfo (dennis) +- Add --nomacboot option (csieh) + * Fri Dec 12 2014 Dennis Gilmore - 3.13-1 - Add support for --installpkgs (bcl) - Add a cmdline option to set the lorax config file (bcl) diff --git a/sources b/sources index f8de28ab..fff137f9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4609de9057defe74f33c803a2da166a1 pungi-3.13.tar.bz2 +b1fa4c6e85073b12440c5f113e9e7622 pungi-3.14.tar.bz2