Previous autobuilder code is split off into rpm-ostree-toolbox
This commit is contained in:
parent
b802944633
commit
cb97e86632
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/rpm-ostree-2014.6.3.g5707fa7.tar.xz
|
/rpm-ostree-2014.6.3.g5707fa7.tar.xz
|
||||||
/rpm-ostree-2014.7.tar.xz
|
/rpm-ostree-2014.7.tar.xz
|
||||||
/rpm-ostree-2014.8.tar.xz
|
/rpm-ostree-2014.8.tar.xz
|
||||||
|
/rpm-ostree-2014.100.tar.xz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Commit RPMs to an OSTree repository
|
Summary: Client side upgrade program and server side compose tool
|
||||||
Name: rpm-ostree
|
Name: rpm-ostree
|
||||||
Version: 2014.8
|
Version: 2014.100
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
#VCS: https://github.com/cgwalters/rpm-ostree
|
#VCS: https://github.com/cgwalters/rpm-ostree
|
||||||
# This tarball is generated via "make -f Makefile.dist-packaging dist-snapshot"
|
# This tarball is generated via "make -f Makefile.dist-packaging dist-snapshot"
|
||||||
@ -23,21 +23,9 @@ BuildRequires: pkgconfig(hawkey)
|
|||||||
Requires: ostree >= 2014.3
|
Requires: ostree >= 2014.3
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This tool takes a set of packages, and commits them to an OSTree
|
This tool binds together the world of RPM packages with the OSTree
|
||||||
repository. At the moment, it is intended for use on build servers.
|
model of bootable filesystem trees. It provides commands usable both
|
||||||
|
on client systems as well as server-side composes.
|
||||||
%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.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
@ -56,12 +44,10 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p -c"
|
|||||||
%{_libdir}/%{name}/
|
%{_libdir}/%{name}/
|
||||||
%{_mandir}/man*/*.gz
|
%{_mandir}/man*/*.gz
|
||||||
|
|
||||||
%files autobuilder
|
|
||||||
%{_bindir}/rpm-ostree-autobuilder
|
|
||||||
%{_libdir}/%{name}-autobuilder/
|
|
||||||
%{_datadir}/%{name}-autobuilder/
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 23 2014 Colin Walters <walters@verbum.org>
|
||||||
|
- Previous autobuilder code is split off into rpm-ostree-toolbox
|
||||||
|
|
||||||
* Sun Apr 13 2014 Colin Walters <walters@verbum.org>
|
* Sun Apr 13 2014 Colin Walters <walters@verbum.org>
|
||||||
- New upstream release
|
- New upstream release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user