Compare commits

...

No commits in common. "c9" and "c8" have entirely different histories.
c9 ... c8

1 changed files with 4 additions and 24 deletions

View File

@ -1,7 +1,7 @@
Summary: X.Org X11 driver installation package
Name: xorg-x11-drivers
Version: 2021
Release: 4%{?dist}
Version: 7.7
Release: 30%{?dist}
License: MIT
# relevant hardware
@ -11,13 +11,6 @@ Requires: xorg-x11-drv-evdev
Requires: xorg-x11-drv-libinput
Requires: xorg-x11-drv-modesetting
# only non-s390x
%ifnarch s390x
Requires: xorg-x11-drv-fbdev
%endif
%if !0%{?rhel}
%ifnarch aarch64 s390x
Requires: xorg-x11-drv-qxl
%endif
@ -25,6 +18,7 @@ Requires: xorg-x11-drv-qxl
# only non-s390x
%ifnarch s390x
Requires: xorg-x11-drv-ati
Requires: xorg-x11-drv-fbdev
Requires: xorg-x11-drv-nouveau
Requires: xorg-x11-drv-v4l
Requires: xorg-x11-drv-wacom
@ -45,10 +39,10 @@ Requires: xorg-x11-drv-intel
Requires: xorg-x11-drv-vmware
%endif
%if !0%{?rhel}
%ifarch %{ix86} x86_64
Requires: xorg-x11-drv-openchrome
%endif
%endif
%description
@ -65,20 +59,6 @@ individual driver packages to be installed.
%files
%changelog
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2021-4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2021-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2021-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jan 19 2021 Adam Jackson <ajax@redhat.com> - 2021-1
- Change package version to year + build
- Exclude most drivers from RHEL
* Tue Oct 27 2020 Adam Jackson <ajax@redhat.com> - 7.7-30
- Don't Require wacom on s390x, that's just silly