Hello community, here is the log from the commit of package gfxboot for openSUSE:Factory checked in at 2020-11-12 22:34:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gfxboot (Old) and /work/SRC/openSUSE:Factory/.gfxboot.new.24930 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gfxboot" Thu Nov 12 22:34:36 2020 rev:163 rq:847901 version:4.5.73 Changes: -------- --- /work/SRC/openSUSE:Factory/gfxboot/gfxboot.changes 2020-10-26 16:13:15.330768264 +0100 +++ /work/SRC/openSUSE:Factory/.gfxboot.new.24930/gfxboot.changes 2020-11-12 22:34:45.161868375 +0100 @@ -0,0 +1,6 @@ +------------------------------------------------------------------- +Thu Nov 5 14:22:43 UTC 2020 - Dominique Leuenberger <[email protected]> + +- Move 'make installsrc' to %install phase, where it belongs to + (fixes build with RPM 4.16). + @@ -5,0 +12,5 @@ + +------------------------------------------------------------------- +Tue Oct 13 09:17:15 UTC 2020 - Jan Engelhardt <[email protected]> + +- Replace old specfile constructs. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gfxboot.spec ++++++ --- /var/tmp/diff_new_pack.ETtaij/_old 2020-11-12 22:34:46.929869999 +0100 +++ /var/tmp/diff_new_pack.ETtaij/_new 2020-11-12 22:34:46.933870002 +0100 @@ -1,7 +1,7 @@ # # spec file for package gfxboot # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,9 +20,9 @@ Version: 4.5.73 Release: 0 Summary: Graphical Boot Logo for GRUB, LILO and SYSLINUX -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/Boot -Url: http://en.opensuse.org/SDB:Gfxboot +URL: http://en.opensuse.org/SDB:Gfxboot Source: %{name}-%{version}.tar.xz Source1: KDE.tar.xz Source2: SLED.tar.xz @@ -47,7 +47,6 @@ Requires: perl-HTML-Parser Requires: syslinux Recommends: %{name}-theme >= 4 -BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: %ix86 x86_64 %perl_requires @@ -116,24 +115,18 @@ KDE theme for gfxboot (bootloader graphics). %prep -%setup -%setup -T -D -a 1 -%setup -T -D -a 2 -%setup -T -D -a 3 -%setup -T -D -a 4 -%setup -T -D -a 5 -%setup -T -D -a 6 +%setup -q -a1 -a2 -a3 -a4 -a5 -a6 %build # fix build export SUSE_ASNEEDED=0 -make DESTDIR=%{buildroot} installsrc make X11LIBS=%{_prefix}/X11R6/%{_lib} make doc make themes %install %make_install +make DESTDIR=%{buildroot} installsrc rm -rf %{buildroot}/etc/bootsplash/themes/openSUSE/ gzip -9c doc/%{name}.8 >%{name}.8.gz install -d -m 755 %{buildroot}%{_mandir}/man8 @@ -154,15 +147,14 @@ %{name} --update-theme KDE %files -%defattr(-,root,root) %{_sbindir}/%{name} %{_mandir}/man8/%{name}.8.gz %dir %{_sysconfdir}/bootsplash %dir %{_sysconfdir}/bootsplash/themes -%doc README.md COPYING +%doc README.md +%license COPYING %files devel -%defattr(-,root,root) %{_sbindir}/%{name}-compile %{_sbindir}/%{name}-font %{_sbindir}/gfxtest @@ -171,22 +163,18 @@ %{_datadir}/%{name} %files branding-upstream -%defattr(-,root,root) %{_sysconfdir}/bootsplash/themes/upstream %ghost /boot/message %files branding-SLES -%defattr(-,root,root) %{_sysconfdir}/bootsplash/themes/SLES %ghost /boot/message %files branding-SLED -%defattr(-,root,root) %{_sysconfdir}/bootsplash/themes/SLED %ghost /boot/message %files branding-KDE -%defattr(-,root,root) %{_sysconfdir}/bootsplash/themes/KDE %ghost /boot/message _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
