From 5ffa5a9542a434458a377cf9c5ae3f6dbd5af4a9 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Wed, 7 Mar 2018 14:07:31 +0000 Subject: [PATCH] Add BR on gcc-c++ https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org/thread/5TYOPW4LSPQ3RWP34VIS25MQE4EVJOGF/ --- rpm-ostree.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/rpm-ostree.spec b/rpm-ostree.spec index f6a2ffc..9451949 100644 --- a/rpm-ostree.spec +++ b/rpm-ostree.spec @@ -1,7 +1,7 @@ Summary: Hybrid image/package system Name: rpm-ostree Version: 2018.3 -Release: 2%{?dist} +Release: 3%{?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 @@ -49,6 +49,9 @@ BuildRequires: libsolv-devel BuildRequires: pkgconfig(libsolv) %endif +# We need g++ for libdnf +BuildRequires: gcc-c++ + # In CentOS7/RHEL the package is client-only right now, but we can do both %if 0%{?rhel} != 0 && 0%{?rhel} <= 7 Provides: rpm-ostree-client @@ -153,6 +156,9 @@ python autofiles.py > files.devel \ %files devel -f files.devel %changelog +* Wed Mar 07 2018 Jonathan Lebon - 2018.3-3 +- Add BR on gcc-c++ + * Thu Mar 01 2018 Dusty Mabe - 2018.3-2 - backport treating FUSE as netfs - See https://github.com/projectatomic/rpm-ostree/pull/1285