Hello community,
here is the log from the commit of package installation-images for
openSUSE:Leap:15.2 checked in at 2020-02-27 06:41:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/installation-images (Old)
and /work/SRC/openSUSE:Leap:15.2/.installation-images.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "installation-images"
Thu Feb 27 06:41:32 2020 rev:164 rq:779158 version:14.458
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/installation-images/installation-images.changes
2020-02-16 18:26:15.390653168 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.installation-images.new.26092/installation-images.changes
2020-02-27 06:41:33.825617157 +0100
@@ -1,0 +2,15 @@
+Thu Feb 20 09:36:39 UTC 2020 - [email protected]
+
+- merge gh#openSUSE/installation-images#359
+- etc: update module.config to match 5.6
+- 14.458
+
+--------------------------------------------------------------------
+Tue Feb 11 12:19:55 UTC 2020 - [email protected]
+
+- merge gh#openSUSE/installation-images#358
+- Added libyui-rest-api extension image (bsc#1163275)
+- Adapt also the tftp.file_list file
+- 14.457
+
+--------------------------------------------------------------------
Old:
----
installation-images-14.456.tar.xz
New:
----
installation-images-14.458.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ installation-images.spec ++++++
--- /var/tmp/diff_new_pack.tZIyJ1/_old 2020-02-27 06:41:34.161617856 +0100
+++ /var/tmp/diff_new_pack.tZIyJ1/_new 2020-02-27 06:41:34.161617856 +0100
@@ -352,10 +352,13 @@
BuildRequires: libopenssl1_1-hmac
%endif
BuildRequires: libpcsclite1
+BuildRequires: libyui-ncurses
BuildRequires: libyui-ncurses-pkg
+BuildRequires: libyui-ncurses-rest-api
BuildRequires: libyui-qt
BuildRequires: libyui-qt-graph
BuildRequires: libyui-qt-pkg
+BuildRequires: libyui-qt-rest-api
BuildRequires: linuxrc
BuildRequires: lklug-fonts
BuildRequires: lsscsi
@@ -607,7 +610,7 @@
Summary: Installation Image Files for %theme
License: GPL-2.0+
Group: Metapackages
-Version: 14.456
+Version: 14.458
Release: 0
Provides: installation-images = %version-%release
Conflicts: otherproviders(installation-images)
++++++ installation-images-14.456.tar.xz -> installation-images-14.458.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.456/.gitignore
new/installation-images-14.458/.gitignore
--- old/installation-images-14.456/.gitignore 2020-02-06 13:20:32.000000000
+0100
+++ new/installation-images-14.458/.gitignore 2020-02-20 10:36:39.000000000
+0100
@@ -1,3 +1,8 @@
-changelog
+.build_id
Changelog
+changelog
+data/*/gen
+images
+package
+tmp
VERSION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.456/Makefile
new/installation-images-14.458/Makefile
--- old/installation-images-14.456/Makefile 2020-02-06 13:20:32.000000000
+0100
+++ new/installation-images-14.458/Makefile 2020-02-20 10:36:39.000000000
+0100
@@ -11,9 +11,9 @@
BUILD_ID := $(shell [ -f .build_id ] || bin/build_id > .build_id ; cat
.build_id)
# build initrd+modules+gefrickel after tftp (it needs the sha256 sums over the
other images)
-COMMON_TARGETS := rescue root root+rescue bind libstoragemgmt gdb
mini-iso-rmlist tftp initrd+modules+gefrickel
+COMMON_TARGETS := rescue root root+rescue bind libstoragemgmt gdb
libyui-rest-api mini-iso-rmlist tftp initrd+modules+gefrickel
# keep in sync with data/boot/tftp.file_list
-COMMON_INSTSYS_PARTS := config rpmlist root common rescue bind libstoragemgmt
gdb
+COMMON_INSTSYS_PARTS := config rpmlist root common rescue bind libstoragemgmt
gdb libyui-rest-api
ifneq ($(filter i386, $(ARCH)),)
ALL_TARGETS := initrd-themes initrd boot boot-themes $(COMMON_TARGETS)
zenroot
@@ -58,7 +58,7 @@
export ARCH THEMES DESTDIR INSTSYS_PARTS BOOT_PARTS WITH_FLOPPY BUILD_ID
.PHONY: all dirs base fbase biostest initrd \
- boot boot-efi root rescue root+rescue gdb bind libstoragemgmt clean \
+ boot boot-efi root rescue root+rescue gdb libyui-rest-api bind
libstoragemgmt clean \
boot-themes initrd-themes zenroot tftp install \
install-initrd mini-iso-rmlist debuginfo cd1 iso
@@ -186,6 +186,9 @@
gdb: base
theme=$(THEMES) libdeps=root,gdb image=gdb src=root fs=squashfs
disjunct=root bin/mk_image
+libyui-rest-api: base
+ theme=$(THEMES) libdeps=root,libyui-rest-api image=libyui-rest-api
src=root fs=squashfs disjunct=root bin/mk_image
+
bind: base
theme=$(THEMES) libdeps=root,bind image=bind src=root fs=squashfs
disjunct=root bin/mk_image
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.456/README.md
new/installation-images-14.458/README.md
--- old/installation-images-14.456/README.md 2020-02-06 13:20:32.000000000
+0100
+++ new/installation-images-14.458/README.md 2020-02-20 10:36:39.000000000
+0100
@@ -6,7 +6,7 @@
everything it needs to run an installation (except for the actual package
repository). This also
includes the boot loader configuration used on our installation media.
-To give you an impression what we are talking about here, here's a (a bit
shortened) listing
+To give you an impression what we are talking about here, here's a (a bit
shortened) listing
of the relevant files on an x86_64 installation dvd:
```sh
@@ -41,7 +41,7 @@
images containing the installation system with
the [YaST](https://en.opensuse.org/Portal:YaST) installer.
-If you are going to work on this project, have a look at the documentaion
first:
+If you are going to work on this project, have a look at the documentation
first:
- [General intro](doc/index.md)
- [Submitting changes to SUSE Build Service](doc/submitting.md)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.456/VERSION
new/installation-images-14.458/VERSION
--- old/installation-images-14.456/VERSION 2020-02-06 13:20:32.000000000
+0100
+++ new/installation-images-14.458/VERSION 2020-02-20 10:36:39.000000000
+0100
@@ -1 +1 @@
-14.456
+14.458
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.456/changelog
new/installation-images-14.458/changelog
--- old/installation-images-14.456/changelog 2020-02-06 13:20:32.000000000
+0100
+++ new/installation-images-14.458/changelog 2020-02-20 10:36:39.000000000
+0100
@@ -1,3 +1,12 @@
+2020-02-20: 14.458
+ - merge gh#openSUSE/installation-images#359
+ - etc: update module.config to match 5.6
+
+2020-02-11: 14.457
+ - merge gh#openSUSE/installation-images#358
+ - Added libyui-rest-api extension image (bsc#1163275)
+ - Adapt also the tftp.file_list file
+
2020-02-06: 14.456
- merge gh#openSUSE/installation-images#357
- move gconv files into initrd (bsc#1161701)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.456/data/boot/tftp.file_list
new/installation-images-14.458/data/boot/tftp.file_list
--- old/installation-images-14.456/data/boot/tftp.file_list 2020-02-06
13:20:32.000000000 +0100
+++ new/installation-images-14.458/data/boot/tftp.file_list 2020-02-20
10:36:39.000000000 +0100
@@ -67,6 +67,7 @@
X <image_path>/bind <tftp_dir>/<instsys_dir>
X <image_path>/libstoragemgmt <tftp_dir>/<instsys_dir>
X <image_path>/gdb <tftp_dir>/<instsys_dir>
+X <image_path>/libyui-rest-api <tftp_dir>/<instsys_dir>
# generate digests in 'content' file style
e cd <tftp_dir>; sha256sum <instsys_dir>/* | sed -e "s/^/HASH SHA256 /"
>../content
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.456/data/initrd/etc/motd
new/installation-images-14.458/data/initrd/etc/motd
--- old/installation-images-14.456/data/initrd/etc/motd 2020-02-06
13:20:32.000000000 +0100
+++ new/installation-images-14.458/data/initrd/etc/motd 2020-02-20
10:36:39.000000000 +0100
@@ -3,7 +3,7 @@
- there are shells running on consoles 2, 5, 6, 9
- use 'extend' to load extensions (remove with 'extend -r'); extensions are:
- o bind, gdb
+ o bind, gdb, libyui-rest-api
- for network setup use wicked, for simple cases try dhcpcd
- sshd: run 'setup_ssh' (don't forget to set a password with 'passwd')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/installation-images-14.456/data/initrd/etc/motd.s390x
new/installation-images-14.458/data/initrd/etc/motd.s390x
--- old/installation-images-14.456/data/initrd/etc/motd.s390x 2020-02-06
13:20:32.000000000 +0100
+++ new/installation-images-14.458/data/initrd/etc/motd.s390x 2020-02-20
10:36:39.000000000 +0100
@@ -2,5 +2,5 @@
product_name Installation
- use 'extend' to load extensions (remove with 'extend -r'); extensions are:
- o bind, gdb
+ o bind, gdb, libyui-rest-api
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/installation-images-14.456/data/root/libyui-rest-api.file_list
new/installation-images-14.458/data/root/libyui-rest-api.file_list
--- old/installation-images-14.456/data/root/libyui-rest-api.file_list
1970-01-01 01:00:00.000000000 +0100
+++ new/installation-images-14.458/data/root/libyui-rest-api.file_list
2020-02-20 10:36:39.000000000 +0100
@@ -0,0 +1,11 @@
+TEMPLATE:
+ /
+
+libyui-rest-api*:
+libyui-ncurses-rest-api*:
+libyui-qt-rest-api*:
+
+AUTODEPS:
+
+:
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.456/doc/index.md
new/installation-images-14.458/doc/index.md
--- old/installation-images-14.456/doc/index.md 2020-02-06 13:20:32.000000000
+0100
+++ new/installation-images-14.458/doc/index.md 2020-02-20 10:36:39.000000000
+0100
@@ -21,7 +21,7 @@
For testing purposes there is a make target 'cd1' that builds a complete
tree as it's used on our media.
-`make iso` will directly create the .iso file for cd1
+`make iso` will directly create the .iso file for CD1 (`images/cd1.iso` file)
## Configuring the generation of images
@@ -43,10 +43,16 @@
* ```images/base``` is the build environment used for the other images.
* ```images/boot``` is the image that contains the bootloader.
-* ```images/cd1``` is a media used for testing purposes only; it's optional.
+* ```images/cd1.iso``` is a media used for testing purposes only; can be
optionally
+ generated by the `make iso` command.
* ```images/initrd``` contains all the files used at the initrd stage ([check
out our initrd implementation](https://github.com/openSUSE/linuxrc)).
* ```images/rescue``` contains the data for the rescue system.
* ```images/root``` is mounted to provide the necessary files for YaST
installation.
+* ```images/gdb``` is an extension containing the GNU GDB debugger (use the
`extend gdb`
+ command to activate it in the inst-sys).
+* ```images/libyui-rest-api``` is an extension containing the [LibYUI REST
API](
+ https://github.com/libyui/libyui-rest-api) packages (use the `extend
libyui-rest-api`
+ command to activate it in the inst-sys).
## FAQ
@@ -80,9 +86,9 @@
This is a very important file! It gives YaST the instructions on how to (the
sequence of steps) used to install a system.
-* How do I mount the .iso files?
+* How do I mount the built images?
- The images are generally compressed so you'll need to extract them
- before mounting.
+ The images are compressed using the squashfs file system, but you can
normally
+ mount them with the `mount` command.
**TODO FAQ: compression algorithm, linemode, fonts**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.456/etc/module.config
new/installation-images-14.458/etc/module.config
--- old/installation-images-14.456/etc/module.config 2020-02-06
13:20:32.000000000 +0100
+++ new/installation-images-14.458/etc/module.config 2020-02-20
10:36:39.000000000 +0100
@@ -317,20 +317,21 @@
vxlan
af_packet_diag
-kernel/drivers/net/hyperv/.*
-kernel/drivers/net/team/.*
+kernel/drivers/misc/sgi-xp/.*
+kernel/drivers/net/can/.*
+kernel/drivers/net/dsa/.*
kernel/drivers/net/ethernet/.*
kernel/drivers/net/fddi/.*
-kernel/drivers/net/tokenring/.*
-kernel/drivers/net/can/.*
-kernel/drivers/net/phy/.*
+kernel/drivers/net/hyperv/.*
kernel/drivers/net/ieee802154/.*
kernel/drivers/net/ipvlan/.*
-kernel/drivers/net/dsa/.*
-kernel/drivers/misc/sgi-xp/.*
+kernel/drivers/net/phy/.*
+kernel/drivers/net/team/.*
+kernel/drivers/net/tokenring/.*
+kernel/drivers/net/wireguard/.*
kernel/net/ieee802154/.*
-kernel/net/mac802154/.*
kernel/net/ipv4/.*
+kernel/net/mac802154/.*
[WLAN]