forked from pool/systemd
- Import commit 13bc08870147b35f87cefb074aec22e767b7ac04
846d61e0a1 boot: Move console declarations to missing_efi.h 171a37228b boot: Add startswith() and endswith() functions with no_case variants 0fad9f309a boot: Drop unnecessary braces c38bbb0874 boot: Fix void pointer arithmetic warning 438210924b boot: Replace raw efivar gets with typed variants e46cb3e4a0 boot: Add efivar_get/set_uint64_le() functions e16bee35c8 boot: Rename efivar_get/set_int() to efivar_get/set_uint_string() 2808d0e9a3 boot: Tighten scope of variables used in loops d3f3d57743 boot: Add efivar_get_boolean_u8() 0551ecce71 boot: Make all efivar util functions take the guid as an argument 8376ba3b9f boot: Turn all guid constants into C99 compound initializers 166fc2dad2 boot: Enable C99 c87d66e261 boot: Move Secure Boot logic to new file da7bba9438 udev: fix memleak e06139117c nspawn: make rootfs relative to oci bundle path (bsc#1182598) 8ba587d46c PATCH] Always free deserialized_subscribed on reload (bsc#1180020) OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1140
This commit is contained in:
parent
b7c785ac2b
commit
2e74d0198b
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 15 11:06:54 UTC 2021 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- Import commit 13bc08870147b35f87cefb074aec22e767b7ac04
|
||||
|
||||
846d61e0a1 boot: Move console declarations to missing_efi.h
|
||||
171a37228b boot: Add startswith() and endswith() functions with no_case variants
|
||||
0fad9f309a boot: Drop unnecessary braces
|
||||
c38bbb0874 boot: Fix void pointer arithmetic warning
|
||||
438210924b boot: Replace raw efivar gets with typed variants
|
||||
e46cb3e4a0 boot: Add efivar_get/set_uint64_le() functions
|
||||
e16bee35c8 boot: Rename efivar_get/set_int() to efivar_get/set_uint_string()
|
||||
2808d0e9a3 boot: Tighten scope of variables used in loops
|
||||
d3f3d57743 boot: Add efivar_get_boolean_u8()
|
||||
0551ecce71 boot: Make all efivar util functions take the guid as an argument
|
||||
8376ba3b9f boot: Turn all guid constants into C99 compound initializers
|
||||
166fc2dad2 boot: Enable C99
|
||||
c87d66e261 boot: Move Secure Boot logic to new file
|
||||
da7bba9438 udev: fix memleak
|
||||
e06139117c nspawn: make rootfs relative to oci bundle path (bsc#1182598)
|
||||
8ba587d46c PATCH] Always free deserialized_subscribed on reload (bsc#1180020)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 11 09:51:53 UTC 2021 - Franck Bui <fbui@suse.com>
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
##### WARNING: please do not edit this auto generated spec file. Use the systemd.spec! #####
|
||||
%define mini -mini
|
||||
%define min_kernel_version 4.5
|
||||
%define suse_version +suse.83.g134cf1c8bc
|
||||
%define suse_version +suse.100.g13bc088701
|
||||
|
||||
%bcond_with gnuefi
|
||||
%if 0%{?bootstrap}
|
||||
|
3
systemd-v246.10+suse.100.g13bc088701.tar.xz
Normal file
3
systemd-v246.10+suse.100.g13bc088701.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:230db1113693f80432c3c39de06ea4116e2b8dd6924bdbcd5ab0745eb89958cf
|
||||
size 6572516
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 15 11:06:54 UTC 2021 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- Import commit 13bc08870147b35f87cefb074aec22e767b7ac04
|
||||
|
||||
846d61e0a1 boot: Move console declarations to missing_efi.h
|
||||
171a37228b boot: Add startswith() and endswith() functions with no_case variants
|
||||
0fad9f309a boot: Drop unnecessary braces
|
||||
c38bbb0874 boot: Fix void pointer arithmetic warning
|
||||
438210924b boot: Replace raw efivar gets with typed variants
|
||||
e46cb3e4a0 boot: Add efivar_get/set_uint64_le() functions
|
||||
e16bee35c8 boot: Rename efivar_get/set_int() to efivar_get/set_uint_string()
|
||||
2808d0e9a3 boot: Tighten scope of variables used in loops
|
||||
d3f3d57743 boot: Add efivar_get_boolean_u8()
|
||||
0551ecce71 boot: Make all efivar util functions take the guid as an argument
|
||||
8376ba3b9f boot: Turn all guid constants into C99 compound initializers
|
||||
166fc2dad2 boot: Enable C99
|
||||
c87d66e261 boot: Move Secure Boot logic to new file
|
||||
da7bba9438 udev: fix memleak
|
||||
e06139117c nspawn: make rootfs relative to oci bundle path (bsc#1182598)
|
||||
8ba587d46c PATCH] Always free deserialized_subscribed on reload (bsc#1180020)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 11 09:51:53 UTC 2021 - Franck Bui <fbui@suse.com>
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%define bootstrap 0
|
||||
%define mini %nil
|
||||
%define min_kernel_version 4.5
|
||||
%define suse_version +suse.83.g134cf1c8bc
|
||||
%define suse_version +suse.100.g13bc088701
|
||||
|
||||
%bcond_with gnuefi
|
||||
%if 0%{?bootstrap}
|
||||
|
Loading…
Reference in New Issue
Block a user