[pungi] rename binaries (dennis)

Dennis Gilmore ausil at fedoraproject.org
Thu Mar 12 18:25:43 UTC 2015


commit b2b45637747e64fe2b8cb23ee0d64ce4e0392457
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Thu Mar 12 13:25:48 2015 -0500

    rename binaries (dennis)
    
    - Add the option to pass a custom path for the multilib config files (bcl)
    - Call lorax as a process not a library (bcl)
    - Close child fds when using subprocess (bcl)
    - fixup setup.py and MANIFEST.in to make a useable tarball (dennis)
    - switch to BSD style hashes for the iso checksums (dennis)
    - refactor to get better data into .treeinfo (dennis)
    - Initial code merge for Pungi 4.0. (dmach)
    - Initial changes for Pungi 4.0. (dmach)
    - Add --nomacboot option (csieh)

 pungi.spec | 14 +++++++++++++-
 sources    |  2 +-
 2 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/pungi.spec b/pungi.spec
index 4208906..2f6062c 100644
--- a/pungi.spec
+++ b/pungi.spec
@@ -1,6 +1,6 @@
 Name:           pungi
 Version:        4.0
-Release:        0.2%{?dist}.git320724e
+Release:        0.3%{?dist}.git320724e
 Summary:        Distribution compose tool
 
 Group:          Development/Tools
@@ -53,6 +53,18 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Mar 12 2015 Dennis Gilmore <dennis at ausil.us> - 4.0-0.3.gita3158ec
+- rename binaries (dennis)
+- Add the option to pass a custom path for the multilib config files (bcl)
+- Call lorax as a process not a library (bcl)
+- Close child fds when using subprocess (bcl)
+- fixup setup.py and MANIFEST.in to make a useable tarball (dennis)
+- switch to BSD style hashes for the iso checksums (dennis)
+- refactor to get better data into .treeinfo (dennis)
+- Initial code merge for Pungi 4.0. (dmach)
+- Initial changes for Pungi 4.0. (dmach)
+- Add --nomacboot option (csieh)
+
 * Thu Mar 12 2015 Dennis Gilmore <dennis at ausil.us> - 4.0-0.2.git320724e
 - update git snapshot to switch to executing lorax since it is using dnf
 
diff --git a/sources b/sources
index e3bc81d..9b27fa6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eb68ff41fc39f79c106e071529dccf01  pungi-4.0.tar.bz2
+508b9f1f1845d03d99b76f82b57628f7  pungi-4.0.tar.bz2


More information about the scm-commits mailing list