[initial-setup/f19] new version

Vratislav Podzimek vpodzime at fedoraproject.org
Wed May 22 12:40:20 UTC 2013


commit d0dec688297362f6b0b02c5ab2d0d5466dbe61f8
Author: Vratislav Podzimek <vpodzime at redhat.com>
Date:   Wed May 22 14:26:33 2013 +0200

    new version
    
    - Reference the new repository in the .spec file (vpodzime)
    - Prevent systemd services from running on live images (#962196) (awilliam)
    - Don't traceback if the expected kickstart file doesn't exist (#950796)
      (vpodzime)

 .gitignore         |    1 +
 initial-setup.spec |   11 ++++++++---
 sources            |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 29cd751..456c705 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /initial-setup-0.3.2.tar.gz
 /initial-setup-0.3.3.tar.gz
 /initial-setup-0.3.4.tar.gz
+/initial-setup-0.3.5.tar.gz
diff --git a/initial-setup.spec b/initial-setup.spec
index 622e223..f6522d9 100644
--- a/initial-setup.spec
+++ b/initial-setup.spec
@@ -1,8 +1,8 @@
 Summary: Initial system configuration utility
 Name: initial-setup
 URL: http://fedoraproject.org/wiki/FirstBoot
-Version: 0.3.4
-Release: 3%{?dist}
+Version: 0.3.5
+Release: 1%{?dist}
 BuildArch: noarch
 
 # This is a Red Hat maintained package which is specific to
@@ -10,7 +10,7 @@ BuildArch: noarch
 #
 # The source is thus available only from within this SRPM
 # or via direct git checkout:
-# git clone git://fedorapeople.org/home/fedora/msivak/public_git/firstboot2.git
+# git clone git://git.fedorahosted.org/initial-setup.git
 Source0: %{name}-%{version}.tar.gz
 
 License: GPLv2+
@@ -98,6 +98,11 @@ fi
 
 
 %changelog
+* Mon May 22 2013 Vratislav Podzimek <vpodzime at redhat.com> - 0.3.5-1
+- Reference the new repository in the .spec file (vpodzime)
+- Prevent systemd services from running on live images (#962196) (awilliam)
+- Don't traceback if the expected kickstart file doesn't exist (#950796) (vpodzime)
+
 * Mon Apr 8 2013 Vratislav Podzimek <vpodzime at redhat.com> - 0.3.4-3
 - Rebuild with fixed spec that partly reverts the previous change
 
diff --git a/sources b/sources
index 3ed3725..017e472 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d2df1c2889f4022ebb354747285cc9ef  initial-setup-0.3.4.tar.gz
+61aab00eeecae884647a565856dc6f91  initial-setup-0.3.5.tar.gz


More information about the scm-commits mailing list