5.0-1 - Upgrade to upstream 5.0 release.
Resolves: #1974360 Rebase to debugedit 5.0
This commit is contained in:
parent
85ae01d598
commit
2985e3f408
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
|||||||
/debugedit-0.2.tar.xz
|
/debugedit-0.2.tar.xz
|
||||||
/debugedit-0.2.tar.xz.sig
|
/debugedit-0.2.tar.xz.sig
|
||||||
/gpgkey-5C1D1AA44BE649DE760A.gpg
|
/gpgkey-5C1D1AA44BE649DE760A.gpg
|
||||||
|
/debugedit-5.0.tar.xz
|
||||||
|
/debugedit-5.0.tar.xz.sig
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: debugedit
|
Name: debugedit
|
||||||
Version: 0.2
|
Version: 5.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tools for debuginfo creation
|
Summary: Tools for debuginfo creation
|
||||||
License: GPLv3+ and GPLv2+ and LGPLv2+
|
License: GPLv3+ and GPLv2+ and LGPLv2+
|
||||||
@ -53,6 +53,9 @@ read and write ELF files, DWARF data and build-ids.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
# Temp symlink to make sure things don't break.
|
||||||
|
cd %{buildroot}%{_bindir}
|
||||||
|
ln -s find-debuginfo find-debuginfo.sh
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# The testsuite should be zero fail.
|
# The testsuite should be zero fail.
|
||||||
@ -65,12 +68,18 @@ make check %{?_smp_mflags}
|
|||||||
%doc README
|
%doc README
|
||||||
%{_bindir}/debugedit
|
%{_bindir}/debugedit
|
||||||
%{_bindir}/sepdebugcrcfix
|
%{_bindir}/sepdebugcrcfix
|
||||||
|
%{_bindir}/find-debuginfo
|
||||||
%{_bindir}/find-debuginfo.sh
|
%{_bindir}/find-debuginfo.sh
|
||||||
%{_mandir}/man1/debugedit.1*
|
%{_mandir}/man1/debugedit.1*
|
||||||
%{_mandir}/man1/sepdebugcrcfix.1*
|
%{_mandir}/man1/sepdebugcrcfix.1*
|
||||||
%{_mandir}/man1/find-debuginfo.sh.1*
|
%{_mandir}/man1/find-debuginfo.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 26 2021 Mark Wielaard <mjw@redhat.com> - 5.0-1
|
||||||
|
- Upgrade to upstream 5.0 release.
|
||||||
|
- Removes find-debuginfo .sh suffix.
|
||||||
|
- This release still has a find-debuginfo.sh -> find-debuginfo symlink.
|
||||||
|
|
||||||
* Wed May 5 2021 Mark Wielaard <mjw@fedoraproject.org> - 0.2-1
|
* Wed May 5 2021 Mark Wielaard <mjw@fedoraproject.org> - 0.2-1
|
||||||
- Update to upstream 0.2 pre-release. Adds documentation.
|
- Update to upstream 0.2 pre-release. Adds documentation.
|
||||||
|
|
||||||
|
5
sources
5
sources
@ -1,3 +1,2 @@
|
|||||||
SHA512 (debugedit-0.2.tar.xz) = c277c23ab8fcf7925bb81f83f34c9f1cc93015f5aedcd28b4f5774de11a80d3c012a11efb728dc3d9dfd9eb01283408368914f6462c24fe8c9ada848d2e4ec3d
|
SHA512 (debugedit-5.0.tar.xz) = 7e7f529eafe41b53f0b5bfc58282fdbfa0dfa93ed7908b70e81942d6d2b6f80fc9c6bff2ed9674fd98947e5750b615f4c8b222544989e2900c5f8ff5ae0efb92
|
||||||
SHA512 (debugedit-0.2.tar.xz.sig) = 13ea6758c8a64174da26c4abdb74bcdf6745e90bd3fa121f8175f63908e44697f9f36f950d059a8cb3a89d5369aee68a52782d0c4b76cf44f2616dfc7ac19e18
|
SHA512 (debugedit-5.0.tar.xz.sig) = 2223841eb6c63616dc24028e8076ab9d82579e8d6efa4bba45e5dbd0eb181c947feae6f944136f3504a78678569ae96dc6c4a0dd4e7012bd9aa522b0f7525dc9
|
||||||
SHA512 (gpgkey-5C1D1AA44BE649DE760A.gpg) = dc44ed3e38f54c3e57a4d83fa8b48ce2a8694802dd6bbf057cf432958f88ace9b585ee36a59ba98444e76c9aef0e998b9108a3807f97ebd6ba62303b41ab4690
|
|
||||||
|
Loading…
Reference in New Issue
Block a user