[mash] Add configurable compression type to mash (default to xz)

Dennis Gilmore ausil at fedoraproject.org
Thu May 15 02:59:36 UTC 2014


commit daa1face929b38c9b93d418cf2f04776695dd544
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Wed May 14 21:59:27 2014 -0500

    Add configurable compression type to mash (default to xz)
    
    - update multilib policy for syslinux changes
    - Only copy drpms if they're new-ish.
    - Only check directory once, not once for every drpm.

 .gitignore |    1 +
 mash.spec  |    8 +++++++-
 sources    |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aef2ec3..f7a9fa3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /mash-0.6.02.tar.gz
 /mash-0.6.3.tar.gz
 /mash-0.6.4.tar.gz
+/mash-0.6.5.tar.gz
diff --git a/mash.spec b/mash.spec
index 4ea644f..f3a4b6c 100644
--- a/mash.spec
+++ b/mash.spec
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           mash
-Version:        0.6.4
+Version:        0.6.5
 Release:        1%{?dist}
 Summary:        Koji buildsystem to yum repository converter
 Group:          Development/Tools
@@ -42,6 +42,12 @@ mkdir -p $RPM_BUILD_ROOT/var/cache/mash
 /var/cache/mash
 
 %changelog
+* Wed May 14 2014 Dennis Gilmore <dennis at ausil.us> - 0.6.5-1
+- Add configurable compression type to mash (default to xz)
+- update multilib policy for syslinux changes
+- Only copy drpms if they're new-ish.
+- Only check directory once, not once for every drpm.
+
 * Thu Jan 16 2014 Dennis Gilmore <dennis at ausil.us> - 0.6.4-1
 - add aarch64 to arch mappings
 
diff --git a/sources b/sources
index 392c4d5..e046d18 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-827b149b9bd1495680fefdef2d8ac589  mash-0.6.4.tar.gz
+4b0bde1460f1109a5ee3cc5c6f6df6e3  mash-0.6.5.tar.gz


More information about the scm-commits mailing list