4.13.0.1-35 - Fix rpmfd_write on big endian arches.
This commit is contained in:
parent
ce3660feb6
commit
54b0c6f766
9
rpm.spec
9
rpm.spec
@ -29,7 +29,7 @@
|
|||||||
Summary: The RPM package management system
|
Summary: The RPM package management system
|
||||||
Name: rpm
|
Name: rpm
|
||||||
Version: %{rpmver}
|
Version: %{rpmver}
|
||||||
Release: %{?snapver:0.%{snapver}.}34%{?dist}
|
Release: %{?snapver:0.%{snapver}.}35%{?dist}
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Url: http://www.rpm.org/
|
Url: http://www.rpm.org/
|
||||||
Source0: http://ftp.rpm.org/releases/%{srcdir}/%{name}-%{srcver}.tar.bz2
|
Source0: http://ftp.rpm.org/releases/%{srcdir}/%{name}-%{srcver}.tar.bz2
|
||||||
@ -148,6 +148,10 @@ Patch331: 0055-let-debuginfo-packages-provide-the-build-id.patch
|
|||||||
Patch332: 0056-find-debuginfo.sh-Add-keep-section-and-remove-sectio.patch
|
Patch332: 0056-find-debuginfo.sh-Add-keep-section-and-remove-sectio.patch
|
||||||
Patch333: 0057-find-debuginfo.sh-Remove-non-allocated-NOBITS-sectio.patch
|
Patch333: 0057-find-debuginfo.sh-Remove-non-allocated-NOBITS-sectio.patch
|
||||||
|
|
||||||
|
# Fix rpmfd_write on big endian arches.
|
||||||
|
patch334: 0058-Define-PY_SSIZE_T_CLEAN.patch
|
||||||
|
patch335: 0059-Fix-error-handling-in-rpmio-Python-binding-test-case.patch
|
||||||
|
|
||||||
# These are not yet upstream
|
# These are not yet upstream
|
||||||
Patch902: rpm-4.7.1-geode-i686.patch
|
Patch902: rpm-4.7.1-geode-i686.patch
|
||||||
# Probably to be upstreamed in slightly different form
|
# Probably to be upstreamed in slightly different form
|
||||||
@ -644,6 +648,9 @@ exit 0
|
|||||||
%doc doc/librpm/html/*
|
%doc doc/librpm/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 23 2017 Mark Wielaard <mjw@fedoraproject.org> - 4.13.0.1-35
|
||||||
|
- Fix rpmfd_write on big endian arches.
|
||||||
|
|
||||||
* Fri Jul 21 2017 Mark Wielaard <mjw@fedoraproject.org> - 4.13.0.1-34
|
* Fri Jul 21 2017 Mark Wielaard <mjw@fedoraproject.org> - 4.13.0.1-34
|
||||||
- find-debuginfo.sh: Remove non-allocated NOBITS sections from minisymtab.
|
- find-debuginfo.sh: Remove non-allocated NOBITS sections from minisymtab.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user