[Mach-cvs] CVS: mach2 ChangeLog,1.355,1.356 configure.ac,1.3,1.4
Brought to you by:
thomasvs
|
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") |