From c6aa18c5bfe057011f8e8baa1577e95e938ecd40 Mon Sep 17 00:00:00 2001 From: Jim Garlick Date: Thu, 4 Jul 2013 09:10:03 -0700 Subject: [PATCH] prep for 3.26 tag + autogen --- META | 4 ++-- NEWS | 8 ++++++++ configure | 20 ++++++++++---------- nfsroot.spec | 2 +- 4 files changed, 21 insertions(+), 13 deletions(-) diff --git a/META b/META index c81139b..9f43139 100644 --- a/META +++ b/META @@ -1,5 +1,5 @@ Meta: 1 Name: nfsroot -Version: 3.25 +Version: 3.26 Release: 1 -Date: 2013-05-17 +Date: 2013-07-04 diff --git a/NEWS b/NEWS index a1783e8..ef01e5e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +======================================================================= +Release Notes - nfsroot-3.26 04 Jul 2013 +======================================================================= + +* Drop 9nbd from the default dracut config (TOSS-2171) + +* Drop iscsi from the default dracut config. + ======================================================================= Release Notes - nfsroot-3.25 03 May 2013 ======================================================================= diff --git a/configure b/configure index 0127c64..04bfae7 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.63 for nfsroot 3.25. +# Generated by GNU Autoconf 2.63 for nfsroot 3.26. # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. @@ -594,8 +594,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='nfsroot' PACKAGE_TARNAME='nfsroot' -PACKAGE_VERSION='3.25' -PACKAGE_STRING='nfsroot 3.25' +PACKAGE_VERSION='3.26' +PACKAGE_STRING='nfsroot 3.26' PACKAGE_BUGREPORT='' ac_unique_file="NEWS" @@ -1259,7 +1259,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures nfsroot 3.25 to adapt to many kinds of systems. +\`configure' configures nfsroot 3.26 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1330,7 +1330,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of nfsroot 3.25:";; + short | recursive ) echo "Configuration of nfsroot 3.26:";; esac cat <<\_ACEOF @@ -1403,7 +1403,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -nfsroot configure 3.25 +nfsroot configure 3.26 generated by GNU Autoconf 2.63 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1417,7 +1417,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by nfsroot $as_me 3.25, which was +It was created by nfsroot $as_me 3.26, which was generated by GNU Autoconf 2.63. Invocation command line was $ $0 $@ @@ -2704,7 +2704,7 @@ fi # Define the identity of the package. PACKAGE='nfsroot' - VERSION='3.25' + VERSION='3.26' cat >>confdefs.h <<_ACEOF @@ -3282,7 +3282,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by nfsroot $as_me 3.25, which was +This file was extended by nfsroot $as_me 3.26, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3341,7 +3341,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -nfsroot config.status 3.25 +nfsroot config.status 3.26 configured by $0, generated by GNU Autoconf 2.63, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/nfsroot.spec b/nfsroot.spec index 1ff356f..0f7ba6a 100644 --- a/nfsroot.spec +++ b/nfsroot.spec @@ -1,5 +1,5 @@ Name: nfsroot -Version: 3.25 +Version: 3.26 Release: 1 Source0: %{name}-%{version}.tar.gz License: GPL