added requires and orderWithRequires of findutils to provide find and xargs (rh1965305)
This commit is contained in:
parent
efdd06373d
commit
45c44709da
@ -8,7 +8,7 @@ Name: copy-jdk-configs
|
||||
# hash relevant to version tag
|
||||
%global htag 88d3ed89f30d8b0eb4877d860fa8d951f224f156
|
||||
Version: 4.0
|
||||
Release: 0%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: JDKs configuration files copier
|
||||
|
||||
License: BSD
|
||||
@ -24,6 +24,9 @@ BuildArch: noarch
|
||||
|
||||
Requires: lua
|
||||
Requires: lua-posix
|
||||
# rh1965305 - copy-jdk-configs script uses find and xargs but RPM does not depend on them
|
||||
Requires: findutils
|
||||
OrderWithRequires: findutils
|
||||
|
||||
%description
|
||||
Utility script to transfer JDKs configuration files between updates or for
|
||||
@ -72,6 +75,9 @@ rm "%{rpm_state_dir}/%{file}" 2> /dev/null || :
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Tue Jun 08 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.0-1
|
||||
- added requires and orderWithRequires of findutils to provide find and xargs (rh1965305)
|
||||
|
||||
* Thu Apr 29 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.0-0
|
||||
- bumped to 4.0 to resolve remvoed rpm 4.17 removing arg from global table
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user