Skip to content

Commit

Permalink
prep for 3.26 tag + autogen
Browse files Browse the repository at this point in the history
  • Loading branch information
garlick committed Jul 4, 2013
1 parent 41b31d0 commit c6aa18c
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 13 deletions.
4 changes: 2 additions & 2 deletions META
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Meta: 1
Name: nfsroot
Version: 3.25
Version: 3.26
Release: 1
Date: 2013-05-17
Date: 2013-07-04
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
=======================================================================
Expand Down
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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]...
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand All @@ -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 $@
Expand Down Expand Up @@ -2704,7 +2704,7 @@ fi

# Define the identity of the package.
PACKAGE='nfsroot'
VERSION='3.25'
VERSION='3.26'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -3341,7 +3341,7 @@ Report bugs to <[email protected]>."
_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'`\\"
Expand Down
2 changes: 1 addition & 1 deletion nfsroot.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: nfsroot
Version: 3.25
Version: 3.26
Release: 1
Source0: %{name}-%{version}.tar.gz
License: GPL
Expand Down

0 comments on commit c6aa18c

Please sign in to comment.