Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Update
libosinfo.4907
a563ad22-fix-fedora-unknown-regexp.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File a563ad22-fix-fedora-unknown-regexp.patch of Package libosinfo.4907
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 @@ <media arch="i686"> <iso> - <volume-id>Fedora.*-([2-9][1-9]|[0-9]{3,}).*-i386</volume-id> + <volume-id>Fedora.*-([2-9][3-9]|[0-9]{3,}).*-i386</volume-id> <system-id>LINUX</system-id> </iso> </media> <media arch="x86_64"> <iso> - <volume-id>Fedora.*-([2-9][1-9]|[0-9]{3,}).*-x86_64</volume-id> + <volume-id>Fedora.*-([2-9][3-9]|[0-9]{3,}).*-x86_64</volume-id> <system-id>LINUX</system-id> </iso> <kernel>isolinux/vmlinuz</kernel> @@ -4278,13 +4278,13 @@ <media arch="i686" live="true"> <iso> - <volume-id>Fedora-Live-.*-i686-([2-9][1-9]|[0-9]{3,})</volume-id> + <volume-id>Fedora-Live-.*-i686-([2-9][3-9]|[0-9]{3,})</volume-id> <system-id>LINUX</system-id> </iso> </media> <media arch="x86_64" live="true"> <iso> - <volume-id>Fedora-Live-.*-x86_64-([2-9][1-9]|[0-9]{3,})</volume-id> + <volume-id>Fedora-Live-.*-x86_64-([2-9][3-9]|[0-9]{3,})</volume-id> <system-id>LINUX</system-id> </iso> </media>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor