Add tzdata as runtime dependency
otherwise we get a lot of build failures in other packages. Caused by: https://fedoraproject.org/wiki/Changes/AllowRemovalOfTzdata
This commit is contained in:
parent
38c49dd442
commit
0b918bc76a
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,10 @@ Patch3: rubygem-activesupport-7.0.2.3-Fix-tests-for-minitest-5.16.patch
|
|||
Requires: rubygem(bigdecimal)
|
||||
Requires: rubygem(json)
|
||||
|
||||
# Runtime dependency, lot of build failures in other packages.
|
||||
# https://fedoraproject.org/wiki/Changes/AllowRemovalOfTzdata
|
||||
Requires: tzdata
|
||||
|
||||
# Let's keep Requires and BuildRequires sorted alphabeticaly
|
||||
BuildRequires: ruby(release)
|
||||
BuildRequires: rubygems-devel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue