[firstboot/f16] Add a firstboot-text wrapper (#734306)

Martin Gracik mgracik at fedoraproject.org
Wed Sep 7 10:28:06 UTC 2011


commit 60eeda45960c3f10dd795eb061d5c820cc37ddf9
Author: Martin Gracik <mgracik at redhat.com>
Date:   Wed Sep 7 12:28:46 2011 +0200

    Add a firstboot-text wrapper (#734306)

 .gitignore     |    1 +
 firstboot.spec |    6 +++++-
 sources        |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 901077d..3017f39 100644
--- a/.gitignore
+++ b/.gitignore
@@ -81,3 +81,4 @@ firstboot-1.111.tar.bz2
 /firstboot-16.0.tar.bz2
 /firstboot-16.1.tar.bz2
 /firstboot-16.2.tar.bz2
+/firstboot-16.3.tar.bz2
diff --git a/firstboot.spec b/firstboot.spec
index 8510489..3a9bbbc 100644
--- a/firstboot.spec
+++ b/firstboot.spec
@@ -3,7 +3,7 @@
 Summary: Initial system configuration utility
 Name: firstboot
 URL: http://fedoraproject.org/wiki/FirstBoot
-Version: 16.2
+Version: 16.3
 Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -94,6 +94,7 @@ fi
 %dir %{_datadir}/firstboot/themes/default
 %{python_sitelib}/*
 %{_sbindir}/firstboot
+%{_sbindir}/firstboot-text
 %{_datadir}/firstboot/modules/create_user.py*
 %{_datadir}/firstboot/modules/date.py*
 %{_datadir}/firstboot/modules/eula.py*
@@ -109,6 +110,9 @@ fi
 
 
 %changelog
+* Wed Sep 07 2011 Martin Gracik <mgracik at redhat.com> 16.3-1
+- Add a firstboot-text wrapper (#734306)
+
 * Mon Sep 05 2011 Martin Gracik <mgracik at redaht.com> 16.2-1
 - Translation updates (#734305)
 
diff --git a/sources b/sources
index 1802ebb..c00f01e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-64f6b5d477090f3b6ba8cf93bcbfa762  firstboot-16.2.tar.bz2
+a1fe505fb36950197bd3a0e034412867  firstboot-16.3.tar.bz2


More information about the scm-commits mailing list