Update packages: crash-gcore-command go-md2man kexec-tools (#2424)

* update crash-gcore-command go-md2man kexec-tools

* update go-md2man changelog

* verify license
This commit is contained in:
Andrew Phelps 2022-03-07 11:05:44 -08:00 committed by GitHub
parent 66a1c573b9
commit cc2475da05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 31 additions and 22 deletions

View File

@ -1,6 +1,6 @@
{ {
"Signatures": { "Signatures": {
"crash-gcore-command-1.5.1.tar.gz": "0ebaa95598deea0ce39d294410ef4978efc4151857e20547bba5d347891cbabd", "crash-gcore-command-1.6.1.tar.gz": "af3b435c7684b888435bf91674e566341d5c23136d73cdb92230fe4aca18434d",
"gcore_defs.patch": "80a3e55ba2ba92269e7ff6561cbbf027a7fdb4abf1e69ac7cca1c155eb478684" "gcore_defs.patch": "80a3e55ba2ba92269e7ff6561cbbf027a7fdb4abf1e69ac7cca1c155eb478684"
} }
} }

View File

@ -1,6 +1,6 @@
Name: crash-gcore-command Name: crash-gcore-command
Version: 1.5.1 Version: 1.6.1
Release: 2%{?dist} Release: 1%{?dist}
Summary: gcore extension module for crash utility Summary: gcore extension module for crash utility
Group: Development/Tools Group: Development/Tools
Vendor: Microsoft Corporation Vendor: Microsoft Corporation
@ -41,10 +41,11 @@ install -pm 755 gcore.so %{buildroot}%{_libdir}/crash/extensions/
%doc COPYING %doc COPYING
%changelog %changelog
* Thu Dec 16 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 1.5.1-2 * Fri Mar 04 2022 Andrew Phelps <anphel@microsoft.com> 1.6.1-1
- Update to version 1.6.1
* Thu Dec 16 2021 Pawel Winogrodzki <pawelwi@microsoft.com> 1.5.1-2
- Removing the explicit %%clean stage. - Removing the explicit %%clean stage.
- License verified. - License verified.
* Wed Jun 17 2020 Joe Schmitt <joschmit@microsoft.com> 1.5.1-1 * Wed Jun 17 2020 Joe Schmitt <joschmit@microsoft.com> 1.5.1-1
- Update version to 1.5.1. - Update version to 1.5.1.
- Update URL. - Update URL.

View File

@ -1,5 +1,5 @@
{ {
"Signatures": { "Signatures": {
"go-md2man-2.0.0.tar.gz": "50537880d42fc28b9c2e9aaa36b137349d43cc73d46436a499f8c928cd2fc576" "go-md2man-2.0.1.tar.gz": "889309ecf43e40d3a76d666b0259dcd71b340ea0fad003784ff3fe0b6c21990e"
} }
} }

View File

@ -1,14 +1,14 @@
Summary: Converts markdown into roff (man pages) Summary: Converts markdown into roff (man pages)
Name: go-md2man Name: go-md2man
Version: 2.0.0 Version: 2.0.1
Release: 7%{?dist} Release: 7%{?dist}
License: MIT License: MIT
Vendor: Microsoft Corporation Vendor: Microsoft Corporation
Distribution: Mariner Distribution: Mariner
Group: Tools/Container Group: Tools/Container
URL: https://github.com/cpuguy83/go-md2man URL: https://github.com/cpuguy83/go-md2man
#Source0: https://github.com/cpuguy83/go-md2man/archive/v2.0.0.tar.gz #Source0: https://github.com/cpuguy83/go-md2man/archive/v2.0.1.tar.gz
Source0: go-md2man-2.0.0.tar.gz Source0: go-md2man-%{version}.tar.gz
BuildRequires: golang BuildRequires: golang
BuildRequires: which BuildRequires: which
# required packages on install # required packages on install
@ -32,28 +32,33 @@ export GOCACHE=%{OUR_GOPATH}/.cache
export CGO_ENABLED=0 export CGO_ENABLED=0
export GO111MODULE=on export GO111MODULE=on
cd %{_topdir}/BUILD/%{name}-%{version}/go-md2man-2.0.0 cd %{_topdir}/BUILD/%{name}-%{version}/go-md2man-%{version}
go build -mod vendor -o go-md2man go build -mod vendor -o go-md2man
%install %install
mkdir -p "%{buildroot}%{_bindir}" mkdir -p "%{buildroot}%{_bindir}"
cp -aT go-md2man-2.0.0/go-md2man %{buildroot}%{_bindir}/go-md2man cp -aT go-md2man-%{version}/go-md2man %{buildroot}%{_bindir}/go-md2man
# copy legal files # copy legal files
mkdir -p %{buildroot}%{_docdir}/%{name}-%{version} mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}
cp go-md2man-2.0.0/LICENSE.md %{buildroot}%{_docdir}/%{name}-%{version}/LICENSE.md cp go-md2man-%{version}/LICENSE.md %{buildroot}%{_docdir}/%{name}-%{version}/LICENSE.md
%files %files
%license %{_docdir}/%{name}-%{version}/LICENSE.md %license %{_docdir}/%{name}-%{version}/LICENSE.md
%{_bindir}/go-md2man %{_bindir}/go-md2man
%changelog %changelog
* Fri Jun 18 2021 Henry Li <lihl@microsoft.com> - 2.0.0-7 * Fri Mar 04 2022 Andrew Phelps <anphel@microsoft.com> 2.0.1-1
- Update to version 2.0.1
- License verified
* Fri Jun 18 2021 Henry Li <lihl@microsoft.com> 2.0.0-7
- Provides go-go-md2man. - Provides go-go-md2man.
- Fix linting errors. - Fix linting errors.
* Tue Jun 08 2021 Henry Beberman <henry.beberman@microsoft.com> 2.0.0-6 * Tue Jun 08 2021 Henry Beberman <henry.beberman@microsoft.com> 2.0.0-6
- Increment release to force republishing using golang 1.15.13. - Increment release to force republishing using golang 1.15.13.
* Thu Dec 10 2020 Andrew Phelps <anphel@microsoft.com> 2.0.0-5 * Thu Dec 10 2020 Andrew Phelps <anphel@microsoft.com> 2.0.0-5
- Increment release to force republishing using golang 1.15. - Increment release to force republishing using golang 1.15.

