public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/strace] f44: 7.1-1
@ 2026-06-15 17:20 Dmitry V. Levin
  0 siblings, 0 replies; only message in thread
From: Dmitry V. Levin @ 2026-06-15 17:20 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/strace
            Branch : f44
            Commit : e6eb402a50005418fafe36eaeedfd950d04997bc
            Author : Dmitry V. Levin <ldv@strace.io>
            Date   : 2026-06-15T16:02:54+00:00
            Stats  : +12/-4 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/strace/c/e6eb402a50005418fafe36eaeedfd950d04997bc?branch=f44

            Log:
            7.1-1

- v7.0 -> v7.1 (resolves: #2461721).

---
diff --git a/.gitignore b/.gitignore
index 5f9f02f..a65dbf6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/strace-7.0.tar.xz
+/strace-7.1.tar.xz

diff --git a/sources b/sources
index 29be23b..01f4d91 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (strace-7.0.tar.xz) = 52a2d1a32caf622cdd7bb471b9e215bbb1ed33c9dd2afc1bb2d4bc69b68c01e6850223753ec7fbade33d33537268632a30cd15ffad37c7eb63e803e47a2fe020
+SHA512 (strace-7.1.tar.xz) = 81afed51fdb220e2fb8a83adbb0f9c1c702679955550f6a5037c56d0918ad497829274d5e5f64cfd2c3146802488f07e23f60b5590556b2d1d9b6442abe69717

diff --git a/strace.spec b/strace.spec
index 242dcf6..e6a75e4 100644
--- a/strace.spec
+++ b/strace.spec
@@ -1,6 +1,6 @@
 Summary: Tracks and displays system calls associated with a running process
 Name: strace
-Version: 7.0
+Version: 7.1
 Release: 1%{?dist}
 # The test suite is GPLv2+, the bundled headers are GPLv2 with Linux syscall
 # exception, all the rest is LGPLv2.1+.
@@ -128,6 +128,11 @@ BuildRequires: pkgconfig(bluez)
 %{?buildrequires_stacktrace}
 %{?buildrequires_selinux}
 
+# rhbz#2461721
+%if 0%{?fedora} >= 45 || 0%{?rhel} >= 11
+Recommends: yama-ptrace-enable
+%endif
+
 # OBS compatibility
 %{?!buildroot:BuildRoot: %_tmppath/buildroot-%name-%version-%release}
 %define maybe_use_defattr %{?suse_version:%%defattr(-,root,root)}
@@ -152,7 +157,7 @@ received by a process.
 %setup -q
 echo -n %version-%release > .tarball-version
 echo -n 2026 > .year
-echo -n 2026-04-05 > doc/.strace.1.in.date
+echo -n 2026-05-19 > doc/.strace.1.in.date
 echo -n 2025-07-02 > doc/.strace-log-merge.1.in.date
 
 %build
@@ -205,6 +210,9 @@ fi
 %{_mandir}/man1/*
 
 %changelog
+* Mon Jun 15 2026 Dmitry V. Levin <ldv@strace.io> - 7.1-1
+- v7.0 -> v7.1 (resolves: #2461721).
+
 * Sun Apr 26 2026 Dmitry V. Levin <ldv@strace.io> - 7.0-1
 - v6.19 -> v7.0.
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-15 17:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 17:20 [rpms/strace] f44: 7.1-1 Dmitry V. Levin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox