AWS Security ChangesHomeSearch

AWS linux documentation change

Service: linux · 2025-12-10 · Documentation low

File: linux/al2023/ug/configure-spal-repository.md

Summary

Updated repository name from 'amazonlinux-spal-src' to 'amazonlinux-spal-source' and added clarification about automatic source repository handling during source package operations.

Security assessment

The changes involve repository naming conventions and operational documentation about DNF behavior. There is no evidence of security vulnerabilities being addressed. The added note explains default repository behavior but doesn't introduce new security controls or features.

Diff

diff --git a/linux/al2023/ug/configure-spal-repository.md b/linux/al2023/ug/configure-spal-repository.md
index ebfd331cf..988230612 100644
--- a//linux/al2023/ug/configure-spal-repository.md
+++ b//linux/al2023/ug/configure-spal-repository.md
@@ -69 +69 @@ During the installation, the support statement will be displayed. The statement
-You should see the two repositories configured on your system: `amazonlinux-spal` and `amazonlinux-spal-src`
+You should see the two repositories configured on your system: `amazonlinux-spal` and `amazonlinux-spal-source`
@@ -83 +83 @@ Both SPAL repositories should be available. Note that the **Amazon Linux 2023 SP
-    amazonlinux-spal-src    Amazon Linux 2023 SPAL repository - Source packages      disabled
+    amazonlinux-spal-source    Amazon Linux 2023 SPAL repository - Source packages      disabled
@@ -87 +87,3 @@ Both SPAL repositories should be available. Note that the **Amazon Linux 2023 SP
-###### Important
+###### Note
+
+RPM source (SRPM) repositories are typically disabled by default because they are primarily used by developers for building packages, not by end-users for software installation. DNF automatically enables source repositories when you use commands that require source packages, such as `dnf download --source `package``. 
@@ -89 +91 @@ Both SPAL repositories should be available. Note that the **Amazon Linux 2023 SP
-RPM source (SRPM) repositories are typically disabled by default because they are primarily used by developers for building packages, not by end-users for software installation. Follow this step only if you want to rebuild SRPMs from SPAL on your system. 
+You do not need to manually enable the source repository for one-off source package operations. Follow this step only if you want to rebuild SRPMs from SPAL on your system. 
@@ -91 +93 @@ RPM source (SRPM) repositories are typically disabled by default because they ar
-The following command permanently enables the **Amazon Linux 2023 SPAL repository - Source packages** repository on your system.
+To permanently enable the **Amazon Linux 2023 SPAL repository - Source packages** repository on your system, run the following command:
@@ -93 +95 @@ The following command permanently enables the **Amazon Linux 2023 SPAL repositor
-        [ec2-user ~]$ sudo dnf config-manager --enable amazonlinux-spal-src
+        [ec2-user ~]$ sudo dnf config-manager --enable amazonlinux-spal-source