diff --git a/copy-jdk-configs.spec b/copy-jdk-configs.spec index 14d8ce1..d240523 100644 --- a/copy-jdk-configs.spec +++ b/copy-jdk-configs.spec @@ -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 - 4.0-1 +- added requires and orderWithRequires of findutils to provide find and xargs (rh1965305) + * Thu Apr 29 2021 Fedora Release Engineering - 4.0-0 - bumped to 4.0 to resolve remvoed rpm 4.17 removing arg from global table