Add Requires findutils (RHBZ#1113029).
This commit is contained in:
parent
203074adb5
commit
e08b3617e4
@ -1,7 +1,7 @@
|
|||||||
Summary: Tool for creating supermin appliances
|
Summary: Tool for creating supermin appliances
|
||||||
Name: supermin
|
Name: supermin
|
||||||
Version: 5.1.8
|
Version: 5.1.8
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
|
|
||||||
%if 0%{?rhel} >= 7
|
%if 0%{?rhel} >= 7
|
||||||
@ -22,6 +22,7 @@ BuildRequires: rpm
|
|||||||
BuildRequires: yum-utils
|
BuildRequires: yum-utils
|
||||||
BuildRequires: /usr/sbin/mke2fs
|
BuildRequires: /usr/sbin/mke2fs
|
||||||
BuildRequires: e2fsprogs-devel
|
BuildRequires: e2fsprogs-devel
|
||||||
|
BuildRequires: findutils
|
||||||
BuildRequires: glibc-static, zlib-static
|
BuildRequires: glibc-static, zlib-static
|
||||||
BuildRequires: xz-static, xz-devel
|
BuildRequires: xz-static, xz-devel
|
||||||
BuildRequires: ocaml, ocaml-findlib-devel
|
BuildRequires: ocaml, ocaml-findlib-devel
|
||||||
@ -38,6 +39,7 @@ Requires: tar
|
|||||||
Requires: /usr/sbin/mke2fs
|
Requires: /usr/sbin/mke2fs
|
||||||
# RHBZ#771310
|
# RHBZ#771310
|
||||||
Requires: e2fsprogs-libs >= 1.42
|
Requires: e2fsprogs-libs >= 1.42
|
||||||
|
Requires: findutils
|
||||||
|
|
||||||
# supermin-helper subpackage is no longer separate (since Fedora 21).
|
# supermin-helper subpackage is no longer separate (since Fedora 21).
|
||||||
# A single binary (supermin) provides both features.
|
# A single binary (supermin) provides both features.
|
||||||
@ -90,6 +92,9 @@ make check || {
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 25 2014 Richard W.M. Jones <rjones@redhat.com> - 5.1.8-9
|
||||||
|
- Add Requires findutils (RHBZ#1113029).
|
||||||
|
|
||||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1.8-8
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1.8-8
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user