Commit Graph

271 Commits

Author SHA1 Message Date
Hans de Goede
3164080570 We are carrying so much patches from upstream that we are practically
following upstream master, switch to a git snapshot
Add keyboard layout and capslock state indicator support (rhbz#825406)
Fix "Installing Updates..." text being rendered all garbled on devices
  where the panel is mounted 90 degrees rotated (rhbz#1753418)
2019-10-01 12:51:53 +02:00
Hans de Goede
2e875c999d Add a patch fixing issues when using cards which default to the radeon
kms driver with the amdgpu kms driver (rhbz#1490490)
Extend default DeviceTimeout to 8 seconds (rhbz#1737221)
2019-09-07 22:44:49 +02:00
Fedora Release Engineering
3796291739 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-26 10:59:59 +00:00
Hans de Goede
0e56037ed6 One more patch for dealing with some devices with a non-upright mounted
LCD-panel (rhbz#1730783)
2019-07-19 11:48:32 +02:00
Hans de Goede
95e332b265 Add patches from upstream for:
Fix failing to pick the native monitor mode starting with kernel 5.2
  Fix firmware bootsplash support for devices which use the new
    (in ACPI 6.2) rotation bits in the BGRT header
  Add support for firmware-upgrade mode
2019-06-12 14:22:22 +02:00
Hans de Goede
56277ff721 Update bgrt/spinner background to solid black to make the experience on
systems where we do not show the firmware boot-splash consistent with
  systems where we do show the firmware boot-splash
Update translations
2019-03-25 10:09:03 +01:00
Hans de Goede
373f3f4c11 Add translations for the new spinner/bgrt offline-updates splash 2019-03-04 12:08:32 +01:00
Hans de Goede
21a0365db7 Add patches from upstream for:
Monitor hotplug support, this fixes issues with monitors on DP-MST
    docs sometimes not lighting up (rhbz#1652279)
  Adding support for using the firmware's bootsplash as theme background
  New bgrt theme which implements the boot-theme design from:
    https://wiki.gnome.org/Design/OS/BootProgress
    Including the new theming for offline-updates shown there
Make the bgrt theme the new default and upgrade systems which are using the
  charge theme, which is the old default to use the new bgrt theme
Cleanup the spec-file a bit:
  Remove unused / unnecessary %global variables
  Sort the sections for the various plugins and themes alphabetically
  Simplify theme filelists
2019-02-13 17:41:03 +01:00
Fedora Release Engineering
ffda30603d - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-02 04:30:58 +00:00
Igor Gnatenko
8d576ab8f9
Remove obsolete ldconfig scriptlets
References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2019-01-22 18:40:42 +01:00
Ray Strode
225defa74c Update to 0.9.4 2018-11-05 15:34:25 -05:00
Hans de Goede
5d0d9781e2 Add patches from upstream to fix the disk unlock screen sometimes having
a very low resolution on UEFI machines:
  https://gitlab.freedesktop.org/plymouth/plymouth/issues/68
2018-10-04 15:59:35 +02:00
Hans de Goede
ed3a4ab0e9 Update patches for CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER interaction
to the latest patches from master, this fixes the transition from plymouth
  to gdm being non smooth
Drop unused default-boot-duration file (rhbz#1456010)
2018-08-06 18:54:51 +02:00
Peter Robinson
fc3c4ab537 Drop groups in spec, Drop requires on initscripts (rhbz 1592383) long migrated to systemd and original bug where it was added (461322) no longer relevant 2018-08-02 13:08:50 +01:00
Fedora Release Engineering
be944e8ca1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-13 22:38:35 +00:00
Igor Gnatenko
b26c4de811 add BuildRequires: gcc
Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot
2018-07-09 19:06:50 +02:00
Hans de Goede
ccb48d1b6d Add patches from upstream fixing details view on kernels build with
CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER
2018-07-02 13:51:24 +02:00
Adam Williamson
61f6bb5711 Move frame-buffer back to subpackage, patch bugs
More fun related to #1518464. This should fix everything really
hard! We backport a patch that should actually fix #1518464 if
frame-buffer is present but drm is not...but we also backport a
patch that fixes boot with 'rhgb' when neither renderer is
present, and move frame-buffer back to the subpackage, as we
think that's the 'most correct' package layout assuming no bugs.
2018-06-07 11:13:11 -07:00
Adam Williamson
e1402920e9 Move frame-buffer and drm renderers back to main package
Turns out that if we put *both* in the graphics-libs subpackage
minimal installs with 'rhgb' (which is what anaconda does out
of the box) break. As @pbrobinson wasn't around to explain the
rationale for moving the drm renderer to the subpackage in the
first place, @halfline and I agreed to put both renderers back
in the main package for now to avoid both that problem and
bug #1518464 . We can revisit this after @halfline does some
upstream code fixes.
2018-06-04 12:31:01 -07:00
Adam Williamson
02c35d6111 Move frame-buffer renderer to graphics-libs (#1518464) 2018-06-01 12:34:28 -07:00
Hans de Goede
307cedebc8 Merge with F28 branch, fix FTBFS
-Sync in changes which were only added to the F28 branch
-Add a patch from upstream git to fix FTBFS
2018-04-17 15:15:58 +02:00
Hans de Goede
d2a00cafed Add patches from upstream git for devices with non upright mounted LCD panels
https://bugs.freedesktop.org/show_bug.cgi?id=104714
2018-04-17 14:57:44 +02:00
Colin Walters
daa9884553 Drop default boot-duration
The file was last updated in 2008, which was kind of a while ago.
Having files in /var conflicts with the rpm-ostree model of
`/var` starting empty.

Further, I don't think it makes sense to have a *global* boot
duration - it should likely be per-Fedora Edition.  So probably
we should delete the one in `/usr` as well and have the Edition
packages carry it or something.
2018-03-27 21:08:58 +00:00
Igor Gnatenko
dbb86a8b97
Escape macros in %changelog
Reference: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Y2ZUKK2B7T2IKXPMODNF6HB2O5T5TS6H/
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-09 09:05:31 +01:00
Fedora Release Engineering
1a1f73f826 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 05:24:50 +00:00
Ray Strode
d474672953 Bump ShowDelay back up to 5
Related: #1518037
2017-11-28 09:17:00 -05:00
Björn Esser
bd5c23533c
Fix invalid date in %%changelog 2017-11-28 02:13:39 +01:00
Björn Esser
b806660ca8
Update to 0.9.3 release
Reduce ShowDelay to 0 (rhbz#1518037)
Change %%define to %%global
2017-11-28 02:09:54 +01:00
Fedora Release Engineering
f64caafdc8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 06:11:36 +00:00
Fedora Release Engineering
dc62928d05 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 08:49:34 +00:00
Fedora Release Engineering
4a569ca618 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 07:39:44 +00:00
Ray Strode
8da224a33c misc fixes
- Fix color palette issue
- Fix splash at shutdown (if shutdown takes longer than 5 secs)
- Make sure text based splashes update terminal size when fbcon loads
2016-06-20 16:00:23 -04:00
Ray Strode
8eb000e7ed really (?) fix password prompt on text plugin
Resolves: #1344141
2016-06-16 16:10:00 -04:00
Ray Strode
553e49c82b fix password prompt on text plugin
Resolves: #1344141
2016-06-14 14:29:59 -04:00
Ray Strode
3d084f5e51 - new release versioning scheme to be more guideliney 2016-06-08 14:33:28 -04:00
Ray Strode
e484a7252e Update to latest git snapshot
- Fixes use after free
  Related: #1342673
2016-06-07 08:31:15 -04:00
Ray Strode
37ff16b00c update build requires 2016-05-24 13:35:27 -04:00
Ray Strode
0b83adfc76 Update to latest git snapshot 2016-05-24 13:16:13 -04:00
Fedora Release Engineering
194db3ba91 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 18:14:48 +00:00
Ray Strode
6df18ae016 fix plymouth-update-initrd 2015-11-15 23:06:50 -05:00
Ray Strode
0570c13f14 Fix updates with script and spinner themes
Resolves: #1267949
2015-11-02 09:46:06 -05:00
Kalev Lember
57e1cd17f5 Fix a typo in Requires 2015-08-24 23:39:39 +02:00
Peter Robinson
d589334955 fix confusion between scripts and plugin-scripts sub package 2015-08-24 20:17:13 +01:00
Peter Robinson
ed62385b1b Fix Requires for various libs subpackages 2015-08-24 20:10:17 +01:00
Peter Robinson
630f6d5ec6 Use %%license, Cleanup spec, Move drm render driver to graphics-libs sub package 2015-08-23 13:56:24 +01:00
Dennis Gilmore
b297355224 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-18 15:31:14 +00:00
Will Woods
54eaec457c add patch for #1223344 2015-05-20 12:52:14 -04:00
Till Maas
93ef4fd1b6 Rebuilt for Fedora 23 Change
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
2015-02-21 22:24:48 +01:00
Peter Robinson
adcd80647d - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-17 19:17:09 +00:00
Adam Jackson
e1a3bfb875 fix changelog date warnings 2014-06-13 13:45:18 -04:00