rpms/mash/devel rawhide-to-development.patch, NONE, 1.1 mash.spec, 1.32, 1.33

Jesse Keating jkeating at fedoraproject.org
Tue Sep 16 15:27:25 UTC 2008


Author: jkeating

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

Modified Files:
	mash.spec 
Added Files:
	rawhide-to-development.patch 
Log Message:
* Tue Sep 16 2008 Jesse Keating <jkeating at redhat.com> - 0.4.1-2
- Rename 'rawhide' back to 'development' as we're not ready to make that name
change on the mirror.


rawhide-to-development.patch:

--- NEW FILE rawhide-to-development.patch ---
diff -up mash-0.4.1/configs/rawhide.mash.jk mash-0.4.1/configs/rawhide.mash
--- mash-0.4.1/configs/rawhide.mash.jk	2008-09-15 11:31:47.000000000 -0700
+++ mash-0.4.1/configs/rawhide.mash	2008-09-16 08:22:13.000000000 -0700
@@ -1,6 +1,6 @@
 # mash config file
 
-[rawhide]
+[development]
 rpm_path = %(arch)s/os/Packages
 repodata_path = %(arch)s/os/
 source_path = source/SRPMS


Index: mash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mash/devel/mash.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- mash.spec	15 Sep 2008 18:34:39 -0000	1.32
+++ mash.spec	16 Sep 2008 15:26:54 -0000	1.33
@@ -2,7 +2,7 @@
 
 Name:           mash
 Version:        0.4.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Koji buildsystem to yum repository converter
 Group:          Development/Tools
 License:        GPLv2
@@ -13,6 +13,7 @@
 Conflicts:	pungi < 1.0.0
 BuildRequires:  python-devel
 BuildArch:      noarch
+Patch0:         rawhide-to-development.patch
 
 %description
 mash is a tool that queries a koji buildsystem for the latest RPMs for
@@ -21,6 +22,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__python} setup.py build
@@ -44,6 +46,10 @@
 /var/cache/mash
 
 %changelog
+* Tue Sep 16 2008 Jesse Keating <jkeating at redhat.com> - 0.4.1-2
+- Rename 'rawhide' back to 'development' as we're not ready to make that name
+change on the mirror.
+
 * Mon Sep 15 2008 Bill Nottingham <notting at redhat.com> 0.4.1-1
 - Adjust for new keys
 




More information about the fedora-extras-commits mailing list