Skip to content

Commit acc85ed

Browse files
authored
Fix ptest for pugixml (#12177)
1 parent 897e799 commit acc85ed

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

SPECS/pugixml/pugixml.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: A light-weight C++ XML processing library
22
Name: pugixml
33
Version: 1.13
4-
Release: 1%{?dist}
4+
Release: 2%{?dist}
55
License: MIT
66
Vendor: Microsoft Corporation
77
Distribution: Azure Linux
@@ -38,7 +38,7 @@ mkdir build && cd build
3838
%make_build
3939

4040
%check
41-
make check -C build
41+
make test -C build
4242

4343
%install
4444
%make_install -C build
@@ -61,6 +61,9 @@ make check -C build
6161
%{_libdir}/pkgconfig/pugixml.pc
6262

6363
%changelog
64+
* Thu Jan 30 2025 Sam Meluch <[email protected]> - 1.13-2
65+
- Change test command to run check section
66+
6467
* Fri Oct 27 2023 CBL-Mariner Servicing Account <[email protected]> - 1.13-1
6568
- Auto-upgrade to 1.13 - Azure Linux 3.0 - package upgrades
6669

0 commit comments

Comments
 (0)