rename fallback from fedora to system
This commit is contained in:
parent
70ffdf773e
commit
730861035a
@ -19,7 +19,7 @@ index be384f8..2016a04 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
+ if (!vendor) {
|
+ if (!vendor) {
|
||||||
+ vendor = __glXLookupVendorByName("fedora");
|
+ vendor = __glXLookupVendorByName("system");
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
dpyInfo->vendors[screen] = vendor;
|
dpyInfo->vendors[screen] = vendor;
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: libglvnd
|
Name: libglvnd
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 0.8%{?commit0:.git%{shortcommit0}}%{?dist}
|
Release: 0.9%{?commit0:.git%{shortcommit0}}%{?dist}
|
||||||
# Provide an upgrade path from the negativo17.org pkgs which have Epoch 1
|
# Provide an upgrade path from the negativo17.org pkgs which have Epoch 1
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: The GL Vendor-Neutral Dispatch library
|
Summary: The GL Vendor-Neutral Dispatch library
|
||||||
@ -234,6 +234,9 @@ xvfb-run -s '-screen 0 640x480x24' -d make check V=1 || \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 24 2018 Dave Airlie <airlied@redhat.com> - 1.0.1-0.9.git5baa1e5
|
||||||
|
- rename fallback from fedora to system
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.0.1-0.8.git5baa1e5
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.0.1-0.8.git5baa1e5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user