Skip to content

Commit 59ae8c7

Browse files
Weekly build - August, 24th, 2016 (#10)
NOTHING NEW, JUST SPEC BUMPING. Fixes #30
1 parent 4f41ae4 commit 59ae8c7

File tree

11 files changed

+55
-31
lines changed

11 files changed

+55
-31
lines changed

SLOF/centOS/7.2/SLOF.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Name: SLOF
66
Version: %{gittagdate}
77
%define ibm_release %{?repo}.1
8-
Release: 1%{?dist}%{?ibm_release}
8+
Release: 2%{?dist}%{?ibm_release}
99
Summary: Slimline Open Firmware
1010

1111
License: BSD
@@ -67,5 +67,8 @@ cp -a boot_rom.bin $RPM_BUILD_ROOT%{_datadir}/qemu/slof.bin
6767

6868

6969
%changelog
70+
* Tue Aug 30 2016 Mauro S. M. Rodrigues <maurosr@linux.vnet.ibm.com> - 20160525-2.1
71+
- Build August, 24th, 2016
72+
7073
* Tue Sep 10 2013 baseuser@ibm.com
7174
- Base-8.x spec file

build_dependencies/gcc/centOS/7.2/gcc.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Name: gcc
7979
%global gcc_version 4.8.5
8080
%endif
8181
Version: 4.8.5
82-
Release: %{gcc_release}%{?dist}
82+
Release: %{gcc_release}%{?dist}.1
8383
%if "%{version}" != "%{gcc_version}"
8484
%define gcc_provides %{gcc_version}-16%{?dist}
8585
%endif
@@ -3359,6 +3359,9 @@ fi
33593359
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
33603360

33613361
%changelog
3362+
* Tue Aug 30 2016 Mauro S. M. Rodrigues <maurosr@linux.vnet.ibm.com> - 4.8.5-4.1
3363+
- Build August, 24th, 2016
3364+
33623365
* Wed Jul 15 2015 Jakub Jelinek <jakub@redhat.com> 4.8.5-4
33633366
- fix up basic_streambuf copy constructor and assignment operator
33643367
(#1243366)

dependencies/libseccomp/centOS/7.2/libseccomp.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Summary: Enhanced seccomp library
22
Name: libseccomp
33
%define ibm_release %{?repo}.1
44
Version: 2.3.1
5-
Release: 0%{?dist}%{?ibm_release}
5+
Release: 1%{?dist}%{?ibm_release}
66
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mipsel mips64el ppc64 ppc64le s390 s390x
77
License: LGPLv2
88
Group: System Environment/Libraries
@@ -87,6 +87,9 @@ make V=1 check
8787
%{_libdir}/libseccomp.a
8888

8989
%changelog
90+
* Tue Aug 30 2016 Mauro S. M. Rodrigues <maurosr@linux.vnet.ibm.com> - 2.3.1-1.1
91+
- Build August, 24th, 2016
92+
9093
* Wed Apr 20 2016 Paul Moore <pmoore@redhat.com> - 2.3.1-0
9194
- New upstream version
9295

kernel/centOS/7.2/kernel.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Summary: The Linux kernel
2424

2525
# This crazy release structure is so the daily scratch builds and the weekly official builds
2626
# will always yum install correctly over each other
27-
%define release_week 31
27+
%define release_week 32
2828
%define release_day 0
2929
%define release_spin 0
3030
%define pkvm_release .pkvm3_1_1.%{?release_week}0%{?release_day}.%{?release_spin}
@@ -361,7 +361,7 @@ Group: System Environment/Kernel
361361
License: GPLv2
362362
URL: http://www.kernel.org/
363363
Version: %{rpmversion}
364-
Release: %{pkg_release}
364+
Release: %{pkg_release}.1
365365
# DO NOT CHANGE THE 'ExclusiveArch' LINE TO TEMPORARILY EXCLUDE AN ARCHITECTURE BUILD.
366366
# SET %%nobuildarches (ABOVE) INSTEAD
367367
ExclusiveArch: noarch i686 x86_64 ppc ppc64 ppc64le s390 s390x %{arm} ppcnf ppc476
@@ -1711,6 +1711,9 @@ fi
17111711

17121712

17131713
%changelog
1714+
* Tue Aug 30 2016 Mauro S. M. Rodrigues <maurosr@linux.vnet.ibm.com> - 4.7.0-1.pkvm3_1_1.3100.0.1
1715+
- Build August, 24th, 2016
1716+
17141717
* Wed Jun 15 2016 <baseuser@ibm.com>
17151718
Log from git:
17161719
- 3daef95fd14797b1d11dbdef73bc52f1d5be6fae PCI: Ignore enforced alignment when kernel uses existing firmware setup

kernel/kernel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Package:
33
clone_url: 'https://github.com/open-power-host-os/linux.git'
44
branch: 'hostos-devel'
55
commit_id: 'bf1d492'
6-
expects_source: "kernel-3100.0"
6+
expects_source: "kernel-3200.0"
77
files:
88
centos:
99
'7.2':

libvirt/centOS/7.2/libvirt.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,11 +382,11 @@ Version: 1.3.4
382382
#define ibm_release %{?repo}.1
383383
# This release structure is so the daily scratch builds and the weekly official builds
384384
# will always yum install correctly over each other
385-
%define release_week 31
385+
%define release_week 32
386386
%define release_day 0
387387
%define release_spin 0
388388
%define pkvm_release .pkvm3_1_1.%{?release_week}0%{?release_day}.%{?release_spin}
389-
Release: 1%{?dist}%{?ibm_release}%{?pkvm_release}
389+
Release: 2%{?dist}%{?ibm_release}%{?pkvm_release}
390390
ExclusiveArch: ppc64 ppc64le x86_64 s390x
391391
Source0: libvirt-%{?release_week}0%{?release_day}.%{?release_spin}.tar.gz
392392
License: LGPLv2+
@@ -2429,6 +2429,9 @@ exit 0
24292429
#doc examples/systemtap
24302430

24312431
%changelog
2432+
* Tue Aug 30 2016 Mauro S. M. Rodrigues <maurosr@linux.vnet.ibm.com> - 1.3.4-2.pkvm3_1_1.3100.0
2433+
- Build August, 24th, 2016
2434+
24322435
* Wed Jun 15 2016 <baseuser@ibm.com>
24332436
Log from git:
24342437
- 232c054965d4a5d97fae4b859e3c854f13412747 Enable seccomp sandbox by default in qemu.conf

libvirt/libvirt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Package:
33
clone_url: 'https://github.com/open-power-host-os/libvirt.git'
44
branch: 'powerkvm-v3.1.1'
55
commit_id: '232c054'
6-
expects_source: "libvirt-3100.0"
6+
expects_source: "libvirt-3200.0"
77
files:
88
centos:
99
'7.2':

linux-firmware/centOS/7.2/linux-firmware.spec

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Name: linux-firmware
55
Version: 20150904
6-
Release: %{firmware_release}.git%{checkout}%{?dist}.1
6+
Release: %{firmware_release}.git%{checkout}%{?dist}.2
77
Summary: Firmware files used by the Linux kernel
88

99
Group: System Environment/Kernel
@@ -51,7 +51,7 @@ operate.
5151
Summary: Firmware for Intel(R) Wireless WiFi Link 100 Series Adapters
5252
License: Redistributable, no modification permitted
5353
Version: 39.31.5.1
54-
Release: %{firmware_release}%{?dist}.1
54+
Release: %{firmware_release}%{?dist}.2
5555
Obsoletes: iwl100-firmware < 39.31.5.1-4
5656
%description -n iwl100-firmware
5757
This package contains the firmware required by the iwlagn driver
@@ -63,7 +63,7 @@ LICENSE file. Please read it carefully.
6363
Summary: Firmware for Intel(R) Centrino Wireless-N 105 Series Adapters
6464
License: Redistributable, no modification permitted
6565
Version: 18.168.6.1
66-
Release: %{firmware_release}%{?dist}.1
66+
Release: %{firmware_release}%{?dist}.2
6767
%description -n iwl105-firmware
6868
This package contains the firmware required by the iwlagn driver
6969
for Linux to support the iwl105 hardware. Usage of the firmware
@@ -74,7 +74,7 @@ LICENSE file. Please read it carefully.
7474
Summary: Firmware for Intel(R) Centrino Wireless-N 135 Series Adapters
7575
License: Redistributable, no modification permitted
7676
Version: 18.168.6.1
77-
Release: %{firmware_release}%{?dist}.1
77+
Release: %{firmware_release}%{?dist}.2
7878
%description -n iwl135-firmware
7979
This package contains the firmware required by the iwlagn driver
8080
for Linux to support the iwl135 hardware. Usage of the firmware
@@ -86,7 +86,7 @@ Summary: Firmware for Intel® PRO/Wireless 1000 B/G/N network adaptors
8686
License: Redistributable, no modification permitted
8787
Version: 39.31.5.1
8888
Epoch: 1
89-
Release: %{firmware_release}%{?dist}.1
89+
Release: %{firmware_release}%{?dist}.2
9090
Obsoletes: iwl1000-firmware < 1:39.31.5.1-3
9191
%description -n iwl1000-firmware
9292
This package contains the firmware required by the iwlagn driver
@@ -98,7 +98,7 @@ LICENSE file. Please read it carefully.
9898
Summary: Firmware for Intel(R) Centrino Wireless-N 2000 Series Adapters
9999
License: Redistributable, no modification permitted
100100
Version: 18.168.6.1
101-
Release: %{firmware_release}%{?dist}.1
101+
Release: %{firmware_release}%{?dist}.2
102102
%description -n iwl2000-firmware
103103
This package contains the firmware required by the iwlagn driver
104104
for Linux to support the iwl2000 hardware. Usage of the firmware
@@ -109,7 +109,7 @@ LICENSE file. Please read it carefully.
109109
Summary: Firmware for Intel(R) Centrino Wireless-N 2030 Series Adapters
110110
License: Redistributable, no modification permitted
111111
Version: 18.168.6.1
112-
Release: %{firmware_release}%{?dist}.1
112+
Release: %{firmware_release}%{?dist}.2
113113
%description -n iwl2030-firmware
114114
This package contains the firmware required by the iwlagn driver
115115
for Linux to support the iwl2030 hardware. Usage of the firmware
@@ -120,7 +120,7 @@ LICENSE file. Please read it carefully.
120120
Summary: Firmware for Intel(R) Dual Band Wireless-AC 3160 Series Adapters
121121
License: Redistributable, no modification permitted
122122
Version: 22.0.7.0
123-
Release: %{firmware_release}%{?dist}.1
123+
Release: %{firmware_release}%{?dist}.2
124124
%description -n iwl3160-firmware
125125
This package contains the firmware required by the iwlagn driver
126126
for Linux to support the iwl3160 hardware. Usage of the firmware
@@ -131,7 +131,7 @@ LICENSE file. Please read it carefully.
131131
Summary: Firmware for Intel® PRO/Wireless 3945 A/B/G network adaptors
132132
License: Redistributable, no modification permitted
133133
Version: 15.32.2.9
134-
Release: %{firmware_release}%{?dist}.1
134+
Release: %{firmware_release}%{?dist}.2
135135
Obsoletes: iwl3945-firmware < 15.32.2.9-7
136136
%description -n iwl3945-firmware
137137
This package contains the firmware required by the iwl3945 driver
@@ -142,7 +142,7 @@ contained inside the provided LICENSE file. Please read it carefully.
142142
Summary: Firmware for Intel® PRO/Wireless 4965 A/G/N network adaptors
143143
License: Redistributable, no modification permitted
144144
Version: 228.61.2.24
145-
Release: %{firmware_release}%{?dist}.1
145+
Release: %{firmware_release}%{?dist}.2
146146
Obsoletes: iwl4965-firmware < 228.61.2.24-5
147147
%description -n iwl4965-firmware
148148
This package contains the firmware required by the iwl4965 driver
@@ -153,7 +153,7 @@ contained inside the provided LICENSE file. Please read it carefully.
153153
Summary: Firmware for Intel® PRO/Wireless 5000 A/G/N network adaptors
154154
License: Redistributable, no modification permitted
155155
Version: 8.83.5.1_1
156-
Release: %{firmware_release}%{?dist}.1
156+
Release: %{firmware_release}%{?dist}.2
157157
Obsoletes: iwl5000-firmware < 8.83.5.1_1-3
158158
%description -n iwl5000-firmware
159159
This package contains the firmware required by the iwl5000 driver
@@ -164,7 +164,7 @@ contained inside the provided LICENSE file. Please read it carefully.
164164
Summary: Firmware for Intel® PRO/Wireless 5150 A/G/N network adaptors
165165
License: Redistributable, no modification permitted
166166
Version: 8.24.2.2
167-
Release: %{firmware_release}%{?dist}.1
167+
Release: %{firmware_release}%{?dist}.2
168168
Obsoletes: iwl5150-firmware < 8.24.2.2-4
169169
%description -n iwl5150-firmware
170170
This package contains the firmware required by the iwl5150 driver
@@ -175,7 +175,7 @@ contained inside the provided LICENSE file. Please read it carefully.
175175
Summary: Firmware for Intel(R) Wireless WiFi Link 6000 AGN Adapter
176176
License: Redistributable, no modification permitted
177177
Version: 9.221.4.1
178-
Release: %{firmware_release}%{?dist}.1
178+
Release: %{firmware_release}%{?dist}.2
179179
Obsoletes: iwl6000-firmware < 9.221.4.1-4
180180
%description -n iwl6000-firmware
181181
This package contains the firmware required by the iwlagn driver
@@ -186,7 +186,7 @@ contained inside the provided LICENSE file. Please read it carefully.
186186
Summary: Firmware for Intel(R) Wireless WiFi Link 6005 Series Adapters
187187
License: Redistributable, no modification permitted
188188
Version: 17.168.5.3
189-
Release: %{firmware_release}%{?dist}.1
189+
Release: %{firmware_release}%{?dist}.2
190190
Obsoletes: iwl6000g2a-firmware < 17.168.5.3-3
191191
%description -n iwl6000g2a-firmware
192192
This package contains the firmware required by the iwlagn driver
@@ -197,7 +197,7 @@ contained inside the provided LICENSE file. Please read it carefully.
197197
Summary: Firmware for Intel(R) Wireless WiFi Link 6030 Series Adapters
198198
License: Redistributable, no modification permitted
199199
Version: 17.168.5.2
200-
Release: %{firmware_release}%{?dist}.1
200+
Release: %{firmware_release}%{?dist}.2
201201
Obsoletes: iwl6000g2b-firmware < 17.168.5.2-3
202202
%description -n iwl6000g2b-firmware
203203
This package contains the firmware required by the iwlagn driver
@@ -208,7 +208,7 @@ contained inside the provided LICENSE file. Please read it carefully.
208208
Summary: Firmware for Intel(R) Wireless WiFi Link 6050 Series Adapters
209209
License: Redistributable, no modification permitted
210210
Version: 41.28.5.1
211-
Release: %{firmware_release}%{?dist}.1
211+
Release: %{firmware_release}%{?dist}.2
212212
Obsoletes: iwl6050-firmware < 41.28.5.1-5
213213
%description -n iwl6050-firmware
214214
This package contains the firmware required by the iwlagn driver
@@ -219,7 +219,7 @@ contained inside the provided LICENSE file. Please read it carefully.
219219
Summary: Firmware for Intel(R) Dual Band Wireless-AC 7260 Series Adapters
220220
License: Redistributable, no modification permitted
221221
Version: 22.0.7.0
222-
Release: %{firmware_release}%{?dist}.1
222+
Release: %{firmware_release}%{?dist}.2
223223
%description -n iwl7260-firmware
224224
This package contains the firmware required by the iwlagn driver
225225
for Linux. Usage of the firmware is subject to the terms and conditions
@@ -229,7 +229,7 @@ contained inside the provided LICENSE file. Please read it carefully.
229229
Summary: Firmware for Intel(R) Dual Band Wireless-AC 7265 Series Adapters
230230
License: Redistributable, no modification permitted
231231
Version: 22.0.7.0
232-
Release: %{firmware_release}%{?dist}.1
232+
Release: %{firmware_release}%{?dist}.2
233233
%description -n iwl7265-firmware
234234
This package contains the firmware required by the iwlagn driver
235235
for Linux. Usage of the firmware is subject to the terms and conditions
@@ -392,6 +392,9 @@ rm -rf $RPM_BUILD_ROOT
392392
%doc linux-firmware/WHENCE linux-firmware/LICENCE.* linux-firmware/LICENSE.*
393393

394394
%changelog
395+
* Tue Aug 30 2016 Mauro S. M. Rodrigues <maurosr@linux.vnet.ibm.com> - 20150904-44.git70a3c2a.2
396+
- Build August, 24th, 2016
397+
395398
* Tue Aug 23 2016 Mauro S. M. Rodrigues <maurosr@linux.vnet.ibm.com> - 20150904-44.git70a3c2a
396399
- Update to the latest linux-firmware upstream firmwares available (related to github issue #25)
397400
- Add conflicts with ivtv-firmware.

qemu/centOS/7.2/qemu.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,12 @@ Version: 2.6.93
189189

190190
# This crazy release structure is so the daily scratch builds and the weekly official builds
191191
# will always yum install correctly over each other
192-
%define release_week 31
192+
%define release_week 32
193193
%define release_day 0
194194
%define release_spin 0
195195
%define pkvm_release .pkvm3_1_1.%{?release_week}0%{?release_day}.%{?release_spin}
196196

197-
Release: 6%{?dist}%{?pkvm_release}
197+
Release: 7%{?dist}%{?pkvm_release}
198198
Epoch: 11
199199
License: GPLv2+ and LGPLv2+ and BSD
200200
Group: Development/Tools
@@ -1529,6 +1529,9 @@ getent passwd qemu >/dev/null || \
15291529
%endif
15301530

15311531
%changelog
1532+
* Tue Aug 30 2016 Mauro S. M. Rodrigues <maurosr@linux.vnet.ibm.com> - 11:2.6.93-7.pkvm3_1_1.3100.0
1533+
- Build August, 24th, 2016
1534+
15321535
* Wed Jun 15 2016 <baseuser@ibm.com>
15331536
Log from git:
15341537
- 7d4a58ab9de6d2758451d4f5e55f3612ccc8a885 spapr: Ensure all LMBs are represented in ibm, dynamic-memory

qemu/qemu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Package:
33
clone_url: 'https://github.com/open-power-host-os/qemu.git'
44
branch: 'hostos-devel'
55
commit_id: '5f0e775'
6-
expects_source: "qemu-3100.0"
6+
expects_source: "qemu-3200.0"
77
files:
88
centos:
99
'7.2':

sos/centOS/7.2/sos.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Summary: A set of tools to gather troubleshooting information from a system
44
Name: sos
55
Version: 3.3
66
%define ibm_release %{?repo}.1
7-
Release: 16%{?dist}%{?ibm_release}
7+
Release: 17%{?dist}%{?ibm_release}
88
Group: Applications/System
99
Source0: %{name}.tar.gz
1010
License: GPLv2+
@@ -54,6 +54,9 @@ rm -rf ${RPM_BUILD_ROOT}
5454
%config(noreplace) %{_sysconfdir}/sos.conf
5555

5656
%changelog
57+
* Tue Aug 30 2016 Mauro S. M. Rodrigues <maurosr@linux.vnet.ibm.com> - 3.3-17.1
58+
- Build August, 24th, 2016
59+
5760
* Wed Jul 13 2016 baseuser <baseuser@us.ibm.com> = 3.3
5861
- 52dd1dbc52783e622ca0a96e3e9c182bb26887fe sos: Decrease sos timeout from 300 to 180 sec
5962
- b4bb649d64b62051893fa22803205b30fd6cc84b IBM branding

0 commit comments

Comments
 (0)