1
0

- Update to version 0.5+0:

* Normalize spec file
  * Use a generator to mount ESP
  * Avoid race condition when multiple disks are encrypted

OBS-URL: https://build.opensuse.org/package/show/devel:microos/dracut-pcr-signature?expand=0&rev=24
This commit is contained in:
Alberto Planas 2024-11-05 10:18:15 +00:00 committed by Git OBS Bridge
commit 51eb753a31
9 changed files with 205 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

17
_service Normal file
View File

@ -0,0 +1,17 @@
<?xml version="1.0"?>
<services>
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/aplanas/dracut-pcr-signature.git</param>
<param name="revision">main</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
<param name="extract">dracut-pcr-signature.spec</param>
</service>
<service name="recompress" mode="manual">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
<service name="set_version" mode="manual"/>
</services>

4
_servicedata Normal file
View File

@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/aplanas/dracut-pcr-signature.git</param>
<param name="changesrevision">1ae9b3570a9fdfe9882c3800e2c486ed12f02e69</param></service></servicedata>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:771a8ea29ed9eab9140114868d4c709989687376c8a7145aa22bbd6642929181
size 8400

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8981075a7fdbf011e50511a1247598dc6362f5abc806fb1e1d4d366cae364df3
size 8348

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:13afef632a38aa91c5cd2ef765f3e4a1b02052ad371689b7da1a52e91b327d0f
size 8620

View File

@ -0,0 +1,87 @@
-------------------------------------------------------------------
Thu Oct 31 09:37:56 UTC 2024 - aplanas@suse.com
- Update to version 0.5+0:
* Normalize spec file
* Use a generator to mount ESP
* Avoid race condition when multiple disks are encrypted
-------------------------------------------------------------------
Mon Oct 07 14:52:41 UTC 2024 - aplanas@suse.com
- Update to version 0.4+2:
* Synchronize spec file
* Copy JSON file in /run to survive initrd
-------------------------------------------------------------------
Thu May 30 08:45:40 UTC 2024 - Alberto Planas Dominguez <aplanas@suse.com>
- Update to version 0.4:
+ No new features, tagged on 0.3+6
- Remove GRUB2 conflict
-------------------------------------------------------------------
Mon May 13 20:42:01 UTC 2024 - Alberto Planas Dominguez <aplanas@suse.com>
- Adapt regenerate initrd macro expansion
-------------------------------------------------------------------
Mon Apr 22 09:08:46 UTC 2024 - aplanas@suse.com
- Update to version 0.3+6:
* Add UTF8 character set
-------------------------------------------------------------------
Wed Apr 17 12:29:01 UTC 2024 - aplanas@suse.com
- Update to version 0.3+5:
* Generate the initrd after installation
* Temporaly conflict with GRUB2
* Small fix for comment
-------------------------------------------------------------------
Tue Apr 16 17:19:57 UTC 2024 - aplanas@suse.com
- Update to version 0.3+2:
* Do not hard fail when error in mount
-------------------------------------------------------------------
Fri Apr 12 18:01:58 UTC 2024 - aplanas@suse.com
- Update to version 0.3+1:
* Include mktemp in initrd
-------------------------------------------------------------------
Wed Apr 10 11:13:22 UTC 2024 - aplanas@suse.com
- Update to version 0.3+0:
* Various small improvements
-------------------------------------------------------------------
Tue Mar 12 15:08:08 UTC 2024 - aplanas@suse.com
- Update to version 0.2:
* Support GRUB2 configurations
-------------------------------------------------------------------
Tue Jan 30 09:16:29 UTC 2024 - aplanas@suse.com
- Update to version 0.1+3:
* Copy pcrlock.json if available
-------------------------------------------------------------------
Tue Jan 09 07:35:24 UTC 2024 - aplanas@suse.com
- Update to version 0.1+2:
* Explicitly add VFAT module
-------------------------------------------------------------------
Fri Dec 01 13:04:17 UTC 2023 - aplanas@suse.com
- Update to version 0.1+1:
* Use xz compression
-------------------------------------------------------------------
Wed Nov 29 15:47:37 UTC 2023 - Alberto Planas Dominguez <aplanas@suse.com>
- Initial package

64
dracut-pcr-signature.spec Normal file
View File

@ -0,0 +1,64 @@
#
# spec file for package dracut-pcr-signature
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: dracut-pcr-signature
Version: 0.5+0
Release: 0
Summary: Dracut module to import PCR signatures
License: GPL-2.0-or-later
URL: https://github.com/aplanas/dracut-pcr-signature
Source: %{name}-%{version}.tar.xz
BuildRequires: pkgconfig
BuildRequires: rpm-config-SUSE
BuildRequires: pkgconfig(dracut)
BuildArch: noarch
%description
Dracut module to import PCR signatures. This will make possible the
prediction of the initrd (and cmdline) hashes, as will not require the
update of the initrd to introduce the JSON and PEM files required to
unlock the LUKS2 device via systemd-cryptsetup.
%prep
%setup -q
%build
%install
mkdir -p %{buildroot}%{_prefix}/lib/dracut/modules.d/50pcr-signature
for i in module-setup.sh boot-efi-generator.sh pcr-signature.sh pcr-signature.service; do
cp "$i" %{buildroot}%{_prefix}/lib/dracut/modules.d/50pcr-signature
done
%post
%{?regenerate_initrd_post}
%posttrans
%{?regenerate_initrd_posttrans}
%postun
%{?regenerate_initrd_post}
%files
%license LICENSE
%doc README.md
%dir %{_prefix}/lib/dracut
%dir %{_prefix}/lib/dracut/modules.d
%{_prefix}/lib/dracut/modules.d/50pcr-signature
%changelog