Skip to content

Commit

Permalink
Fix ptest for pugixml (microsoft#12177)
Browse files Browse the repository at this point in the history
  • Loading branch information
sameluch authored Jan 31, 2025
1 parent 897e799 commit acc85ed
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions SPECS/pugixml/pugixml.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: A light-weight C++ XML processing library
Name: pugixml
Version: 1.13
Release: 1%{?dist}
Release: 2%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Azure Linux
Expand Down Expand Up @@ -38,7 +38,7 @@ mkdir build && cd build
%make_build

%check
make check -C build
make test -C build

%install
%make_install -C build
Expand All @@ -61,6 +61,9 @@ make check -C build
%{_libdir}/pkgconfig/pugixml.pc

%changelog
* Thu Jan 30 2025 Sam Meluch <sammeluch@microsoft.com> - 1.13-2
- Change test command to run check section

* Fri Oct 27 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.13-1
- Auto-upgrade to 1.13 - Azure Linux 3.0 - package upgrades

Expand Down

0 comments on commit acc85ed

Please sign in to comment.