commit 202286f8a61ea2f99f0737a10e82f020f4908e02

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=422
This commit is contained in:
Michal Marek 2015-10-13 06:05:14 +00:00 committed by Git OBS Bridge
parent c4d060956b
commit b5c144875f
30 changed files with 116 additions and 18 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
- rpm/kernel-obs-build.spec.in: Add virtio_rng to the initrd
This allows to feed some randomness to the OBS workers.
- commit fbb0589
-------------------------------------------------------------------
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.2.3
%if 0%{?is_kotd}
Release: <RELEASE>.gef1562d
Release: <RELEASE>.g202286f
%else
Release: 0
%endif

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
- rpm/kernel-obs-build.spec.in: Add virtio_rng to the initrd
This allows to feed some randomness to the OBS workers.
- commit fbb0589
-------------------------------------------------------------------
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.2.3
%if 0%{?is_kotd}
Release: <RELEASE>.gef1562d
Release: <RELEASE>.g202286f
%else
Release: 0
%endif

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
- rpm/kernel-obs-build.spec.in: Add virtio_rng to the initrd
This allows to feed some randomness to the OBS workers.
- commit fbb0589
-------------------------------------------------------------------
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz

View File

@ -29,7 +29,7 @@ License: GPL-2.0
Group: Documentation/Man
Version: 4.2.3
%if 0%{?is_kotd}
Release: <RELEASE>.gef1562d
Release: <RELEASE>.g202286f
%else
Release: 0
%endif

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
- rpm/kernel-obs-build.spec.in: Add virtio_rng to the initrd
This allows to feed some randomness to the OBS workers.
- commit fbb0589
-------------------------------------------------------------------
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.2.3
%if 0%{?is_kotd}
Release: <RELEASE>.gef1562d
Release: <RELEASE>.g202286f
%else
Release: 0
%endif

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
- rpm/kernel-obs-build.spec.in: Add virtio_rng to the initrd
This allows to feed some randomness to the OBS workers.
- commit fbb0589
-------------------------------------------------------------------
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.2.3
%if 0%{?is_kotd}
Release: <RELEASE>.gef1562d
Release: <RELEASE>.g202286f
%else
Release: 0
%endif

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
- rpm/kernel-obs-build.spec.in: Add virtio_rng to the initrd
This allows to feed some randomness to the OBS workers.
- commit fbb0589
-------------------------------------------------------------------
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz

View File

@ -47,7 +47,7 @@ License: GPL-2.0
Group: SLES
Version: 4.2.3
%if 0%{?is_kotd}
Release: <RELEASE>.gef1562d
Release: <RELEASE>.g202286f
%else
Release: 0
%endif
@ -93,7 +93,7 @@ chmod a+rx /usr/lib/dracut/modules.d/80obs/setup_obs.sh
# a longer list to have them also available for qemu cross builds where x86_64 kernel runs in eg. arm env.
# this list of modules where available on build workers of build.opensuse.org, so we stay compatible.
export KERNEL_MODULES="loop dm-mod dm-snapshot binfmt-misc fuse kqemu squashfs ext2 ext3 ext4 reiserfs btrfs nf_conntrack_ipv6 binfmt_misc virtio_pci virtio_mmio virtio_blk fat vfat nls_cp437 nls_iso8859-1 ibmvscsi ibmvscsic"
export KERNEL_MODULES="loop dm-mod dm-snapshot binfmt-misc fuse kqemu squashfs ext2 ext3 ext4 reiserfs btrfs nf_conntrack_ipv6 binfmt_misc virtio_pci virtio_mmio virtio_blk virtio_rng fat vfat nls_cp437 nls_iso8859-1 ibmvscsi ibmvscsic"
# manually load all modules to make sure they're available
for i in $KERNEL_MODULES; do

View File

