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/
This commit is contained in:
parent
2acd02cd70
commit
5ffa5a9542
@ -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 <jlebon@redhat.com> - 2018.3-3
|
||||
- Add BR on gcc-c++
|
||||
|
||||
* Thu Mar 01 2018 Dusty Mabe <dusty@dustymabe.com> - 2018.3-2
|
||||
- backport treating FUSE as netfs
|
||||
- See https://github.com/projectatomic/rpm-ostree/pull/1285
|
||||
|
Loading…
Reference in New Issue
Block a user