[rpm-ostree] Previous autobuilder code is split off into rpm-ostree-toolbox

Colin Walters walters at fedoraproject.org
Fri May 23 22:12:42 UTC 2014


commit cb97e86632ba9f95473c0d7cec09c4e99b31923a
Author: Colin Walters <walters at verbum.org>
Date:   Fri May 23 18:12:21 2014 -0400

    Previous autobuilder code is split off into rpm-ostree-toolbox

 .gitignore      |    1 +
 rpm-ostree.spec |   30 ++++++++----------------------
 sources         |    2 +-
 3 files changed, 10 insertions(+), 23 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6aca6cb..e29b427 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /rpm-ostree-2014.6.3.g5707fa7.tar.xz
 /rpm-ostree-2014.7.tar.xz
 /rpm-ostree-2014.8.tar.xz
+/rpm-ostree-2014.100.tar.xz
diff --git a/rpm-ostree.spec b/rpm-ostree.spec
index dab659d..6241293 100644
--- a/rpm-ostree.spec
+++ b/rpm-ostree.spec
@@ -1,6 +1,6 @@
-Summary: Commit RPMs to an OSTree repository
+Summary: Client side upgrade program and server side compose tool
 Name: rpm-ostree
-Version: 2014.8
+Version: 2014.100
 Release: 1%{?dist}
 #VCS: https://github.com/cgwalters/rpm-ostree
 # This tarball is generated via "make -f Makefile.dist-packaging dist-snapshot"
@@ -23,21 +23,9 @@ BuildRequires: pkgconfig(hawkey)
 Requires: ostree >= 2014.3
 
 %description
-This tool takes a set of packages, and commits them to an OSTree
-repository.  At the moment, it is intended for use on build servers.
-
-%package        autobuilder
-Summary:	Build server for rpm-ostree
-Group:		System Environment/Base
-Requires:	%{name}%{?_isa} = %{version}-%{release}
-Requires:	/usr/bin/gjs
-Requires:	/usr/bin/guestmount
-Requires:	libguestfs-gobject
-BuildRequires:	/usr/bin/g-ir-scanner
-BuildRequires:	readline-devel
-
-%description    autobuilder
-An automatic build server for rpm-ostree.
+This tool binds together the world of RPM packages with the OSTree
+model of bootable filesystem trees.  It provides commands usable both
+on client systems as well as server-side composes.
 
 %prep
 %setup -q -n %{name}-%{version}
@@ -56,12 +44,10 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p -c"
 %{_libdir}/%{name}/
 %{_mandir}/man*/*.gz
 
-%files autobuilder
-%{_bindir}/rpm-ostree-autobuilder
-%{_libdir}/%{name}-autobuilder/
-%{_datadir}/%{name}-autobuilder/
-
 %changelog
+* Fri May 23 2014 Colin Walters <walters at verbum.org>
+- Previous autobuilder code is split off into rpm-ostree-toolbox
+
 * Sun Apr 13 2014 Colin Walters <walters at verbum.org>
 - New upstream release
 
diff --git a/sources b/sources
index 5e15b06..406c133 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2f0738dc263038ba8754bfb2c211e518  rpm-ostree-2014.8.tar.xz
+8987954566a47c1320e6d3faca77a66c  rpm-ostree-2014.100.tar.xz


More information about the scm-commits mailing list