From 3e2c588af87812c7213840ecb8afea396bcc7edd Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 6 Feb 2015 07:32:11 -0600 Subject: [PATCH] add git to BuildRequires --- rpm-ostree.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rpm-ostree.spec b/rpm-ostree.spec index ae21182..759f689 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: 2015.3 -Release: 3%{?dist} +Release: 4%{?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 @@ -9,7 +9,7 @@ Patch0: 0001-treepkgdiff-Adapt-to-Hawkey-0.5.3-API-break.patch License: LGPLv2+ URL: https://github.com/cgwalters/rpm-ostree # We always run autogen.sh -BuildRequires: autoconf automake libtool +BuildRequires: autoconf automake libtool git # For docs BuildRequires: gtk-doc BuildRequires: gnome-common @@ -48,6 +48,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p -c" %{_mandir}/man*/*.gz %changelog +* Fri Feb 06 2015 Dennis Gilmore - 2015.3-4 +- add git to BuildRequires + * Thu Feb 05 2015 Colin Walters - 2015.3-3 - Adapt to Hawkey 0.5.3 API break