summaryrefslogtreecommitdiffstats
path: root/contrib/repo-conf
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-04-07 06:56:57 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-04-07 06:56:57 +0000
commitf30abadcf14f4b7063f5154effaabee72cb7f5d6 (patch)
tree1ff95fc02341875bb156df9abf8cb76a01feb882 /contrib/repo-conf
parentAdd ftp://ftp.rtems.eu. (diff)
downloadrtems-f30abadcf14f4b7063f5154effaabee72cb7f5d6.tar.bz2
Add fedora-11*
Diffstat (limited to 'contrib/repo-conf')
-rw-r--r--contrib/repo-conf/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/repo-conf/configure.ac b/contrib/repo-conf/configure.ac
index abe665b97e..eda31c2952 100644
--- a/contrib/repo-conf/configure.ac
+++ b/contrib/repo-conf/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.14],[http://www.rtems.org/bugzilla],
+AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.15],[http://www.rtems.org/bugzilla],
[rtems-]_RTEMS_API[-repo-conf])
RTEMS_VERSIONING
@@ -17,7 +17,7 @@ AC_ARG_ENABLE(osname,AS_HELP_STRING(
[osname="fedora-10"])
case $osname in
-fedora-9* | fedora-10* )
+fedora-9* | fedora-10* | fedora-11* )
os_name="Fedora"
os_subdir="fedora/"
yum_verdir="\$\$releasever"