Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Fix for Package brotli #9409

Merged
merged 1 commit into from
Jun 14, 2024
Merged
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
10 changes: 5 additions & 5 deletions SPECS/brotli/brotli.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: Lossless compression algorithm
Name: brotli
Version: 1.1.0
Release: 1%{?dist}
Release: 2%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Azure Linux
Expand Down Expand Up @@ -78,10 +78,7 @@ done
%postun -p /sbin/ldconfig

%check
make test
test_result=$?
make clean
[[ $test_result -eq 0 ]]
%ctest

%files
%{_bindir}/brotli
Expand Down Expand Up @@ -113,6 +110,9 @@ make clean
%{_mandir}/man3/constants.h.3brotli*

%changelog
* Fri Jun 14 2024 Sam Meluch <[email protected]> - 1.1.0-2
- fix package tests

* Wed Dec 13 2023 Andrew Phelps <[email protected]> - 1.1.0-1
- Upgrade to version 1.1.0

Expand Down
Loading