-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump all livecd packages Unfortunately this packages are not usually bumped, so they are not signed. If we want to have the full chain signed, we need to bump them so they are pushed and signed, otherwise they wont be forcepushed, so no signuture for them. Signed-off-by: Itxaka <igarcia@suse.com> * Fix syslinux using wrong version number Signed-off-by: Itxaka <igarcia@suse.com>
- Loading branch information
Itxaka
authored
Nov 4, 2021
1 parent
3b9d49f
commit 1c806aa
Showing
5 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
packages: | ||
- name: "grub2" | ||
category: "live" | ||
version: "0.0.2" | ||
version: "0.0.2-1" | ||
description: "Grub2 booloader for live systems" | ||
|
||
- name: "grub2-efi-image" | ||
category: "live" | ||
version: "0.0.1" | ||
version: "0.0.1-1" | ||
description: "Grub2 booloader EFI image for live systems" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: "boot" | ||
category: "live" | ||
version: "0.2.2" | ||
version: "0.2.2-1" | ||
|
||
hidden: true # No need to make it installable for now |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
category: "live" | ||
name: "syslinux" | ||
version: "6.03" | ||
version: "6.03-1" | ||
labels: | ||
package.checksum: "26d3986d2bea109d5dc0e4f8c4822a459276cf021125e8c9f23c3cca5d8c850e" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
category: "live" | ||
name: "systemd-boot" | ||
version: "26" | ||
version: "26-1" | ||
package_version: "26-May-2018" | ||
labels: | ||
package.checksum: "371099b6382e787596363eb4a87bd9d59ebb6183e78840c14a9611d01c81cee1" |