Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
47853665e0 !15 carry xattr when copying files to initramfs
From: @nettingsisyphus
Reviewed-by: @yanan-rock
Signed-off-by: @yanan-rock
2020-12-22 21:25:12 +08:00
nettingsisyphus
c88c9e6568 carry xattr when copying files to initramfs 2020-12-22 21:09:09 +08:00
openeuler-ci-bot
067a6a3ea4 !8 【LTS升级】update plymouth to 0.9.5
Merge pull request !8 from yu_boyun/openEuler-20.03-LTS
2020-08-28 10:51:09 +08:00
yu_boyun
6c9fddad0b update changelog 2020-08-27 09:26:46 +08:00
yu_boyun
0dd476ef5d !1 update
Merge pull request !1 from yu_boyun/master
2020-08-27 09:16:20 +08:00
yu_boyun
01c946ae21 Merge branch 'openEuler-20.03-LTS' of gitee.com:yu_boyun/plymouth into master 2020-08-27 09:15:13 +08:00
yu_boyun
f6298fe4dd update to 0.9.5 2020-08-03 17:10:50 +08:00
openeuler-ci-bot
5d0f3e7609 !6 add yaml file
Merge pull request !6 from yixiangzhike/master
2020-06-22 18:44:08 +08:00
yixiangzhike
dc415e2ad1 add yaml file 2020-06-12 16:22:57 +08:00
openeuler-ci-bot
2a6fcd6e85 !5 plymouth: rebuild for update packages
Merge pull request !5 from orange-snn/master
2020-05-25 17:01:03 +08:00
orange
6d92282415 rebuild for update packages 2020-05-25 11:24:02 +08:00
4 changed files with 45 additions and 5 deletions

View File

@ -0,0 +1,26 @@
From 1b33543094337e1edf6b7806d0cffed5ea6b0629 Mon Sep 17 00:00:00 2001
From: Anakin Zhang <benjamin93@163.com>
Date: Thu, 24 Sep 2020 23:51:51 +0800
Subject: [PATCH] carry xattr when copying files to initramfs
Signed-off-by: Anakin Zhang <benjamin93@163.com>
---
scripts/plymouth-populate-initrd.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/plymouth-populate-initrd.in b/scripts/plymouth-populate-initrd.in
index 616ecc4..100724d 100644
--- a/scripts/plymouth-populate-initrd.in
+++ b/scripts/plymouth-populate-initrd.in
@@ -144,7 +144,7 @@ inst_simple() {
inst "${_src%/*}/.${_src##*/}.hmac" "${target%/*}/.${target##*/}.hmac"
fi
ddebug "Installing $_src"
- cp --sparse=always -pfL "$PLYMOUTH_SYSROOT$_src" "${initdir}/$target"
+ cp -a --sparse=always -pfL "$PLYMOUTH_SYSROOT$_src" "${initdir}/$target"
}
# find symlinks linked to given library file
--
2.23.0.windows.1

BIN
plymouth-0.9.5.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,14 +1,14 @@
# commit date: 20191013
%global commit a4517f16f0e9dde9ad0bc4c1755275b9809772d1
%global shortcommit a4517f1
Name: plymouth
Version: 0.9.4
Version: 0.9.5
Release: 2
License: GPLv2+
Summary: Graphical Boot Animation and Logger
URL: https://www.freedesktop.org/wiki/Software/Plymouth
Source0: %{name}-%{shortcommit}.tar.xz
Source0: %{name}-%{version}.tar.gz
Patch9000: carry-xattr-when-copying-files-to-initramfs.patch
BuildRequires: gcc libtool libdrm-devel systemd-devel kernel-headers
BuildRequires: libpng-devel libxslt docbook-style-xsl gtk3-devel
@ -85,7 +85,7 @@ Plymouth. It features a small spinner on a dark background.
%package_help
%prep
%autosetup -n %{name}-%{commit} -p1
%autosetup -n %{name}-%{version} -p1
autoreconf --install --symlink -Wno-portability
%build
@ -157,6 +157,8 @@ fi
%license COPYING
%dir %{_sysconfdir}/plymouth
%config(noreplace) %{_sysconfdir}/plymouth/plymouthd.conf
%dir %{_sysconfdir}/logrotate.d
%{_sysconfdir}/logrotate.d/bootlog
%{_bindir}/plymouth
%{_sbindir}/plymouthd
@ -218,6 +220,18 @@ fi
%{_mandir}/man?/*
%changelog
* Tue Dec 22 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.9.5-2
- carry xattr when copying files to initramfs
* Thu Aug 27 2020 yuboyun <yuboyun@huawei.com> - 0.9.5-1
- Type:NA
- Id:NA
- SUG:NA
- DESC:update to 0.9.5
* Mon May 25 2020 songnannan <songnannan2@huawei.com> - 0.9.4-3
- rebuild for update packages
* Mon Jan 13 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.9.4-2
- optimize spec