Hello community,
here is the log from the commit of package installation-images for
openSUSE:Factory checked in at 2018-08-28 09:23:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/installation-images (Old)
and /work/SRC/openSUSE:Factory/.installation-images.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "installation-images"
Tue Aug 28 09:23:52 2018 rev:54 rq:631282 version:14.380
Changes:
--------
--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes
2018-08-17 23:59:57.846334448 +0200
+++
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes
2018-08-28 09:23:58.136738982 +0200
@@ -0,0 +1,13 @@
+--------------------------------------------------------------------
+Mon Aug 20 09:45:19 UTC 2018 - [email protected]
+
+- Fix rpi file list
+- hdimage: Use at least FAT16
+- 14.380
+
+--------------------------------------------------------------------
+Mon Aug 20 09:45:19 UTC 2018 - [email protected]
+
+- merge gh#openSUSE/installation-images#258
+- add raspberry pi firmware files
+
Old:
----
installation-images-14.379.tar.xz
New:
----
installation-images-14.380.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ installation-images.spec ++++++
--- /var/tmp/diff_new_pack.ddo7Yq/_old 2018-08-28 09:23:59.840744299 +0200
+++ /var/tmp/diff_new_pack.ddo7Yq/_new 2018-08-28 09:23:59.840744299 +0200
@@ -524,7 +524,7 @@
Summary: Installation Image Files for %theme
License: GPL-2.0+
Group: Metapackages
-Version: 14.379
+Version: 14.380
Release: 0
Provides: installation-images = %version-%release
Conflicts: otherproviders(installation-images)
++++++ installation-images-14.379.tar.xz -> installation-images-14.380.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.379/VERSION
new/installation-images-14.380/VERSION
--- old/installation-images-14.379/VERSION 2018-07-23 12:11:34.000000000
+0200
+++ new/installation-images-14.380/VERSION 2018-08-20 11:45:19.000000000
+0200
@@ -1 +1 @@
-14.379
+14.380
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.379/bin/hdimage
new/installation-images-14.380/bin/hdimage
--- old/installation-images-14.379/bin/hdimage 2018-07-23 12:11:34.000000000
+0200
+++ new/installation-images-14.380/bin/hdimage 2018-08-20 11:45:19.000000000
+0200
@@ -297,7 +297,7 @@
close W1;
if($self->{fs} eq 'fat') {
my $x = " -n '$self->{label}'" if $self->{label} ne "";
- system "mkfs.vfat -h $pt_size$x $f >/dev/null";
+ system "mkfs.vfat -s 1 -h $pt_size$x $f >/dev/null";
my ($fat, $boot);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.379/changelog
new/installation-images-14.380/changelog
--- old/installation-images-14.379/changelog 2018-07-23 12:11:34.000000000
+0200
+++ new/installation-images-14.380/changelog 2018-08-20 11:45:19.000000000
+0200
@@ -1,3 +1,8 @@
+2018-08-17: 14.380
+ - hdimage: Use at least FAT16
+ - Fix rpi file list
+ - add raspberry pi firmware files
+
2018-05-04: 14.379
- etc: update module.config to match 4.18
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/installation-images-14.379/data/boot/grub2-efi.file_list
new/installation-images-14.380/data/boot/grub2-efi.file_list
--- old/installation-images-14.379/data/boot/grub2-efi.file_list
2018-07-23 12:11:34.000000000 +0200
+++ new/installation-images-14.380/data/boot/grub2-efi.file_list
2018-08-20 11:45:19.000000000 +0200
@@ -41,3 +41,17 @@
R s/^with_gfx=0/with_gfx=1/ EFI/BOOT/grub.cfg
R s/THEME/<grub2_theme>/g EFI/BOOT/grub.cfg
endif
+
+# Add RPi packages if available
+if exists(raspberrypi-firmware)
+ raspberrypi-firmware:
+ /
+ raspberrypi-firmware-config:
+ /
+ raspberrypi-firmware-dt:
+ /
+ u-boot-rpi3:
+ /
+ e mv boot/vc/* .
+ r /boot /usr
+endif