#3 Setup F24 key for Rawhide
Merged 9 years ago by ausil. Opened 9 years ago by till.
till/mash rawhide_f24_key  into  master

file modified
+4 -1
@@ -17,7 +17,10 @@ 

  mash is a Fedora build system tool. For discussion, comments, and

  patches please send mail to:

  	buildsys@lists.fedoraproject.org

- 	http://lists.fedoraproject.org/mailman/listinfo/buildsys

+ 	https://lists.fedoraproject.org/mailman/listinfo/buildsys

+ 

+ Or open a pull request at:

+ 	https://pagure.io/mash/pull-requests

  

  Bugs can be filed at:

  	https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora

file modified
+1 -1
@@ -9,7 +9,7 @@ 

  tag = f24

  inherit = False

  strict_keys = False

- keys = 873529B8

+ keys = 81b46521

  repoviewurl = http://download.fedoraproject.org/pub/fedora-secondary/development/rawhide/%(arch)s/os/

  repoviewtitle = "Fedora Rawhide - %(arch)s"

  arches = aarch64

file modified
+1 -1
@@ -10,7 +10,7 @@ 

  tag = f24

  inherit = False

  strict_keys = False

- keys = 34EC9CBA

+ keys = 81b46521

  repoviewurl = http://download.fedoraproject.org/pub/fedora/linux/development/rawhide/%(arch)s/os/

  repoviewtitle = "Fedora Rawhide - %(arch)s"

  arches = i386 x86_64 armhfp

file modified
+1 -1
@@ -9,7 +9,7 @@ 

  tag = f24

  inherit = False

  strict_keys = False

- keys = 873529B8

+ keys = 81b46521

  repoviewurl = http://download.fedoraproject.org/pub/fedora-secondary/development/rawhide/%(arch)s/os/

  repoviewtitle = "Fedora Rawhide - %(arch)s"

  arches = ppc64le ppc64

file modified
+1 -1
@@ -10,7 +10,7 @@ 

  tag = f24

  inherit = False

  strict_keys = False

- keys = 873529B8

+ keys = 81b46521

  repoviewurl = http://download.fedoraproject.org/pub/fedora-secondary/development/rawhide/%(arch)s/os/

  repoviewtitle = "Fedora Rawhide - %(arch)s"

  arches = s390 s390x

file modified
+1 -1
@@ -24,7 +24,7 @@ 

  

  def main():

      usage = "usage: %prog [options] <configuration to build>"

-     parser = OptionParser(usage, version='%prog 0.6.18')

+     parser = OptionParser(usage, version='%prog 0.6.19')

      parser.add_option("-o", "--outputdir", default="", dest="outputdir",

                        help="output directory")

      parser.add_option(

file modified
+7 -2
@@ -1,12 +1,12 @@ 

  %{!?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
@@ -44,6 +44,11 @@ 

  /var/cache/mash

  

  %changelog

+ * Thu Sep 24 2015 Till Maas <opensource@till.name> - 0.6.19-1

+ - Use Fedora 24 key for Rawhide

+ - Update URL in SPEC

+ - Update README

+ 

  * Thu Jul 23 2015 Dennis Gilmore <dennis@ausil.us> - 0.6.18-1

  - fix up permission on spam-o-matic

  

file modified
+1 -1
@@ -2,7 +2,7 @@ 

  import glob

  

  setup(name='mash',

-       version='0.6.18',

+       version='0.6.19',

        description='Build system -> repository tool',

        author='Dennis Gilmore',

        author_email='dennis@ausil.us',