CBL-Mariner/SPECS/texinfo/texinfo.spec

112 строки
3.7 KiB
Plaintext
Исходник Обычный вид История

2020-08-07 06:17:52 +03:00
Summary: Reading, writing, and converting info pages
Name: texinfo
Version: 7.0.3
Update toolchain and packages to build with gcc 11.2.0 and glibc 2.34 (#1623) * update coreutils and texinfo specs * update coreutils and texinfo in toolchain * fix patch url * update binutils to 2.37 * update version in manifests * update util-linux mpfr mpc gmp * fix mpfr tarball * fix gmp * update cgmanifest.json * cleanup * restore binutils patch * fix gmp and mpfr specs * update util-linux spec * fix binutils and util-linux breaks * update kernel CONFIG_LD_VERSION * bump kernel release * remove reference to rpm-define-RPM-LD-FLAGS.patch * fix gen-ld-script.sh sha256sum * update gcc spec to 11.2.0 * update kernel configs for gcc * update cgmanifest * update gcc to 11.2.0 in raw toolchain * add patch for gcc texi issue * update glibc to 2.34 * update manifests for diffutils and glibc * disable tm_texi patch in toolchain * fix SIGSTKSZ gcc issue * patch m4 for glibc 2.34 * update make to 4.3 and diffutils to 3.8 * revert make to 4.2.1 due to operation not permitted error * fix make and texinfo build issues with glibc 2.34 * dont build zstd in temp toolchain due to gcc build errors * remove glibc workarounds for fintutils and gzip * update findutils and gzip * update gzip and findutils specs * update gdbm to 1.21 * update elfutils to 1.185 in toolchain. fix manifests * remove findutils test change * remove texinfo patch * fix kernel changelogs * add patch for cpio extern issue * restore rpm patch * fix m4 spec * fix elfutils and gpgme spec issues * fix kernel-hyperv changelog * update kbd and libtirpc to resolve gcc 11.2.0 issues * fix m4 version in pkggen_core * fix libtirpc in manifests * fix nss error * fix openjdk * fix aarch64 openjdk8 * fix elfutils spec * GODEBUG=netdns=go * verbose rpm query * fix coreutils on aarch64. use rpm 1.14.2.1 in raw toolchain. revert rpm.go * bump cpio release * revert rpm.go change * cleanup toolchain scripts and specs. parallel make for glibc * enable fortran * remove aarch64 ld-2.27.so link * add gfortran to toolchain manifests * fix binutils changelog * fix kernel release version * update bison grep sed tar * add glibc pthread patch * upgrade file gawk and xz. fix sed and grep spec issues * set -fcommon * revert file to 5.34 * fix temp gawk version * fix xz man1 files * update libgpg-error to 1.43 * add ld-linux-aarch64.so.1 to glibc spec * use /lib/ld-linux-aarch64.so.1 * update file 5.40 and bzip2 1.0.8 in toolchain. openjdk8 remove -fcommon. * update to perl 5.32.0 in toolchain * fix glibc aarch64 exclude. add shadow-utils provides. fix perl src filename * fix efivar build. upgrade dtc * Removing 'ctags'. * Updating 'libacvp' to version 1.4.1. * Updating 'nlohmann-json' to version 3.10.4. * Updating 'dhcp.spec' CFLAGS to include CBL-Mariner's defaults. * update and fix ipxe build. remove perl debuginfo. * add fixes for autofs and libcomps * Adjusting build steps for 'dhcp' and 'nlohmann-json'. * fix rocksdb * fix ntp * fix libcomps url in cgmanifest. revert perl change * fix nfs-utils * fix azure-iot-sdk-c * Remove 'tboot'. * fix qemu-kvm * update R and ant * Updating 'libiothsm-std' to version 1.2.5. * Linting. * Remove tcp_wrappers package * fix syslinux * Downgrading 'libiothsm-std' to 1.1.8. * fix fuse. fix libcomps url * Downgrading 'libacvp' to 1.3.0. * Applying GCC 11 patch. * fix fuse configure.ac issue * Fixing 'libiothsm-std' build. * Upgrade lldpad to 1.1.0 * Upgrade gdb to 11.1 * Upgrade catch to 2.13.7 * fixup! Upgrade gdb to 11.1 * fixup! Upgrade lldpad to 1.1.0 * remove bazel * Updating 'toml11' to version 3.7.0. * update cgmanifest for catch gdb lldpad * fix qt5-qtbase * fix device-mapper-multipath * fix syslinux * fix grpc * fix kernel configs * fix kernel-hyperv config * increase heap size for ant * update lttng-consume * fix auoms * update valgrind. fix arm64 gdb issue * update arm64 kernel config * fix blobfuse * update and fix azure-iotedge * fix grpc 1.41.1 in cgmanifest * fix kernel and kernel-hyperv PTHREAD_STACK_MIN issue * remove ant ant-contrib jna R * Updating 'azure-iotedge' sources creation instructions. * add back ant ant-contrib bazel jna R * restrict jdk8 packages * verify licenses * only build conda picosat python-pycosat on arm64. fix cgmanifest * update openjdk8 to version 1.8.0.302 * fix cgmanifest for ant and R * always build ant * update licenses. remove tdnf workaround. bump shadow-utils release * update LICENSES-MAP.md to remove tboot ctags tcp_wrappers. bump libavcp release * fix ant builds only on arm64 * Clarifying license for 'ntp'. * Verifying license for 'ant-contrib'. * Verifying more specs. * revert libabcvp CFLAGS changes * add kernel patch file * set -fcommon to fix libacvp build * fix python-filelock * revert tdnf line change Co-authored-by: CBL-Mariner Service Account <cblmargh@microsoft.com> Co-authored-by: Pawel Winogrodzki <pawel.winogrodzki@microsoft.com> Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com> Co-authored-by: Thomas Crain <thcrain@microsoft.com>
2021-11-18 08:41:55 +03:00
Release: 1%{?dist}
2020-08-07 06:17:52 +03:00
License: GPLv3+
URL: https://www.gnu.org/software/texinfo/
Group: Applications/System
Vendor: Microsoft Corporation
Distribution: Azure Linux
2020-08-07 06:17:52 +03:00
Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
Provides: info = %{version}-%{release}
Provides: %{name}-tex = %{version}-%{release}
2020-08-07 06:17:52 +03:00
BuildRequires: perl
Requires: perl-libintl-perl
%description
The Texinfo package contains programs for reading, writing,
and converting info pages.
Update toolchain and packages to build with gcc 11.2.0 and glibc 2.34 (#1623) * update coreutils and texinfo specs * update coreutils and texinfo in toolchain * fix patch url * update binutils to 2.37 * update version in manifests * update util-linux mpfr mpc gmp * fix mpfr tarball * fix gmp * update cgmanifest.json * cleanup * restore binutils patch * fix gmp and mpfr specs * update util-linux spec * fix binutils and util-linux breaks * update kernel CONFIG_LD_VERSION * bump kernel release * remove reference to rpm-define-RPM-LD-FLAGS.patch * fix gen-ld-script.sh sha256sum * update gcc spec to 11.2.0 * update kernel configs for gcc * update cgmanifest * update gcc to 11.2.0 in raw toolchain * add patch for gcc texi issue * update glibc to 2.34 * update manifests for diffutils and glibc * disable tm_texi patch in toolchain * fix SIGSTKSZ gcc issue * patch m4 for glibc 2.34 * update make to 4.3 and diffutils to 3.8 * revert make to 4.2.1 due to operation not permitted error * fix make and texinfo build issues with glibc 2.34 * dont build zstd in temp toolchain due to gcc build errors * remove glibc workarounds for fintutils and gzip * update findutils and gzip * update gzip and findutils specs * update gdbm to 1.21 * update elfutils to 1.185 in toolchain. fix manifests * remove findutils test change * remove texinfo patch * fix kernel changelogs * add patch for cpio extern issue * restore rpm patch * fix m4 spec * fix elfutils and gpgme spec issues * fix kernel-hyperv changelog * update kbd and libtirpc to resolve gcc 11.2.0 issues * fix m4 version in pkggen_core * fix libtirpc in manifests * fix nss error * fix openjdk * fix aarch64 openjdk8 * fix elfutils spec * GODEBUG=netdns=go * verbose rpm query * fix coreutils on aarch64. use rpm 1.14.2.1 in raw toolchain. revert rpm.go * bump cpio release * revert rpm.go change * cleanup toolchain scripts and specs. parallel make for glibc * enable fortran * remove aarch64 ld-2.27.so link * add gfortran to toolchain manifests * fix binutils changelog * fix kernel release version * update bison grep sed tar * add glibc pthread patch * upgrade file gawk and xz. fix sed and grep spec issues * set -fcommon * revert file to 5.34 * fix temp gawk version * fix xz man1 files * update libgpg-error to 1.43 * add ld-linux-aarch64.so.1 to glibc spec * use /lib/ld-linux-aarch64.so.1 * update file 5.40 and bzip2 1.0.8 in toolchain. openjdk8 remove -fcommon. * update to perl 5.32.0 in toolchain * fix glibc aarch64 exclude. add shadow-utils provides. fix perl src filename * fix efivar build. upgrade dtc * Removing 'ctags'. * Updating 'libacvp' to version 1.4.1. * Updating 'nlohmann-json' to version 3.10.4. * Updating 'dhcp.spec' CFLAGS to include CBL-Mariner's defaults. * update and fix ipxe build. remove perl debuginfo. * add fixes for autofs and libcomps * Adjusting build steps for 'dhcp' and 'nlohmann-json'. * fix rocksdb * fix ntp * fix libcomps url in cgmanifest. revert perl change * fix nfs-utils * fix azure-iot-sdk-c * Remove 'tboot'. * fix qemu-kvm * update R and ant * Updating 'libiothsm-std' to version 1.2.5. * Linting. * Remove tcp_wrappers package * fix syslinux * Downgrading 'libiothsm-std' to 1.1.8. * fix fuse. fix libcomps url * Downgrading 'libacvp' to 1.3.0. * Applying GCC 11 patch. * fix fuse configure.ac issue * Fixing 'libiothsm-std' build. * Upgrade lldpad to 1.1.0 * Upgrade gdb to 11.1 * Upgrade catch to 2.13.7 * fixup! Upgrade gdb to 11.1 * fixup! Upgrade lldpad to 1.1.0 * remove bazel * Updating 'toml11' to version 3.7.0. * update cgmanifest for catch gdb lldpad * fix qt5-qtbase * fix device-mapper-multipath * fix syslinux * fix grpc * fix kernel configs * fix kernel-hyperv config * increase heap size for ant * update lttng-consume * fix auoms * update valgrind. fix arm64 gdb issue * update arm64 kernel config * fix blobfuse * update and fix azure-iotedge * fix grpc 1.41.1 in cgmanifest * fix kernel and kernel-hyperv PTHREAD_STACK_MIN issue * remove ant ant-contrib jna R * Updating 'azure-iotedge' sources creation instructions. * add back ant ant-contrib bazel jna R * restrict jdk8 packages * verify licenses * only build conda picosat python-pycosat on arm64. fix cgmanifest * update openjdk8 to version 1.8.0.302 * fix cgmanifest for ant and R * always build ant * update licenses. remove tdnf workaround. bump shadow-utils release * update LICENSES-MAP.md to remove tboot ctags tcp_wrappers. bump libavcp release * fix ant builds only on arm64 * Clarifying license for 'ntp'. * Verifying license for 'ant-contrib'. * Verifying more specs. * revert libabcvp CFLAGS changes * add kernel patch file * set -fcommon to fix libacvp build * fix python-filelock * revert tdnf line change Co-authored-by: CBL-Mariner Service Account <cblmargh@microsoft.com> Co-authored-by: Pawel Winogrodzki <pawel.winogrodzki@microsoft.com> Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com> Co-authored-by: Thomas Crain <thcrain@microsoft.com>
2021-11-18 08:41:55 +03:00
2020-08-07 06:17:52 +03:00
%prep
%setup -q
Update toolchain and packages to build with gcc 11.2.0 and glibc 2.34 (#1623) * update coreutils and texinfo specs * update coreutils and texinfo in toolchain * fix patch url * update binutils to 2.37 * update version in manifests * update util-linux mpfr mpc gmp * fix mpfr tarball * fix gmp * update cgmanifest.json * cleanup * restore binutils patch * fix gmp and mpfr specs * update util-linux spec * fix binutils and util-linux breaks * update kernel CONFIG_LD_VERSION * bump kernel release * remove reference to rpm-define-RPM-LD-FLAGS.patch * fix gen-ld-script.sh sha256sum * update gcc spec to 11.2.0 * update kernel configs for gcc * update cgmanifest * update gcc to 11.2.0 in raw toolchain * add patch for gcc texi issue * update glibc to 2.34 * update manifests for diffutils and glibc * disable tm_texi patch in toolchain * fix SIGSTKSZ gcc issue * patch m4 for glibc 2.34 * update make to 4.3 and diffutils to 3.8 * revert make to 4.2.1 due to operation not permitted error * fix make and texinfo build issues with glibc 2.34 * dont build zstd in temp toolchain due to gcc build errors * remove glibc workarounds for fintutils and gzip * update findutils and gzip * update gzip and findutils specs * update gdbm to 1.21 * update elfutils to 1.185 in toolchain. fix manifests * remove findutils test change * remove texinfo patch * fix kernel changelogs * add patch for cpio extern issue * restore rpm patch * fix m4 spec * fix elfutils and gpgme spec issues * fix kernel-hyperv changelog * update kbd and libtirpc to resolve gcc 11.2.0 issues * fix m4 version in pkggen_core * fix libtirpc in manifests * fix nss error * fix openjdk * fix aarch64 openjdk8 * fix elfutils spec * GODEBUG=netdns=go * verbose rpm query * fix coreutils on aarch64. use rpm 1.14.2.1 in raw toolchain. revert rpm.go * bump cpio release * revert rpm.go change * cleanup toolchain scripts and specs. parallel make for glibc * enable fortran * remove aarch64 ld-2.27.so link * add gfortran to toolchain manifests * fix binutils changelog * fix kernel release version * update bison grep sed tar * add glibc pthread patch * upgrade file gawk and xz. fix sed and grep spec issues * set -fcommon * revert file to 5.34 * fix temp gawk version * fix xz man1 files * update libgpg-error to 1.43 * add ld-linux-aarch64.so.1 to glibc spec * use /lib/ld-linux-aarch64.so.1 * update file 5.40 and bzip2 1.0.8 in toolchain. openjdk8 remove -fcommon. * update to perl 5.32.0 in toolchain * fix glibc aarch64 exclude. add shadow-utils provides. fix perl src filename * fix efivar build. upgrade dtc * Removing 'ctags'. * Updating 'libacvp' to version 1.4.1. * Updating 'nlohmann-json' to version 3.10.4. * Updating 'dhcp.spec' CFLAGS to include CBL-Mariner's defaults. * update and fix ipxe build. remove perl debuginfo. * add fixes for autofs and libcomps * Adjusting build steps for 'dhcp' and 'nlohmann-json'. * fix rocksdb * fix ntp * fix libcomps url in cgmanifest. revert perl change * fix nfs-utils * fix azure-iot-sdk-c * Remove 'tboot'. * fix qemu-kvm * update R and ant * Updating 'libiothsm-std' to version 1.2.5. * Linting. * Remove tcp_wrappers package * fix syslinux * Downgrading 'libiothsm-std' to 1.1.8. * fix fuse. fix libcomps url * Downgrading 'libacvp' to 1.3.0. * Applying GCC 11 patch. * fix fuse configure.ac issue * Fixing 'libiothsm-std' build. * Upgrade lldpad to 1.1.0 * Upgrade gdb to 11.1 * Upgrade catch to 2.13.7 * fixup! Upgrade gdb to 11.1 * fixup! Upgrade lldpad to 1.1.0 * remove bazel * Updating 'toml11' to version 3.7.0. * update cgmanifest for catch gdb lldpad * fix qt5-qtbase * fix device-mapper-multipath * fix syslinux * fix grpc * fix kernel configs * fix kernel-hyperv config * increase heap size for ant * update lttng-consume * fix auoms * update valgrind. fix arm64 gdb issue * update arm64 kernel config * fix blobfuse * update and fix azure-iotedge * fix grpc 1.41.1 in cgmanifest * fix kernel and kernel-hyperv PTHREAD_STACK_MIN issue * remove ant ant-contrib jna R * Updating 'azure-iotedge' sources creation instructions. * add back ant ant-contrib bazel jna R * restrict jdk8 packages * verify licenses * only build conda picosat python-pycosat on arm64. fix cgmanifest * update openjdk8 to version 1.8.0.302 * fix cgmanifest for ant and R * always build ant * update licenses. remove tdnf workaround. bump shadow-utils release * update LICENSES-MAP.md to remove tboot ctags tcp_wrappers. bump libavcp release * fix ant builds only on arm64 * Clarifying license for 'ntp'. * Verifying license for 'ant-contrib'. * Verifying more specs. * revert libabcvp CFLAGS changes * add kernel patch file * set -fcommon to fix libacvp build * fix python-filelock * revert tdnf line change Co-authored-by: CBL-Mariner Service Account <cblmargh@microsoft.com> Co-authored-by: Pawel Winogrodzki <pawel.winogrodzki@microsoft.com> Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com> Co-authored-by: Thomas Crain <thcrain@microsoft.com>
2021-11-18 08:41:55 +03:00
2020-08-07 06:17:52 +03:00
%build
Update toolchain and packages to build with gcc 11.2.0 and glibc 2.34 (#1623) * update coreutils and texinfo specs * update coreutils and texinfo in toolchain * fix patch url * update binutils to 2.37 * update version in manifests * update util-linux mpfr mpc gmp * fix mpfr tarball * fix gmp * update cgmanifest.json * cleanup * restore binutils patch * fix gmp and mpfr specs * update util-linux spec * fix binutils and util-linux breaks * update kernel CONFIG_LD_VERSION * bump kernel release * remove reference to rpm-define-RPM-LD-FLAGS.patch * fix gen-ld-script.sh sha256sum * update gcc spec to 11.2.0 * update kernel configs for gcc * update cgmanifest * update gcc to 11.2.0 in raw toolchain * add patch for gcc texi issue * update glibc to 2.34 * update manifests for diffutils and glibc * disable tm_texi patch in toolchain * fix SIGSTKSZ gcc issue * patch m4 for glibc 2.34 * update make to 4.3 and diffutils to 3.8 * revert make to 4.2.1 due to operation not permitted error * fix make and texinfo build issues with glibc 2.34 * dont build zstd in temp toolchain due to gcc build errors * remove glibc workarounds for fintutils and gzip * update findutils and gzip * update gzip and findutils specs * update gdbm to 1.21 * update elfutils to 1.185 in toolchain. fix manifests * remove findutils test change * remove texinfo patch * fix kernel changelogs * add patch for cpio extern issue * restore rpm patch * fix m4 spec * fix elfutils and gpgme spec issues * fix kernel-hyperv changelog * update kbd and libtirpc to resolve gcc 11.2.0 issues * fix m4 version in pkggen_core * fix libtirpc in manifests * fix nss error * fix openjdk * fix aarch64 openjdk8 * fix elfutils spec * GODEBUG=netdns=go * verbose rpm query * fix coreutils on aarch64. use rpm 1.14.2.1 in raw toolchain. revert rpm.go * bump cpio release * revert rpm.go change * cleanup toolchain scripts and specs. parallel make for glibc * enable fortran * remove aarch64 ld-2.27.so link * add gfortran to toolchain manifests * fix binutils changelog * fix kernel release version * update bison grep sed tar * add glibc pthread patch * upgrade file gawk and xz. fix sed and grep spec issues * set -fcommon * revert file to 5.34 * fix temp gawk version * fix xz man1 files * update libgpg-error to 1.43 * add ld-linux-aarch64.so.1 to glibc spec * use /lib/ld-linux-aarch64.so.1 * update file 5.40 and bzip2 1.0.8 in toolchain. openjdk8 remove -fcommon. * update to perl 5.32.0 in toolchain * fix glibc aarch64 exclude. add shadow-utils provides. fix perl src filename * fix efivar build. upgrade dtc * Removing 'ctags'. * Updating 'libacvp' to version 1.4.1. * Updating 'nlohmann-json' to version 3.10.4. * Updating 'dhcp.spec' CFLAGS to include CBL-Mariner's defaults. * update and fix ipxe build. remove perl debuginfo. * add fixes for autofs and libcomps * Adjusting build steps for 'dhcp' and 'nlohmann-json'. * fix rocksdb * fix ntp * fix libcomps url in cgmanifest. revert perl change * fix nfs-utils * fix azure-iot-sdk-c * Remove 'tboot'. * fix qemu-kvm * update R and ant * Updating 'libiothsm-std' to version 1.2.5. * Linting. * Remove tcp_wrappers package * fix syslinux * Downgrading 'libiothsm-std' to 1.1.8. * fix fuse. fix libcomps url * Downgrading 'libacvp' to 1.3.0. * Applying GCC 11 patch. * fix fuse configure.ac issue * Fixing 'libiothsm-std' build. * Upgrade lldpad to 1.1.0 * Upgrade gdb to 11.1 * Upgrade catch to 2.13.7 * fixup! Upgrade gdb to 11.1 * fixup! Upgrade lldpad to 1.1.0 * remove bazel * Updating 'toml11' to version 3.7.0. * update cgmanifest for catch gdb lldpad * fix qt5-qtbase * fix device-mapper-multipath * fix syslinux * fix grpc * fix kernel configs * fix kernel-hyperv config * increase heap size for ant * update lttng-consume * fix auoms * update valgrind. fix arm64 gdb issue * update arm64 kernel config * fix blobfuse * update and fix azure-iotedge * fix grpc 1.41.1 in cgmanifest * fix kernel and kernel-hyperv PTHREAD_STACK_MIN issue * remove ant ant-contrib jna R * Updating 'azure-iotedge' sources creation instructions. * add back ant ant-contrib bazel jna R * restrict jdk8 packages * verify licenses * only build conda picosat python-pycosat on arm64. fix cgmanifest * update openjdk8 to version 1.8.0.302 * fix cgmanifest for ant and R * always build ant * update licenses. remove tdnf workaround. bump shadow-utils release * update LICENSES-MAP.md to remove tboot ctags tcp_wrappers. bump libavcp release * fix ant builds only on arm64 * Clarifying license for 'ntp'. * Verifying license for 'ant-contrib'. * Verifying more specs. * revert libabcvp CFLAGS changes * add kernel patch file * set -fcommon to fix libacvp build * fix python-filelock * revert tdnf line change Co-authored-by: CBL-Mariner Service Account <cblmargh@microsoft.com> Co-authored-by: Pawel Winogrodzki <pawel.winogrodzki@microsoft.com> Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com> Co-authored-by: Thomas Crain <thcrain@microsoft.com>
2021-11-18 08:41:55 +03:00
# fix issue building with glibc 2.34:
sed -e 's/__attribute_nonnull__/__nonnull/' \
-i gnulib/lib/malloc/dynarray-skeleton.c
2020-08-07 06:17:52 +03:00
%configure --disable-silent-rules
make %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install
make DESTDIR=%{buildroot} TEXMF=%{_datarootdir}/texmf install-tex
rm -rf %{buildroot}%{_infodir}
%find_lang %{name} --all-name
%post
/sbin/ldconfig
%postun
/sbin/ldconfig
%files -f %{name}.lang
%defattr(-,root,root)
%license COPYING
%exclude %{_bindir}/pdftexi2dvi
%exclude %{_bindir}/texi2dvi
%exclude %{_bindir}/texi2pdf
%{_bindir}/info
%{_bindir}/install-info
%{_bindir}/makeinfo
%{_bindir}/pod2texi
%{_bindir}/texi2any
%{_bindir}/texindex
%{_libdir}/texinfo/*
2020-08-07 06:17:52 +03:00
%{_mandir}/*/*
%dir %{_datarootdir}/texinfo
%{_datarootdir}/texinfo/*
%dir %{_datarootdir}/texmf
%{_datarootdir}/texmf/*
%changelog
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 7.0.3-1
- Auto-upgrade to 7.0.3 - Azure Linux 3.0 - package upgrades
Update toolchain and packages to build with gcc 11.2.0 and glibc 2.34 (#1623) * update coreutils and texinfo specs * update coreutils and texinfo in toolchain * fix patch url * update binutils to 2.37 * update version in manifests * update util-linux mpfr mpc gmp * fix mpfr tarball * fix gmp * update cgmanifest.json * cleanup * restore binutils patch * fix gmp and mpfr specs * update util-linux spec * fix binutils and util-linux breaks * update kernel CONFIG_LD_VERSION * bump kernel release * remove reference to rpm-define-RPM-LD-FLAGS.patch * fix gen-ld-script.sh sha256sum * update gcc spec to 11.2.0 * update kernel configs for gcc * update cgmanifest * update gcc to 11.2.0 in raw toolchain * add patch for gcc texi issue * update glibc to 2.34 * update manifests for diffutils and glibc * disable tm_texi patch in toolchain * fix SIGSTKSZ gcc issue * patch m4 for glibc 2.34 * update make to 4.3 and diffutils to 3.8 * revert make to 4.2.1 due to operation not permitted error * fix make and texinfo build issues with glibc 2.34 * dont build zstd in temp toolchain due to gcc build errors * remove glibc workarounds for fintutils and gzip * update findutils and gzip * update gzip and findutils specs * update gdbm to 1.21 * update elfutils to 1.185 in toolchain. fix manifests * remove findutils test change * remove texinfo patch * fix kernel changelogs * add patch for cpio extern issue * restore rpm patch * fix m4 spec * fix elfutils and gpgme spec issues * fix kernel-hyperv changelog * update kbd and libtirpc to resolve gcc 11.2.0 issues * fix m4 version in pkggen_core * fix libtirpc in manifests * fix nss error * fix openjdk * fix aarch64 openjdk8 * fix elfutils spec * GODEBUG=netdns=go * verbose rpm query * fix coreutils on aarch64. use rpm 1.14.2.1 in raw toolchain. revert rpm.go * bump cpio release * revert rpm.go change * cleanup toolchain scripts and specs. parallel make for glibc * enable fortran * remove aarch64 ld-2.27.so link * add gfortran to toolchain manifests * fix binutils changelog * fix kernel release version * update bison grep sed tar * add glibc pthread patch * upgrade file gawk and xz. fix sed and grep spec issues * set -fcommon * revert file to 5.34 * fix temp gawk version * fix xz man1 files * update libgpg-error to 1.43 * add ld-linux-aarch64.so.1 to glibc spec * use /lib/ld-linux-aarch64.so.1 * update file 5.40 and bzip2 1.0.8 in toolchain. openjdk8 remove -fcommon. * update to perl 5.32.0 in toolchain * fix glibc aarch64 exclude. add shadow-utils provides. fix perl src filename * fix efivar build. upgrade dtc * Removing 'ctags'. * Updating 'libacvp' to version 1.4.1. * Updating 'nlohmann-json' to version 3.10.4. * Updating 'dhcp.spec' CFLAGS to include CBL-Mariner's defaults. * update and fix ipxe build. remove perl debuginfo. * add fixes for autofs and libcomps * Adjusting build steps for 'dhcp' and 'nlohmann-json'. * fix rocksdb * fix ntp * fix libcomps url in cgmanifest. revert perl change * fix nfs-utils * fix azure-iot-sdk-c * Remove 'tboot'. * fix qemu-kvm * update R and ant * Updating 'libiothsm-std' to version 1.2.5. * Linting. * Remove tcp_wrappers package * fix syslinux * Downgrading 'libiothsm-std' to 1.1.8. * fix fuse. fix libcomps url * Downgrading 'libacvp' to 1.3.0. * Applying GCC 11 patch. * fix fuse configure.ac issue * Fixing 'libiothsm-std' build. * Upgrade lldpad to 1.1.0 * Upgrade gdb to 11.1 * Upgrade catch to 2.13.7 * fixup! Upgrade gdb to 11.1 * fixup! Upgrade lldpad to 1.1.0 * remove bazel * Updating 'toml11' to version 3.7.0. * update cgmanifest for catch gdb lldpad * fix qt5-qtbase * fix device-mapper-multipath * fix syslinux * fix grpc * fix kernel configs * fix kernel-hyperv config * increase heap size for ant * update lttng-consume * fix auoms * update valgrind. fix arm64 gdb issue * update arm64 kernel config * fix blobfuse * update and fix azure-iotedge * fix grpc 1.41.1 in cgmanifest * fix kernel and kernel-hyperv PTHREAD_STACK_MIN issue * remove ant ant-contrib jna R * Updating 'azure-iotedge' sources creation instructions. * add back ant ant-contrib bazel jna R * restrict jdk8 packages * verify licenses * only build conda picosat python-pycosat on arm64. fix cgmanifest * update openjdk8 to version 1.8.0.302 * fix cgmanifest for ant and R * always build ant * update licenses. remove tdnf workaround. bump shadow-utils release * update LICENSES-MAP.md to remove tboot ctags tcp_wrappers. bump libavcp release * fix ant builds only on arm64 * Clarifying license for 'ntp'. * Verifying license for 'ant-contrib'. * Verifying more specs. * revert libabcvp CFLAGS changes * add kernel patch file * set -fcommon to fix libacvp build * fix python-filelock * revert tdnf line change Co-authored-by: CBL-Mariner Service Account <cblmargh@microsoft.com> Co-authored-by: Pawel Winogrodzki <pawel.winogrodzki@microsoft.com> Co-authored-by: Pawel Winogrodzki <pawelwi@microsoft.com> Co-authored-by: Thomas Crain <thcrain@microsoft.com>
2021-11-18 08:41:55 +03:00
* Fri Oct 08 2021 Andrew Phelps <anphel@microsoft.com> 6.8-1
- Update to version 6.8
- Fix issue building with glibc 2.34
- Remove texinfo-perl-fix.patch
* Mon Sep 28 2020 Ruying Chen <v-ruyche@microsoft.com> 6.5-8
- Provide info and texinfo-tex
* Sat May 09 2020 Nick Samson <nisamson@microsoft.com> - 6.5-7
- Added %%license line automatically
* Thu Apr 30 2020 Emre Girgin <mrgirgin@microsoft.com> 6.5-6
- Renaming perl-libintl to perl-libintl-perl
* Mon Apr 20 2020 Eric Li <eli@microsoft.com> 6.5-5
- Fix URL and Source0:, delete sha1. License verified.
* Wed Jan 22 2020 Henry Beberman <hebeberm@microsoft.com> 6.5-4
- Add missing Requires for perl-libintl to ensure the package exists for iso installs.
* Tue Sep 03 2019 Mateusz Malisz <mamalisz@microsoft.com> 6.5-3
- Initial CBL-Mariner import from Photon (license: Apache2).
* Fri Nov 02 2018 Anish Swaminathan <anishs@vmware.com> 6.5-2
- Fix texinfo issue with locales
- http://lists.gnu.org/archive/html/bug-texinfo/2018-06/msg00029.html
* Fri Sep 07 2018 Michelle Wang <michellew@vmware.com> 6.5-1
- Update version to 6.5.
* Fri May 05 2017 Xiaolin Li <xiaolinl@vmware.com> 6.3-3
- Excluded pdftexi2dvi, texi2dvi, texi2pdf from package,
- because these commands depend on installation of tex.
* Tue Apr 18 2017 Robert Qi <qij@vmware.com> 6.3-2
- Updated to version 6.3-2 due to perl build requires.
* Tue Mar 28 2017 Xiaolin Li <xiaolinl@vmware.com> 6.3-1
- Updated to version 6.3.
* Tue Oct 04 2016 ChangLee <changlee@vmware.com> 6.1-4
- Modified %check
* Mon Jun 27 2016 Divya Thaluru <dthaluru@vmware.com> 6.1-3
- Removed packaging of debug files
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 6.1-2
- GA - Bump release of all rpms
* Mon Feb 22 2016 Xiaolin Li <xiaolinl@vmware.com> 6.1-1
- Updated to version 6.1
* Tue Nov 10 2015 Xiaolin Li <xiaolinl@vmware.com> 5.2-3
- Handled locale files with macro find_lang
* Wed Jun 3 2015 Divya Thaluru <dthaluru@vmware.com> 5.2-2
- Removing perl-libintl package from run-time required packages
* Wed Nov 5 2014 Divya Thaluru <dthaluru@vmware.com> 5.2-1
- Upgrade version