Skip to content

Commit

Permalink
Removes a - seemingly - unnecessary build dependency
Browse files Browse the repository at this point in the history
the RPM builds fine without this package. Finding the `rpmdevtools` package is a problem anyway because it's part of the entitled content - and not available in UBI repos.

Signed-off-by: Yorgos Saslis <[email protected]>
  • Loading branch information
gsaslis committed Nov 28, 2024
1 parent 86c5ce5 commit e68cd8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Source2: luafilesystem-1.8.0-1.src.rock

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: luarocks rpm-build redhat-rpm-config rpmdevtools libyaml-devel gcc
BuildRequires: luarocks rpm-build redhat-rpm-config libyaml-devel gcc
# Using requires so we can regenerate the manifest on installation.
Requires: luarocks libyaml glibc-devel

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Source17: date-2.2-2.src.rock

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: luarocks rpm-build redhat-rpm-config rpmdevtools
BuildRequires: luarocks rpm-build redhat-rpm-config
# Using requires so we can regenerate the manifest on installation.
Requires: luarocks
Requires: gateway-rockspecs-native
Expand Down

0 comments on commit e68cd8c

Please sign in to comment.