View File

@ -29,7 +29,7 @@
"kdumpctl": "988d0e666a3ecd3d5e8d6d98fc07d2922764b39782bf4b0f1235ef72bfa7eca9", "kdumpctl": "988d0e666a3ecd3d5e8d6d98fc07d2922764b39782bf4b0f1235ef72bfa7eca9",
"kdumpctl.8": "025a39d212eed0584da7c23c1bb50d6ab797a0fa3c686ac6b80391af875dbaec", "kdumpctl.8": "025a39d212eed0584da7c23c1bb50d6ab797a0fa3c686ac6b80391af875dbaec",
"kexec-kdump-howto.txt": "e783390a9aa582a2b5e7981cd3277081385340b5873a3f0633c789811876eccb", "kexec-kdump-howto.txt": "e783390a9aa582a2b5e7981cd3277081385340b5873a3f0633c789811876eccb",
"kexec-tools-2.0.21.tar.xz": "e113142dee891638ad96e0f72cf9277b244477619470b30c41999d312e8e8702", "kexec-tools-2.0.23.tar.xz": "aa63cd6c7dd95b06ceba6240a7fdc6792789cada75a655e6714987175224241b",
"live-image-kdump-howto.txt": "465a7ce28ecd9ff8f8c22ebfb17bbbafd01a52d81134be1203ee753856e4c37c", "live-image-kdump-howto.txt": "465a7ce28ecd9ff8f8c22ebfb17bbbafd01a52d81134be1203ee753856e4c37c",
"makedumpfile-1.6.8.tar.gz": "85d79b7090e9a8ce0d426795d3bc1de2858def7e12954d9bc6ae03de160b694c", "makedumpfile-1.6.8.tar.gz": "85d79b7090e9a8ce0d426795d3bc1de2858def7e12954d9bc6ae03de160b694c",
"mkdumprd": "ebe0cbd1152d9db3333357e898685854c7667d4c6d9df4c79196ab1e7294dad2", "mkdumprd": "ebe0cbd1152d9db3333357e898685854c7667d4c6d9df4c79196ab1e7294dad2",

View File

@ -5,8 +5,8 @@
Summary: The kexec/kdump userspace component Summary: The kexec/kdump userspace component
Name: kexec-tools Name: kexec-tools
Version: 2.0.21 Version: 2.0.23
Release: 3%{?dist} Release: 1%{?dist}
License: GPLv2 License: GPLv2
Vendor: Microsoft Corporation Vendor: Microsoft Corporation
Distribution: Mariner Distribution: Mariner
@ -324,6 +324,9 @@ done
/usr/share/makedumpfile/ /usr/share/makedumpfile/
%changelog %changelog
* Fri Mar 04 2022 Andrew Phelps <anphel@microsoft.com> - 2.0.23-1
- Update version to 2.0.23
- License verified
* Mon Jun 07 2021 Chris Co <chrco@microsoft.com> - 2.0.21-3 * Mon Jun 07 2021 Chris Co <chrco@microsoft.com> - 2.0.21-3
- Always use -s option in kdumpctl to use kexec file load by default - Always use -s option in kdumpctl to use kexec file load by default
* Tue May 11 2021 Andrew Phelps <anphel@microsoft.com> 2.0.21-2 * Tue May 11 2021 Andrew Phelps <anphel@microsoft.com> 2.0.21-2

View File

@ -2207,8 +2207,8 @@
"type": "other", "type": "other",
"other": { "other": {
"name": "crash-gcore-command", "name": "crash-gcore-command",
"version": "1.5.1", "version": "1.6.1",
"downloadUrl": "https://github.com/crash-utility/crash-extensions/raw/master/crash-gcore-command-1.5.1.tar.gz" "downloadUrl": "https://github.com/crash-utility/crash-extensions/raw/master/crash-gcore-command-1.6.1.tar.gz"
} }
} }
}, },
@ -4670,8 +4670,8 @@
"type": "other", "type": "other",
"other": { "other": {
"name": "go-md2man", "name": "go-md2man",
"version": "2.0.0", "version": "2.0.1",
"downloadUrl": "https://github.com/cpuguy83/go-md2man/archive/v2.0.0.tar.gz" "downloadUrl": "https://github.com/cpuguy83/go-md2man/archive/v2.0.1.tar.gz"
} }
} }
}, },
@ -8441,8 +8441,8 @@
"type": "other", "type": "other",
"other": { "other": {
"name": "kexec-tools", "name": "kexec-tools",
"version": "2.0.21", "version": "2.0.23",
"downloadUrl": "http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-2.0.21.tar.xz" "downloadUrl": "http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-2.0.23.tar.xz"
} }
} }
}, },