Skip to content

Commit a9e2afa

Browse files
authored
Merge pull request #2273 from microsoft/nicogbg/merge-1.0-dev-into-1.0
merge 1.0-dev into 1.0
2 parents 13cf9d1 + 4a00168 commit a9e2afa

File tree

63 files changed

+820
-120
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+820
-120
lines changed

SPECS-SIGNED/grub2-efi-binary-signed/grub2-efi-binary-signed.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Summary: Signed GRand Unified Bootloader for %{buildarch} systems
1111
Name: grub2-efi-binary-signed-%{buildarch}
1212
Version: 2.06~rc1
13-
Release: 6%{?dist}
13+
Release: 7%{?dist}
1414
License: GPLv3+
1515
Vendor: Microsoft Corporation
1616
Distribution: Mariner
@@ -54,6 +54,9 @@ cp %{SOURCE1} %{buildroot}/boot/efi/EFI/BOOT/%{grubefiname}
5454
/boot/efi/EFI/BOOT/%{grubefiname}
5555

5656
%changelog
57+
* Thu Feb 17 2022 Andrew Phelps <[email protected]> - 2.06~rc1-7
58+
- Bump release number to match grub release number
59+
5760
* Tue Feb 08 2022 Chris Co <[email protected]> - 2.06~rc1-6
5861
- Bump release number to match grub release number
5962

SPECS-SIGNED/kernel-signed/kernel-signed.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Summary: Signed Linux Kernel for %{buildarch} systems
1111
Name: kernel-signed-%{buildarch}
1212
Version: 5.10.93.1
13-
Release: 3%{?dist}
13+
Release: 4%{?dist}
1414
License: GPLv2
1515
Vendor: Microsoft Corporation
1616
Distribution: Mariner
@@ -147,6 +147,9 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg
147147
%endif
148148

149149
%changelog
150+
* Fri Feb 11 2022 Vince Perri <[email protected]> - 5.10.93.1-4
151+
- Bump release number to match kernel release
152+
150153
* Wed Feb 09 2022 Rachel Menge <[email protected]> - 5.10.93.1-3
151154
- Bump release number to match kernel release
152155

SPECS/LICENSES-AND-NOTICES/LICENSES-MAP.md

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

SPECS/LICENSES-AND-NOTICES/data/licenses.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"extra-cmake-modules",
4444
"fipscheck",
4545
"fuse-zip",
46+
"gcovr",
4647
"gnu-efi",
4748
"graphviz",
4849
"hardening-check",

