Add requires on fuse
This commit is contained in:
parent
beaf676778
commit
3700dde71b
@ -1,7 +1,7 @@
|
|||||||
Summary: Client side upgrade program and server side compose tool
|
Summary: Client side upgrade program and server side compose tool
|
||||||
Name: rpm-ostree
|
Name: rpm-ostree
|
||||||
Version: 2016.7
|
Version: 2016.7
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
#VCS: https://github.com/cgwalters/rpm-ostree
|
#VCS: https://github.com/cgwalters/rpm-ostree
|
||||||
# This tarball is generated via "make -f Makefile.dist-packaging dist-snapshot"
|
# This tarball is generated via "make -f Makefile.dist-packaging dist-snapshot"
|
||||||
Source0: rpm-ostree-%{version}.tar.xz
|
Source0: rpm-ostree-%{version}.tar.xz
|
||||||
@ -51,6 +51,7 @@ Provides: rpm-ostree-client
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Requires: bubblewrap
|
Requires: bubblewrap
|
||||||
|
Requires: fuse
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This tool binds together the world of RPM packages with the OSTree
|
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
|
%files devel -f files.devel
|
||||||
|
|
||||||
%changelog
|
%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 <walters@verbum.org> - 2016.7-3
|
* Wed Aug 31 2016 Colin Walters <walters@verbum.org> - 2016.7-3
|
||||||
- Backport patch for running inside mock
|
- Backport patch for running inside mock
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user