|
|
ce65f3 |
Summary: Client side upgrade program and server side compose tool
|
|
|
ce65f3 |
Name: rpm-ostree
|
|
|
ce65f3 |
Version: 2015.3
|
|
|
ce65f3 |
Release: 2.atomic%{?dist}
|
|
|
ce65f3 |
#VCS: https://github.com/cgwalters/rpm-ostree
|
|
|
ce65f3 |
# This tarball is generated via "make -f Makefile.dist-packaging dist-snapshot"
|
|
|
ce65f3 |
Source0: rpm-ostree-%{version}.tar.xz
|
|
|
ce65f3 |
License: LGPLv2+
|
|
|
ce65f3 |
URL: https://github.com/cgwalters/rpm-ostree
|
|
|
ce65f3 |
# We always run autogen.sh
|
|
|
ce65f3 |
BuildRequires: autoconf automake libtool
|
|
|
ce65f3 |
# For docs
|
|
|
ce65f3 |
BuildRequires: gtk-doc
|
|
|
ce65f3 |
BuildRequires: gnome-common
|
|
|
ce65f3 |
BuildRequires: pkgconfig(ostree-1) >= 2015.1
|
|
|
ce65f3 |
BuildRequires: pkgconfig(libgsystem)
|
|
|
ce65f3 |
BuildRequires: pkgconfig(json-glib-1.0)
|
|
|
ce65f3 |
BuildRequires: pkgconfig(hawkey) >= 0.5.0
|
|
|
ce65f3 |
BuildRequires: pkgconfig(rpm)
|
|
|
ce65f3 |
BuildRequires: libcap-devel
|
|
|
ce65f3 |
|
|
|
ce65f3 |
#Technically it is required only for treecompose
|
|
|
ce65f3 |
#Requires: /usr/bin/yum
|
|
|
ce65f3 |
Requires: ostree >= 2014.7
|
|
|
ce65f3 |
|
|
|
ce65f3 |
%description
|
|
|
ce65f3 |
This tool binds together the world of RPM packages with the OSTree
|
|
|
ce65f3 |
model of bootable filesystem trees. It provides commands usable both
|
|
|
ce65f3 |
on client systems as well as server-side composes.
|
|
|
ce65f3 |
|
|
|
ce65f3 |
%prep
|
|
|
ce65f3 |
%setup -q -n %{name}-%{version}
|
|
|
ce65f3 |
|
|
|
ce65f3 |
%build
|
|
|
ce65f3 |
env NOCONFIGURE=1 ./autogen.sh
|
|
|
ce65f3 |
%configure --disable-silent-rules --enable-patched-hawkey-and-libsolv --enable-usrbinatomic
|
|
|
ce65f3 |
make %{?_smp_mflags}
|
|
|
ce65f3 |
|
|
|
ce65f3 |
%install
|
|
|
ce65f3 |
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p -c"
|
|
|
ce65f3 |
|
|
|
ce65f3 |
%files
|
|
|
ce65f3 |
%doc COPYING README.md
|
|
|
ce65f3 |
%{_bindir}/atomic
|
|
|
ce65f3 |
%{_bindir}/rpm-ostree
|
|
|
ce65f3 |
%{_libdir}/%{name}/
|
|
|
ce65f3 |
%{_mandir}/man1/*.gz
|
|
|
ce65f3 |
|
|
|
ce65f3 |
%changelog
|
|
|
ce65f3 |
* Fri Jan 23 2015 Colin Walters <walters@redhat.com> - 2015.3-2.atomic
|
|
|
ce65f3 |
- New upstream release
|
|
|
ce65f3 |
|
|
|
ce65f3 |
* Fri Jan 09 2015 Colin Walters <walters@redhat.com> - 2015.2-2.atomic
|
|
|
ce65f3 |
- New upstream release
|
|
|
ce65f3 |
|
|
|
ce65f3 |
* Fri Dec 19 2014 Colin Walters <walters@redhat.com> - 2014.114-2.atomic
|
|
|
ce65f3 |
- Rebuild for 7.1
|
|
|
ce65f3 |
|
|
|
ce65f3 |
* Fri Dec 05 2014 Colin Walters <walters@redhat.com> - 2014.114-1.atomic
|
|
|
ce65f3 |
- New upstream release
|
|
|
ce65f3 |
|
|
|
ce65f3 |
* Thu Nov 20 2014 Colin Walters <walters@redhat.com> - 2014.111-2.atomic
|
|
|
ce65f3 |
- New upstream release
|
|
|
ce65f3 |
|
|
|
ce65f3 |
* Fri Oct 24 2014 Colin Walters <walters@redhat.com> - 2014.109-1.atomic
|
|
|
ce65f3 |
- New upstream release
|
|
|
ce65f3 |
|
|
|
ce65f3 |
* Thu Oct 16 2014 Colin Walters <walters@redhat.com>
|
|
|
ce65f3 |
- New upstream version
|
|
|
ce65f3 |
|
|
|
ce65f3 |
* Tue Oct 07 2014 Colin Walters <walters@redhat.com> - 2014.107-2.atomic
|
|
|
ce65f3 |
- New upstream version
|
|
|
ce65f3 |
|
|
|
ce65f3 |
* Mon Sep 29 2014 Colin Walters <walters@redhat.com> - 2014.106-4.atomic
|
|
|
ce65f3 |
- rebuilt
|
|
|
ce65f3 |
|
|
|
ce65f3 |
* Mon Sep 29 2014 Colin Walters <walters@redhat.com> - 2014.106-3.atomic
|
|
|
ce65f3 |
- rebuilt
|
|
|
ce65f3 |
|
|
|
ce65f3 |
* Tue Sep 09 2014 Colin Walters <walters@redhat.com> - 2014.106-2.atomic
|
|
|
ce65f3 |
- New upstream release
|
|
|
ce65f3 |
- BR/R OSTree 2014.6
|
|
|
ce65f3 |
|
|
|
ce65f3 |
* Fri Aug 08 2014 Colin Walters <walters@redhat.com> - 2014.105-2.atomic
|
|
|
ce65f3 |
- New upstream release
|
|
|
ce65f3 |
|
|
|
ce65f3 |
* Mon Jul 14 2014 Colin Walters <walters@redhat.com>
|
|
|
ce65f3 |
- New upstream version
|
|
|
ce65f3 |
|
|
|
ce65f3 |
* Fri May 23 2014 Colin Walters <walters@redhat.com>
|
|
|
ce65f3 |
- Previous autobuilder code is split off into rpm-ostree-toolbox
|
|
|
ce65f3 |
|
|
|
ce65f3 |
* Sat Mar 22 2014 Colin Walters <walters@verbum.org> - 2014.6.3.g5707fa7-1
|
|
|
ce65f3 |
- New git snapshot, add rpm-ostree-sign to file list
|
|
|
ce65f3 |
|
|
|
ce65f3 |
* Sat Mar 22 2014 Colin Walters <walters@verbum.org> - 2014.6-1
|
|
|
ce65f3 |
- New upstream version
|
|
|
ce65f3 |
|
|
|
ce65f3 |
* Fri Mar 07 2014 Colin Walters <walters@verbum.org> - 2014.5-1
|
|
|
ce65f3 |
- Initial package
|
|
|
ce65f3 |
|