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 @@ clr-boot-manager - Ikey Doherty - ikey@solus-project.com + Pierre-Yves + pyu@riseup.net - LGPL-2.1 + LGPL-2.1-or-later system.base Kernel & Boot Loader Management 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 @@ - - 2017-12-10 - 1.5.5 + + 2018-05-11 + 2.1.0 Packaging update - Ikey Doherty - ikey@solus-project.com + Pierre-Yves + pyu@riseup.net \ No newline at end of file