-
Notifications
You must be signed in to change notification settings - Fork 568
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
472 changed files
with
21,492 additions
and
13,657 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# Copyright (c) Microsoft Corporation. | ||
# Licensed under the MIT License. | ||
|
||
name: Signature files check | ||
|
||
on: | ||
push: | ||
branches: [main, dev, 1.0*, 2.0*, 3.0*, fasttrack/*] | ||
pull_request: | ||
branches: [main, dev, 1.0*, 2.0*, 3.0*, fasttrack/*] | ||
|
||
jobs: | ||
spec-check: | ||
name: Signature files check | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
# Checkout the branch of our repo that triggered this action | ||
- name: Workflow trigger checkout | ||
uses: actions/checkout@v4 | ||
|
||
# For consistency, we use the same major/minor version of Python that CBL-Mariner ships | ||
- name: Setup Python 3.9 | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: 3.9 | ||
|
||
- name: Get Python dependencies | ||
run: python3 -m pip install -r toolkit/scripts/requirements.txt | ||
|
||
- name: Get base commit for PRs | ||
if: ${{ github.event_name == 'pull_request' }} | ||
run: | | ||
git fetch origin ${{ github.base_ref }} | ||
echo "base_sha=$(git rev-parse origin/${{ github.base_ref }})" >> $GITHUB_ENV | ||
echo "Merging ${{ github.sha }} into ${{ github.base_ref }}" | ||
- name: Get base commit for Pushes | ||
if: ${{ github.event_name == 'push' }} | ||
run: | | ||
git fetch origin ${{ github.event.before }} | ||
echo "base_sha=${{ github.event.before }}" >> $GITHUB_ENV | ||
echo "Merging ${{ github.sha }} into ${{ github.event.before }}" | ||
- name: Check the signatures | ||
run: | | ||
echo "Files changed: '$(git diff-tree --no-commit-id --name-only -r ${{ env.base_sha }} ${{ github.sha }})'" | ||
changed_folders=$(dirname $(git diff-tree --diff-filter=d --no-commit-id --name-only -r ${{ env.base_sha }} ${{ github.sha }}) | sort --unique) | ||
echo "Folders to validate: '${changed_folders}'" | ||
python3 toolkit/scripts/check_signatures.py ${changed_folders} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
Summary: A command line tool used for creating OCI Images | ||
Name: buildah | ||
Version: 1.18.0 | ||
Release: 23%{?dist} | ||
Release: 24%{?dist} | ||
License: ASL 2.0 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -32,7 +32,7 @@ BuildRequires: btrfs-progs-devel | |
BuildRequires: device-mapper-devel | ||
BuildRequires: git | ||
BuildRequires: glib2-devel | ||
BuildRequires: glibc-static >= 2.38-2%{?dist} | ||
BuildRequires: glibc-static >= 2.38-3%{?dist} | ||
BuildRequires: go-md2man | ||
BuildRequires: go-rpm-macros | ||
BuildRequires: golang | ||
|
@@ -123,6 +123,9 @@ cp imgtype %{buildroot}/%{_bindir}/%{name}-imgtype | |
%{_datadir}/%{name}/test | ||
|
||
%changelog | ||
* Mon Mar 11 2024 Dan Streetman <[email protected]> - 1.18.0-24 | ||
- update to build dep latest glibc-static version | ||
|
||
* Tue Feb 27 2024 Dan Streetman <[email protected]> - 1.18.0-23 | ||
- updated glibc-static buildrequires release | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ Distribution: Azure Linux | |
|
||
Name: catatonit | ||
Version: 0.1.7 | ||
Release: 11%{?dist} | ||
Release: 12%{?dist} | ||
Summary: A signal-forwarding process manager for containers | ||
License: GPLv3+ | ||
URL: https://github.com/openSUSE/catatonit | ||
|
@@ -13,7 +13,7 @@ BuildRequires: automake | |
BuildRequires: file | ||
BuildRequires: gcc | ||
BuildRequires: git | ||
BuildRequires: glibc-static >= 2.38-2%{?dist} | ||
BuildRequires: glibc-static >= 2.38-3%{?dist} | ||
BuildRequires: libtool | ||
BuildRequires: make | ||
|
||
|
@@ -61,6 +61,9 @@ ln -s %{_libexecdir}/%{name}/%{name} %{buildroot}%{_libexecdir}/podman/%{name} | |
%{_libexecdir}/podman/%{name} | ||
|
||
%changelog | ||
* Mon Mar 11 2024 Dan Streetman <[email protected]> - 0.1.7-12 | ||
- update to build dep latest glibc-static version | ||
|
||
* Tue Feb 27 2024 Dan Streetman <[email protected]> - 0.1.7-11 | ||
- updated glibc-static buildrequires release | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Summary: An API for Run-time Code Generation | ||
License: LGPLv2+ | ||
Name: dyninst | ||
Release: 13%{?dist} | ||
Release: 14%{?dist} | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
URL: http://www.dyninst.org | ||
|
@@ -31,7 +31,7 @@ BuildRequires: tbb tbb-devel | |
|
||
# Extra requires just for the testsuite | ||
BuildRequires: gcc-gfortran libstdc++-static libxml2-devel | ||
BuildRequires: glibc-static >= 2.38-2%{?dist} | ||
BuildRequires: glibc-static >= 2.38-3%{?dist} | ||
|
||
# Testsuite files should not provide/require anything | ||
%{?filter_setup: | ||
|
@@ -194,6 +194,9 @@ echo "%{_libdir}/dyninst" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf | |
%attr(644,root,root) %{_libdir}/dyninst/testsuite/*.a | ||
|
||
%changelog | ||
* Mon Mar 11 2024 Dan Streetman <[email protected]> - 10.1.0-14 | ||
- update to build dep latest glibc-static version | ||
|
||
* Tue Feb 27 2024 Dan Streetman <[email protected]> - 10.1.0-13 | ||
- updated glibc-static buildrequires release | ||
|
||
|
Oops, something went wrong.