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