commit kernel-default-base for openSUSE:Factory

2020-10-15 Thread root
Hello community,

here is the log from the commit of package kernel-default-base for 
openSUSE:Factory checked in at 2020-10-15 13:47:25

Comparing /work/SRC/openSUSE:Factory/kernel-default-base (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-default-base.new.3486 (New)


Package is "kernel-default-base"

Thu Oct 15 13:47:25 2020 rev:16 rq:841507 version:MACRO

Changes:

--- /work/SRC/openSUSE:Factory/kernel-default-base/kernel-default-base.changes  
2020-10-08 13:09:57.887051871 +0200
+++ 
/work/SRC/openSUSE:Factory/.kernel-default-base.new.3486/kernel-default-base.changes
2020-10-15 13:47:54.957237019 +0200
@@ -1,0 +2,6 @@
+Tue Oct 13 07:19:13 UTC 2020 - Fabian Vogt 
+
+- Create the list of crypto modules dynamically, supersedes hardcoded
+  list of crc32 implementations (boo#1177577)
+
+---



Other differences:
--
++ kernel-default-base.spec ++
--- /var/tmp/diff_new_pack.Zfv6Oz/_old  2020-10-15 13:47:56.201237539 +0200
+++ /var/tmp/diff_new_pack.Zfv6Oz/_new  2020-10-15 13:47:56.205237541 +0200
@@ -56,11 +56,12 @@
 nf_.* nfnetlink.* nft_.* tun veth xfrm.*_tunnel xfrm_.* x_tables xt_.* 
tcp_diag \
 vxlan
 
-%define crc32_modules crc32c_generic crc32c-intel crc32c-vpmsum crc32-vx_s390 
crc32-arm-ce
+%define crypto_modules \
+%(rpm -ql %{kernel_package_name} | grep -E 
'kernel/crypto/|kernel/arch/.*/crypto/' | xargs basename -a | cut -d. -f1)
 
 %define modules %usb_modules %net_drivers %scsi_modules %block_drivers \
 %hyperv_modules %virtio_modules %vmware_modules %xen_modules \
-%networking %filesystems %misc_modules %crc32_modules
+%networking %filesystems %misc_modules %crypto_modules
 
 # Reasonable defaults that might be overriden if needed
 %define kernel_package_name kernel-%build_flavor
@@ -72,6 +73,9 @@
 Name:   %package_name
 BuildRequires:  %kernel_package_name
 BuildRequires:  %kernel_package_name-devel
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  grep
 BuildRequires:  kernel-subpackage-macros
 Summary:%summary
 License:GPL-2.0-only




commit kernel-default-base for openSUSE:Factory

2020-10-08 Thread root
Hello community,

here is the log from the commit of package kernel-default-base for 
openSUSE:Factory checked in at 2020-10-08 13:09:05

Comparing /work/SRC/openSUSE:Factory/kernel-default-base (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-default-base.new.4249 (New)


Package is "kernel-default-base"

Thu Oct  8 13:09:05 2020 rev:15 rq:839572 version:MACRO

Changes:

--- /work/SRC/openSUSE:Factory/kernel-default-base/kernel-default-base.changes  
2020-05-20 18:38:11.780322998 +0200
+++ 
/work/SRC/openSUSE:Factory/.kernel-default-base.new.4249/kernel-default-base.changes
2020-10-08 13:09:57.887051871 +0200
@@ -1,0 +2,5 @@
+Mon Oct  5 11:17:52 UTC 2020 - Fabian Vogt 
+
+- Add cifs
+
+---



Other differences:
--
++ kernel-default-base.spec ++
--- /var/tmp/diff_new_pack.06Lcf2/_old  2020-10-08 13:09:58.627052541 +0200
+++ /var/tmp/diff_new_pack.06Lcf2/_new  2020-10-08 13:09:58.631052545 +0200
@@ -48,7 +48,7 @@
 ums-realtek ums-sddr09 ums-sddr55 ums-usbat usb-storage usbhid
 
 %define filesystems autofs4 btrfs ext4 vfat isofs jbd2 mbcache nfsv2 nfsv3 
nfsv4 overlay xfs \
-nls_cp437 nls_iso8859-1 ceph
+nls_cp437 nls_iso8859-1 ceph cifs
 
 %define networking \
 af_packet arptable_filter arp_tables arpt_mangle bpfilter bridge br_netfilter  
  \




commit kernel-default-base for openSUSE:Factory

2020-05-20 Thread root
Hello community,

here is the log from the commit of package kernel-default-base for 
openSUSE:Factory checked in at 2020-05-20 18:38:08

Comparing /work/SRC/openSUSE:Factory/kernel-default-base (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-default-base.new.2738 (New)


Package is "kernel-default-base"

Wed May 20 18:38:08 2020 rev:14 rq:807731 version:MACRO

Changes:

--- /work/SRC/openSUSE:Factory/kernel-default-base/kernel-default-base.changes  
2020-05-07 15:06:32.091842535 +0200
+++ 
/work/SRC/openSUSE:Factory/.kernel-default-base.new.2738/kernel-default-base.changes
2020-05-20 18:38:11.780322998 +0200
@@ -1,0 +2,10 @@
+Wed May 20 08:08:15 UTC 2020 - Fabian Vogt 
+
+- Add vxlan (bsc#1171903)
+
+---
+Mon May 18 17:55:00 UTC 2020 - Michal Suchanek 
+
+- Add usbhid and hid-generic for USB input devices (boo#1167749)
+
+---



Other differences:
--
++ kernel-default-base.spec ++
--- /var/tmp/diff_new_pack.kzN8nc/_old  2020-05-20 18:38:12.708324944 +0200
+++ /var/tmp/diff_new_pack.kzN8nc/_new  2020-05-20 18:38:12.708324944 +0200
@@ -25,7 +25,7 @@
 %define extrasummary base modules
 %define extradescription This package contains only the base modules, required 
in all installs.
 
-%define misc_modules button edd i6300esb efivarfs qemu_fw_cfg
+%define misc_modules button edd i6300esb efivarfs qemu_fw_cfg hid-generic
 
 %define virtio_modules virtio virtio_.* virtio-.*
 
@@ -45,7 +45,7 @@
 %define usb_modules usb-common usbcore ehci-hcd ehci-pci ohci-hcd ohci-pci 
uhci-hcd \
 xhci-hcd xhci-pci typec_ucsi ucsi_acpi typec ums-alauda ums-cypress 
ums-datafab \
 ums-eneub6250 ums-freecom ums-isd200 ums-jumpshot ums-karma ums-onetouch \
-ums-realtek ums-sddr09 ums-sddr55 ums-usbat usb-storage
+ums-realtek ums-sddr09 ums-sddr55 ums-usbat usb-storage usbhid
 
 %define filesystems autofs4 btrfs ext4 vfat isofs jbd2 mbcache nfsv2 nfsv3 
nfsv4 overlay xfs \
 nls_cp437 nls_iso8859-1 ceph
@@ -53,7 +53,8 @@
 %define networking \
 af_packet arptable_filter arp_tables arpt_mangle bpfilter bridge br_netfilter  
  \
 ebt_.* ebtable_.* ebtables ip6table_.* ip6_tables ip6t_.* ip_.* ipt_.* 
iptable_.* \
-nf_.* nfnetlink.* nft_.* tun veth xfrm.*_tunnel xfrm_.* x_tables xt_.* tcp_diag
+nf_.* nfnetlink.* nft_.* tun veth xfrm.*_tunnel xfrm_.* x_tables xt_.* 
tcp_diag \
+vxlan
 
 %define crc32_modules crc32c_generic crc32c-intel crc32c-vpmsum crc32-vx_s390 
crc32-arm-ce
 




commit kernel-default-base for openSUSE:Factory

2020-05-07 Thread root
Hello community,

here is the log from the commit of package kernel-default-base for 
openSUSE:Factory checked in at 2020-05-07 15:06:27

Comparing /work/SRC/openSUSE:Factory/kernel-default-base (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-default-base.new.2738 (New)


Package is "kernel-default-base"

Thu May  7 15:06:27 2020 rev:13 rq:800335 version:MACRO

Changes:

--- /work/SRC/openSUSE:Factory/kernel-default-base/kernel-default-base.changes  
2020-04-23 18:29:32.351984608 +0200
+++ 
/work/SRC/openSUSE:Factory/.kernel-default-base.new.2738/kernel-default-base.changes
2020-05-07 15:06:32.091842535 +0200
@@ -1,0 +2,5 @@
+Mon May  4 13:01:43 UTC 2020 - Fabian Vogt 
+
+- Add hardware-specific crc32c implementations (boo#1171065)
+ 
+---



Other differences:
--
++ kernel-default-base.spec ++
--- /var/tmp/diff_new_pack.TllZiU/_old  2020-05-07 15:06:32.963844464 +0200
+++ /var/tmp/diff_new_pack.TllZiU/_new  2020-05-07 15:06:32.963844464 +0200
@@ -55,9 +55,11 @@
 ebt_.* ebtable_.* ebtables ip6table_.* ip6_tables ip6t_.* ip_.* ipt_.* 
iptable_.* \
 nf_.* nfnetlink.* nft_.* tun veth xfrm.*_tunnel xfrm_.* x_tables xt_.* tcp_diag
 
+%define crc32_modules crc32c_generic crc32c-intel crc32c-vpmsum crc32-vx_s390 
crc32-arm-ce
+
 %define modules %usb_modules %net_drivers %scsi_modules %block_drivers \
 %hyperv_modules %virtio_modules %vmware_modules %xen_modules \
-%networking %filesystems %misc_modules
+%networking %filesystems %misc_modules %crc32_modules
 
 # Reasonable defaults that might be overriden if needed
 %define kernel_package_name kernel-%build_flavor




commit kernel-default-base for openSUSE:Factory

2020-04-23 Thread root
Hello community,

here is the log from the commit of package kernel-default-base for 
openSUSE:Factory checked in at 2020-04-23 18:29:29

Comparing /work/SRC/openSUSE:Factory/kernel-default-base (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-default-base.new.2738 (New)


Package is "kernel-default-base"

Thu Apr 23 18:29:29 2020 rev:12 rq:796063 version:MACRO

Changes:

--- /work/SRC/openSUSE:Factory/kernel-default-base/kernel-default-base.changes  
2020-03-04 09:38:24.765856121 +0100
+++ 
/work/SRC/openSUSE:Factory/.kernel-default-base.new.2738/kernel-default-base.changes
2020-04-23 18:29:32.351984608 +0200
@@ -1,0 +2,5 @@
+Tue Apr 21 12:42:55 UTC 2020 - Michal Suchanek 
+
+- Add qemu_fw_cfg needed by ignition (boo#1170069).
+
+---



Other differences:
--
++ kernel-default-base.spec ++
--- /var/tmp/diff_new_pack.gnVXuG/_old  2020-04-23 18:29:32.763985395 +0200
+++ /var/tmp/diff_new_pack.gnVXuG/_new  2020-04-23 18:29:32.767985404 +0200
@@ -25,7 +25,7 @@
 %define extrasummary base modules
 %define extradescription This package contains only the base modules, required 
in all installs.
 
-%define misc_modules button edd i6300esb efivarfs
+%define misc_modules button edd i6300esb efivarfs qemu_fw_cfg
 
 %define virtio_modules virtio virtio_.* virtio-.*
 




commit kernel-default-base for openSUSE:Factory

2020-03-04 Thread root
Hello community,

here is the log from the commit of package kernel-default-base for 
openSUSE:Factory checked in at 2020-03-04 09:38:13

Comparing /work/SRC/openSUSE:Factory/kernel-default-base (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-default-base.new.26092 (New)


Package is "kernel-default-base"

Wed Mar  4 09:38:13 2020 rev:11 rq:780880 version:MACRO

Changes:

--- /work/SRC/openSUSE:Factory/kernel-default-base/kernel-default-base.changes  
2020-02-24 15:50:00.431151292 +0100
+++ 
/work/SRC/openSUSE:Factory/.kernel-default-base.new.26092/kernel-default-base.changes
   2020-03-04 09:38:24.765856121 +0100
@@ -1,0 +2,5 @@
+Thu Feb 27 12:07:22 UTC 2020 - Fabian Vogt 
+
+- Add tcp_diag, needed by openslp
+
+---



Other differences:
--
++ kernel-default-base.spec ++
--- /var/tmp/diff_new_pack.ZYkiRh/_old  2020-03-04 09:38:25.441856526 +0100
+++ /var/tmp/diff_new_pack.ZYkiRh/_new  2020-03-04 09:38:25.445856529 +0100
@@ -53,7 +53,7 @@
 %define networking \
 af_packet arptable_filter arp_tables arpt_mangle bpfilter bridge br_netfilter  
  \
 ebt_.* ebtable_.* ebtables ip6table_.* ip6_tables ip6t_.* ip_.* ipt_.* 
iptable_.* \
-nf_.* nfnetlink.* nft_.* tun veth xfrm.*_tunnel xfrm_.* x_tables xt_.*
+nf_.* nfnetlink.* nft_.* tun veth xfrm.*_tunnel xfrm_.* x_tables xt_.* tcp_diag
 
 %define modules %usb_modules %net_drivers %scsi_modules %block_drivers \
 %hyperv_modules %virtio_modules %vmware_modules %xen_modules \




commit kernel-default-base for openSUSE:Factory

2020-02-24 Thread root
Hello community,

here is the log from the commit of package kernel-default-base for 
openSUSE:Factory checked in at 2020-02-24 15:49:58

Comparing /work/SRC/openSUSE:Factory/kernel-default-base (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-default-base.new.26092 (New)


Package is "kernel-default-base"

Mon Feb 24 15:49:58 2020 rev:10 rq:776571 version:MACRO

Changes:

--- /work/SRC/openSUSE:Factory/kernel-default-base/kernel-default-base.changes  
2020-01-13 22:19:33.086463322 +0100
+++ 
/work/SRC/openSUSE:Factory/.kernel-default-base.new.26092/kernel-default-base.changes
   2020-02-24 15:50:00.431151292 +0100
@@ -1,0 +2,5 @@
+Tue Feb 18 13:38:18 UTC 2020 - Fabian Vogt 
+
+- Add the brd module, used by the LTP testsuite and tiny
+
+---



Other differences:
--
++ kernel-default-base.spec ++
--- /var/tmp/diff_new_pack.ejfagk/_old  2020-02-24 15:50:01.251153118 +0100
+++ /var/tmp/diff_new_pack.ejfagk/_new  2020-02-24 15:50:01.267153154 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kernel-default-base
 #
-# 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
@@ -40,7 +40,7 @@
 
 %define scsi_modules scsi_transport_iscsi sd_mod sg sr_mod st scsi_mod
 
-%define block_drivers loop dm-mod ahci ata_piix mptsas mptspi BusLogic 
sym53c8xx aam53c974 rbd
+%define block_drivers loop dm-mod ahci ata_piix mptsas mptspi BusLogic 
sym53c8xx aam53c974 rbd brd
 
 %define usb_modules usb-common usbcore ehci-hcd ehci-pci ohci-hcd ohci-pci 
uhci-hcd \
 xhci-hcd xhci-pci typec_ucsi ucsi_acpi typec ums-alauda ums-cypress 
ums-datafab \




commit kernel-default-base for openSUSE:Factory

2020-01-13 Thread root
Hello community,

here is the log from the commit of package kernel-default-base for 
openSUSE:Factory checked in at 2020-01-13 22:17:33

Comparing /work/SRC/openSUSE:Factory/kernel-default-base (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-default-base.new.6675 (New)


Package is "kernel-default-base"

Mon Jan 13 22:17:33 2020 rev:9 rq:762790 version:MACRO

Changes:

--- /work/SRC/openSUSE:Factory/kernel-default-base/kernel-default-base.changes  
2019-11-08 15:23:13.374835899 +0100
+++ 
/work/SRC/openSUSE:Factory/.kernel-default-base.new.6675/kernel-default-base.changes
2020-01-13 22:19:33.086463322 +0100
@@ -1,0 +2,5 @@
+Thu Jan  9 14:24:45 UTC 2020 - Guilherme Moro 
+
+- Remove iscsi_ibft (bsc#1157460)
+
+---



Other differences:
--
++ kernel-default-base.spec ++
--- /var/tmp/diff_new_pack.X6irqs/_old  2020-01-13 22:19:33.934463715 +0100
+++ /var/tmp/diff_new_pack.X6irqs/_new  2020-01-13 22:19:33.938463717 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kernel-default-base
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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
@@ -25,7 +25,7 @@
 %define extrasummary base modules
 %define extradescription This package contains only the base modules, required 
in all installs.
 
-%define misc_modules button edd iscsi_ibft i6300esb efivarfs
+%define misc_modules button edd i6300esb efivarfs
 
 %define virtio_modules virtio virtio_.* virtio-.*
 




commit kernel-default-base for openSUSE:Factory

2019-11-08 Thread root
Hello community,

here is the log from the commit of package kernel-default-base for 
openSUSE:Factory checked in at 2019-11-08 15:23:11

Comparing /work/SRC/openSUSE:Factory/kernel-default-base (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-default-base.new.2990 (New)


Package is "kernel-default-base"

Fri Nov  8 15:23:11 2019 rev:8 rq:745513 version:MACRO

Changes:

--- /work/SRC/openSUSE:Factory/kernel-default-base/kernel-default-base.changes  
2019-08-19 20:53:35.709018657 +0200
+++ 
/work/SRC/openSUSE:Factory/.kernel-default-base.new.2990/kernel-default-base.changes
2019-11-08 15:23:13.374835899 +0100
@@ -1,0 +2,10 @@
+Fri Oct 25 10:21:46 UTC 2019 - Michal Suchanek 
+
+- Add efivarfs required by mokutil (bsc#1154858).
+
+---
+Mon Oct 14 15:55:28 UTC 2019 - Guilherme Moro 
+
+- Add Ceph modules (bsc#1149605)
+
+---



Other differences:
--
++ kernel-default-base.spec ++
--- /var/tmp/diff_new_pack.2rObmW/_old  2019-11-08 15:23:13.950836508 +0100
+++ /var/tmp/diff_new_pack.2rObmW/_new  2019-11-08 15:23:13.950836508 +0100
@@ -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/
 #
 # needssslcertforbuild
 
@@ -25,7 +25,7 @@
 %define extrasummary base modules
 %define extradescription This package contains only the base modules, required 
in all installs.
 
-%define misc_modules button edd iscsi_ibft i6300esb
+%define misc_modules button edd iscsi_ibft i6300esb efivarfs
 
 %define virtio_modules virtio virtio_.* virtio-.*
 
@@ -40,7 +40,7 @@
 
 %define scsi_modules scsi_transport_iscsi sd_mod sg sr_mod st scsi_mod
 
-%define block_drivers loop dm-mod ahci ata_piix mptsas mptspi BusLogic 
sym53c8xx aam53c974
+%define block_drivers loop dm-mod ahci ata_piix mptsas mptspi BusLogic 
sym53c8xx aam53c974 rbd
 
 %define usb_modules usb-common usbcore ehci-hcd ehci-pci ohci-hcd ohci-pci 
uhci-hcd \
 xhci-hcd xhci-pci typec_ucsi ucsi_acpi typec ums-alauda ums-cypress 
ums-datafab \
@@ -48,7 +48,7 @@
 ums-realtek ums-sddr09 ums-sddr55 ums-usbat usb-storage
 
 %define filesystems autofs4 btrfs ext4 vfat isofs jbd2 mbcache nfsv2 nfsv3 
nfsv4 overlay xfs \
-nls_cp437 nls_iso8859-1
+nls_cp437 nls_iso8859-1 ceph
 
 %define networking \
 af_packet arptable_filter arp_tables arpt_mangle bpfilter bridge br_netfilter  
  \




commit kernel-default-base for openSUSE:Factory

2019-08-19 Thread root
Hello community,

here is the log from the commit of package kernel-default-base for 
openSUSE:Factory checked in at 2019-08-19 20:53:09

Comparing /work/SRC/openSUSE:Factory/kernel-default-base (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-default-base.new.22127 (New)


Package is "kernel-default-base"

Mon Aug 19 20:53:09 2019 rev:7 rq:723536 version:MACRO

Changes:

--- /work/SRC/openSUSE:Factory/kernel-default-base/kernel-default-base.changes  
2019-08-14 11:37:13.504698441 +0200
+++ 
/work/SRC/openSUSE:Factory/.kernel-default-base.new.22127/kernel-default-base.changes
   2019-08-19 20:53:35.709018657 +0200
@@ -1,0 +2,5 @@
+Thu Aug 15 13:17:05 UTC 2019 - Fabian Vogt 
+
+- Fix wildcard for ip6t_.*
+
+---



Other differences:
--
++ kernel-default-base.spec ++
--- /var/tmp/diff_new_pack.9CQUcC/_old  2019-08-19 20:53:46.957016247 +0200
+++ /var/tmp/diff_new_pack.9CQUcC/_new  2019-08-19 20:53:46.957016247 +0200
@@ -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 https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 # needssslcertforbuild
 
@@ -52,8 +52,8 @@
 
 %define networking \
 af_packet arptable_filter arp_tables arpt_mangle bpfilter bridge br_netfilter  
  \
-ebt_.* ebtable_.* ebtables ip6table_.* ip6_tables ip6t_* ip_.* ipt_.* 
iptable_.* \
-nf_.* nfnetlink.* nft_.* tun veth xfrm._tunnel xfrm_.* x_tables xt_.*
+ebt_.* ebtable_.* ebtables ip6table_.* ip6_tables ip6t_.* ip_.* ipt_.* 
iptable_.* \
+nf_.* nfnetlink.* nft_.* tun veth xfrm.*_tunnel xfrm_.* x_tables xt_.*
 
 %define modules %usb_modules %net_drivers %scsi_modules %block_drivers \
 %hyperv_modules %virtio_modules %vmware_modules %xen_modules \




commit kernel-default-base for openSUSE:Factory

2019-08-14 Thread root
Hello community,

here is the log from the commit of package kernel-default-base for 
openSUSE:Factory checked in at 2019-08-14 11:37:11

Comparing /work/SRC/openSUSE:Factory/kernel-default-base (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-default-base.new.9556 (New)


Package is "kernel-default-base"

Wed Aug 14 11:37:11 2019 rev:6 rq:722699 version:MACRO

Changes:

--- /work/SRC/openSUSE:Factory/kernel-default-base/kernel-default-base.changes  
2019-08-06 15:08:32.403842823 +0200
+++ 
/work/SRC/openSUSE:Factory/.kernel-default-base.new.9556/kernel-default-base.changes
2019-08-14 11:37:13.504698441 +0200
@@ -1,0 +2,5 @@
+Thu Aug  8 21:35:08 UTC 2019 - Michal Suchanek 
+
+- Shorten module list by using wildcards.
+
+---



Other differences:
--
++ kernel-default-base.spec ++
--- /var/tmp/diff_new_pack.Mxyo9M/_old  2019-08-14 11:37:13.868698376 +0200
+++ /var/tmp/diff_new_pack.Mxyo9M/_new  2019-08-14 11:37:13.868698376 +0200
@@ -27,13 +27,11 @@
 
 %define misc_modules button edd iscsi_ibft i6300esb
 
-%define virtio_modules virtio_blk virtio-rng virtio_console virtio-gpu \
-virtio_net virtio_scsi virtio virtio_balloon virtio_input virtio_mmio \
-virtio_pci virtio_ring
+%define virtio_modules virtio virtio_.* virtio-.*
 
-%define xen_modules xen-blkfront xen-kbdfront xen-netfront xen-fbfront xenblk 
xennet
+%define xen_modules xenblk xennet xen-.*
 
-%define vmware_modules vmw_balloon vmw_vmci vmxnet3 vmw_pvscsi 
vmw_vsock_vmci_transport
+%define vmware_modules vmxnet3 vmw_.*
 
 %define hyperv_modules hid-hyperv hv_balloon hv_utils \
 hv_vmbus hyperv-keyboard hv_netvsc hv_storvsc scsi_transport_fc hyperv_fb
@@ -54,51 +52,8 @@
 
 %define networking \
 af_packet arptable_filter arp_tables arpt_mangle bpfilter bridge br_netfilter  
 \
-ebt_802_3 ebtable_broute ebtable_filter ebtable_nat ebtables ebt_among ebt_arp 
 \
-ebt_arpreply ebt_dnat ebt_ip ebt_ip6 ebt_limit ebt_log ebt_mark ebt_mark_m 
 \
-ebt_nflog ebt_pkttype ebt_redirect ebt_snat ebt_stp ebt_vlan ip6table_filter   
 \
-ip6table_mangle ip6table_nat ip6table_raw ip6_tables ip6table_security ip6t_ah 
 \
-ip6t_eui64 ip6t_frag ip6t_hbh ip6t_ipv6header ip6t_MASQUERADE ip6t_mh ip6t_NPT 
 \
-ip6t_REJECT ip6t_rpfilter ip6t_rt ip6t_srh ip6t_SYNPROXY ip_set
 \
-ip_set_bitmap_ip ip_set_bitmap_ipmac ip_set_bitmap_port ip_set_hash_ip 
 \
-ip_set_hash_ipmac ip_set_hash_ipmark ip_set_hash_ipport ip_set_hash_ipportip   
 \
-ip_set_hash_ipportnet ip_set_hash_mac ip_set_hash_net ip_set_hash_netiface 
 \
-ip_set_hash_netnet ip_set_hash_netport ip_set_hash_netportnet ip_set_list_set  
 \
-iptable_filter iptable_mangle iptable_nat iptable_raw ip_tables
 \
-iptable_security ipt_ah ipt_CLUSTERIP ipt_ECN ipt_MASQUERADE ipt_REJECT
 \
-ipt_rpfilter ipt_SYNPROXY ip_vs ip_vs_dh ip_vs_fo ip_vs_ftp ip_vs_lblc 
 \
-ip_vs_lblcr ip_vs_lc ip_vs_mh ip_vs_nq ip_vs_ovf ip_vs_pe_sip ip_vs_rr 
 \
-ip_vs_sed ip_vs_sh ip_vs_wlc ip_vs_wrr nf_conncount nf_conntrack   
 \
-nf_conntrack_amanda nf_conntrack_broadcast nf_conntrack_ftp nf_conntrack_h323  
 \
-nf_conntrack_ipv4 nf_conntrack_ipv6 nf_conntrack_irc nf_conntrack_netbios_ns   
 \
-nf_conntrack_netlink nf_conntrack_pptp nf_conntrack_proto_gre 
nf_conntrack_sane \
-nf_conntrack_sip nf_conntrack_slp nf_conntrack_snmp nf_conntrack_tftp  
 \
-nf_defrag_ipv4 nf_defrag_ipv6 nf_dup_ipv4 nf_dup_ipv6 nf_dup_netdev
 \
-nf_flow_table nf_flow_table_inet nf_flow_table_ipv4 nf_flow_table_ipv6 
 \
-nf_log_arp nf_log_bridge nf_log_common nf_log_ipv4 nf_log_ipv6 nf_log_netdev   
 \
-nf_nat nf_nat_amanda nf_nat_ftp nf_nat_h323 nf_nat_ipv4 nf_nat_ipv6 nf_nat_irc 
 \
-nf_nat_masquerade_ipv4 nf_nat_masquerade_ipv6 nf_nat_pptp nf_nat_proto_gre 
 \
-nf_nat_redirect nf_nat_sip nf_nat_snmp_basic nf_nat_tftp nfnetlink 
 \
-nfnetlink_acct nfnetlink_cthelper nfnetlink_cttimeout nfnetlink_log
 \
-nfnetlink_osf nfnetlink_queue nf_reject_ipv4 nf_reject_ipv6 nf_socket_ipv4 
 \
-nf_socket_ipv6 nf_synproxy_core nf_tables nf_tables_set nft_chain_nat  
 \
-nft_compat nft_connlimit nft_counter nft_ct nft_dup_ipv4 nft_dup_ipv6  
 \
-nft_dup_netdev nft_fib nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib_netdev   
 \
-nft_flow_offload nft_fwd_netdev nft_hash nft_limit nft_log nft_masq nft_nat
 \
-nft_numgen nft_objref nft_osf nf_tproxy_ipv4 nf_tproxy_ipv6 nft_queue 
nft_quota \
-nft_redir nft_reject nft_reject_bridge nft_reject_inet nft_reject_ipv4 
 \
-nft_reject_ipv6 nft_socket nft_tproxy nft_tunnel nft_xfrm tun veth 
xfrm4_tunnel \
-xfrm6_tunnel xfrm_algo xfrm_interface xfrm_ipcomp xfrm_u

commit kernel-default-base for openSUSE:Factory

2019-08-06 Thread root
Hello community,

here is the log from the commit of package kernel-default-base for 
openSUSE:Factory checked in at 2019-08-06 15:08:31

Comparing /work/SRC/openSUSE:Factory/kernel-default-base (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-default-base.new.4126 (New)


Package is "kernel-default-base"

Tue Aug  6 15:08:31 2019 rev:5 rq:719637 version:MACRO

Changes:

--- /work/SRC/openSUSE:Factory/kernel-default-base/kernel-default-base.changes  
2019-06-12 13:02:28.613279958 +0200
+++ 
/work/SRC/openSUSE:Factory/.kernel-default-base.new.4126/kernel-default-base.changes
2019-08-06 15:08:32.403842823 +0200
@@ -1,0 +2,5 @@
+Fri Jul 26 12:43:32 UTC 2019 - Fabian Vogt 
+
+- Add all netfilter and xfrm modules (boo#1142841)
+
+---



Other differences:
--
++ kernel-default-base.spec ++
--- /var/tmp/diff_new_pack.yBtFoN/_old  2019-08-06 15:08:33.003842378 +0200
+++ /var/tmp/diff_new_pack.yBtFoN/_new  2019-08-06 15:08:33.007842376 +0200
@@ -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/
 #
 # needssslcertforbuild
 
@@ -52,36 +52,53 @@
 %define filesystems autofs4 btrfs ext4 vfat isofs jbd2 mbcache nfsv2 nfsv3 
nfsv4 overlay xfs \
 nls_cp437 nls_iso8859-1
 
-%define networking tun veth bridge arp_tables arpt_mangle arptable_filter \
-ip_tables ipt_ECN ipt_MASQUERADE ipt_REJECT ipt_SYNPROXY ipt_ah ipt_rpfilter \
-iptable_filter iptable_mangle iptable_nat iptable_raw iptable_security \
-nf_conntrack_ipv4 nf_defrag_ipv4 nf_dup_ipv4 nf_log_arp nf_log_ipv4 
nf_nat_h323 \
-nf_nat_ipv4 nf_nat_masquerade_ipv4 nf_nat_pptp nf_nat_proto_gre \
-nf_nat_snmp_basic ip6_tables ip6t_MASQUERADE ip6t_NPT ip6t_REJECT 
ip6t_SYNPROXY \
-ip6t_ah ip6t_eui64 ip6t_frag ip6t_hbh ip6t_ipv6header ip6t_mh ip6t_rpfilter \
-ip6t_rt ip6table_filter ip6table_mangle ip6table_nat ip6table_raw \
-ip6table_security nf_conntrack_ipv6 nf_defrag_ipv6 nf_dup_ipv6 nf_log_ipv6 \
-nf_nat_ipv6 nf_nat_masquerade_ipv6 ip_set ip_set_bitmap_ip ip_set_bitmap_ipmac 
\
-ip_set_bitmap_port ip_set_hash_ip ip_set_hash_ipmark ip_set_hash_ipport \
-ip_set_hash_ipportip ip_set_hash_ipportnet ip_set_hash_mac ip_set_hash_net \
-ip_set_hash_netiface ip_set_hash_netnet ip_set_hash_netport \
-ip_set_hash_netportnet ip_set_list_set nf_conntrack nf_conntrack_amanda \
-nf_conntrack_broadcast nf_conntrack_ftp nf_conntrack_h323 nf_conntrack_irc \
-nf_conntrack_netbios_ns nf_conntrack_netlink nf_conntrack_pptp \
-nf_conntrack_proto_gre nf_conntrack_sane nf_conntrack_sip nf_conntrack_slp \
-nf_conntrack_snmp nf_conntrack_tftp nf_log_common nf_nat nf_nat_amanda \
-nf_nat_ftp nf_nat_irc nf_nat_redirect nf_nat_sip nf_nat_tftp nf_synproxy_core \
-nfnetlink nfnetlink_acct nfnetlink_cthelper nfnetlink_cttimeout nfnetlink_log \
-nfnetlink_queue x_tables xt_AUDIT xt_CHECKSUM xt_CLASSIFY xt_CONNSECMARK xt_CT 
\
-xt_DSCP xt_HL xt_HMARK xt_IDLETIMER xt_LED xt_LOG xt_NETMAP xt_NFLOG 
xt_NFQUEUE \
-xt_RATEEST xt_REDIRECT xt_SECMARK xt_TCPMSS xt_TCPOPTSTRIP xt_TEE xt_TPROXY \
-xt_TRACE xt_addrtype xt_bpf xt_cgroup xt_cluster xt_comment xt_connbytes \
-xt_connlabel xt_connlimit xt_connmark xt_conntrack xt_cpu xt_dccp xt_devgroup \
-xt_dscp xt_ecn xt_esp xt_hashlimit xt_helper xt_hl xt_ipcomp xt_iprange 
xt_l2tp \
-xt_length xt_limit xt_mac xt_mark xt_multiport xt_nat xt_nfacct xt_osf 
xt_owner \
-xt_physdev xt_pkttype xt_policy xt_quota xt_rateest xt_realm xt_recent xt_sctp 
\
-xt_set xt_socket xt_state xt_statistic xt_string xt_tcpmss xt_tcpudp xt_time \
-xt_u32 af_packet bpfilter
+%define networking \
+af_packet arptable_filter arp_tables arpt_mangle bpfilter bridge br_netfilter  
 \
+ebt_802_3 ebtable_broute ebtable_filter ebtable_nat ebtables ebt_among ebt_arp 
 \
+ebt_arpreply ebt_dnat ebt_ip ebt_ip6 ebt_limit ebt_log ebt_mark ebt_mark_m 
 \
+ebt_nflog ebt_pkttype ebt_redirect ebt_snat ebt_stp ebt_vlan ip6table_filter   
 \
+ip6table_mangle ip6table_nat ip6table_raw ip6_tables ip6table_security ip6t_ah 
 \
+ip6t_eui64 ip6t_frag ip6t_hbh ip6t_ipv6header ip6t_MASQUERADE ip6t_mh ip6t_NPT 
 \
+ip6t_REJECT ip6t_rpfilter ip6t_rt ip6t_srh ip6t_SYNPROXY ip_set
 \
+ip_set_bitmap_ip ip_set_bitmap_ipmac ip_set_bitmap_port ip_set_hash_ip 
 \
+ip_set_hash_ipmac ip_set_hash_ipmark ip_set_hash_ipport ip_set_hash_ipportip   
 \
+ip_set_hash_ipportnet ip_set_hash_mac ip_set_hash_net ip_set_hash_netiface 
 \
+ip_set_hash_netnet ip_set_hash_netport ip_set_hash_netportnet ip_set_list_set  
 \
+iptable_filter iptable_mangle iptable_nat iptab

commit kernel-default-base for openSUSE:Factory

2019-06-12 Thread root
Hello community,

here is the log from the commit of package kernel-default-base for 
openSUSE:Factory checked in at 2019-06-12 13:02:27

Comparing /work/SRC/openSUSE:Factory/kernel-default-base (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-default-base.new.4811 (New)


Package is "kernel-default-base"

Wed Jun 12 13:02:27 2019 rev:4 rq:706192 version:MACRO

Changes:

--- /work/SRC/openSUSE:Factory/kernel-default-base/kernel-default-base.changes  
2019-04-18 13:54:12.539912175 +0200
+++ 
/work/SRC/openSUSE:Factory/.kernel-default-base.new.4811/kernel-default-base.changes
2019-06-12 13:02:28.613279958 +0200
@@ -16,0 +17,6 @@
+Wed Mar 27 09:22:05 UTC 2019 - [email protected]
+
+- Limit build architectures on SLE to the ones that actually have a kernel in
+  SLE (ie not i586).
+
+---



Other differences:
--
++ kernel-default-base.spec ++
--- /var/tmp/diff_new_pack.BKC4Sw/_old  2019-06-12 13:02:29.037279779 +0200
+++ /var/tmp/diff_new_pack.BKC4Sw/_new  2019-06-12 13:02:29.041279778 +0200
@@ -1,5 +1,5 @@
 #
-# Sample spec file using the subpackage infrastructure.
+# spec file for package kernel-default-base
 #
 # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -16,6 +16,7 @@
 #
 # needssslcertforbuild
 
+
 # To be defined by user
 %define build_flavor default
 # variant includes dash: %%define variant -azure
@@ -98,9 +99,13 @@
 BuildRequires:  %kernel_package_name-devel
 BuildRequires:  kernel-subpackage-macros
 Summary:%summary
-URL:%url
+License:GPL-2.0-only
 Group:  %group
-License:GPL-2.0
+URL:%url
+# on SLE limit to architectures that actually have a kernel :-)
+%if 0%{?sle_version}
+ExclusiveArch:  aarch64 armv7hl ppc64le s390x x86_64
+%endif
 
 # Internal stuff begins
 %define rpm_kver %(rpm -q --qf '%%{VERSION}' %kernel_package_name)
@@ -110,3 +115,5 @@
 
 %define scriptdir /usr/lib/rpm/kernel
 %include %scriptdir/kernel-subpackage-spec
+
+%changelog




commit kernel-default-base for openSUSE:Factory

2019-04-18 Thread root
Hello community,

here is the log from the commit of package kernel-default-base for 
openSUSE:Factory checked in at 2019-04-18 13:54:06

Comparing /work/SRC/openSUSE:Factory/kernel-default-base (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-default-base.new.5536 (New)


Package is "kernel-default-base"

Thu Apr 18 13:54:06 2019 rev:3 rq:695443 version:MACRO

Changes:

--- /work/SRC/openSUSE:Factory/kernel-default-base/kernel-default-base.changes  
2019-04-08 10:30:31.827152472 +0200
+++ 
/work/SRC/openSUSE:Factory/.kernel-default-base.new.5536/kernel-default-base.changes
2019-04-18 13:54:12.539912175 +0200
@@ -1,0 +2,5 @@
+Thu Apr 11 19:27:52 UTC 2019 - Michal Suchanek 
+
+- dw_mmc-bluefield is not needed in kernel-default-base (bsc#1131574).
+
+---



Other differences:
--
++ kernel-default-base.spec ++
--- /var/tmp/diff_new_pack.bB1ITH/_old  2019-04-18 13:54:13.107912359 +0200
+++ /var/tmp/diff_new_pack.bB1ITH/_new  2019-04-18 13:54:13.107912359 +0200
@@ -41,7 +41,7 @@
 
 %define scsi_modules scsi_transport_iscsi sd_mod sg sr_mod st scsi_mod
 
-%define block_drivers loop dm-mod ahci ata_piix mptsas mptspi BusLogic 
sym53c8xx aam53c974 dw_mmc-bluefield
+%define block_drivers loop dm-mod ahci ata_piix mptsas mptspi BusLogic 
sym53c8xx aam53c974
 
 %define usb_modules usb-common usbcore ehci-hcd ehci-pci ohci-hcd ohci-pci 
uhci-hcd \
 xhci-hcd xhci-pci typec_ucsi ucsi_acpi typec ums-alauda ums-cypress 
ums-datafab \




commit kernel-default-base for openSUSE:Factory

2019-04-08 Thread root
Hello community,

here is the log from the commit of package kernel-default-base for 
openSUSE:Factory checked in at 2019-04-08 10:30:24

Comparing /work/SRC/openSUSE:Factory/kernel-default-base (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-default-base.new.3908 (New)


Package is "kernel-default-base"

Mon Apr  8 10:30:24 2019 rev:2 rq:691558 version:MACRO

Changes:

--- /work/SRC/openSUSE:Factory/kernel-default-base/kernel-default-base.changes  
2019-03-24 15:04:50.911142039 +0100
+++ 
/work/SRC/openSUSE:Factory/.kernel-default-base.new.3908/kernel-default-base.changes
2019-04-08 10:30:31.827152472 +0200
@@ -1,0 +2,10 @@
+Thu Apr  4 14:37:46 UTC 2019 - Michal Suchanek 
+
+- Add dw_mmc-bluefield driver (bsc#1118752)
+
+---
+Thu Apr  4 11:45:00 UTC 2019 - Fabian Vogt 
+
+- Add back bpfilter, got lost during split (boo#1106751)
+
+---



Other differences:
--
++ kernel-default-base.spec ++
--- /var/tmp/diff_new_pack.PJUZ4k/_old  2019-04-08 10:30:32.575153379 +0200
+++ /var/tmp/diff_new_pack.PJUZ4k/_new  2019-04-08 10:30:32.579153385 +0200
@@ -41,7 +41,7 @@
 
 %define scsi_modules scsi_transport_iscsi sd_mod sg sr_mod st scsi_mod
 
-%define block_drivers loop dm-mod ahci ata_piix mptsas mptspi BusLogic 
sym53c8xx aam53c974
+%define block_drivers loop dm-mod ahci ata_piix mptsas mptspi BusLogic 
sym53c8xx aam53c974 dw_mmc-bluefield
 
 %define usb_modules usb-common usbcore ehci-hcd ehci-pci ohci-hcd ohci-pci 
uhci-hcd \
 xhci-hcd xhci-pci typec_ucsi ucsi_acpi typec ums-alauda ums-cypress 
ums-datafab \
@@ -80,7 +80,7 @@
 xt_length xt_limit xt_mac xt_mark xt_multiport xt_nat xt_nfacct xt_osf 
xt_owner \
 xt_physdev xt_pkttype xt_policy xt_quota xt_rateest xt_realm xt_recent xt_sctp 
\
 xt_set xt_socket xt_state xt_statistic xt_string xt_tcpmss xt_tcpudp xt_time \
-xt_u32 af_packet
+xt_u32 af_packet bpfilter
 
 %define modules %usb_modules %net_drivers %scsi_modules %block_drivers \
 %hyperv_modules %virtio_modules %vmware_modules %xen_modules \




commit kernel-default-base for openSUSE:Factory

2019-03-24 Thread root
Hello community,

here is the log from the commit of package kernel-default-base for 
openSUSE:Factory checked in at 2019-03-24 14:57:34

Comparing /work/SRC/openSUSE:Factory/kernel-default-base (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-default-base.new.25356 (New)


Package is "kernel-default-base"

Sun Mar 24 14:57:34 2019 rev:2 rq:687331 version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  project.diff



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.9ScyMB/_old  2019-03-24 14:57:37.395197552 +0100
+++ /var/tmp/diff_new_pack.9ScyMB/_new  2019-03-24 14:57:37.395197552 +0100
@@ -1 +1,108 @@
-
\ No newline at end of file
+
+  
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  
+

++ project.diff ++
 71322 lines (skipped)