diff --git a/mash.spec b/mash.spec index 315d859..9d49846 100644 --- a/mash.spec +++ b/mash.spec @@ -1,20 +1,19 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: mash -Version: 0.6.18 +Version: 0.6.19 Release: 1%{?dist} Summary: Koji buildsystem to yum repository converter Group: Development/Tools License: GPLv2 -URL: http://fedorahosted.org/releases/m/a/mash/ +URL: https://pagure.io/mash Source0: http://fedorahosted.org/releases/m/a/mash/%{name}-%{version}.tar.gz - +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: yum, createrepo, koji Conflicts: pungi < 1.0.0 BuildRequires: python-devel BuildArch: noarch - %description mash is a tool that queries a koji buildsystem for the latest RPMs for any particular tag, and creates repositories of those RPMs, including @@ -32,6 +31,8 @@ rm -rf $RPM_BUILD_ROOT mv $RPM_BUILD_ROOT/%{_bindir}/mash.py $RPM_BUILD_ROOT/%{_bindir}/mash mkdir -p $RPM_BUILD_ROOT/var/cache/mash +%clean +rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) @@ -43,6 +44,11 @@ mkdir -p $RPM_BUILD_ROOT/var/cache/mash /var/cache/mash %changelog +* Thu Sep 24 2015 Till Maas - 0.6.19-1 +- Use Fedora 24 key for Rawhide +- Update URL in SPEC +- Update README + * Thu Jul 23 2015 Dennis Gilmore - 0.6.18-1 - fix up permission on spam-o-matic @@ -69,9 +75,6 @@ mkdir -p $RPM_BUILD_ROOT/var/cache/mash - Add configs for stg. (rbean) - update the mash configs for rawhide (dennis) -* Tue Feb 10 2015 Dennis Gilmore - 0.6.13-2 -- add patch moving rawhide to f23 - * Mon Jan 19 2015 Dennis Gilmore - 0.6.13-1 - make sure we keep values expected to be integers, integers - when reading the config file @@ -79,13 +82,10 @@ mkdir -p $RPM_BUILD_ROOT/var/cache/mash - do not supress errors * Thu Jul 10 2014 Kevin Fenzi 0.6.12-1 -- Update to 0.6.12 for new f21 branch/f22 rawhide. +- Bump release to sync with Fedora. -* Tue Jun 24 2014 Dennis Gilmore - 0.6.11-1 -- enable ppc64le mashing for branched and rawhide ppc composes - -* Sat Jun 07 2014 Fedora Release Engineering - 0.6.10-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild +* Tue Jul 08 2014 Kevin Fenzi 0.6.11-1 +- Update rawhide config for f22 * Thu Jun 05 2014 Dennis Gilmore - 0.6.10-1 - fix up the Metadata class to have the correct paramaters @@ -128,20 +128,14 @@ mkdir -p $RPM_BUILD_ROOT/var/cache/mash - enable qt5 and qml as multilib - fail mash if pointed at non existant config file -* Sun Oct 20 2013 Dennis Gilmore - 0.6.01-2 -- add patch so that java-1.8.0-openjdk is not multilibbed - * Wed Aug 21 2013 Dennis Gilmore - 0.6.01-1 -- set config defaults for max_delta_rpm_size +- setup default config options for max_delta_rpm_size * Tue Aug 20 2013 Dennis Gilmore - 0.6.00-1 - make maximum deltarpm size configurable - setup branched for f20 - setup rawhide for f21 -* Sat Aug 03 2013 Fedora Release Engineering - 0.5.34-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - * Fri Jul 19 2013 Dennis Gilmore - 0.5.34-1 - add armhfp to the primary arch arches @@ -157,15 +151,9 @@ mkdir -p $RPM_BUILD_ROOT/var/cache/mash - drop sparc configs - arm is hfp only -* Tue Jan 29 2013 Dennis Gilmore - 0.5.30-2 -- drop mashing arm rawhide, hfp only going forward - * Thu Aug 09 2012 Dennis Gilmore 0.5.30-1 - setup branched for f18 and rawhide for f19 -* Wed Jul 25 2012 Bill Nottingham 0.5.29-2 -- fix whitelist (#843092) - * Tue Jul 24 2012 Bill Nottingham 0.5.29-1 - ship -static packages as multilib (#837901) @@ -213,7 +201,7 @@ mkdir -p $RPM_BUILD_ROOT/var/cache/mash - fix arm dependency checks () - fix key ordering -* Thu Feb 10 2011 Bill Nottingham 0.5.21-1 +* Tue Feb 10 2011 Bill Nottingham 0.5.21-1 - update configs for F15 () - add a knob for frobbing which ppc arch is preferred () - fix gdk-pixbuf loader path (#649339) diff --git a/sources b/sources index b0fbd48..1054c4c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d3469847065718d21b303dff800c3c00 mash-0.6.18.tar.gz +5ccc2017e09783689e7e03732ef6daf0 mash-0.6.19.tar.gz