Page MenuHomeSolus

D2624.id.diff
No OneTemporary

D2624.id.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,10 +1,10 @@
name : clr-boot-manager
-version : 1.5.5
-release : 18
+version : 2.1.0
+release : 19
source :
- - https://github.com/clearlinux/clr-boot-manager/releases/download/v1.5.5/clr-boot-manager-1.5.5.tar.xz : 487ed0e0a6e9e0aebd6cd9bb0573e6ea60a5de51eec6956cd9c8b7fa3ae79a9b
+ - https://github.com/clearlinux/clr-boot-manager/releases/download/v2.1.0/clr-boot-manager-2.1.0.tar.xz : 78c7d08e7b93a649ebf2f74fff05a8325e4e715aa763828bca8587b11c732825
license :
- - LGPL-2.1
+ - LGPL-2.1-or-later
component : system.base
summary : Kernel & Boot Loader Management
description: |
@@ -17,15 +17,17 @@
- pkgconfig(blkid)
- pkgconfig(check)
setup : |
- # In future, we'll drop goofiboot and go to systemd-boot
- %configure --with-vendor-prefix=Solus \
- --with-kernel-modules-dir=/lib/modules \
- --with-kernel-namespace=com.solus-project \
- --with-bootloader=systemd-boot
+ %meson_configure \
+ -Dwith-vendor-prefix=Solus \
+ -Dwith-kernel-modules-dir=/lib/modules \
+ -Dwith-kernel-namespace=com.solus-project \
+ -Dwith-bootloader=systemd-boot
build : |
- %make
+ %ninja_build
install : |
- %make_install
+ %ninja_install
# Pre-enable the booted service
install -D -d -m 00755 $installdir/usr/lib/systemd/system/multi-user.target.wants
ln -sv ../clr-boot-manager-booted.service $installdir/usr/lib/systemd/system/multi-user.target.wants/.
+check : |
+ %ninja_check
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,10 +2,10 @@
<Source>
<Name>clr-boot-manager</Name>
<Packager>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
- <License>LGPL-2.1</License>
+ <License>LGPL-2.1-or-later</License>
<PartOf>system.base</PartOf>
<Summary xml:lang="en">Kernel &amp; Boot Loader Management</Summary>
<Description xml:lang="en">clr-boot-manager exists to enable the correct maintenance of vendor kernels and appropriate garbage collection tactics over the course of upgrades. The implementation provides the means to enable correct cohabitation on a shared boot directory, such as the EFI System Partition for UEFI-booting operating systems.
@@ -34,12 +34,12 @@
</Files>
</Package>
<History>
- <Update release="18">
- <Date>2017-12-10</Date>
- <Version>1.5.5</Version>
+ <Update release="19">
+ <Date>2018-05-11</Date>
+ <Version>2.1.0</Version>
<Comment>Packaging update</Comment>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Apr 27 2023, 3:34 AM (15 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5799272
Default Alt Text
D2624.id.diff (3 KB)

Event Timeline