Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion SPECS/strace/strace.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"strace-6.17.tar.xz": "0a7c7bedc7efc076f3242a0310af2ae63c292a36dd4236f079e88a93e98cb9c0"
"strace-6.18.tar.xz": "0ad5dcba973a69e779650ef1cb335b12ee60716fc7326609895bd33e6d2a7325"
}
}
5 changes: 4 additions & 1 deletion SPECS/strace/strace.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global __requires_exclude ^%{_bindir}/perl$
Summary: Tracks system calls that are made by a running process
Name: strace
Version: 6.17
Version: 6.18
Release: 1%{?dist}
License: GPL-2.0-or-later AND LGPL-2.1-or-later
Vendor: Intel Corporation
Expand Down Expand Up @@ -44,6 +44,9 @@ all the arugments and return values from the system calls. This is useful in deb
%{_mandir}/man1/*

%changelog
* Fri Mar 27 2026 Lee Chee Yang <chee.yang.lee@intel.com> - 6.18-1
- Upgrade to version 6.18

* Fri Dec 5 2025 Lee Chee Yang <chee.yang.lee@intel.com> - 6.17-1
- Upgrade to version 6.17

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -29116,8 +29116,8 @@
"type": "other",
"other": {
"name": "strace",
"version": "6.17",
"downloadUrl": "https://strace.io/files/6.17/strace-6.17.tar.xz"
"version": "6.18",
"downloadUrl": "https://strace.io/files/6.18/strace-6.18.tar.xz"
}
}
},
Expand Down
Loading