Subject: fedora: Fix fedora-unknown regexp From: Christophe Fergeau cfergeau@redhat.com Thu Jul 16 17:55:01 2015 +0200 Date: Fri Jul 17 09:43:08 2015 +0200: Git: a563ad22b34963a1c0a5364efea9e17c62d16909 It's currently matching fedora 21 and fedora 22, causing make distcheck failures. diff --git a/data/oses/fedora.xml.in b/data/oses/fedora.xml.in index 0fc2cfe..b81f3c9 100644 --- a/data/oses/fedora.xml.in +++ b/data/oses/fedora.xml.in @@ -4263,13 +4263,13 @@ - Fedora.*-([2-9][1-9]|[0-9]{3,}).*-i386 + Fedora.*-([2-9][3-9]|[0-9]{3,}).*-i386 LINUX - Fedora.*-([2-9][1-9]|[0-9]{3,}).*-x86_64 + Fedora.*-([2-9][3-9]|[0-9]{3,}).*-x86_64 LINUX isolinux/vmlinuz @@ -4278,13 +4278,13 @@ - Fedora-Live-.*-i686-([2-9][1-9]|[0-9]{3,}) + Fedora-Live-.*-i686-([2-9][3-9]|[0-9]{3,}) LINUX - Fedora-Live-.*-x86_64-([2-9][1-9]|[0-9]{3,}) + Fedora-Live-.*-x86_64-([2-9][3-9]|[0-9]{3,}) LINUX