mach-cvs Mailing List for mach
Brought to you by:
thomasvs
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(34) |
Jun
(42) |
Jul
(24) |
Aug
(43) |
Sep
(54) |
Oct
(36) |
Nov
(25) |
Dec
(64) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(21) |
Feb
(10) |
Mar
(87) |
Apr
(13) |
May
(15) |
Jun
(20) |
Jul
(22) |
Aug
(7) |
Sep
|
Oct
|
Nov
(50) |
Dec
|
2005 |
Jan
(9) |
Feb
(11) |
Mar
(1) |
Apr
(31) |
May
|
Jun
(25) |
Jul
(3) |
Aug
(3) |
Sep
(2) |
Oct
|
Nov
(15) |
Dec
(5) |
2006 |
Jan
(28) |
Feb
|
Mar
(72) |
Apr
(21) |
May
(22) |
Jun
(10) |
Jul
(17) |
Aug
(33) |
Sep
(4) |
Oct
(4) |
Nov
(5) |
Dec
(8) |
2007 |
Jan
(7) |
Feb
(3) |
Mar
|
Apr
(7) |
May
(4) |
Jun
(7) |
Jul
(4) |
Aug
(10) |
Sep
(13) |
Oct
(2) |
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(12) |
Jun
|
Jul
(4) |
Aug
(7) |
Sep
|
Oct
(5) |
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(13) |
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
(9) |
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
(10) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(6) |
Dec
|
2013 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(11) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
(8) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Thomas V. S. <tho...@us...> - 2015-06-28 03:19:03
|
Update of /cvsroot/mach/mach2 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1097 Modified Files: ChangeLog configure.ac Log Message: * configure.ac: * etc/dist.d/Makefile.am: * etc/dist.d/fedora-22-i386: * etc/dist.d/fedora-22-ppc: * etc/dist.d/fedora-22-x86_64: Adding Fedora 22. Index: ChangeLog =================================================================== RCS file: /cvsroot/mach/mach2/ChangeLog,v retrieving revision 1.359 retrieving revision 1.360 diff -C2 -d -r1.359 -r1.360 *** ChangeLog 8 Mar 2015 22:19:28 -0000 1.359 --- ChangeLog 28 Jun 2015 03:19:00 -0000 1.360 *************** *** 1,2 **** --- 1,11 ---- + 2015-06-27 Thomas Vander Stichele <thomas at apestaart dot org> + + * configure.ac: + * etc/dist.d/Makefile.am: + * etc/dist.d/fedora-22-i386: + * etc/dist.d/fedora-22-ppc: + * etc/dist.d/fedora-22-x86_64: + Adding Fedora 22. + === release 1.0.4 === Index: configure.ac =================================================================== RCS file: /cvsroot/mach/mach2/configure.ac,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** configure.ac 8 Mar 2015 22:37:46 -0000 1.7 --- configure.ac 28 Jun 2015 03:19:00 -0000 1.8 *************** *** 96,99 **** --- 96,100 ---- CHECK_RELEASE(fedora, "(Rawhide)", defaultroot="fedora-development-$arch") + CHECK_RELEASE(fedora, "(Twenty Two)", defaultroot="fedora-22-$arch") CHECK_RELEASE(fedora, "(Twenty One)", defaultroot="fedora-21-$arch") CHECK_RELEASE(fedora, "(Heisenbug)", defaultroot="fedora-20-$arch") |
From: Thomas V. S. <tho...@us...> - 2015-03-08 22:53:16
|
Update of /cvsroot/mach/mach2/doc In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8036/doc Modified Files: release Log Message: update notes Index: release =================================================================== RCS file: /cvsroot/mach/mach2/doc/release,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** release 29 Jun 2014 19:35:24 -0000 1.11 --- release 8 Mar 2015 22:53:12 -0000 1.12 *************** *** 28,35 **** - put packages in tao repository for dir in /var/tmp/mach/fedora-*-updates/mach-$RELEASE-1.f*; do dirname=`cd $dir/..; pwd`; basename=`basename $dirname`; targetdir=$HOME/www/thomas.apestaart.org/data/download/pkg/$basename; mkdir -p $targetdir; cp -prv $dir $targetdir; done ! cd $HOME/www/thomas.apestaart.org/data/pkg bin/pkg-symlink bin/yum-rep tao-put - announce to freshmeat: --- 28,36 ---- - put packages in tao repository for dir in /var/tmp/mach/fedora-*-updates/mach-$RELEASE-1.f*; do dirname=`cd $dir/..; pwd`; basename=`basename $dirname`; targetdir=$HOME/www/thomas.apestaart.org/data/download/pkg/$basename; mkdir -p $targetdir; cp -prv $dir $targetdir; done ! pushd $HOME/www/thomas.apestaart.org/data/pkg bin/pkg-symlink bin/yum-rep tao-put + popd - announce to freshmeat: *************** *** 41,45 **** - rebuild in fedora repos cp mach-$RELEASE.tar.* $HOME/dev/ext/fedora.git/mach ! cd $HOME/dev/ext/fedora.git/mach git fetch -a git checkout f19 --- 42,46 ---- - rebuild in fedora repos cp mach-$RELEASE.tar.* $HOME/dev/ext/fedora.git/mach ! pushd $HOME/dev/ext/fedora.git/mach git fetch -a git checkout f19 *************** *** 50,53 **** --- 51,59 ---- git push fedpkg build + fedpkg update + + then, when package has gone through testing: + + bodhi -R stable - why don't you blog about it ? |
From: Thomas V. S. <tho...@us...> - 2015-03-08 22:37:50
|
Update of /cvsroot/mach/mach2 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7356 Modified Files: configure.ac Log Message: back to development Index: configure.ac =================================================================== RCS file: /cvsroot/mach/mach2/configure.ac,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** configure.ac 8 Mar 2015 22:19:17 -0000 1.6 --- configure.ac 8 Mar 2015 22:37:46 -0000 1.7 *************** *** 1,5 **** AC_INIT(README) ! AS_VERSION(mach, MACH, 1, 0, 4, 0) AC_SUBST(RELEASE, $MACH_RELEASE) --- 1,5 ---- AC_INIT(README) ! AS_VERSION(mach, MACH, 1, 0, 4, 1) AC_SUBST(RELEASE, $MACH_RELEASE) |
From: Thomas V. S. <tho...@us...> - 2015-03-08 22:19:31
|
Update of /cvsroot/mach/mach2 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6347 Modified Files: ChangeLog Log Message: releasing Index: ChangeLog =================================================================== RCS file: /cvsroot/mach/mach2/ChangeLog,v retrieving revision 1.358 retrieving revision 1.359 diff -C2 -d -r1.358 -r1.359 *** ChangeLog 8 Mar 2015 21:38:41 -0000 1.358 --- ChangeLog 8 Mar 2015 22:19:28 -0000 1.359 *************** *** 1,2 **** --- 1,4 ---- + === release 1.0.4 === + 2015-03-08 Thomas Vander Stichele <thomas at apestaart dot org> *************** *** 5,12 **** --- 7,23 ---- * configure.ac: * mach.doap: + * ChangeLog: + * doc/mach.ics: + * doc/mach.rss2: Releasing 1.0.4, "born" 2015-03-08 Thomas Vander Stichele <thomas at apestaart dot org> + * configure.ac: + * src/selinux-mach.c: + Build on Fedora 21 by externing lsetfilecon differently + + 2015-03-08 Thomas Vander Stichele <thomas at apestaart dot org> + * README: Update docs. |
From: Thomas V. S. <tho...@us...> - 2015-03-08 22:19:20
|
Update of /cvsroot/mach/mach2 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6323 Modified Files: configure.ac Log Message: support different prototype for lsetfilecon in f21 Index: configure.ac =================================================================== RCS file: /cvsroot/mach/mach2/configure.ac,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** configure.ac 8 Mar 2015 21:38:41 -0000 1.5 --- configure.ac 8 Mar 2015 22:19:17 -0000 1.6 *************** *** 182,185 **** --- 182,207 ---- fi + if test "x${enable_selinux}" = "xyes"; + then + # detect prototype of lsetfilecon + AC_MSG_CHECKING([for lsetfilecon prototype with security_context_t]) + AC_COMPILE_IFELSE( + [ + AC_LANG_PROGRAM( + [[#include <selinux/selinux.h>]], + [[extern int lsetfilecon (const char * path, security_context_t con);]] + )], + [ + AC_MSG_RESULT([yes]) + AC_DEFINE_UNQUOTED([HAVE_LSETFILECON_TYPED], 1, + [Define to 1 if lsetfilecon takes security_context_t as second arg.]) + ], + [ + AC_MSG_RESULT([no]) + AC_DEFINE_UNQUOTED([HAVE_LSETFILECON_TYPED], 0, + [Define to 1 if lsetfilecon takes security_context_t as second arg.]) + ] + ) + fi AS_AC_EXPAND(DEFAULTROOT, $defaultroot) |
From: Thomas V. S. <tho...@us...> - 2015-03-08 21:38:44
|
Update of /cvsroot/mach/mach2 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4207 Modified Files: ChangeLog NEWS RELEASE configure.ac mach.doap Log Message: * NEWS: * RELEASE: * configure.ac: * mach.doap: Releasing 1.0.4, "born" Index: ChangeLog =================================================================== RCS file: /cvsroot/mach/mach2/ChangeLog,v retrieving revision 1.357 retrieving revision 1.358 diff -C2 -d -r1.357 -r1.358 *** ChangeLog 8 Mar 2015 21:34:55 -0000 1.357 --- ChangeLog 8 Mar 2015 21:38:41 -0000 1.358 *************** *** 1,4 **** --- 1,12 ---- 2015-03-08 Thomas Vander Stichele <thomas at apestaart dot org> + * NEWS: + * RELEASE: + * configure.ac: + * mach.doap: + Releasing 1.0.4, "born" + + 2015-03-08 Thomas Vander Stichele <thomas at apestaart dot org> + * README: Update docs. Index: NEWS =================================================================== RCS file: /cvsroot/mach/mach2/NEWS,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** NEWS 29 Jun 2014 16:26:28 -0000 1.23 --- NEWS 8 Mar 2015 21:38:41 -0000 1.24 *************** *** 1,3 **** ! This is mach, make a chroot, 1.0.3. Changes since 1.0.2: --- 1,6 ---- ! This is mach, make a chroot, 1.0.4. ! ! Changes since 1.0.3: ! - Added Fedora 21 and CentOS 7. Changes since 1.0.2: Index: RELEASE =================================================================== RCS file: /cvsroot/mach/mach2/RELEASE,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** RELEASE 29 Jun 2014 16:26:28 -0000 1.26 --- RELEASE 8 Mar 2015 21:38:41 -0000 1.27 *************** *** 2,6 **** ------------------------------------ ! Announcing the release of mach 1.0.3 - moved WHAT IS IT --- 2,6 ---- ------------------------------------ ! Announcing the release of mach 1.0.4 - born WHAT IS IT *************** *** 13,16 **** --- 13,19 ---- mach can currently set up roots for the following distributions: + - Fedora 21 (Fedora, Everything, Cloud, Docker, Server, Workstation, + JPackage, FreshRPMS, RPMFusion, GStreamer) + - Fedora 7, 8, 9 (Fedora, Everything, updated, rpm.livna.org, 10, 11, JPackage, FreshRPMS, GStreamer) *************** *** 26,30 **** - Red Hat 7.2, 7.3 (basic, updated, FreshRPMS, JPackage) - Red Hat 7.0, 7.1 (basic, updated, FreshRPMS) ! - CentOS 4, 5, 6 - SuSE 8.1/8.2/9 - OpenSuSE 10.2/10.3/11.0 --- 29,33 ---- - Red Hat 7.2, 7.3 (basic, updated, FreshRPMS, JPackage) - Red Hat 7.0, 7.1 (basic, updated, FreshRPMS) ! - CentOS 4, 5, 6, 7 - SuSE 8.1/8.2/9 - OpenSuSE 10.2/10.3/11.0 *************** *** 37,41 **** CHANGES ------- ! - Added Fedora 19, 20 (Thomas) WHY WOULD YOU USE IT --- 40,44 ---- CHANGES ------- ! - Added Fedora 21 and CentOS 7 (Thomas) WHY WOULD YOU USE IT Index: configure.ac =================================================================== RCS file: /cvsroot/mach/mach2/configure.ac,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** configure.ac 8 Mar 2015 20:59:40 -0000 1.4 --- configure.ac 8 Mar 2015 21:38:41 -0000 1.5 *************** *** 1,5 **** AC_INIT(README) ! AS_VERSION(mach, MACH, 1, 0, 3, 1) AC_SUBST(RELEASE, $MACH_RELEASE) --- 1,5 ---- AC_INIT(README) ! AS_VERSION(mach, MACH, 1, 0, 4, 0) AC_SUBST(RELEASE, $MACH_RELEASE) Index: mach.doap =================================================================== RCS file: /cvsroot/mach/mach2/mach.doap,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** mach.doap 29 Jun 2014 16:26:28 -0000 1.15 --- mach.doap 8 Mar 2015 21:38:41 -0000 1.16 *************** *** 40,43 **** --- 40,59 ---- <release> <Version> + <revision>1.0.4</revision> + <branch>2</branch> + <name>born</name> + <created>2015-03-08</created> + <file-release rdf:resource="http://thomas.apestaart.org/download/mach/mach-1.0.4.tar.bz2" /> + <file-release rdf:resource="http://thomas.apestaart.org/download/mach/mach-1.0.4.tar.gz" /> + <file-release rdf:resource="http://thomas.apestaart.org/download/mach/mach-1.0.4-1.fc21.i386.rpm" /> + <file-release rdf:resource="http://thomas.apestaart.org/download/mach/mach-1.0.3-1.fc21.x86_64.rpm" /> + <dc:description> + Updated for Fedora 21 and CentOS 7. + </dc:description> + </Version> + </release> + + <release> + <Version> <revision>1.0.3</revision> <branch>2</branch> |
From: Thomas V. S. <tho...@us...> - 2015-03-08 21:34:59
|
Update of /cvsroot/mach/mach2/etc/dist.d In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4021/etc/dist.d Modified Files: fedora-21-i386 fedora-21-ppc fedora-21-x86_64 Log Message: * README: Update docs. * etc/dist.d/fedora-21-i386: * etc/dist.d/fedora-21-ppc: * etc/dist.d/fedora-21-x86_64: Remove Livna. Index: fedora-21-i386 =================================================================== RCS file: /cvsroot/mach/mach2/etc/dist.d/fedora-21-i386,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fedora-21-i386 8 Mar 2015 20:59:40 -0000 1.1 --- fedora-21-i386 8 Mar 2015 21:34:56 -0000 1.2 *************** *** 21,25 **** 'gstreamer-build': 'rpm ' + gstreamer + ' fedora/%s/%s build' % (V, A), 'gstreamer-deps': 'rpm ' + gstreamer + ' fedora/%s/%s deps' % (V, A), - 'livna': 'rpm ' + livna + ' fedora/%s/%s lvn' % (V, A), 'freshrpms': 'rpm ' + freshrpmsfd + ' %s/%s freshrpms' % (V, A), 'jpackage-generic': 'rpm ' + jpackage + '/1.7 generic free', --- 21,24 ---- *************** *** 40,44 **** 'gst-0.10-apps': gstreamer + '/fedora/%s/0.10/%s/apps' % (V, A), 'freshrpms': freshrpmsfd + '/%s/%s/freshrpms' % (V, A), - 'livna': livna + '/fedora/%s/%s' % (V, A), 'jpackage-generic': jpackage + '/1.7/generic/free', 'jpackage-fc' + V: jpackage + '/1.7/fedora-%s/free' % V, --- 39,42 ---- *************** *** 123,127 **** packages['%s-gstreamer' % DIST] = packages['%s-fedora' % DIST] sourceslist['%s-gstreamer' % DIST] = { ! DIST: ('everything', 'updates', 'livna', 'gst-0.10-deps', 'gst-0.10-gst', 'gst-0.10-apps') } --- 121,125 ---- packages['%s-gstreamer' % DIST] = packages['%s-fedora' % DIST] sourceslist['%s-gstreamer' % DIST] = { ! DIST: ('everything', 'updates', 'rpmfusion-nonfree', 'gst-0.10-deps', 'gst-0.10-gst', 'gst-0.10-apps') } *************** *** 139,153 **** aliases['%s-gstreamer-deps' % DIST] = ('f' + V + 'gd' + AS, ) - # Fedora with livna - packages['%s-livna' % DIST] = packages['%s-updates' % DIST] - sourceslist['%s-livna' % DIST] = { - DIST: sourceslist['%s-updates' % DIST][DIST] + ('livna', ) - } - config['%s-livna' % DIST] = deepcopy(config['%s-updates' % DIST]) - config['%s-livna' % DIST]['macros'].update({ - 'dist': '.lvn%s' % V, - }) - aliases['%s-livna' % DIST] = ('f' + V + 'l' + AS, ) - # Fedora with freshrpms packages['%s-freshrpms' % DIST] = packages['%s-updates' % DIST] --- 137,140 ---- Index: fedora-21-ppc =================================================================== RCS file: /cvsroot/mach/mach2/etc/dist.d/fedora-21-ppc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fedora-21-ppc 8 Mar 2015 20:59:40 -0000 1.1 --- fedora-21-ppc 8 Mar 2015 21:34:56 -0000 1.2 *************** *** 21,25 **** 'gstreamer-build': 'rpm ' + gstreamer + ' fedora/%s/%s build' % (V, A), 'gstreamer-deps': 'rpm ' + gstreamer + ' fedora/%s/%s deps' % (V, A), - 'livna': 'rpm ' + livna + ' fedora/%s/%s lvn' % (V, A), 'freshrpms': 'rpm ' + freshrpmsfd + ' %s/%s freshrpms' % (V, A), 'jpackage-generic': 'rpm ' + jpackage + '/1.7 generic free', --- 21,24 ---- *************** *** 40,44 **** 'gst-0.10-apps': gstreamer + '/fedora/%s/0.10/%s/apps' % (V, A), 'freshrpms': freshrpmsfd + '/%s/%s/freshrpms' % (V, A), - 'livna': livna + '/fedora/%s/%s' % (V, A), 'jpackage-generic': jpackage + '/1.7/generic/free', 'jpackage-fc' + V: jpackage + '/1.7/fedora-%s/free' % V, --- 39,42 ---- *************** *** 123,127 **** packages['%s-gstreamer' % DIST] = packages['%s-fedora' % DIST] sourceslist['%s-gstreamer' % DIST] = { ! DIST: ('everything', 'updates', 'livna', 'gst-0.10-deps', 'gst-0.10-gst', 'gst-0.10-apps') } --- 121,125 ---- packages['%s-gstreamer' % DIST] = packages['%s-fedora' % DIST] sourceslist['%s-gstreamer' % DIST] = { ! DIST: ('everything', 'updates', 'rpmfusion-nonfree', 'gst-0.10-deps', 'gst-0.10-gst', 'gst-0.10-apps') } *************** *** 139,153 **** aliases['%s-gstreamer-deps' % DIST] = ('f' + V + 'gd' + AS, ) - # Fedora with livna - packages['%s-livna' % DIST] = packages['%s-updates' % DIST] - sourceslist['%s-livna' % DIST] = { - DIST: sourceslist['%s-updates' % DIST][DIST] + ('livna', ) - } - config['%s-livna' % DIST] = deepcopy(config['%s-updates' % DIST]) - config['%s-livna' % DIST]['macros'].update({ - 'dist': '.lvn%s' % V, - }) - aliases['%s-livna' % DIST] = ('f' + V + 'l' + AS, ) - # Fedora with freshrpms packages['%s-freshrpms' % DIST] = packages['%s-updates' % DIST] --- 137,140 ---- Index: fedora-21-x86_64 =================================================================== RCS file: /cvsroot/mach/mach2/etc/dist.d/fedora-21-x86_64,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fedora-21-x86_64 8 Mar 2015 20:59:40 -0000 1.1 --- fedora-21-x86_64 8 Mar 2015 21:34:56 -0000 1.2 *************** *** 21,25 **** 'gstreamer-build': 'rpm ' + gstreamer + ' fedora/%s/%s build' % (V, A), 'gstreamer-deps': 'rpm ' + gstreamer + ' fedora/%s/%s deps' % (V, A), - 'livna': 'rpm ' + livna + ' fedora/%s/%s lvn' % (V, A), 'freshrpms': 'rpm ' + freshrpmsfd + ' %s/%s freshrpms' % (V, A), 'jpackage-generic': 'rpm ' + jpackage + '/1.7 generic free', --- 21,24 ---- *************** *** 40,44 **** 'gst-0.10-apps': gstreamer + '/fedora/%s/0.10/%s/apps' % (V, A), 'freshrpms': freshrpmsfd + '/%s/%s/freshrpms' % (V, A), - 'livna': livna + '/fedora/%s/%s' % (V, A), 'jpackage-generic': jpackage + '/1.7/generic/free', 'jpackage-fc' + V: jpackage + '/1.7/fedora-%s/free' % V, --- 39,42 ---- *************** *** 123,127 **** packages['%s-gstreamer' % DIST] = packages['%s-fedora' % DIST] sourceslist['%s-gstreamer' % DIST] = { ! DIST: ('everything', 'updates', 'livna', 'gst-0.10-deps', 'gst-0.10-gst', 'gst-0.10-apps') } --- 121,125 ---- packages['%s-gstreamer' % DIST] = packages['%s-fedora' % DIST] sourceslist['%s-gstreamer' % DIST] = { ! DIST: ('everything', 'updates', 'rpmfusion-nonfree', 'gst-0.10-deps', 'gst-0.10-gst', 'gst-0.10-apps') } *************** *** 139,153 **** aliases['%s-gstreamer-deps' % DIST] = ('f' + V + 'gd' + AS, ) - # Fedora with livna - packages['%s-livna' % DIST] = packages['%s-updates' % DIST] - sourceslist['%s-livna' % DIST] = { - DIST: sourceslist['%s-updates' % DIST][DIST] + ('livna', ) - } - config['%s-livna' % DIST] = deepcopy(config['%s-updates' % DIST]) - config['%s-livna' % DIST]['macros'].update({ - 'dist': '.lvn%s' % V, - }) - aliases['%s-livna' % DIST] = ('f' + V + 'l' + AS, ) - # Fedora with freshrpms packages['%s-freshrpms' % DIST] = packages['%s-updates' % DIST] --- 137,140 ---- |
From: Thomas V. S. <tho...@us...> - 2015-03-08 20:59:43
|
Update of /cvsroot/mach/mach2 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2130 Modified Files: ChangeLog configure.ac Log Message: * configure.ac: * etc/dist.d/Makefile.am: * etc/dist.d/fedora-21-i386: * etc/dist.d/fedora-21-ppc: * etc/dist.d/fedora-21-x86_64: Add support for Fedora 21, including cloud/docker/server/workstation Index: ChangeLog =================================================================== RCS file: /cvsroot/mach/mach2/ChangeLog,v retrieving revision 1.355 retrieving revision 1.356 diff -C2 -d -r1.355 -r1.356 *** ChangeLog 8 Mar 2015 20:59:09 -0000 1.355 --- ChangeLog 8 Mar 2015 20:59:40 -0000 1.356 *************** *** 1,4 **** --- 1,13 ---- 2015-03-08 Thomas Vander Stichele <thomas at apestaart dot org> + * configure.ac: + * etc/dist.d/Makefile.am: + * etc/dist.d/fedora-21-i386: + * etc/dist.d/fedora-21-ppc: + * etc/dist.d/fedora-21-x86_64: + Add support for Fedora 21, including cloud/docker/server/workstation + + 2015-03-08 Thomas Vander Stichele <thomas at apestaart dot org> + * etc/dist.d/centos-7-i386: * etc/dist.d/centos-7-x86_64: Index: configure.ac =================================================================== RCS file: /cvsroot/mach/mach2/configure.ac,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** configure.ac 29 Jun 2014 16:54:01 -0000 1.3 --- configure.ac 8 Mar 2015 20:59:40 -0000 1.4 *************** *** 96,99 **** --- 96,100 ---- CHECK_RELEASE(fedora, "(Rawhide)", defaultroot="fedora-development-$arch") + CHECK_RELEASE(fedora, "(Twenty One)", defaultroot="fedora-21-$arch") CHECK_RELEASE(fedora, "(Heisenbug)", defaultroot="fedora-20-$arch") CHECK_RELEASE(fedora, "(Schrödingerâs Cat)", defaultroot="fedora-19-$arch") |
From: Thomas V. S. <tho...@us...> - 2015-03-08 20:59:12
|
Update of /cvsroot/mach/mach2 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2073 Modified Files: ChangeLog Log Message: * etc/dist.d/centos-7-i386: * etc/dist.d/centos-7-x86_64: Actually add the dist files Index: ChangeLog =================================================================== RCS file: /cvsroot/mach/mach2/ChangeLog,v retrieving revision 1.354 retrieving revision 1.355 diff -C2 -d -r1.354 -r1.355 *** ChangeLog 17 Sep 2014 00:30:41 -0000 1.354 --- ChangeLog 8 Mar 2015 20:59:09 -0000 1.355 *************** *** 1,2 **** --- 1,8 ---- + 2015-03-08 Thomas Vander Stichele <thomas at apestaart dot org> + + * etc/dist.d/centos-7-i386: + * etc/dist.d/centos-7-x86_64: + Actually add the dist files + 2014-09-16 Thomas Vander Stichele <thomas at apestaart dot org> |
From: Thomas V. S. <tho...@us...> - 2014-09-17 00:30:44
|
Update of /cvsroot/mach/mach2/etc/dist.d In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22506/etc/dist.d Modified Files: Makefile.am Log Message: * etc/dist.d/Makefile.am: Add centos 7 Index: Makefile.am =================================================================== RCS file: /cvsroot/mach/mach2/etc/dist.d/Makefile.am,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** Makefile.am 21 Jun 2014 21:18:39 -0000 1.27 --- Makefile.am 17 Sep 2014 00:30:41 -0000 1.28 *************** *** 72,75 **** --- 72,77 ---- centos-6-i386 \ centos-6-x86_64 \ + centos-7-i386 \ + centos-7-x86_64 \ suse-81-i386 \ suse-82-i386 \ |
From: Thomas V. S. <tho...@us...> - 2014-07-24 16:33:52
|
Update of /cvsroot/mach/mach2 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27881 Modified Files: ChangeLog mach.spec.in Log Message: * mach.spec.in: Fix for getting /usr/bin/python as the binaries Index: ChangeLog =================================================================== RCS file: /cvsroot/mach/mach2/ChangeLog,v retrieving revision 1.352 retrieving revision 1.353 diff -C2 -d -r1.352 -r1.353 *** ChangeLog 29 Jun 2014 16:36:20 -0000 1.352 --- ChangeLog 24 Jul 2014 16:33:49 -0000 1.353 *************** *** 1,2 **** --- 1,7 ---- + 2014-07-24 Thomas Vander Stichele <thomas at apestaart dot org> + + * mach.spec.in: + Fix for getting /usr/bin/python as the binaries + === release 1.0.3 === Index: mach.spec.in =================================================================== RCS file: /cvsroot/mach/mach2/mach.spec.in,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** mach.spec.in 9 Nov 2011 17:33:36 -0000 1.55 --- mach.spec.in 24 Jul 2014 16:33:49 -0000 1.56 *************** *** 42,46 **** %build ! %configure \ --enable-builduser=%{builduser} \ --enable-buildgroup=%{buildgroup} \ --- 42,46 ---- %build ! PATH=/usr/bin:/bin:\$PATH %configure \ --enable-builduser=%{builduser} \ --enable-buildgroup=%{buildgroup} \ *************** *** 103,106 **** --- 103,109 ---- %changelog + * Thu Jul 24 2014 Thomas Vander Stichele <thomas at apestaart dot org> + - add a hack to pick up /usr/bin/python in the binaries + * Fri Aug 29 2008 Thomas Vander Stichele <thomas at apestaart dot org> - change flavour to updates, since extras is gone. |
From: Thomas V. S. <tho...@us...> - 2014-06-29 19:35:27
|
Update of /cvsroot/mach/mach2/doc In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv28059/doc Modified Files: release Log Message: update notes Index: release =================================================================== RCS file: /cvsroot/mach/mach2/doc/release,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** release 29 Jun 2014 16:54:01 -0000 1.10 --- release 29 Jun 2014 19:35:24 -0000 1.11 *************** *** 40,42 **** --- 40,53 ---- - bump configure.ac and commit - rebuild in fedora repos + cp mach-$RELEASE.tar.* $HOME/dev/ext/fedora.git/mach + cd $HOME/dev/ext/fedora.git/mach + git fetch -a + git checkout f19 + git pull + vim mach.spec + fedpkg new-sources mach-$RELEASE.tar.* + git commit -a -m 'update to $RELEASE' + git push + fedpkg build + - why don't you blog about it ? |
From: Thomas V. S. <tho...@us...> - 2014-06-29 16:54:04
|
Update of /cvsroot/mach/mach2 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv17208 Modified Files: configure.ac Log Message: bump to trunk Index: configure.ac =================================================================== RCS file: /cvsroot/mach/mach2/configure.ac,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** configure.ac 21 Jun 2014 21:17:50 -0000 1.2 --- configure.ac 29 Jun 2014 16:54:01 -0000 1.3 *************** *** 1,5 **** AC_INIT(README) ! AS_VERSION(mach, MACH, 1, 0, 3, 0) AC_SUBST(RELEASE, $MACH_RELEASE) --- 1,5 ---- AC_INIT(README) ! AS_VERSION(mach, MACH, 1, 0, 3, 1) AC_SUBST(RELEASE, $MACH_RELEASE) |
From: Thomas V. S. <tho...@us...> - 2014-06-29 16:36:24
|
Update of /cvsroot/mach/mach2/doc In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15866/doc Modified Files: mach.ics mach.rss2 Log Message: releasing 1.0.3 Index: mach.ics =================================================================== RCS file: /cvsroot/mach/mach2/doc/mach.ics,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** mach.ics 20 Jan 2013 22:50:25 -0000 1.6 --- mach.ics 29 Jun 2014 16:36:20 -0000 1.7 *************** *** 183,186 **** --- 183,195 ---- END:VEVENT + BEGIN:VEVENT + SUMMARY:Mach 1.0.3 'moved' released + UID:2014-06-21-mach-1.0.3@moap + CLASS:PUBLIC + PRIORITY:3 + DTSTART;VALUE=DATE:20140621 + DTEND;VALUE=DATE:20140621 + END:VEVENT + END:VCALENDAR Index: mach.rss2 =================================================================== RCS file: /cvsroot/mach/mach2/doc/mach.rss2,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** mach.rss2 20 Jan 2013 22:50:25 -0000 1.6 --- mach.rss2 29 Jun 2014 16:36:20 -0000 1.7 *************** *** 6,16 **** <language>en</language> <item> ! <title>Mach 1.0.2 'eyes' released</title> ! <guid isPermaLink="false">release-mach-1.0.2</guid> <link>http://thomas.apestaart.org/projects/mach/</link> ! <pubDate>Sat, 10 Nov 2012 00:00:00 +0000</pubDate> <description> ! Updated for Fedora 18 and development. ! Set up build in case we rebuild a src.rpm too. For more information, visit <A HREF="http://thomas.apestaart.org/projects/mach/">the project homepage</A> --- 6,15 ---- <language>en</language> <item> ! <title>Mach 1.0.3 'moved' released</title> ! <guid isPermaLink="false">release-mach-1.0.3</guid> <link>http://thomas.apestaart.org/projects/mach/</link> ! <pubDate>Sat, 21 Jun 2014 00:00:00 +0000</pubDate> <description> ! Updated for Fedora 19 and 20. For more information, visit <A HREF="http://thomas.apestaart.org/projects/mach/">the project homepage</A> *************** *** 28,31 **** --- 27,41 ---- </description> </item><item> + <title>Mach 1.0.2 'eyes' released</title> + <guid isPermaLink="false">release-mach-1.0.2</guid> + <link>http://thomas.apestaart.org/projects/mach/</link> + <pubDate>Sat, 10 Nov 2012 00:00:00 +0000</pubDate> + <description> + Updated for Fedora 18 and development. + Set up build in case we rebuild a src.rpm too. + For more information, visit + <A HREF="http://thomas.apestaart.org/projects/mach/">the project homepage</A> + </description> + </item><item> <title>Mach 1.0.0 'Madera' released</title> <guid isPermaLink="false">release-mach-1.0.0</guid> |
From: Thomas V. S. <tho...@us...> - 2014-06-29 16:36:23
|
Update of /cvsroot/mach/mach2 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15866 Modified Files: ChangeLog Log Message: releasing 1.0.3 Index: ChangeLog =================================================================== RCS file: /cvsroot/mach/mach2/ChangeLog,v retrieving revision 1.351 retrieving revision 1.352 diff -C2 -d -r1.351 -r1.352 *** ChangeLog 29 Jun 2014 16:26:28 -0000 1.351 --- ChangeLog 29 Jun 2014 16:36:20 -0000 1.352 *************** *** 1,2 **** --- 1,4 ---- + === release 1.0.3 === + 2014-06-29 Thomas Vander Stichele <thomas at apestaart dot org> |
From: Thomas V. S. <tho...@us...> - 2014-06-29 16:26:36
|
Update of /cvsroot/mach/mach2 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15117 Modified Files: ChangeLog NEWS README RELEASE mach.doap Log Message: * NEWS: * README: * RELEASE: * mach.doap: Releasing mach 1.0.3, 'moved' Index: ChangeLog =================================================================== RCS file: /cvsroot/mach/mach2/ChangeLog,v retrieving revision 1.350 retrieving revision 1.351 diff -C2 -d -r1.350 -r1.351 *** ChangeLog 20 Jan 2013 22:52:55 -0000 1.350 --- ChangeLog 29 Jun 2014 16:26:28 -0000 1.351 *************** *** 1,2 **** --- 1,10 ---- + 2014-06-29 Thomas Vander Stichele <thomas at apestaart dot org> + + * NEWS: + * README: + * RELEASE: + * mach.doap: + Releasing mach 1.0.3, 'moved' + 2013-01-20 Thomas Vander Stichele <thomas at apestaart dot org> Index: NEWS =================================================================== RCS file: /cvsroot/mach/mach2/NEWS,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** NEWS 20 Jan 2013 22:50:25 -0000 1.22 --- NEWS 29 Jun 2014 16:26:28 -0000 1.23 *************** *** 1,3 **** ! This is mach, make a chroot, 1.0.2. Changes since 1.0.1: --- 1,6 ---- ! This is mach, make a chroot, 1.0.3. ! ! Changes since 1.0.2: ! - Added Fedora 19 and 20. Changes since 1.0.1: Index: README =================================================================== RCS file: /cvsroot/mach/mach2/README,v retrieving revision 1.53 retrieving revision 1.54 diff -C2 -d -r1.53 -r1.54 *** README 10 Nov 2012 13:16:52 -0000 1.53 --- README 29 Jun 2014 16:26:28 -0000 1.54 *************** *** 38,42 **** - with rpm.livna.org ! Fedora 8-17 - base - updated --- 38,42 ---- - with rpm.livna.org ! Fedora 8-20 - base - updated Index: RELEASE =================================================================== RCS file: /cvsroot/mach/mach2/RELEASE,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** RELEASE 20 Jan 2013 22:50:25 -0000 1.25 --- RELEASE 29 Jun 2014 16:26:28 -0000 1.26 *************** *** 2,6 **** ------------------------------------ ! Announcing the release of mach 1.0.2 - ears WHAT IS IT --- 2,6 ---- ------------------------------------ ! Announcing the release of mach 1.0.3 - moved WHAT IS IT *************** *** 16,20 **** 10, 11, JPackage, FreshRPMS, GStreamer) 12, 13, ! 14, 15, 16, 17, 18 devel - Fedora 4, 5, 6 (core, updated, extras, rpm.livna.org, --- 16,20 ---- 10, 11, JPackage, FreshRPMS, GStreamer) 12, 13, ! 14, 15, 16, 17, 18, 19, 20 devel - Fedora 4, 5, 6 (core, updated, extras, rpm.livna.org, *************** *** 37,42 **** CHANGES ------- ! - Added Fedora 17 (Thomas) ! - Fixed 'build' bug (Thomas) WHY WOULD YOU USE IT --- 37,41 ---- CHANGES ------- ! - Added Fedora 19, 20 (Thomas) WHY WOULD YOU USE IT Index: mach.doap =================================================================== RCS file: /cvsroot/mach/mach2/mach.doap,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** mach.doap 20 Jan 2013 22:50:25 -0000 1.14 --- mach.doap 29 Jun 2014 16:26:28 -0000 1.15 *************** *** 40,43 **** --- 40,59 ---- <release> <Version> + <revision>1.0.3</revision> + <branch>2</branch> + <name>moved</name> + <created>2014-06-21</created> + <file-release rdf:resource="http://thomas.apestaart.org/download/mach/mach-1.0.3.tar.bz2" /> + <file-release rdf:resource="http://thomas.apestaart.org/download/mach/mach-1.0.3.tar.gz" /> + <file-release rdf:resource="http://thomas.apestaart.org/download/mach/mach-1.0.3-1.fc20.i386.rpm" /> + <file-release rdf:resource="http://thomas.apestaart.org/download/mach/mach-1.0.3-1.fc20.x86_64.rpm" /> + <dc:description> + Updated for Fedora 19 and 20. + </dc:description> + </Version> + </release> + + <release> + <Version> <revision>1.0.2</revision> <branch>2</branch> |
From: Thomas V. S. <tho...@us...> - 2014-06-21 21:18:42
|
Update of /cvsroot/mach/mach2/doc In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7406/doc Modified Files: release Log Message: update for release Index: release =================================================================== RCS file: /cvsroot/mach/mach2/doc/release,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** release 14 Nov 2011 15:39:34 -0000 1.8 --- release 21 Jun 2014 21:18:39 -0000 1.9 *************** *** 2,6 **** -------------------------- ! - Update configure.in export RELEASE=0.9.4 - Pick a release name --- 2,6 ---- -------------------------- ! - Update configure.ac export RELEASE=0.9.4 - Pick a release name |
From: Thomas V. S. <tho...@us...> - 2014-06-21 21:17:53
|
Update of /cvsroot/mach/mach2 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7350 Modified Files: configure.ac Log Message: get ready for release Index: configure.ac =================================================================== RCS file: /cvsroot/mach/mach2/configure.ac,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** configure.ac 21 Jun 2014 21:17:14 -0000 1.1 --- configure.ac 21 Jun 2014 21:17:50 -0000 1.2 *************** *** 1,5 **** AC_INIT(README) ! AS_VERSION(mach, MACH, 1, 0, 2, 1) AC_SUBST(RELEASE, $MACH_RELEASE) --- 1,5 ---- AC_INIT(README) ! AS_VERSION(mach, MACH, 1, 0, 3, 0) AC_SUBST(RELEASE, $MACH_RELEASE) |
From: Thomas V. S. <tho...@us...> - 2014-06-21 21:17:17
|
Update of /cvsroot/mach/mach2 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7306 Added Files: configure.ac Removed Files: configure.in Log Message: rename file --- NEW FILE: configure.ac --- AC_INIT(README) AS_VERSION(mach, MACH, 1, 0, 2, 1) AC_SUBST(RELEASE, $MACH_RELEASE) AC_CANONICAL_SYSTEM AM_DISABLE_STATIC AC_PROG_LIBTOOL AC_CONFIG_SRCDIR([src/mach-helper.c]) AM_CONFIG_HEADER(config.h) AC_SUBST_FILE(AUTHORS) AUTHORS=$srcdir/AUTHORS AM_INIT_AUTOMAKE($PACKAGE, $VERSION) AC_SUBST(ACLOCAL_AMFLAGS, "-I m4") AS_AC_EXPAND(SYSCONFDIR, $sysconfdir) AC_DEFINE_UNQUOTED(SYSCONFDIR, "$SYSCONFDIR", [Location of configuration files]) AC_MSG_NOTICE(Storing configuration files in $SYSCONFDIR) AS_AC_EXPAND(LOCALSTATEDIR, $localstatedir) AC_DEFINE_UNQUOTED(LOCALSTATEDIR, "$LOCALSTATEDIR", [Location of local state files]) AC_MSG_NOTICE(Using localstatedir $LOCALSTATEDIR) AS_AC_EXPAND(LIBDIR, $libdir) AC_DEFINE_UNQUOTED(LIBDIR, "$LIBDIR", [Location of libraries]) AC_MSG_NOTICE(Using libdir $LIBDIR) dnl rootsdir AC_ARG_ENABLE(rootsdir, AC_HELP_STRING([--enable-rootsdir=PATH], [create roots in PATH]), [ rootsdir=$enableval ], [ rootsdir=$localstatedir/lib/mach/roots] ) AS_AC_EXPAND(ROOTSDIR, $rootsdir) AC_DEFINE_UNQUOTED(ROOTSDIR, "$ROOTSDIR", [Location of mach roots]) AC_MSG_NOTICE(Using rootsdir $ROOTSDIR) dnl archivesdir AC_ARG_ENABLE(archivesdir, AC_HELP_STRING([--enable-archivesdir=PATH], [store archives in PATH]), [ archivesdir=$enableval ], [ archivesdir=$localstatedir/cache/mach/archives] ) AS_AC_EXPAND(ARCHIVESDIR, $archivesdir) AC_DEFINE_UNQUOTED(ARCHIVESDIR, "$ARCHIVESDIR", [Location of cached packages]) AC_MSG_NOTICE(Using archivesdir $ARCHIVESDIR) dnl statesdir AC_ARG_ENABLE(statesdir, AC_HELP_STRING([--enable-statesdir=PATH], [use states in PATH]), [ statesdir=$enableval ], [ statesdir=$localstatedir/lib/mach/states] ) AS_AC_EXPAND(STATESDIR, $statesdir) AC_DEFINE_UNQUOTED(STATESDIR, "$STATESDIR", [Location of root states]) AC_MSG_NOTICE(Using statesdir $STATESDIR) dnl builduser AC_ARG_ENABLE(builduser, AC_HELP_STRING([--enable-builduser=USERNAME], [use USERNAME for builds]), [ BUILDUSER=$enableval ], [ BUILDUSER=machbuild ] ) AC_SUBST(BUILDUSER) AC_MSG_NOTICE(Using build username $BUILDUSER) dnl buildgroup AC_ARG_ENABLE(buildgroup, AC_HELP_STRING([--enable-buildgroup=GROUPNAME], [use GROUPNAME for builds]), [ BUILDGROUP=$enableval ], [ BUILDGROUP=machbuild ] ) AC_SUBST(BUILDGROUP) AC_MSG_NOTICE(Using build groupname $BUILDGROUP) dnl arch arch=i386 case "$target" in i?86-*|athlon-*) arch=i386 ;; x86_64-*) arch=x86_64 ;; powerpc*) arch=ppc ;; esac dnl default root dnl first try to guess the platform CHECK_RELEASE(fedora, "(Rawhide)", defaultroot="fedora-development-$arch") CHECK_RELEASE(fedora, "(Heisenbug)", defaultroot="fedora-20-$arch") CHECK_RELEASE(fedora, "(Schrödingerâs Cat)", defaultroot="fedora-19-$arch") CHECK_RELEASE(fedora, "(Spherical Cow)", defaultroot="fedora-18-$arch") CHECK_RELEASE(fedora, "(Beefy Miracle)", defaultroot="fedora-17-$arch") CHECK_RELEASE(fedora, "(Verne)", defaultroot="fedora-16-$arch") CHECK_RELEASE(fedora, "(Lovelock)", defaultroot="fedora-15-$arch") CHECK_RELEASE(fedora, "(Laughlin)", defaultroot="fedora-14-$arch") CHECK_RELEASE(fedora, "(Goddard)", defaultroot="fedora-13-$arch") CHECK_RELEASE(fedora, "(Constantine)", defaultroot="fedora-12-$arch") CHECK_RELEASE(fedora, "(Leonidas)", defaultroot="fedora-11-$arch") CHECK_RELEASE(fedora, "(Cambridge)", defaultroot="fedora-10-$arch") CHECK_RELEASE(fedora, "(Sulphur)", defaultroot="fedora-9-$arch") CHECK_RELEASE(fedora, "(Werewolf)", defaultroot="fedora-8-$arch") CHECK_RELEASE(fedora, "(Moonshine)", defaultroot="fedora-7-$arch") CHECK_RELEASE(fedora, "(Zod)", defaultroot="fedora-6-$arch") CHECK_RELEASE(fedora, "(Bordeaux)", defaultroot="fedora-5-$arch") CHECK_RELEASE(fedora, "(Stentz)", defaultroot="fedora-4-$arch") CHECK_RELEASE(fedora, "(Heidelberg)", defaultroot="fedora-3-$arch") CHECK_RELEASE(fedora, "(Tettnang)", defaultroot="fedora-2-$arch") CHECK_RELEASE(fedora, "(Yarrow)", defaultroot="fedora-1-$arch") CHECK_RELEASE(redhat, "(Guinness)", defaultroot="redhat-70-$arch") CHECK_RELEASE(redhat, "(Seawolf)", defaultroot="redhat-71-$arch") CHECK_RELEASE(redhat, "(Enigma)", defaultroot="redhat-72-$arch") CHECK_RELEASE(redhat, "(Valhalla)", defaultroot="redhat-73-$arch") CHECK_RELEASE(redhat, "(Psyche)", defaultroot="redhat-80-$arch") CHECK_RELEASE(redhat, "(Shrike)", defaultroot="redhat-9-$arch") CHECK_RELEASE(redhat, "CentOS release 3", defaultroot="centos-3-$arch") CHECK_RELEASE(redhat, "(Taroon)", defaultroot="centos-3-$arch") CHECK_RELEASE(redhat, "CentOS release 4", defaultroot="centos-4-$arch") CHECK_RELEASE(redhat, "(Nahant)", defaultroot="centos-4-$arch") CHECK_RELEASE(redhat, "CentOS release 5", defaultroot="centos-5-$arch") CHECK_RELEASE(redhat, "(Tikanga)", defaultroot="centos-5-$arch") CHECK_RELEASE(yellowdog, "(Sirius)", defaultroot="yellowdog-30-ppc") dnl now append a modifier if asked for AC_ARG_WITH(flavor, AC_HELP_STRING([--with-flavor=FLAVOR], [set flavor of root to FLAVOR]), [ flavor="${withval}" ], [ flavor=] ) if test "x$flavor" != "x" then defaultroot="$defaultroot-$flavor" fi AC_ARG_WITH(defaultroot, AC_HELP_STRING([--with-defaultroot=ROOT], [set default root to ROOT]), [ defaultroot=${withval} ] ) AS_AC_EXPAND(DEFAULTROOT, $defaultroot) AC_MSG_NOTICE(Using default root $DEFAULTROOT) AC_MSG_CHECKING([if the system is running selinux]) if test -d /selinux then detect_selinux=yes else if test -d /sys/fs/selinux then detect_selinux=yes else detect_selinux=no fi fi AC_MSG_RESULT($detect_selinux) AC_ARG_ENABLE(selinux, AC_HELP_STRING([--enable-selinux], [enable support for selinux hosts]), enable_selinux=$enableval,enable_selinux=$detect_selinux ) AC_MSG_NOTICE(Compiling with SELinux support: $enable_selinux) AM_CONDITIONAL(SELINUX_ENABLED, test "x$enable_selinux" = "xyes") AC_CHECK_HEADERS([selinux/selinux.h], HAVE_SELINUX_H=yes) if test "x${enable_selinux}" = "xyes" -a "x${HAVE_SELINUX_H}" != "xyes"; then AC_MSG_ERROR([To compile SELinux support, you need selinux/selinux.h]) fi AS_AC_EXPAND(DEFAULTROOT, $defaultroot) AC_MSG_NOTICE(Using default root $DEFAULTROOT) AC_ARG_WITH(pkgdir, AC_HELP_STRING([--with-pkgdir=PKGDIR], [set usrsrc distro dir to PKGDIR]), [ pkgdir="${withval}" ], [ pkgdir=] ) if test "x$pkgdir" != "x" then pkgdir="$pkgdir" else pkgdir="rpm" fi AS_AC_EXPAND(PKGDIR, $pkgdir) AC_MSG_NOTICE(Using packagedir $pkgdir) AS_AC_EXPAND(SBINDIR, $sbindir) AC_MSG_NOTICE(Placing mach-helper in $SBINDIR) dnl check for C compiler AC_PROG_CC dnl check for python AS_PATH_PYTHON(2.2) if test "x$PYTHON" == "x"; then AC_MSG_ERROR(No suitable python version found) fi dnl output stuff AC_OUTPUT( Makefile etc/Makefile etc/conf etc/dist.d/Makefile doc/Makefile m4/Makefile mach.spec scripts/Makefile scripts/mach src/Makefile ) --- configure.in DELETED --- |
From: Thomas V. S. <tho...@us...> - 2014-06-21 21:13:56
|
Update of /cvsroot/mach/mach2 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7102 Modified Files: configure.in Log Message: add fedora 20 Index: configure.in =================================================================== RCS file: /cvsroot/mach/mach2/configure.in,v retrieving revision 1.91 retrieving revision 1.92 diff -C2 -d -r1.91 -r1.92 *** configure.in 21 Jun 2014 20:57:07 -0000 1.91 --- configure.in 21 Jun 2014 21:13:53 -0000 1.92 *************** *** 95,133 **** dnl first try to guess the platform CHECK_RELEASE(fedora, "(Rawhide)", defaultroot="fedora-development-$arch") CHECK_RELEASE(fedora, "(Schrödingerâs Cat)", defaultroot="fedora-19-$arch") ! CHECK_RELEASE(fedora, "(Spherical Cow)", defaultroot="fedora-18-$arch") ! CHECK_RELEASE(fedora, "(Beefy Miracle)", defaultroot="fedora-17-$arch") ! CHECK_RELEASE(fedora, "(Verne)", defaultroot="fedora-16-$arch") ! CHECK_RELEASE(fedora, "(Lovelock)", defaultroot="fedora-15-$arch") ! CHECK_RELEASE(fedora, "(Laughlin)", defaultroot="fedora-14-$arch") ! CHECK_RELEASE(fedora, "(Goddard)", defaultroot="fedora-13-$arch") ! CHECK_RELEASE(fedora, "(Constantine)",defaultroot="fedora-12-$arch") ! CHECK_RELEASE(fedora, "(Leonidas)", defaultroot="fedora-11-$arch") ! CHECK_RELEASE(fedora, "(Cambridge)", defaultroot="fedora-10-$arch") ! CHECK_RELEASE(fedora, "(Sulphur)", defaultroot="fedora-9-$arch") ! CHECK_RELEASE(fedora, "(Werewolf)", defaultroot="fedora-8-$arch") ! CHECK_RELEASE(fedora, "(Moonshine)", defaultroot="fedora-7-$arch") ! CHECK_RELEASE(fedora, "(Zod)", defaultroot="fedora-6-$arch") ! CHECK_RELEASE(fedora, "(Bordeaux)", defaultroot="fedora-5-$arch") ! CHECK_RELEASE(fedora, "(Stentz)", defaultroot="fedora-4-$arch") ! CHECK_RELEASE(fedora, "(Heidelberg)", defaultroot="fedora-3-$arch") ! CHECK_RELEASE(fedora, "(Tettnang)", defaultroot="fedora-2-$arch") ! CHECK_RELEASE(fedora, "(Yarrow)", defaultroot="fedora-1-$arch") ! CHECK_RELEASE(redhat, "(Guinness)", defaultroot="redhat-70-$arch") ! CHECK_RELEASE(redhat, "(Seawolf)", defaultroot="redhat-71-$arch") ! CHECK_RELEASE(redhat, "(Enigma)", defaultroot="redhat-72-$arch") ! CHECK_RELEASE(redhat, "(Valhalla)", defaultroot="redhat-73-$arch") ! CHECK_RELEASE(redhat, "(Psyche)", defaultroot="redhat-80-$arch") ! CHECK_RELEASE(redhat, "(Shrike)", defaultroot="redhat-9-$arch") ! CHECK_RELEASE(redhat, "CentOS release 3",defaultroot="centos-3-$arch") ! CHECK_RELEASE(redhat, "(Taroon)", defaultroot="centos-3-$arch") ! CHECK_RELEASE(redhat, "CentOS release 4",defaultroot="centos-4-$arch") ! CHECK_RELEASE(redhat, "(Nahant)", defaultroot="centos-4-$arch") ! CHECK_RELEASE(redhat, "CentOS release 5",defaultroot="centos-5-$arch") ! CHECK_RELEASE(redhat, "(Tikanga)", defaultroot="centos-5-$arch") ! CHECK_RELEASE(yellowdog, "(Sirius)", defaultroot="yellowdog-30-ppc") dnl now append a modifier if asked for --- 95,135 ---- dnl first try to guess the platform CHECK_RELEASE(fedora, "(Rawhide)", defaultroot="fedora-development-$arch") + + CHECK_RELEASE(fedora, "(Heisenbug)", defaultroot="fedora-20-$arch") CHECK_RELEASE(fedora, "(Schrödingerâs Cat)", defaultroot="fedora-19-$arch") ! CHECK_RELEASE(fedora, "(Spherical Cow)", defaultroot="fedora-18-$arch") ! CHECK_RELEASE(fedora, "(Beefy Miracle)", defaultroot="fedora-17-$arch") ! CHECK_RELEASE(fedora, "(Verne)", defaultroot="fedora-16-$arch") ! CHECK_RELEASE(fedora, "(Lovelock)", defaultroot="fedora-15-$arch") ! CHECK_RELEASE(fedora, "(Laughlin)", defaultroot="fedora-14-$arch") ! CHECK_RELEASE(fedora, "(Goddard)", defaultroot="fedora-13-$arch") ! CHECK_RELEASE(fedora, "(Constantine)", defaultroot="fedora-12-$arch") ! CHECK_RELEASE(fedora, "(Leonidas)", defaultroot="fedora-11-$arch") ! CHECK_RELEASE(fedora, "(Cambridge)", defaultroot="fedora-10-$arch") ! CHECK_RELEASE(fedora, "(Sulphur)", defaultroot="fedora-9-$arch") ! CHECK_RELEASE(fedora, "(Werewolf)", defaultroot="fedora-8-$arch") ! CHECK_RELEASE(fedora, "(Moonshine)", defaultroot="fedora-7-$arch") ! CHECK_RELEASE(fedora, "(Zod)", defaultroot="fedora-6-$arch") ! CHECK_RELEASE(fedora, "(Bordeaux)", defaultroot="fedora-5-$arch") ! CHECK_RELEASE(fedora, "(Stentz)", defaultroot="fedora-4-$arch") ! CHECK_RELEASE(fedora, "(Heidelberg)", defaultroot="fedora-3-$arch") ! CHECK_RELEASE(fedora, "(Tettnang)", defaultroot="fedora-2-$arch") ! CHECK_RELEASE(fedora, "(Yarrow)", defaultroot="fedora-1-$arch") ! CHECK_RELEASE(redhat, "(Guinness)", defaultroot="redhat-70-$arch") ! CHECK_RELEASE(redhat, "(Seawolf)", defaultroot="redhat-71-$arch") ! CHECK_RELEASE(redhat, "(Enigma)", defaultroot="redhat-72-$arch") ! CHECK_RELEASE(redhat, "(Valhalla)", defaultroot="redhat-73-$arch") ! CHECK_RELEASE(redhat, "(Psyche)", defaultroot="redhat-80-$arch") ! CHECK_RELEASE(redhat, "(Shrike)", defaultroot="redhat-9-$arch") ! CHECK_RELEASE(redhat, "CentOS release 3", defaultroot="centos-3-$arch") ! CHECK_RELEASE(redhat, "(Taroon)", defaultroot="centos-3-$arch") ! CHECK_RELEASE(redhat, "CentOS release 4", defaultroot="centos-4-$arch") ! CHECK_RELEASE(redhat, "(Nahant)", defaultroot="centos-4-$arch") ! CHECK_RELEASE(redhat, "CentOS release 5", defaultroot="centos-5-$arch") ! CHECK_RELEASE(redhat, "(Tikanga)", defaultroot="centos-5-$arch") ! CHECK_RELEASE(yellowdog, "(Sirius)", defaultroot="yellowdog-30-ppc") dnl now append a modifier if asked for |
From: Thomas V. S. <tho...@us...> - 2014-06-21 20:57:11
|
Update of /cvsroot/mach/mach2/etc/dist.d In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6134/etc/dist.d Modified Files: Makefile.am Added Files: fedora-19-i386 fedora-19-ppc fedora-19-x86_64 Log Message: add fedora 19 --- NEW FILE: fedora-19-i386 --- # mach dist configuration -*- python -*- # -*- coding: utf-8 -*- # fedora-19-i386: configuration for Fedora 19 # each distro flavour has an aptsources line describing where to get each # kind of package from # each actual dist has a packages dict for bootstrap packages and # a sourceslist dict referencing aptsources lines to use V = '19' # distro version A = 'i386' # architecture AS = '' # 'short' version of arch DIST = 'fedora-%s-%s' % (V, A) ### Fedora flavours aptsources[DIST] = { 'core': 'rpm ' + fedora + ' %s/%s core' % (V, A), 'updates': 'rpm ' + fedora + ' %s/%s updates' % (V, A), 'gstreamer': 'rpm ' + gstreamer + ' fedora/%s/%s gst' % (V, A), 'gstreamer-build': 'rpm ' + gstreamer + ' fedora/%s/%s build' % (V, A), 'gstreamer-deps': 'rpm ' + gstreamer + ' fedora/%s/%s deps' % (V, A), 'livna': 'rpm ' + livna + ' fedora/%s/%s lvn' % (V, A), 'freshrpms': 'rpm ' + freshrpmsfd + ' %s/%s freshrpms' % (V, A), 'jpackage-generic': 'rpm ' + jpackage + '/1.7 generic free', 'jpackage-fc' + V : 'rpm ' + jpackage + '/1.7 fedora-%s free' % V, 'jpackage-nonfree': 'rpm ' + jpackagenf + '/1.7 generic non-free', } yumsources[DIST] = { 'fedora': fedorayum + '/releases/%s/Fedora/%s/os' % (V, A), 'everything': fedorayum + '/releases/%s/Everything/%s/os' % (V, A), 'updates': fedorayum + '/updates/%s/%s' % (V, A), 'gst-0.10-deps': gstreamer + '/fedora/%s/0.10/%s/deps' % (V, A), 'gst-0.10-gst': gstreamer + '/fedora/%s/0.10/%s/gst' % (V, A), 'gst-0.10-apps': gstreamer + '/fedora/%s/0.10/%s/apps' % (V, A), 'freshrpms': freshrpmsfd + '/%s/%s/freshrpms' % (V, A), 'livna': livna + '/fedora/%s/%s' % (V, A), 'jpackage-generic': jpackage + '/1.7/generic/free', 'jpackage-fc' + V: jpackage + '/1.7/fedora-%s/free' % V, 'jpackage-nonfree': jpackagenf + '/1.7/generic/non-free', 'rpmfusion-free': rpmfusion + '/free/fedora/releases/%s/Everything/%s/os' % (V, A), 'rpmfusion-nonfree':rpmfusion + '/nonfree/fedora/releases/%s/Everything/%s/os' % (V, A), } # Fedora (only the Fedora repository, ie the "base" DVD) packages['%s-fedora' % DIST] = { 'dir': DIST, 'minimal': 'bash glibc', 'base': 'coreutils findutils openssh-server', 'build': 'bzip2 cpio diffutils fedora-release gawk gcc gcc-c++ grep ' + 'gzip info make patch redhat-rpm-config rpm-build sed tar ' + 'unzip util-linux which rpmdevtools', } sourceslist['%s-fedora' % DIST] = { DIST: ('fedora', ) } config['%s-fedora' % DIST] = { 'runuser': '/sbin/runuser', 'macros': { 'dist': '.fc%s' % V, '__arch_install_post': '/usr/lib/rpm/check-rpaths \\\n /usr/lib/rpm/check-buildroot', }, } aliases['%s-fedora' % DIST] = ('f' + V + AS, ) # Fedora with Everything packages['%s-everything' % DIST] = packages['%s-fedora' % DIST] sourceslist['%s-everything' % DIST] = { DIST: ('everything', ) } config['%s-everything' % DIST] = config['%s-fedora' % DIST] aliases['%s-everything' % DIST] = ('f' + V + 'e' + AS, ) # Fedora with updates packages['%s-updates' % DIST] = packages['%s-fedora' % DIST] sourceslist['%s-updates' % DIST] = { DIST: ('everything', 'updates', ) } config['%s-updates' % DIST] = config['%s-fedora' % DIST] aliases['%s-updates' % DIST] = ('f' + V + 'u' + AS, ) # Fedora with GStreamer packages['%s-gstreamer' % DIST] = packages['%s-fedora' % DIST] sourceslist['%s-gstreamer' % DIST] = { DIST: ('everything', 'updates', 'livna', 'gst-0.10-deps', 'gst-0.10-gst', 'gst-0.10-apps') } config['%s-gstreamer' % DIST] = deepcopy(config['%s-fedora' % DIST]) config['%s-gstreamer' % DIST].update({ 'release': V, }) aliases['%s-gstreamer' % DIST] = ('f' + V + 'g' + AS, ) packages['%s-gstreamer-deps' % DIST] = packages['%s-fedora' % DIST] sourceslist['%s-gstreamer-deps' % DIST] = { DIST: ('everything', 'updates', 'gstreamer-deps') } config['%s-gstreamer-deps' % DIST] = config['%s-gstreamer' % DIST] aliases['%s-gstreamer-deps' % DIST] = ('f' + V + 'gd' + AS, ) # Fedora with livna packages['%s-livna' % DIST] = packages['%s-updates' % DIST] sourceslist['%s-livna' % DIST] = { DIST: sourceslist['%s-updates' % DIST][DIST] + ('livna', ) } config['%s-livna' % DIST] = deepcopy(config['%s-updates' % DIST]) config['%s-livna' % DIST]['macros'].update({ 'dist': '.lvn%s' % V, }) aliases['%s-livna' % DIST] = ('f' + V + 'l' + AS, ) # Fedora with freshrpms packages['%s-freshrpms' % DIST] = packages['%s-updates' % DIST] sourceslist['%s-freshrpms' % DIST] = { DIST: sourceslist['%s-updates' % DIST][DIST] + ('freshrpms', ) } config['%s-freshrpms' % DIST] = config['%s-updates' % DIST] aliases['%s-freshrpms' % DIST] = ('f' + V + 'fr' + AS, ) # Fedora with JPackage packages['%s-jpackage' % DIST] = deepcopy(packages['%s-updates' % DIST]) packages['%s-jpackage' % DIST]['base'] = packages['%s-jpackage' % DIST]['base'] + ' java-1.4.2-sun' packages['%s-jpackage' % DIST]['build'] = packages['%s-jpackage' % DIST]['build'] + ' java-1.4.2-sun-devel' sourceslist['%s-jpackage' % DIST] = { DIST: sourceslist['%s-updates' % DIST][DIST] + ('jpackage-generic', 'jpackage-fc' + V , 'jpackage-nonfree', ), } config['%s-jpackage' % DIST] = config['%s-fedora' % DIST] aliases['%s-jpackage' % DIST] = ('f' + V + 'jpp' + AS, ) # Fedora with rpmfusion-free packages['%s-rpmfusion-free' % DIST] = packages['%s-updates' % DIST] sourceslist['%s-rpmfusion-free' % DIST] = { DIST: sourceslist['%s-updates' % DIST][DIST] + ('rpmfusion-free', ) } config['%s-rpmfusion-free' % DIST] = deepcopy(config['%s-updates' % DIST]) aliases['%s-rpmfusion-free' % DIST] = ('f' + V + 'rf' + AS, ) # Fedora with rpmfusion-nonfree packages['%s-rpmfusion-nonfree' % DIST] = packages['%s-updates' % DIST] sourceslist['%s-rpmfusion-nonfree' % DIST] = { DIST: sourceslist['%s-updates' % DIST][DIST] + ('rpmfusion-free', 'rpmfusion-nonfree') } config['%s-rpmfusion-nonfree' % DIST] = deepcopy(config['%s-updates' % DIST]) aliases['%s-rpmfusion-nonfree' % DIST] = ('f' + V + 'rn' + AS, ) --- NEW FILE: fedora-19-ppc --- # mach dist configuration -*- python -*- # -*- coding: utf-8 -*- # fedora-19-ppc: configuration for Fedora 19 # each distro flavour has an aptsources line describing where to get each # kind of package from # each actual dist has a packages dict for bootstrap packages and # a sourceslist dict referencing aptsources lines to use V = '19' # distro version A = 'ppc' # architecture AS = 'p' # 'short' version of arch DIST = 'fedora-%s-%s' % (V, A) ### Fedora flavours aptsources[DIST] = { 'core': 'rpm ' + fedora + ' %s/%s core' % (V, A), 'updates': 'rpm ' + fedora + ' %s/%s updates' % (V, A), 'gstreamer': 'rpm ' + gstreamer + ' fedora/%s/%s gst' % (V, A), 'gstreamer-build': 'rpm ' + gstreamer + ' fedora/%s/%s build' % (V, A), 'gstreamer-deps': 'rpm ' + gstreamer + ' fedora/%s/%s deps' % (V, A), 'livna': 'rpm ' + livna + ' fedora/%s/%s lvn' % (V, A), 'freshrpms': 'rpm ' + freshrpmsfd + ' %s/%s freshrpms' % (V, A), 'jpackage-generic': 'rpm ' + jpackage + '/1.7 generic free', 'jpackage-fc' + V : 'rpm ' + jpackage + '/1.7 fedora-%s free' % V, 'jpackage-nonfree': 'rpm ' + jpackagenf + '/1.7 generic non-free', } yumsources[DIST] = { 'fedora': fedorayum + '/releases/%s/Fedora/%s/os' % (V, A), 'everything': fedorayum + '/releases/%s/Everything/%s/os' % (V, A), 'updates': fedorayum + '/updates/%s/%s' % (V, A), 'gst-0.10-deps': gstreamer + '/fedora/%s/0.10/%s/deps' % (V, A), 'gst-0.10-gst': gstreamer + '/fedora/%s/0.10/%s/gst' % (V, A), 'gst-0.10-apps': gstreamer + '/fedora/%s/0.10/%s/apps' % (V, A), 'freshrpms': freshrpmsfd + '/%s/%s/freshrpms' % (V, A), 'livna': livna + '/fedora/%s/%s' % (V, A), 'jpackage-generic': jpackage + '/1.7/generic/free', 'jpackage-fc' + V: jpackage + '/1.7/fedora-%s/free' % V, 'jpackage-nonfree': jpackagenf + '/1.7/generic/non-free', 'rpmfusion-free': rpmfusion + '/free/fedora/releases/%s/Everything/%s/os' % (V, A), 'rpmfusion-nonfree':rpmfusion + '/nonfree/fedora/releases/%s/Everything/%s/os' % (V, A), } # Fedora (only the Fedora repository, ie the "base" DVD) packages['%s-fedora' % DIST] = { 'dir': DIST, 'minimal': 'bash glibc', 'base': 'coreutils findutils openssh-server', 'build': 'bzip2 cpio diffutils fedora-release gawk gcc gcc-c++ grep ' + 'gzip info make patch redhat-rpm-config rpm-build sed tar ' + 'unzip util-linux which rpmdevtools', } sourceslist['%s-fedora' % DIST] = { DIST: ('fedora', ) } config['%s-fedora' % DIST] = { 'runuser': '/sbin/runuser', 'macros': { 'dist': '.fc%s' % V, '__arch_install_post': '/usr/lib/rpm/check-rpaths \\\n /usr/lib/rpm/check-buildroot', }, } aliases['%s-fedora' % DIST] = ('f' + V + AS, ) # Fedora with Everything packages['%s-everything' % DIST] = packages['%s-fedora' % DIST] sourceslist['%s-everything' % DIST] = { DIST: ('everything', ) } config['%s-everything' % DIST] = config['%s-fedora' % DIST] aliases['%s-everything' % DIST] = ('f' + V + 'e' + AS, ) # Fedora with updates packages['%s-updates' % DIST] = packages['%s-fedora' % DIST] sourceslist['%s-updates' % DIST] = { DIST: ('everything', 'updates', ) } config['%s-updates' % DIST] = config['%s-fedora' % DIST] aliases['%s-updates' % DIST] = ('f' + V + 'u' + AS, ) # Fedora with GStreamer packages['%s-gstreamer' % DIST] = packages['%s-fedora' % DIST] sourceslist['%s-gstreamer' % DIST] = { DIST: ('everything', 'updates', 'livna', 'gst-0.10-deps', 'gst-0.10-gst', 'gst-0.10-apps') } config['%s-gstreamer' % DIST] = deepcopy(config['%s-fedora' % DIST]) config['%s-gstreamer' % DIST].update({ 'release': V, }) aliases['%s-gstreamer' % DIST] = ('f' + V + 'g' + AS, ) packages['%s-gstreamer-deps' % DIST] = packages['%s-fedora' % DIST] sourceslist['%s-gstreamer-deps' % DIST] = { DIST: ('everything', 'updates', 'gstreamer-deps') } config['%s-gstreamer-deps' % DIST] = config['%s-gstreamer' % DIST] aliases['%s-gstreamer-deps' % DIST] = ('f' + V + 'gd' + AS, ) # Fedora with livna packages['%s-livna' % DIST] = packages['%s-updates' % DIST] sourceslist['%s-livna' % DIST] = { DIST: sourceslist['%s-updates' % DIST][DIST] + ('livna', ) } config['%s-livna' % DIST] = deepcopy(config['%s-updates' % DIST]) config['%s-livna' % DIST]['macros'].update({ 'dist': '.lvn%s' % V, }) aliases['%s-livna' % DIST] = ('f' + V + 'l' + AS, ) # Fedora with freshrpms packages['%s-freshrpms' % DIST] = packages['%s-updates' % DIST] sourceslist['%s-freshrpms' % DIST] = { DIST: sourceslist['%s-updates' % DIST][DIST] + ('freshrpms', ) } config['%s-freshrpms' % DIST] = config['%s-updates' % DIST] aliases['%s-freshrpms' % DIST] = ('f' + V + 'fr' + AS, ) # Fedora with JPackage packages['%s-jpackage' % DIST] = deepcopy(packages['%s-updates' % DIST]) packages['%s-jpackage' % DIST]['base'] = packages['%s-jpackage' % DIST]['base'] + ' java-1.4.2-sun' packages['%s-jpackage' % DIST]['build'] = packages['%s-jpackage' % DIST]['build'] + ' java-1.4.2-sun-devel' sourceslist['%s-jpackage' % DIST] = { DIST: sourceslist['%s-updates' % DIST][DIST] + ('jpackage-generic', 'jpackage-fc' + V , 'jpackage-nonfree', ), } config['%s-jpackage' % DIST] = config['%s-fedora' % DIST] aliases['%s-jpackage' % DIST] = ('f' + V + 'jpp' + AS, ) # Fedora with rpmfusion-free packages['%s-rpmfusion-free' % DIST] = packages['%s-updates' % DIST] sourceslist['%s-rpmfusion-free' % DIST] = { DIST: sourceslist['%s-updates' % DIST][DIST] + ('rpmfusion-free', ) } config['%s-rpmfusion-free' % DIST] = deepcopy(config['%s-updates' % DIST]) aliases['%s-rpmfusion-free' % DIST] = ('f' + V + 'rf' + AS, ) # Fedora with rpmfusion-nonfree packages['%s-rpmfusion-nonfree' % DIST] = packages['%s-updates' % DIST] sourceslist['%s-rpmfusion-nonfree' % DIST] = { DIST: sourceslist['%s-updates' % DIST][DIST] + ('rpmfusion-free', 'rpmfusion-nonfree') } config['%s-rpmfusion-nonfree' % DIST] = deepcopy(config['%s-updates' % DIST]) aliases['%s-rpmfusion-nonfree' % DIST] = ('f' + V + 'rn' + AS, ) --- NEW FILE: fedora-19-x86_64 --- # mach dist configuration -*- python -*- # -*- coding: utf-8 -*- # fedora-19-x86_64: configuration for Fedora 19 # each distro flavour has an aptsources line describing where to get each # kind of package from # each actual dist has a packages dict for bootstrap packages and # a sourceslist dict referencing aptsources lines to use V = '19' # distro version A = 'x86_64' # architecture AS = '64' # 'short' version of arch DIST = 'fedora-%s-%s' % (V, A) ### Fedora flavours aptsources[DIST] = { 'core': 'rpm ' + fedora + ' %s/%s core' % (V, A), 'updates': 'rpm ' + fedora + ' %s/%s updates' % (V, A), 'gstreamer': 'rpm ' + gstreamer + ' fedora/%s/%s gst' % (V, A), 'gstreamer-build': 'rpm ' + gstreamer + ' fedora/%s/%s build' % (V, A), 'gstreamer-deps': 'rpm ' + gstreamer + ' fedora/%s/%s deps' % (V, A), 'livna': 'rpm ' + livna + ' fedora/%s/%s lvn' % (V, A), 'freshrpms': 'rpm ' + freshrpmsfd + ' %s/%s freshrpms' % (V, A), 'jpackage-generic': 'rpm ' + jpackage + '/1.7 generic free', 'jpackage-fc' + V : 'rpm ' + jpackage + '/1.7 fedora-%s free' % V, 'jpackage-nonfree': 'rpm ' + jpackagenf + '/1.7 generic non-free', } yumsources[DIST] = { 'fedora': fedorayum + '/releases/%s/Fedora/%s/os' % (V, A), 'everything': fedorayum + '/releases/%s/Everything/%s/os' % (V, A), 'updates': fedorayum + '/updates/%s/%s' % (V, A), 'gst-0.10-deps': gstreamer + '/fedora/%s/0.10/%s/deps' % (V, A), 'gst-0.10-gst': gstreamer + '/fedora/%s/0.10/%s/gst' % (V, A), 'gst-0.10-apps': gstreamer + '/fedora/%s/0.10/%s/apps' % (V, A), 'freshrpms': freshrpmsfd + '/%s/%s/freshrpms' % (V, A), 'livna': livna + '/fedora/%s/%s' % (V, A), 'jpackage-generic': jpackage + '/1.7/generic/free', 'jpackage-fc' + V: jpackage + '/1.7/fedora-%s/free' % V, 'jpackage-nonfree': jpackagenf + '/1.7/generic/non-free', 'rpmfusion-free': rpmfusion + '/free/fedora/releases/%s/Everything/%s/os' % (V, A), 'rpmfusion-nonfree':rpmfusion + '/nonfree/fedora/releases/%s/Everything/%s/os' % (V, A), } # Fedora (only the Fedora repository, ie the "base" DVD) packages['%s-fedora' % DIST] = { 'dir': DIST, 'minimal': 'bash glibc', 'base': 'coreutils findutils openssh-server', 'build': 'bzip2 cpio diffutils fedora-release gawk gcc gcc-c++ grep ' + 'gzip info make patch redhat-rpm-config rpm-build sed tar ' + 'unzip util-linux which rpmdevtools', } sourceslist['%s-fedora' % DIST] = { DIST: ('fedora', ) } config['%s-fedora' % DIST] = { 'runuser': '/sbin/runuser', 'excludearch': 'i386 i486 i586 i686 athlon', 'macros': { 'dist': '.fc%s' % V, '__arch_install_post': '/usr/lib/rpm/check-rpaths \\\n /usr/lib/rpm/check-buildroot', }, } aliases['%s-fedora' % DIST] = ('f' + V + AS, ) # Fedora with Everything packages['%s-everything' % DIST] = packages['%s-fedora' % DIST] sourceslist['%s-everything' % DIST] = { DIST: ('everything', ) } config['%s-everything' % DIST] = config['%s-fedora' % DIST] aliases['%s-everything' % DIST] = ('f' + V + 'e' + AS, ) # Fedora with updates packages['%s-updates' % DIST] = packages['%s-fedora' % DIST] sourceslist['%s-updates' % DIST] = { DIST: ('everything', 'updates', ) } config['%s-updates' % DIST] = config['%s-fedora' % DIST] aliases['%s-updates' % DIST] = ('f' + V + 'u' + AS, ) # Fedora with GStreamer packages['%s-gstreamer' % DIST] = packages['%s-fedora' % DIST] sourceslist['%s-gstreamer' % DIST] = { DIST: ('everything', 'updates', 'livna', 'gst-0.10-deps', 'gst-0.10-gst', 'gst-0.10-apps') } config['%s-gstreamer' % DIST] = deepcopy(config['%s-fedora' % DIST]) config['%s-gstreamer' % DIST].update({ 'release': V, }) aliases['%s-gstreamer' % DIST] = ('f' + V + 'g' + AS, ) packages['%s-gstreamer-deps' % DIST] = packages['%s-fedora' % DIST] sourceslist['%s-gstreamer-deps' % DIST] = { DIST: ('everything', 'updates', 'gstreamer-deps') } config['%s-gstreamer-deps' % DIST] = config['%s-gstreamer' % DIST] aliases['%s-gstreamer-deps' % DIST] = ('f' + V + 'gd' + AS, ) # Fedora with livna packages['%s-livna' % DIST] = packages['%s-updates' % DIST] sourceslist['%s-livna' % DIST] = { DIST: sourceslist['%s-updates' % DIST][DIST] + ('livna', ) } config['%s-livna' % DIST] = deepcopy(config['%s-updates' % DIST]) config['%s-livna' % DIST]['macros'].update({ 'dist': '.lvn%s' % V, }) aliases['%s-livna' % DIST] = ('f' + V + 'l' + AS, ) # Fedora with freshrpms packages['%s-freshrpms' % DIST] = packages['%s-updates' % DIST] sourceslist['%s-freshrpms' % DIST] = { DIST: sourceslist['%s-updates' % DIST][DIST] + ('freshrpms', ) } config['%s-freshrpms' % DIST] = config['%s-updates' % DIST] aliases['%s-freshrpms' % DIST] = ('f' + V + 'fr' + AS, ) # Fedora with JPackage packages['%s-jpackage' % DIST] = deepcopy(packages['%s-updates' % DIST]) packages['%s-jpackage' % DIST]['base'] = packages['%s-jpackage' % DIST]['base'] + ' java-1.4.2-sun' packages['%s-jpackage' % DIST]['build'] = packages['%s-jpackage' % DIST]['build'] + ' java-1.4.2-sun-devel' sourceslist['%s-jpackage' % DIST] = { DIST: sourceslist['%s-updates' % DIST][DIST] + ('jpackage-generic', 'jpackage-fc' + V , 'jpackage-nonfree', ), } config['%s-jpackage' % DIST] = config['%s-fedora' % DIST] aliases['%s-jpackage' % DIST] = ('f' + V + 'jpp' + AS, ) # Fedora with rpmfusion-free packages['%s-rpmfusion-free' % DIST] = packages['%s-updates' % DIST] sourceslist['%s-rpmfusion-free' % DIST] = { DIST: sourceslist['%s-updates' % DIST][DIST] + ('rpmfusion-free', ) } config['%s-rpmfusion-free' % DIST] = deepcopy(config['%s-updates' % DIST]) aliases['%s-rpmfusion-free' % DIST] = ('f' + V + 'rf' + AS, ) # Fedora with rpmfusion-nonfree packages['%s-rpmfusion-nonfree' % DIST] = packages['%s-updates' % DIST] sourceslist['%s-rpmfusion-nonfree' % DIST] = { DIST: sourceslist['%s-updates' % DIST][DIST] + ('rpmfusion-free', 'rpmfusion-nonfree') } config['%s-rpmfusion-nonfree' % DIST] = deepcopy(config['%s-updates' % DIST]) aliases['%s-rpmfusion-nonfree' % DIST] = ('f' + V + 'rn' + AS, ) Index: Makefile.am =================================================================== RCS file: /cvsroot/mach/mach2/etc/dist.d/Makefile.am,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** Makefile.am 16 Jan 2013 13:11:16 -0000 1.25 --- Makefile.am 21 Jun 2014 20:57:07 -0000 1.26 *************** *** 55,58 **** --- 55,61 ---- fedora-18-x86_64 \ fedora-18-ppc \ + fedora-19-i386 \ + fedora-19-x86_64 \ + fedora-19-ppc \ fedora-development-i386 \ fedora-development-x86_64 \ |
From: Thomas V. S. <tho...@us...> - 2014-06-21 20:57:10
|
Update of /cvsroot/mach/mach2 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6134 Modified Files: configure.in Log Message: add fedora 19 Index: configure.in =================================================================== RCS file: /cvsroot/mach/mach2/configure.in,v retrieving revision 1.90 retrieving revision 1.91 diff -C2 -d -r1.90 -r1.91 *** configure.in 20 Jan 2013 22:52:55 -0000 1.90 --- configure.in 21 Jun 2014 20:57:07 -0000 1.91 *************** *** 95,98 **** --- 95,99 ---- dnl first try to guess the platform CHECK_RELEASE(fedora, "(Rawhide)", defaultroot="fedora-development-$arch") + CHECK_RELEASE(fedora, "(Schrödingerâs Cat)", defaultroot="fedora-19-$arch") CHECK_RELEASE(fedora, "(Spherical Cow)", defaultroot="fedora-18-$arch") CHECK_RELEASE(fedora, "(Beefy Miracle)", defaultroot="fedora-17-$arch") |
From: Thomas V. S. <tho...@us...> - 2013-01-20 22:52:58
|
Update of /cvsroot/mach/mach2 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2206 Modified Files: ChangeLog configure.in Log Message: * configure.in: back to trunk Index: ChangeLog =================================================================== RCS file: /cvsroot/mach/mach2/ChangeLog,v retrieving revision 1.349 retrieving revision 1.350 diff -C2 -d -r1.349 -r1.350 *** ChangeLog 20 Jan 2013 22:50:25 -0000 1.349 --- ChangeLog 20 Jan 2013 22:52:55 -0000 1.350 *************** *** 1,2 **** --- 1,7 ---- + 2013-01-20 Thomas Vander Stichele <thomas at apestaart dot org> + + * configure.in: + back to trunk + === release 1.0.2 === Index: configure.in =================================================================== RCS file: /cvsroot/mach/mach2/configure.in,v retrieving revision 1.89 retrieving revision 1.90 diff -C2 -d -r1.89 -r1.90 *** configure.in 20 Jan 2013 22:50:25 -0000 1.89 --- configure.in 20 Jan 2013 22:52:55 -0000 1.90 *************** *** 1,5 **** AC_INIT(README) ! AS_VERSION(mach, MACH, 1, 0, 2, 0) AC_SUBST(RELEASE, $MACH_RELEASE) --- 1,5 ---- AC_INIT(README) ! AS_VERSION(mach, MACH, 1, 0, 2, 1) AC_SUBST(RELEASE, $MACH_RELEASE) |
From: Thomas V. S. <tho...@us...> - 2013-01-20 22:50:28
|
Update of /cvsroot/mach/mach2/doc In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2097/doc Modified Files: mach.ics mach.rss2 Log Message: releasing 1.0.2 Index: mach.ics =================================================================== RCS file: /cvsroot/mach/mach2/doc/mach.ics,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** mach.ics 10 Nov 2012 13:58:53 -0000 1.5 --- mach.ics 20 Jan 2013 22:50:25 -0000 1.6 *************** *** 174,177 **** --- 174,186 ---- END:VEVENT + BEGIN:VEVENT + SUMMARY:Mach 1.0.2 'eyes' released + UID:2012-11-10-mach-1.0.2@moap + CLASS:PUBLIC + PRIORITY:3 + DTSTART;VALUE=DATE:20121110 + DTEND;VALUE=DATE:20121110 + END:VEVENT + END:VCALENDAR Index: mach.rss2 =================================================================== RCS file: /cvsroot/mach/mach2/doc/mach.rss2,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** mach.rss2 10 Nov 2012 13:58:53 -0000 1.5 --- mach.rss2 20 Jan 2013 22:50:25 -0000 1.6 *************** *** 6,9 **** --- 6,20 ---- <language>en</language> <item> + <title>Mach 1.0.2 'eyes' released</title> + <guid isPermaLink="false">release-mach-1.0.2</guid> + <link>http://thomas.apestaart.org/projects/mach/</link> + <pubDate>Sat, 10 Nov 2012 00:00:00 +0000</pubDate> + <description> + Updated for Fedora 18 and development. + Set up build in case we rebuild a src.rpm too. + For more information, visit + <A HREF="http://thomas.apestaart.org/projects/mach/">the project homepage</A> + </description> + </item><item> <title>Mach 1.0.1 'Concussion' released</title> <guid isPermaLink="false">release-mach-1.0.1</guid> |
From: Thomas V. S. <tho...@us...> - 2013-01-16 14:08:38
|
Update of /cvsroot/mach/mach2 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30184 Modified Files: ChangeLog Log Message: * scripts/mach.in: Fix locking the root on rebuild. Index: ChangeLog =================================================================== RCS file: /cvsroot/mach/mach2/ChangeLog,v retrieving revision 1.347 retrieving revision 1.348 diff -C2 -d -r1.347 -r1.348 *** ChangeLog 16 Jan 2013 13:11:16 -0000 1.347 --- ChangeLog 16 Jan 2013 14:08:35 -0000 1.348 *************** *** 1,4 **** --- 1,9 ---- 2013-01-16 Thomas Vander Stichele <thomas at apestaart dot org> + * scripts/mach.in: + Fix locking the root on rebuild. + + 2013-01-16 Thomas Vander Stichele <thomas at apestaart dot org> + * configure.in: * etc/dist.d/Makefile.am: |