Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions LICENSES-AND-NOTICES/SPECS/data/licenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -2335,6 +2335,7 @@
"cloud-hypervisor",
"cmake-fedora",
"containerd2",
"coredns",
"dasel",
"debugedit",
"dejavu-fonts",
Expand All @@ -2355,6 +2356,7 @@
"gflags",
"gh",
"go-md2man",
"groff",
"grpc",
"grub2-efi-binary-signed",
"GSL",
Expand Down Expand Up @@ -2835,7 +2837,6 @@
"gpgme",
"gptfdisk",
"grep",
"groff",
"grub2",
"gtest",
"gtk-doc",
Expand Down Expand Up @@ -3015,7 +3016,6 @@
"perl-Crypt-SSLeay",
"perl-DBD-SQLite",
"perl-DBI",
"perl-DBIx-Simple",
"perl-Exporter-Tiny",
"perl-File-HomeDir",
"perl-File-Which",
Expand Down
11 changes: 7 additions & 4 deletions SPECS/groff/groff.spec
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
Summary: Programs for processing and formatting text
Name: groff
Version: 1.23.0
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv3+
Vendor: Microsoft Corporation
Distribution: Azure Linux
Vendor: Intel Corporation
Distribution: Edge Microvisor Toolkit
Group: Applications/Text
URL: https://www.gnu.org/software/groff/
Source0: https://ftp.gnu.org/gnu/groff/%{name}-%{version}.tar.gz
# No patch has been made available for CVE-2000-0803
Patch0: CVE-2000-0803.nopatch
Requires: perl-DBD-SQLite
Requires: perl-DBI
Requires: perl-DBIx-Simple
Requires: perl-File-HomeDir
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Provides: perl(oop_fh.pl) = %{version}-%{release}
Expand Down Expand Up @@ -61,6 +60,10 @@ rm -rf %{buildroot}%{_infodir}
%{_mandir}/*/*

%changelog
* Tue Jan 6 2025 Lee Chee Yang <[email protected]> - 1.23.0-2
- drop Required on perl-DBIx-Simple
- Initial Edge Microvisor Toolkit import from Azure Linux (license: MIT).

* Mon Oct 16 2023 CBL-Mariner Servicing Account <[email protected]> - 1.23.0-1
- Auto-upgrade to 1.23.0 - Azure Linux 3.0 - package upgrades

Expand Down
5 changes: 0 additions & 5 deletions SPECS/perl-DBIx-Simple/perl-DBIx-Simple.signatures.json

This file was deleted.

84 changes: 0 additions & 84 deletions SPECS/perl-DBIx-Simple/perl-DBIx-Simple.spec

This file was deleted.

10 changes: 0 additions & 10 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17518,16 +17518,6 @@
}
}
},
{
"component": {
"type": "other",
"other": {
"name": "perl-DBIx-Simple",
"version": "1.37",
"downloadUrl": "https://cpan.metacpan.org/authors/id/J/JU/JUERD/DBIx-Simple-1.37.tar.gz"
}
}
},
{
"component": {
"type": "other",
Expand Down
1 change: 0 additions & 1 deletion toolkit/resources/manifests/package/toolchain_x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ perl-DBD-SQLite-1.74-2.emt3.x86_64.rpm
perl-DBD-SQLite-debuginfo-1.74-2.emt3.x86_64.rpm
perl-DBI-1.643-3.emt3.x86_64.rpm
perl-DBI-debuginfo-1.643-3.emt3.x86_64.rpm
perl-DBIx-Simple-1.37-7.emt3.noarch.rpm
perl-DBM_Filter-0.06-509.emt3.noarch.rpm
perl-debugger-1.60-509.emt3.noarch.rpm
perl-debuginfo-5.38.2-509.emt3.x86_64.rpm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,6 @@ build_rpm_in_chroot_no_install bison
build_rpm_in_chroot_no_install autoconf
build_rpm_in_chroot_no_install texinfo
build_rpm_in_chroot_no_install perl-DBD-SQLite
build_rpm_in_chroot_no_install perl-DBIx-Simple
build_rpm_in_chroot_no_install elfutils
build_rpm_in_chroot_no_install automake

Expand Down