fixed release number
This commit is contained in:
parent
e2240220f0
commit
fa99be6ec8
@ -1,7 +1,7 @@
|
|||||||
Name: jemalloc
|
Name: jemalloc
|
||||||
Version: 4.5.0
|
Version: 4.5.0
|
||||||
|
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: General-purpose scalable concurrent malloc implementation
|
Summary: General-purpose scalable concurrent malloc implementation
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -35,8 +35,7 @@ developing applications that use %{name}.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
# Disable thp on systems not supporting this, trusting that Fedora will enable
|
# Disable thp on systems not supporting this for now
|
||||||
# this on the build servers when ready for installed systems.
|
|
||||||
%ifarch %ix86 %arm aarch64 s390x
|
%ifarch %ix86 %arm aarch64 s390x
|
||||||
%define disable_thp --disable-thp
|
%define disable_thp --disable-thp
|
||||||
%patch5
|
%patch5
|
||||||
@ -115,7 +114,7 @@ rm -rf %{buildroot}
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Mar 07 2018 Ingvar Hagelund <ingvar@redpill-linpro.com> - 4.5.0-2
|
* Wed Mar 07 2018 Ingvar Hagelund <ingvar@redpill-linpro.com> - 4.5.0-5
|
||||||
- Hard code pagesize for different arches, closes bz #1545539
|
- Hard code pagesize for different arches, closes bz #1545539
|
||||||
|
|
||||||
* Wed Aug 16 2017 Ingvar Hagelund <ingvar@redpill-linpro.com> - 4.5.0-4
|
* Wed Aug 16 2017 Ingvar Hagelund <ingvar@redpill-linpro.com> - 4.5.0-4
|
||||||
|
Loading…
Reference in New Issue
Block a user