rpms/mash/devel mash-debug.patch, 1.2, 1.3 mash.spec, 1.51, 1.52 mash-nodelta.patch, 1.1, NONE

Bill Nottingham notting at fedoraproject.org
Tue Jun 16 20:06:30 UTC 2009


Author: notting

Update of /cvs/extras/rpms/mash/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18790

Modified Files:
	mash-debug.patch mash.spec 
Removed Files:
	mash-nodelta.patch 
Log Message:
Deltas back on!


mash-debug.patch:

Index: mash-debug.patch
===================================================================
RCS file: /cvs/extras/rpms/mash/devel/mash-debug.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- mash-debug.patch	10 Jun 2009 03:50:36 -0000	1.2
+++ mash-debug.patch	16 Jun 2009 20:06:28 -0000	1.3
@@ -40,3 +40,15 @@ index 56bb377..b381833 100644
          self.repomatic.doPkgMetadata()
          self.repomatic.doRepoMetadata()
          self.repomatic.doFinalMove()
+diff --git a/mash/metadata.py b/mash/metadata.py
+index 938172a..59069c8 100644
+--- a/mash/metadata.py
++++ b/mash/metadata.py
+@@ -68,6 +68,7 @@ class MetadataNew:
+         self.conf.update = True
+         self.conf.quiet = True
+         self.conf.unique_md_filenames = True
++        self.conf.profile = True
+         self.previous = None
+         self.logger = logger
+ 


Index: mash.spec
===================================================================
RCS file: /cvs/extras/rpms/mash/devel/mash.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -p -r1.51 -r1.52
--- mash.spec	12 Jun 2009 03:17:29 -0000	1.51
+++ mash.spec	16 Jun 2009 20:06:28 -0000	1.52
@@ -2,7 +2,7 @@
 
 Name:           mash
 Version:        0.5.5
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Koji buildsystem to yum repository converter
 Group:          Development/Tools
 License:        GPL
@@ -14,7 +14,6 @@ Conflicts:	pungi < 1.0.0
 BuildRequires:  python-devel
 BuildArch:      noarch
 Patch1:		mash-debug.patch
-Patch2:		mash-nodelta.patch
 
 %description
 mash is a tool that queries a koji buildsystem for the latest RPMs for
@@ -24,7 +23,6 @@ any multlib RPMs that are necessary.
 %prep
 %setup -q
 %patch1 -p1
-%patch2 -p1
 
 %build
 %{__python} setup.py build
@@ -48,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
 /var/cache/mash
 
 %changelog
+* Tue Jun 16 2009 Bill Nottingham <notting at redhat.com> 0.5.5-4
+- deltas back on
+
 * Thu Jun 11 2009 Bill Nottingham <notting at redhat.com> 0.5.5-3
 - turn off deltas for a while
 


--- mash-nodelta.patch DELETED ---




More information about the fedora-extras-commits mailing list