Skip to content

Commit a12caeb

Browse files
KavyaSree2610Kavya Sree Kaitepalli
andauthored
asciidoc: Fix build (microsoft#14229)
Co-authored-by: Kavya Sree Kaitepalli <[email protected]>
1 parent 89a076b commit a12caeb

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

SPECS/asciidoc/asciidoc.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: AsciiDoc is a human readable text document format
22
Name: asciidoc
33
Version: 10.2.0
4-
Release: 2%{?dist}
4+
Release: 3%{?dist}
55
License: GPLv2
66
URL: https://asciidoc.org/
77
Group: System Environment/Development
@@ -15,6 +15,7 @@ BuildRequires: libxslt
1515
BuildRequires: docbook-style-xsl
1616
BuildRequires: docbook-dtd-xml
1717
BuildRequires: python3-pip
18+
BuildRequires: python-wheel
1819
Requires: python3
1920
Requires: python3-xml
2021
Requires: libxslt
@@ -66,6 +67,9 @@ python3 tests/testasciidoc.py run
6667
%dir %{python3_sitelib}/asciidoc/resources/filters/music
6768

6869
%changelog
70+
* Mon Jul 07 2025 Kavya Sree Kaitepalli <[email protected]> - 10.2.0-3
71+
- Add BR on python-wheel to fix build
72+
6973
* Fri Feb 02 2024 Andrew Phelps <[email protected]> - 10.2.0-2
7074
- Fix path for egg-info
7175

SPECS/python-pip/python-pip.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A tool for installing and managing Python packages}
55
Summary: A tool for installing and managing Python packages
66
Name: python-pip
77
Version: 24.2
8-
Release: 2%{?dist}
8+
Release: 3%{?dist}
99
License: MIT AND Python-2.0.1 AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND LGPL-2.1-only AND MPL-2.0 AND (Apache-2.0 OR BSD-2-Clause)
1010
Vendor: Microsoft Corporation
1111
Distribution: Azure Linux
@@ -52,6 +52,9 @@ BuildRequires: python3-wheel
5252
%{python3_sitelib}/pip*
5353

5454
%changelog
55+
* Mon Jul 07 2025 Kavya Sree Kaitepalli <[email protected]> - 24.2-3
56+
- Bump release to build with asciidoc
57+
5558
* Fri Nov 22 2024 Kavya Sree Kaitepalli <[email protected]> - 24.2-2
5659
- Patch for CVE-2024-37891
5760

toolkit/resources/manifests/package/toolchain_aarch64.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
acl-2.3.1-2.azl3.aarch64.rpm
22
acl-debuginfo-2.3.1-2.azl3.aarch64.rpm
3-
asciidoc-10.2.0-2.azl3.noarch.rpm
3+
asciidoc-10.2.0-3.azl3.noarch.rpm
44
attr-2.5.2-1.azl3.aarch64.rpm
55
attr-debuginfo-2.5.2-1.azl3.aarch64.rpm
66
audit-3.1.2-1.azl3.aarch64.rpm
@@ -549,7 +549,7 @@ python3-magic-5.45-1.azl3.noarch.rpm
549549
python3-markupsafe-2.1.3-1.azl3.aarch64.rpm
550550
python3-newt-0.52.23-1.azl3.aarch64.rpm
551551
python3-packaging-23.2-3.azl3.noarch.rpm
552-
python3-pip-24.2-2.azl3.noarch.rpm
552+
python3-pip-24.2-3.azl3.noarch.rpm
553553
python3-pygments-2.7.4-2.azl3.noarch.rpm
554554
python3-rpm-4.18.2-1.azl3.aarch64.rpm
555555
python3-rpm-generators-14-11.azl3.noarch.rpm

toolkit/resources/manifests/package/toolchain_x86_64.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
acl-2.3.1-2.azl3.x86_64.rpm
22
acl-debuginfo-2.3.1-2.azl3.x86_64.rpm
3-
asciidoc-10.2.0-2.azl3.noarch.rpm
3+
asciidoc-10.2.0-3.azl3.noarch.rpm
44
attr-2.5.2-1.azl3.x86_64.rpm
55
attr-debuginfo-2.5.2-1.azl3.x86_64.rpm
66
audit-3.1.2-1.azl3.x86_64.rpm
@@ -557,7 +557,7 @@ python3-magic-5.45-1.azl3.noarch.rpm
557557
python3-markupsafe-2.1.3-1.azl3.x86_64.rpm
558558
python3-newt-0.52.23-1.azl3.x86_64.rpm
559559
python3-packaging-23.2-3.azl3.noarch.rpm
560-
python3-pip-24.2-2.azl3.noarch.rpm
560+
python3-pip-24.2-3.azl3.noarch.rpm
561561
python3-pygments-2.7.4-2.azl3.noarch.rpm
562562
python3-rpm-4.18.2-1.azl3.x86_64.rpm
563563
python3-rpm-generators-14-11.azl3.noarch.rpm

0 commit comments

Comments
 (0)