freeradius/freeradius-no-sql-scripts.patch
Antonio Torres 8d655c5e18
Remove helper SQL script from package
This script belongs to an unsupported feature (SQL) and requires a new
dependency that is not available in RHEL10, so remove the script
altogether.

Resolves: RHEL-31745
Signed-off-by: Antonio Torres <antorres@redhat.com>
2024-04-04 09:43:22 +02:00

32 lines
1002 B
Diff

From: Antonio Torres <antorres@redhat.com>
Date: Wed, 3 Apr 2024
Subject: Remove SQL helper script from package
This helper script is not needed in RHEL since we stopped supporting the
freeradius SQL subpackages.
Resolves: RHEL-31745
Signed-off-by: Antonio Torres <antorres@redhat.com>
---
scripts/all.mk | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/scripts/all.mk b/scripts/all.mk
index a6e90aa3eb..2f7845a632 100644
--- a/scripts/all.mk
+++ b/scripts/all.mk
@@ -1,5 +1,5 @@
install: $(R)$(sbindir)/rc.radiusd $(R)$(sbindir)/raddebug \
- $(R)$(bindir)/radsqlrelay $(R)$(bindir)/radcrypt $(R)$(bindir)/rlm_sqlippool_tool
+ $(R)$(bindir)/radsqlrelay $(R)$(bindir)/radcrypt
$(R)$(sbindir)/rc.radiusd: scripts/rc.radiusd
@mkdir -p $(dir $@)
@@ -17,6 +17,3 @@ $(R)$(bindir)/radcrypt: scripts/cryptpasswd
@mkdir -p $(dir $@)
@$(INSTALL) -m 755 $< $@
-$(R)$(bindir)/rlm_sqlippool_tool: scripts/sql/rlm_sqlippool_tool
- @mkdir -p $(dir $@)
- @$(INSTALL) -m 755 $< $@