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