5.19-1
- v5.18 -> v5.19.
This commit is contained in:
parent
c70d05bd98
commit
5d473c8227
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/strace-5.18.tar.xz
|
||||
/strace-5.19.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (strace-5.18.tar.xz) = 99418b84a5e2049cb6fe32eed19ddcb61bbefb25220550c67d92cd7bc3d44ae5d87ac228b3e1c207166b9bfdae55c624a0f4e603004599fb7ea3143bbccc749e
|
||||
SHA512 (strace-5.19.tar.xz) = 1ea1c6e12d05bf145bc3c74f8d06b08dfc3eae3a5a21bfe8ab080053dc4c2da8a95be5956652ea62bb083462015a55f9bc1d1023919dcf2929a05211b7dde963
|
||||
|
17
strace.spec
17
strace.spec
@ -1,9 +1,16 @@
|
||||
Summary: Tracks and displays system calls associated with a running process
|
||||
Name: strace
|
||||
Version: 5.18
|
||||
Release: 2%{?dist}
|
||||
Version: 5.19
|
||||
Release: 1%{?dist}
|
||||
# The test suite is GPLv2+, all the rest is LGPLv2.1+.
|
||||
%if 0%{?fedora} >= 35 || 0%{?centos} >= 9 || 0%{?rhel} >= 9
|
||||
# Some distros are special and have decided that they do not recognise
|
||||
# the existence of deprecated forms of SPDX license identifiers,
|
||||
# so they complain about them being "Unapproved".
|
||||
License: LGPL-2.1-or-later and GPL-2.0-or-later
|
||||
%else
|
||||
License: LGPL-2.1+ and GPL-2.0+
|
||||
%endif
|
||||
# Some distros require Group tag to be present,
|
||||
# some require Group tag to be absent,
|
||||
# some do not care about Group tag at all,
|
||||
@ -62,7 +69,7 @@ received by a process.
|
||||
%setup -q
|
||||
echo -n %version-%release > .tarball-version
|
||||
echo -n 2022 > .year
|
||||
echo -n 2022-04-02 > doc/.strace.1.in.date
|
||||
echo -n 2022-07-19 > doc/.strace.1.in.date
|
||||
echo -n 2022-01-01 > doc/.strace-log-merge.1.in.date
|
||||
|
||||
%build
|
||||
@ -107,8 +114,8 @@ echo 'END OF TEST SUITE INFORMATION'
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.18-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
* Fri Aug 12 2022 Dmitry V. Levin <ldv@strace.io> - 5.19-1
|
||||
- v5.18 -> v5.19.
|
||||
|
||||
* Sat Jun 18 2022 Dmitry V. Levin <ldv@strace.io> - 5.18-1
|
||||
- v5.17 -> v5.18.
|
||||
|
Loading…
Reference in New Issue
Block a user