commit grubby for openSUSE:Factory
Hello community, here is the log from the commit of package grubby for openSUSE:Factory checked in at 2018-04-30 22:53:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grubby (Old) and /work/SRC/openSUSE:Factory/.grubby.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "grubby" Mon Apr 30 22:53:35 2018 rev:7 rq:601536 version:8.40 Changes: -------- --- /work/SRC/openSUSE:Factory/grubby/grubby.changes 2017-08-16 16:13:26.243710500 +0200 +++ /work/SRC/openSUSE:Factory/.grubby.new/grubby.changes 2018-04-30 22:54:09.274935003 +0200 @@ -1,0 +2,6 @@ +Thu Apr 26 06:52:52 UTC 2018 - guillaume.gardet@opensuse.org + +- Remove %arm specific files as they are not used +- Disable test for aarch64 since it is currently broken + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grubby.spec ++++++ --- /var/tmp/diff_new_pack.85wVdp/_old 2018-04-30 22:54:09.874913111 +0200 +++ /var/tmp/diff_new_pack.85wVdp/_new 2018-04-30 22:54:09.878912965 +0200 @@ -1,7 +1,7 @@ # # spec file for package grubby # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Version: 8.40 Release: 0 Summary: Command line tool for updating bootloader configs -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/Base Url: https://github.com/rhinstaller/grubby.git Source0: %{name}-%{version}.tar.bz2 @@ -53,20 +53,16 @@ %build make %{?_smp_mflags} +%ifnarch aarch64 %check make test +%endif %install make install DESTDIR="%{buildroot}" mandir="%{_mandir}" # Remove installkernel as it is provided with mkinitrd package rm %{buildroot}/sbin/installkernel rm %{buildroot}/%{_mandir}/man8/installkernel.8 -%ifarch %{arm} -mkdir -p %{buildroot}/%{_sysconfdir}/sysconfig/ -install -p uboot %{buildroot}/%{_sysconfdir}/sysconfig/uboot -mkdir -p %{buildroot}/boot -echo " " >>%{buildroot}/boot/boot.scr -%endif %files %defattr(-,root,root,-) @@ -74,9 +70,5 @@ /sbin/new-kernel-pkg /sbin/grubby %{_mandir}/man8/*.8* -%ifarch %{arm} -%config(noreplace) %{_sysconfdir}/sysconfig/uboot -%config(noreplace) /boot/boot.scr -%endif %changelog
participants (1)
-
root@hilbert.suse.de