[Libosinfo] [PATCH 1/2] rhel: Narrow down RHELSA 7.0 volume ID regexp
Christophe Fergeau
cfergeau at redhat.com
Wed Sep 23 09:21:54 UTC 2015
It's currently matching RHELSA.*aarch64 regardless of the version number
present in the volume ID. This means it will likely match all RHELSA 7.x
releases in addition to RHELSA 7.0
---
data/oses/rhel.xml.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/oses/rhel.xml.in b/data/oses/rhel.xml.in
index 2f0d4e8..b680a40 100644
--- a/data/oses/rhel.xml.in
+++ b/data/oses/rhel.xml.in
@@ -1138,7 +1138,7 @@
<media arch="aarch64">
<iso>
<system-id>LINUX</system-id>
- <volume-id>RHELSA-.* Server\.aarch64</volume-id>
+ <volume-id>RHELSA-1.5 Server\.aarch64</volume-id>
</iso>
<kernel>isolinux/vmlinuz</kernel>
<initrd>isolinux/initrd.img</initrd>
--
2.4.3
More information about the Libosinfo
mailing list