[rpm-ostree] New upstream release

Colin Walters walters at fedoraproject.org
Sun Jun 22 22:14:30 UTC 2014


commit e711f85ad2651f392473f3f86f281a18e0f231e0
Author: Colin Walters <walters at verbum.org>
Date:   Sun Jun 22 18:13:40 2014 -0400

    New upstream release
    
    - Bump OSTree requirements
    - Enable hawkey package diff, we have new enough versions
      of libsolv/hawkey
    - Enable /usr/bin/atomic symbolic link

 .gitignore      |    1 +
 rpm-ostree.spec |   18 +++++++++++++-----
 sources         |    2 +-
 3 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ffa2a76..3547daa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /rpm-ostree-2014.100.tar.xz
 /rpm-ostree-2014.101.tar.xz
 /rpm-ostree-2014.101.5.g87a00be.tar.xz
+/rpm-ostree-2014.103.tar.xz
diff --git a/rpm-ostree.spec b/rpm-ostree.spec
index 44c2fdd..69eb1b9 100644
--- a/rpm-ostree.spec
+++ b/rpm-ostree.spec
@@ -1,7 +1,7 @@
 Summary: Client side upgrade program and server side compose tool
 Name: rpm-ostree
-Version: 2014.101.5.g87a00be
-Release: 1%{?dist}
+Version: 2014.103
+Release: 2%{?dist}
 #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
@@ -12,7 +12,7 @@ BuildRequires: autoconf automake libtool
 # For docs
 BuildRequires: gtk-doc
 BuildRequires: gnome-common
-BuildRequires: pkgconfig(ostree-1) >= 2014.4
+BuildRequires: pkgconfig(ostree-1) >= 2014.5
 BuildRequires: pkgconfig(libgsystem)
 BuildRequires: pkgconfig(json-glib-1.0)
 BuildRequires: pkgconfig(rpm)
@@ -20,7 +20,7 @@ BuildRequires: pkgconfig(hawkey)
 
 # For now only treecompose requires this
 #Requires: /usr/bin/yum
-Requires: ostree >= 2014.3
+Requires: ostree >= 2014.5
 
 %description
 This tool binds together the world of RPM packages with the OSTree
@@ -32,7 +32,7 @@ on client systems as well as server-side composes.
 
 %build
 env NOCONFIGURE=1 ./autogen.sh
-%configure --disable-silent-rules
+%configure --disable-silent-rules --enable-patched-hawkey-and-libsolv --enable-usrbinatomic
 make %{?_smp_mflags}
 
 %install
@@ -40,11 +40,19 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p -c"
 
 %files
 %doc COPYING README.md
+%{_bindir}/atomic
 %{_bindir}/rpm-ostree
 %{_libdir}/%{name}/
 %{_mandir}/man*/*.gz
 
 %changelog
+* Sat Jun 21 2014 Colin Walters <walters at verbum.org>
+- New upstream release
+- Bump OSTree requirements
+- Enable hawkey package diff, we have new enough versions
+  of libsolv/hawkey
+- Enable /usr/bin/atomic symbolic link
+
 * Tue Jun 10 2014 Colin Walters <walters at verbum.org>
 - New upstream git snapshot
 
diff --git a/sources b/sources
index 4961fd4..f3b82db 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fca40b8e30dbde165e792dd61f93f2b5  rpm-ostree-2014.101.5.g87a00be.tar.xz
+5f3ce9aaa20ae06cc21e73495fd93300  rpm-ostree-2014.103.tar.xz


More information about the scm-commits mailing list