Revisions of plymouth

buildservice-autocommit accepted request 977401 from Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) (revision 43)
auto commit by copy to link target
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 42)
- Refresh patches to apply cleanly
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 41)
remove local rpmlintrc
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 40)
- Add code to plymouth-watermark-config.patch in order to install
  the Watermark image file to initrd
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 39)
reenable watermark patch
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 38)
enable fb patch
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 37)
sync with upstream
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 36)
- Update to version 0.9.5~git20210406.e554475:
  * client: Free command parser after event loop
  * script: Don't crash for scripts without input validation
    functions
  * script: Enforce separate lines for function parameters
  * configure: Fix help string for --with-background-end-color-stop
  * two-step: Make SHOW_ANIMATION_FRACTION configurable
  * plugin: animation should transition to the end animation
  * theme: Allow themes to configure at which percentage
  * scripts: support populating from configurable theme dir
  * main: refactor code for searching the theme path
  * main: add ThemeDir configuration option
  * Fix crash when hiding message in details splash mode
  * drm: Honour screen rotation when detecting HiDPI
  * main: add --ignore-serial-consoles option so we can ignore 
    serial consoles
- Update SPEC file:
  A few minor tweaks to fix part of rpmlint error reporting.
- Drop plymouth-no-longer-modify-conf-to-drop-isopensuse-macro.patch:
  Upstream accompish this requirement in 11b0ce0: Look for config 
  in runtime dir first(jsc#SLE-11637).
- Drop source boot-duration: The source is an empty file, ghost
  macro in %files section is enough to work.

- update plymouth-install-label-library-and-font-file-to-initrd.patch: 
  avoid aborting on multiple font path match, pick the first one
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 35)
- Remove dist specific path setting in plymouth-watermark-config.patch
  which prevents the use of any custom watermarks
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 34)
- Update SPEC file:
      Remove usermerged macro and script: 
         1, currently, it blocks the building in SLE-15-SP4;
         2, plymouth already build with "without-system-root-install", 
         make all binary install to /usr/bin and /usr/sbin; which 
         fit for /user merge target.
         3, plymouth is not launched by user. and all system intergration
         point are called from /usr.
         4, So no change need to do, everything already works.
      Remove rm rhgb-client: 
         plymouth already build with "without-rhgb-compat-link", 
         rhgb doesn't generated from beginning.
      Remove "disable-libkms": 
         SUSE support kms and drm very well now, plymouth works 
         fine with them.
- Remove plymouth-correct-runtime-dir.patch: 
      Use upstream build param "with-runtimedir=/run" to instead.
- Change plymouth-dracut build arch to noarch: 
      It only contain a script.
  Change libply, libply-boot-client, libply-splash-core, 
  libply-splash-graphics group from Development/Libraries/C and
  C++ to System/Libraries:
      They are plymouth and plymouthd runtime library, which install
      together with plymouth.
- Resort rpm file list.
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 33)
Leap has plymouth in /bin as well..
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 32)
enable old watermark behavior
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 31)
- Add plymouth-keep-KillMode-none.patch: Keep the plymouth-start.service 
  KillMode=none. The new mothod of "mixed" KillMode could not work
  with current edition of systemd and will block system boot
  (bsc#1177082 bsc#1184087 boo#1182145).
- Update plymouth-dracut-path.patch: Make it could apply to prior 
  update edition.

- Update to version 0.9.5~git20210406.e554475:
  * systemd: Add plymouth-switch-root-initramfs.service to switch back to initramfs on shutdown
  * main: Add a plymouthd-fd-escrow helper
  * main: Dump debug log to plymouth-shutdown-debug.log on shutdown/reboot
  * main: Cleanly quit on SIGTERM
  * main: Only mark plymouthd as unkillable when running from the initrd
  * ply-device-manager: Don't deactivate renderers from ply_device_manager_free ()
  * details: Clear newly added text-display before replaying log messages
  * text/tribar: Fix ply_boot_splash_hide () not clearing the terminal
  * ply-text-display: Fix bottom pixels of fbcon not getting cleared
  * ply-text-display: Only skip clearing the screen when tracing to a terminal
  * main: Redirect stdio/stderr to null when tracing to a file
  * ply-logger: Add a ply_is_tracing_to_terminal () helper
  * main: Retain splash on on_show_splash() and on_hide_splash()
  * ply-device-manager: Fix bad assertion
  * two-step: Links against libintl.so if LNS
  * The use of AM_GNU_GETTEXT_VERSION in configure.ac instructs autopoint to copy po/Makefile.in.in from the exact gettext version. It is fine if the version of gettext installed on the system has the same minor version number with the requested version, but it fails if you have a newer version of gettext because of the mismatch between autoconf macros and Makefile.in.in.
  * ply-device-manager: Speed up DRM-connector probing
  * ply-device-manager: add a verify_add_or_change() helper
  * ply-device-manager: push udev_device_get_devnode call up into on_udev_event
  * two-step: Fix unused variable compiler warning
  * scripts: Remove new-object.sh
  * two-step: Only create background_bgrt_fallback_image if use_firmware_background is set
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 30)
disable plymouth-only_use_fb_for_cirrus_bochs.patch
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 29)
- Adjust force-renderer logic in plymouth-only_use_fb_for_cirrus_bochs.patch
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 28)
fix patch
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 27)
- Add kernel command line option plymouth.force-renderer=frame-buffer
  in order to allow the frame buffer renderer to be used, where DRM
  is not available or not sufficient (eg. NVIDIA proprietary)
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 26)
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 25)
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 24)
- Fix spinfinity symlink to non-existing image
Displaying revisions 1 - 20 of 43
openSUSE Build Service is sponsored by