From 3700dde71b1ed847b8ce02cf8ca377964dac0f60 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 1 Sep 2016 06:45:52 -0400 Subject: [PATCH] Add requires on fuse --- rpm-ostree.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rpm-ostree.spec b/rpm-ostree.spec index 0c490da..5760609 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: 2016.7 -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 @@ -51,6 +51,7 @@ Provides: rpm-ostree-client %endif Requires: bubblewrap +Requires: fuse %description This tool binds together the world of RPM packages with the OSTree @@ -123,6 +124,9 @@ python autofiles.py > files.devel \ %files devel -f files.devel %changelog +* Thu Sep 01 2016 walters@redhat.com - 2016.7-4 +- Add requires on fuse https://github.com/projectatomic/rpm-ostree/issues/443 + * Wed Aug 31 2016 Colin Walters - 2016.7-3 - Backport patch for running inside mock