RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/plymouth#5e8a7c8cc9df9a8c2d33e28c5492eaae99a6aafb
This commit is contained in:
parent
0efb00273b
commit
3dcc4cc01c
17
.gitignore
vendored
17
.gitignore
vendored
@ -0,0 +1,17 @@
|
||||
plymouth-0.8.4.tar.bz2
|
||||
/plymouth-0.8.4.tar.bz2
|
||||
/plymouth-0.8.5.tar.bz2
|
||||
/plymouth-0.8.5.1.tar.bz2
|
||||
/plymouth-0.8.6.tar.bz2
|
||||
/plymouth-0.8.6.1.tar.bz2
|
||||
/plymouth-0.8.6.2.tar.bz2
|
||||
/plymouth-0.8.7.tar.bz2
|
||||
/plymouth-0.8.8.tar.bz2
|
||||
/plymouth-0.8.9.tar.bz2
|
||||
/plymouth-0.9.3.tar.bz2
|
||||
/plymouth-0.9.3.tar.xz
|
||||
/plymouth-0.9.4.tar.xz
|
||||
/plymouth-a8aad27.tar.gz
|
||||
/plymouth-32c097c.tar.gz
|
||||
/plymouth-58a7289.tar.gz
|
||||
/plymouth-e31c81f.tar.gz
|
26
0001-Revert-configure-bump-so-name.patch
Normal file
26
0001-Revert-configure-bump-so-name.patch
Normal file
@ -0,0 +1,26 @@
|
||||
From 696f93e5996634473fb554e07ba2d0775be2a814 Mon Sep 17 00:00:00 2001
|
||||
From: Hans de Goede <hdegoede@redhat.com>
|
||||
Date: Tue, 1 Oct 2019 12:11:09 +0200
|
||||
Subject: [PATCH] Revert "configure: bump so name"
|
||||
|
||||
This reverts commit be27b260042e76aba988b88a4f26983247e02bde.
|
||||
---
|
||||
configure.ac | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 2257374..507145e 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -26,7 +26,7 @@ PKG_PROG_PKG_CONFIG
|
||||
LT_INIT([dlopen disable-static pic-only])
|
||||
|
||||
## increment if the interface has additions, changes, removals.
|
||||
-LT_CURRENT=5
|
||||
+LT_CURRENT=4
|
||||
|
||||
## increment any time the source changes; set to
|
||||
## 0 if you increment CURRENT
|
||||
--
|
||||
2.23.0
|
||||
|
13
charge.plymouth
Normal file
13
charge.plymouth
Normal file
@ -0,0 +1,13 @@
|
||||
[Plymouth Theme]
|
||||
Name=Charge
|
||||
Description=A theme that features the shadowy hull of a Fedora logo charge up and and finally burst into into full form.
|
||||
ModuleName=two-step
|
||||
|
||||
[two-step]
|
||||
ImageDir=/usr/share/plymouth/themes/charge
|
||||
HorizontalAlignment=.5
|
||||
VerticalAlignment=.5
|
||||
Transition=none
|
||||
TransitionDuration=0.0
|
||||
BackgroundStartColor=0x202020
|
||||
BackgroundEndColor=0x202020
|
12
plymouth.rpmlintrc
Normal file
12
plymouth.rpmlintrc
Normal file
@ -0,0 +1,12 @@
|
||||
addFilter("incorrect-fsf-address")
|
||||
addFilter("no-manual-page-for-binary")
|
||||
addFilter("no-documentation")
|
||||
# Spinfinity has a symlink to /usr/share/pixmaps/system-logo-white.png
|
||||
addFilter("dangling-symlink")
|
||||
# Suppress the error from the ghosted /var/lib/plymouth/boot-duration file
|
||||
addFilter("non-readable")
|
||||
# Upstream (and RHEL) has named the logrotate file after the logfilename
|
||||
# rather then after the package-name
|
||||
addFilter("incoherent-logrotate-file")
|
||||
# No provides, the throbgress plugin has been removed upstream
|
||||
addFilter("W: obsolete-not-provided plymouth-plugin-throbgress")
|
1296
plymouth.spec
Normal file
1296
plymouth.spec
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user