autofs-5.1.0 - beta1

From: Ian Kent <ikent@redhat.com>

Release autofs-5.1.0 beta1
---
 .autofs-5.0.9 |    1 -
 .autofs-5.1.0 |    1 +
 .version      |    2 +-
 CHANGELOG     |    2 +-
 autofs.spec   |   11 ++++++-----
 configure     |    2 +-
 configure.in  |    2 +-
 7 files changed, 11 insertions(+), 10 deletions(-)
 delete mode 100644 .autofs-5.0.9
 create mode 100644 .autofs-5.1.0

diff --git a/.autofs-5.0.9 b/.autofs-5.0.9
deleted file mode 100644
index 587be6b..0000000
--- a/.autofs-5.0.9
+++ /dev/null
@@ -1 +0,0 @@
-x
diff --git a/.autofs-5.1.0 b/.autofs-5.1.0
new file mode 100644
index 0000000..587be6b
--- /dev/null
+++ b/.autofs-5.1.0
@@ -0,0 +1 @@
+x
diff --git a/.version b/.version
index bb09d45..831446c 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-5.0.9
+5.1.0
diff --git a/CHANGELOG b/CHANGELOG
index 89a2e96..5cc1506 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-??/??/2014 autofs-5.1.0
+02/03/2014 autofs-5.1.0
 =======================
 - fix mistake in assignment.
 - add amd map format parser.
diff --git a/autofs.spec b/autofs.spec
index 60e9a13..a499dc1 100644
--- a/autofs.spec
+++ b/autofs.spec
@@ -18,13 +18,14 @@
 
 Summary: A tool from automatically mounting and umounting filesystems.
 Name: autofs
-%define version 5.0.9
-%define release 1
+%define version 5.1.0
+%define release 0
+%define beta beta1
 Version: %{version}
-Release: %{release}
+Release: %{release}.%{beta}
 License: GPL
 Group: System Environment/Daemons
-Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/v4/autofs-%{version}.tar.gz
+Source: ftp://ftp.kernel.org/pub/linux/daemons/autofs/v4/autofs-%{version}-%{beta}.tar.gz
 Buildroot: %{_tmppath}/%{name}-tmp
 %if %{with_systemd}
 BuildRequires: systemd-units
@@ -73,7 +74,7 @@ unmountar dem n
 inkludera nätfilsystem, CD-ROM, floppydiskar, och så vidare.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}
 echo %{version}-%{release} > .version
 %if %{with_systemd}
   %define unitdir %{?_unitdir:/lib/systemd/system}
diff --git a/configure b/configure
index 23e2fac..dcb82cd 100755
--- a/configure
+++ b/configure
@@ -582,7 +582,7 @@ PACKAGE_STRING=
 PACKAGE_BUGREPORT=
 PACKAGE_URL=
 
-ac_unique_file=".autofs-5.0.9"
+ac_unique_file=".autofs-5.1.0"
 ac_default_prefix=/usr
 # Factoring default headers for most tests.
 ac_includes_default="\
diff --git a/configure.in b/configure.in
index c30edeb..cd3e7a3 100644
--- a/configure.in
+++ b/configure.in
@@ -9,7 +9,7 @@ AC_PREREQ(2.5)
 #
 define([AC_CACHE_LOAD], )dnl
 define([AC_CACHE_SAVE], )dnl
-AC_INIT(.autofs-5.0.9)
+AC_INIT(.autofs-5.1.0)
 
 #
 # autofs installs by default in /usr
