[spin-kickstarts] Update to latest upstream

Bruno Wolff III bruno at fedoraproject.org
Sat Jun 29 19:03:39 UTC 2013


commit ea385021306ba992eeb7bd1f0288f2df1de3a0f6
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Jun 29 14:02:32 2013 -0500

    Update to latest upstream
    
    The NEWS file was dropped. The spec file is no longer maintained
    upstream.

 .gitignore           |    1 +
 sources              |    2 +-
 spin-kickstarts.spec |   11 +++++++++--
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f41fbf6..3244618 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ spin-kickstarts-0.14.1.tar.gz
 /spin-kickstarts-0.20.2.tar.gz
 /spin-kickstarts-0.20.3.tar.gz
 /spin-kickstarts-0.20.4.tar.gz
+/spin-kickstarts-0.20.7.tar.gz
diff --git a/sources b/sources
index 387b49f..82d664b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-502325edc2342b826066d245864f05f1  spin-kickstarts-0.20.4.tar.gz
+d5dae506795d0bf8c7cbea166fcce25d  spin-kickstarts-0.20.7.tar.gz
diff --git a/spin-kickstarts.spec b/spin-kickstarts.spec
index 5bb3532..1407592 100644
--- a/spin-kickstarts.spec
+++ b/spin-kickstarts.spec
@@ -1,5 +1,5 @@
 Name:       spin-kickstarts
-Version:    0.20.4
+Version:    0.20.7
 Release:    1%{?dist}
 License:    GPLv2+
 Summary:    Kickstart files and templates for creating your own Fedora Spins
@@ -56,12 +56,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING README AUTHORS NEWS
+%doc COPYING README AUTHORS
 %dir %{_datadir}/%{name}/
 
 %files -n fedora-kickstarts
 %defattr(-,root,root,-)
 %{_datadir}/%{name}/*.ks
+%{_datadir}/%{name}/*.ks.in
 
 %files -n custom-kickstarts
 %defattr(-,root,root,-)
@@ -76,6 +77,12 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{_datadir}/%{name}/l10n/README
 
 %changelog
+* Sat Jun 29 2013 Bruno Wolff III <bruno at wolff.to> 0.20.7-1
+- Stop maintaining the spec file upstream
+- Upstream has changed the way repo commands are handled
+- The NEWS file was dropped
+- One kickstart file was meant to be used after running sed and ended in .ks.in
+
 * Thu May 23 2013 Bruno Wolff III <bruno at wolff.to> 0.20.4-1
 - Pick up changes for getting spins under size limits
 - Pick up various fixes for other issues


More information about the scm-commits mailing list