[mash] add --no-delta command line

Dennis Gilmore ausil at fedoraproject.org
Wed Dec 11 05:07:01 UTC 2013


commit a56388a3281cec11b7f11080ae4cc20d6a4c955e
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Tue Dec 10 23:06:58 2013 -0600

    add --no-delta command line
    
    - multilib blacklist java-1.8.0-openjdk
    - enable vdpsu drivers as multilib
    - enable qt5 and qml as multilib
    - fail mash if pointed at non existant config file

 .gitignore                                         |    1 +
 ...st-java-1.8.0-openjdk-devel-from-multilib.patch |   25 --------------------
 mash.spec                                          |   13 +++++++---
 sources                                            |    2 +-
 4 files changed, 11 insertions(+), 30 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cb8222c..9b2cb3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /mash-0.5.34.tar.gz
 /mash-0.6.00.tar.gz
 /mash-0.6.01.tar.gz
+/mash-0.6.02.tar.gz
diff --git a/mash.spec b/mash.spec
index db14c4a..5ea3e0b 100644
--- a/mash.spec
+++ b/mash.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           mash
-Version:        0.6.01
-Release:        2%{?dist}
+Version:        0.6.02
+Release:        1%{?dist}
 Summary:        Koji buildsystem to yum repository converter
 Group:          Development/Tools
 License:        GPLv2
@@ -13,7 +13,6 @@ Conflicts:	pungi < 1.0.0
 BuildRequires:  python-devel
 BuildArch:      noarch
 
-Patch0:         0001-blacklist-java-1.8.0-openjdk-devel-from-multilib.patch
 
 %description
 mash is a tool that queries a koji buildsystem for the latest RPMs for
@@ -22,7 +21,6 @@ any multlib RPMs that are necessary.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__python} setup.py build
@@ -44,6 +42,13 @@ mkdir -p $RPM_BUILD_ROOT/var/cache/mash
 /var/cache/mash
 
 %changelog
+* Wed Dec 11 2013 Dennis Gilmore <dennis at ausil.us> - 0.6.02-1
+- add --no-delta command line
+- multilib blacklist java-1.8.0-openjdk
+- enable vdpsu drivers as multilib
+- enable qt5 and qml as multilib
+- fail mash if pointed at non existant config file
+
 * Sun Oct 20 2013 Dennis Gilmore <dennis at ausil.us> - 0.6.01-2
 - add patch so that java-1.8.0-openjdk is not multilibbed
 
diff --git a/sources b/sources
index f820914..7325a49 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fd7e7fad2547b5089c16b9174fc37bbe  mash-0.6.01.tar.gz
+96f909eacfd8779dc1971ceed731c49f  mash-0.6.02.tar.gz


More information about the scm-commits mailing list