Accepting request 1168534 from home:aplanas:branches:devel:microos
- Update to version 0.3+5: * Generate the initrd after installation * Temporaly conflict with GRUB2 * Small fix for comment OBS-URL: https://build.opensuse.org/request/show/1168534 OBS-URL: https://build.opensuse.org/package/show/devel:microos/dracut-pcr-signature?expand=0&rev=14
This commit is contained in:
parent
172e15ad70
commit
0274f41e5a
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/aplanas/dracut-pcr-signature.git</param>
|
<param name="url">https://github.com/aplanas/dracut-pcr-signature.git</param>
|
||||||
<param name="changesrevision">ae07fc611de1884207614125533482477e9e2f8b</param></service></servicedata>
|
<param name="changesrevision">da6c1262027a0814dcefb179f68aee7b2586c261</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0eb1f11187e6fd607e9caa48915902bde567834285a030ca64c6b2893f2acadc
|
|
||||||
size 8328
|
|
3
dracut-pcr-signature-0.3+5.tar.xz
Normal file
3
dracut-pcr-signature-0.3+5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:92e00f02807c28598e2d7d324103fb1a5357986438dfafd025e30668dd211100
|
||||||
|
size 8392
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Tue Apr 16 17:19:57 UTC 2024 - aplanas@suse.com
|
||||||
|
|
||||||
|
@ -17,14 +17,16 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: dracut-pcr-signature
|
Name: dracut-pcr-signature
|
||||||
Version: 0.3+2
|
Version: 0.3+5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Dracut module to import PCR signatures
|
Summary: Dracut module to import PCR signatures
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: https://github.com/aplanas/dracut-pcr-signature
|
URL: https://github.com/aplanas/dracut-pcr-signature
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
Requires: dracut
|
BuildRequires: rpm-config-SUSE
|
||||||
|
BuildRequires: pkgconfig(dracut)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Conflicts: grub2
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Dracut module to import PCR signatures. This will make possible the
|
Dracut module to import PCR signatures. This will make possible the
|
||||||
@ -43,6 +45,15 @@ cp module-setup.sh %buildroot/usr/lib/dracut/modules.d/50pcr-signature
|
|||||||
cp pcr-signature.sh %buildroot/usr/lib/dracut/modules.d/50pcr-signature
|
cp pcr-signature.sh %buildroot/usr/lib/dracut/modules.d/50pcr-signature
|
||||||
cp pcr-signature.conf %buildroot/usr/lib/dracut/modules.d/50pcr-signature
|
cp pcr-signature.conf %buildroot/usr/lib/dracut/modules.d/50pcr-signature
|
||||||
|
|
||||||
|
%post
|
||||||
|
%regenerate_initrd_post
|
||||||
|
|
||||||
|
%posttrans
|
||||||
|
%regenerate_initrd_posttrans
|
||||||
|
|
||||||
|
%postun
|
||||||
|
%regenerate_initrd_post
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
Loading…
Reference in New Issue
Block a user