2014-05-23 22:12:21 +00:00
|
|
|
Summary: Client side upgrade program and server side compose tool
|
2014-03-11 12:50:13 +00:00
|
|
|
Name: rpm-ostree
|
2014-05-23 22:12:21 +00:00
|
|
|
Version: 2014.100
|
2014-04-13 19:16:53 +00:00
|
|
|
Release: 1%{?dist}
|
2014-03-11 12:50:13 +00:00
|
|
|
#VCS: https://github.com/cgwalters/rpm-ostree
|
|
|
|
# This tarball is generated via "make -f Makefile.dist-packaging dist-snapshot"
|
|
|
|
Source0: rpm-ostree-%{version}.tar.xz
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: https://github.com/cgwalters/rpm-ostree
|
|
|
|
# We always run autogen.sh
|
|
|
|
BuildRequires: autoconf automake libtool
|
|
|
|
# For docs
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
BuildRequires: gnome-common
|
2014-04-13 19:16:53 +00:00
|
|
|
BuildRequires: pkgconfig(ostree-1) >= 2014.4
|
2014-03-11 12:50:13 +00:00
|
|
|
BuildRequires: pkgconfig(libgsystem)
|
|
|
|
BuildRequires: pkgconfig(json-glib-1.0)
|
2014-03-31 23:44:11 +00:00
|
|
|
BuildRequires: pkgconfig(rpm)
|
|
|
|
BuildRequires: pkgconfig(hawkey)
|
2014-03-11 12:50:13 +00:00
|
|
|
|
2014-04-08 14:36:22 +00:00
|
|
|
# For now only treecompose requires this
|
|
|
|
#Requires: /usr/bin/yum
|
2014-03-22 15:41:31 +00:00
|
|
|
Requires: ostree >= 2014.3
|
2014-03-11 12:50:13 +00:00
|
|
|
|
|
|
|
%description
|
2014-05-23 22:12:21 +00:00
|
|
|
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.
|
2014-03-11 12:50:13 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
env NOCONFIGURE=1 ./autogen.sh
|
|
|
|
%configure --disable-silent-rules
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p -c"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc COPYING README.md
|
|
|
|
%{_bindir}/rpm-ostree
|
|
|
|
%{_libdir}/%{name}/
|
2014-04-01 02:04:42 +00:00
|
|
|
%{_mandir}/man*/*.gz
|
2014-03-11 12:50:13 +00:00
|
|
|
|
|
|
|
%changelog
|
2014-05-23 22:12:21 +00:00
|
|
|
* Fri May 23 2014 Colin Walters <walters@verbum.org>
|
|
|
|
- Previous autobuilder code is split off into rpm-ostree-toolbox
|
|
|
|
|
2014-04-13 19:16:53 +00:00
|
|
|
* Sun Apr 13 2014 Colin Walters <walters@verbum.org>
|
|
|
|
- New upstream release
|
|
|
|
|
2014-04-08 14:36:22 +00:00
|
|
|
* Tue Apr 08 2014 Colin Walters <walters@verbum.org>
|
|
|
|
- Drop requires on yum to allow minimal images without it
|
|
|
|
|
2014-03-31 23:22:53 +00:00
|
|
|
* Mon Mar 31 2014 Colin Walters <walters@verbum.org>
|
|
|
|
- New upstream release
|
|
|
|
|
2014-03-22 15:41:31 +00:00
|
|
|
* Sat Mar 22 2014 Colin Walters <walters@verbum.org> - 2014.6.3.g5707fa7-2
|
|
|
|
- Bump ostree version requirement
|
|
|
|
|
2014-03-22 14:30:07 +00:00
|
|
|
* Sat Mar 22 2014 Colin Walters <walters@verbum.org> - 2014.6.3.g5707fa7-1
|
|
|
|
- New git snapshot, add rpm-ostree-sign to file list
|
|
|
|
|
2014-03-22 14:02:38 +00:00
|
|
|
* Sat Mar 22 2014 Colin Walters <walters@verbum.org> - 2014.6-1
|
|
|
|
- New upstream version
|
|
|
|
|
2014-03-11 12:50:13 +00:00
|
|
|
* Fri Mar 07 2014 Colin Walters <walters@verbum.org> - 2014.5-1
|
|
|
|
- Initial package
|
|
|
|
|