@ -93,7 +93,7 @@ chmod a+rx /usr/lib/dracut/modules.d/80obs/setup_obs.sh
# a longer list to have them also available for qemu cross builds where x86_64 kernel runs in eg. arm env.
# this list of modules where available on build workers of build.opensuse.org, so we stay compatible.
export KERNEL_MODULES="loop dm-mod dm-snapshot binfmt-misc fuse kqemu squashfs ext2 ext3 ext4 reiserfs btrfs nf_conntrack_ipv6 binfmt_misc virtio_pci virtio_mmio virtio_blk fat vfat nls_cp437 nls_iso8859-1 ibmvscsi ibmvscsic"
export KERNEL_MODULES="loop dm-mod dm-snapshot binfmt-misc fuse kqemu squashfs ext2 ext3 ext4 reiserfs btrfs nf_conntrack_ipv6 binfmt_misc virtio_pci virtio_mmio virtio_blk virtio_rng fat vfat nls_cp437 nls_iso8859-1 ibmvscsi ibmvscsic"
# manually load all modules to make sure they're available
for i in $KERNEL_MODULES; do

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
- rpm/kernel-obs-build.spec.in: Add virtio_rng to the initrd
This allows to feed some randomness to the OBS workers.
- commit fbb0589
-------------------------------------------------------------------
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz

View File

@ -38,7 +38,7 @@ License: GPL-2.0
Group: SLES
Version: 4.2.3
%if 0%{?is_kotd}
Release: <RELEASE>.gef1562d
Release: <RELEASE>.g202286f
%else
Release: 0
%endif

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
- rpm/kernel-obs-build.spec.in: Add virtio_rng to the initrd
This allows to feed some randomness to the OBS workers.
- commit fbb0589
-------------------------------------------------------------------
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz

View File

@ -38,7 +38,7 @@ License: GPL-2.0
Group: SLES
Version: 4.2.3
%if 0%{?is_kotd}
Release: <RELEASE>.gef1562d
Release: <RELEASE>.g202286f
%else
Release: 0
%endif

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
- rpm/kernel-obs-build.spec.in: Add virtio_rng to the initrd
This allows to feed some randomness to the OBS workers.
- commit fbb0589
-------------------------------------------------------------------
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.2.3
%if 0%{?is_kotd}
Release: <RELEASE>.gef1562d
Release: <RELEASE>.g202286f
%else
Release: 0
%endif

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
- rpm/kernel-obs-build.spec.in: Add virtio_rng to the initrd
This allows to feed some randomness to the OBS workers.
- commit fbb0589
-------------------------------------------------------------------
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.2.3
%if 0%{?is_kotd}
Release: <RELEASE>.gef1562d
Release: <RELEASE>.g202286f
%else
Release: 0
%endif

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
- rpm/kernel-obs-build.spec.in: Add virtio_rng to the initrd
This allows to feed some randomness to the OBS workers.
- commit fbb0589
-------------------------------------------------------------------
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz

View File

@ -32,7 +32,7 @@ License: GPL-2.0
Group: Development/Sources
Version: 4.2.3
%if 0%{?is_kotd}
Release: <RELEASE>.gef1562d
Release: <RELEASE>.g202286f
%else
Release: 0
%endif

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
- rpm/kernel-obs-build.spec.in: Add virtio_rng to the initrd
This allows to feed some randomness to the OBS workers.
- commit fbb0589
-------------------------------------------------------------------
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@ Group: Development/Sources
Version: 4.2.3
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.gef1562d
Release: <RELEASE>.g202286f
%else
Release: 0
%endif

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
- rpm/kernel-obs-build.spec.in: Add virtio_rng to the initrd
This allows to feed some randomness to the OBS workers.
- commit fbb0589
-------------------------------------------------------------------
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.2.3
%if 0%{?is_kotd}
Release: <RELEASE>.gef1562d
Release: <RELEASE>.g202286f
%else
Release: 0
%endif

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 12 12:01:32 CEST 2015 - mmarek@suse.com
- rpm/kernel-obs-build.spec.in: Add virtio_rng to the initrd
This allows to feed some randomness to the OBS workers.
- commit fbb0589
-------------------------------------------------------------------
Sat Oct 3 19:37:16 CEST 2015 - jslaby@suse.cz

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.2.3
%if 0%{?is_kotd}
Release: <RELEASE>.gef1562d
Release: <RELEASE>.g202286f
%else
Release: 0
%endif

View File

@ -1,3 +1,3 @@
2015-10-03 20:46:48 +0200
GIT Revision: ef1562d70080e4b8d62a2b01142492fbae0fdc47
2015-10-12 13:32:29 +0200
GIT Revision: 202286f8a61ea2f99f0737a10e82f020f4908e02
GIT Branch: stable