diff --git a/.gitignore b/.gitignore index 65e2d3a..cb8222c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /mash-0.5.33.tar.gz /mash-0.5.34.tar.gz /mash-0.6.00.tar.gz +/mash-0.6.01.tar.gz diff --git a/mash.spec b/mash.spec index b46e219..deeaad3 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.00 +Version: 0.6.01 Release: 1%{?dist} Summary: Koji buildsystem to yum repository converter Group: Development/Tools @@ -41,6 +41,9 @@ mkdir -p $RPM_BUILD_ROOT/var/cache/mash /var/cache/mash %changelog +* Wed Aug 21 2013 Dennis Gilmore - 0.6.01-1 +- set config defaults for max_delta_rpm_size + * Tue Aug 20 2013 Dennis Gilmore - 0.6.00-1 - make maximum deltarpm size configurable - setup branched for f20 diff --git a/sources b/sources index 61b8083..f820914 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5b27906ce48cdb1201367a3a52f06fca mash-0.6.00.tar.gz +fd7e7fad2547b5089c16b9174fc37bbe mash-0.6.01.tar.gz