SPECS/audit/audit.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Summary: Kernel Audit Tool
55
Name: audit
66
Version: 3.0
7-
Release: 11%{?dist}
7+
Release: 12%{?dist}
88
Source0: https://people.redhat.com/sgrubb/audit/%{name}-%{version}-alpha8.tar.gz
99
Patch0: refuse-manual-stop.patch
1010
License: GPLv2+
@@ -170,6 +170,9 @@ make %{?_smp_mflags} check
170170
%{python3_sitelib}/*
171171

172172
%changelog
173+
* Fri Feb 18 2022 Thomas Crain <[email protected]> - 3.0-12
174+
- Bump release to force rebuild with golang 1.16.14
175+
173176
* Fri Jan 21 2022 Nick Samson <[email protected]> - 3.0-11
174177
- Removed libwrap support to remove dependency on finger
175178
* Wed Jan 19 2022 Henry Li <[email protected]> - 3.0-10

SPECS/blobfuse/blobfuse.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: FUSE adapter - Azure Storage Blobs
22
Name: blobfuse
33
Version: 1.3.6
4-
Release: 6%{?dist}
4+
Release: 7%{?dist}
55
License: MIT
66
Vendor: Microsoft Corporation
77
Distribution: Mariner
@@ -47,6 +47,9 @@ rm -rf %{buildroot}
4747
%{_bindir}/blobfuse
4848

4949
%changelog
50+
* Fri Feb 18 2022 Thomas Crain <[email protected]> - 1.3.6-7
51+
- Bump release to force rebuild with golang 1.16.14
52+
5053
* Wed Jan 19 2022 Henry Li <[email protected]> - 1.3.6-6
5154
- Increment release for force republishing using golang 1.16.12
5255

SPECS/ceph/ceph.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Summary: User space components of the Ceph file system
1515
Name: ceph
1616
Version: 16.2.0
17-
Release: 3%{?dist}
17+
Release: 4%{?dist}
1818
License: LGPLv2 and LGPLv3 and CC-BY-SA and GPLv2 and Boost and BSD and MIT and Public Domain and GPLv3 and ASL-2.0
1919
URL: https://ceph.io/
2020
Vendor: Microsoft Corporation
@@ -779,7 +779,7 @@ This package provides Ceph’s default alerts for Prometheus.
779779

780780
# Despite disabling diskprediction, some unpackaged files stick around
781781
# Delete directories to prevent these files from being built/installed later
782-
cd /usr/src/mariner/BUILD/%{name}-%{version}
782+
cd %{_topdir}/BUILD/%{name}-%{version}
783783
rm -rf ./src/pybind/mgr/diskprediction_local
784784
rm -rf ./src/pybind/mgr/diskprediction_cloud
785785

@@ -1803,6 +1803,9 @@ exit 0
18031803
%config %{_sysconfdir}/prometheus/ceph/ceph_default_alerts.yml
18041804

18051805
%changelog
1806+
* Thu Feb 17 2022 Andrew Phelps <[email protected]> 16.2.0-4
1807+
- Use _topdir instead of hard-coded value /usr/src/mariner
1808+
18061809
* Thu Jul 22 2021 Andrew Phelps <[email protected]> 16.2.0-3
18071810
- Set __os_install_post to reduce package size
18081811
- Remove duplicate line to disable debug_package

SPECS/cni/cni.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Summary: Container Network Interface (CNI) plugins
44
Name: cni
55
Version: 0.9.1
6-
Release: 3%{?dist}
6+
Release: 4%{?dist}
77
License: ASL 2.0
88
URL: https://github.com/containernetworking/plugins
99
#Source0: https://github.com/containernetworking/plugins/archive/refs/tags/v0.9.1.tar.gz
@@ -42,6 +42,9 @@ install -vpm 0755 -t %{buildroot}%{_default_cni_plugins_dir} bin/*
4242
%{_default_cni_plugins_dir}/*
4343

4444
%changelog
45+
* Fri Feb 18 2022 Thomas Crain <[email protected]> - 0.9.1-4
46+
- Bump release to force rebuild with golang 1.16.14
47+
4548
* Wed Jan 19 2022 Henry Li <[email protected]> - 0.9.1-3
4649
- Increment release for force republishing using golang 1.16.12
4750

SPECS/coredns/coredns-1.7.0.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Summary: Fast and flexible DNS server
44
Name: coredns
55
Version: 1.7.0
6-
Release: 6%{?dist}
6+
Release: 7%{?dist}
77
License: Apache License 2.0
88
Vendor: Microsoft Corporation
99
Distribution: Mariner
@@ -61,6 +61,9 @@ rm -rf %{buildroot}/*
6161
%{_bindir}/%{name}
6262

6363
%changelog
64+
* Fri Feb 18 2022 Thomas Crain <[email protected]> - 1.7.0-7
65+
- Bump release to force rebuild with golang 1.16.14
66+
6467
* Wed Jan 19 2022 Henry Li <[email protected]> - 1.7.0-6
6568
- Increment release for force republishing using golang 1.16.12
6669

SPECS/coredns/coredns-1.8.0.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Summary: Fast and flexible DNS server
44
Name: coredns
55
Version: 1.8.0
6-
Release: 3%{?dist}
6+
Release: 4%{?dist}
77
License: Apache License 2.0
88
Vendor: Microsoft Corporation
99
Distribution: Mariner
@@ -61,6 +61,9 @@ rm -rf %{buildroot}/*
6161
%{_bindir}/%{name}
6262

6363
%changelog
64+
* Fri Feb 18 2022 Thomas Crain <[email protected]> - 1.8.0-4
65+
- Bump release to force rebuild with golang 1.16.14
66+
6467
* Wed Jan 19 2022 Henry Li <[email protected]> - 1.8.0-3
6568
- Increment release for force republishing using golang 1.16.12
6669

0 commit comments

Comments
 (0)