Only exclude Ix86 arches
This commit is contained in:
parent
afec1837e2
commit
5b671b0041
@ -3,7 +3,7 @@
|
||||
%global srcname 389-ds-base
|
||||
|
||||
# Exclude 32 bit arches
|
||||
ExcludeArch: %{ix86} %{arm}
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
# for a pre-release, define the prerel field e.g. .a1 .rc2 - comment out for official release
|
||||
# also remove the space between % and global - this space is needed because
|
||||
@ -45,7 +45,7 @@ ExcludeArch: %{ix86} %{arm}
|
||||
Summary: 389 Directory Server (base)
|
||||
Name: 389-ds-base
|
||||
Version: 1.4.0.5
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}.3
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}.4
|
||||
License: GPLv3+
|
||||
URL: http://www.port389.org
|
||||
Group: System Environment/Daemons
|
||||
@ -593,6 +593,9 @@ fi
|
||||
%{python3_sitelib}/dirsrvtests*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 15 2018 Adam Williamson <awilliam@redhat.com> - 1.4.0.5-1.4
|
||||
- Only exclude Ix86 arches
|
||||
|
||||
* Thu Feb 15 2018 Adam Williamson <awilliam@redhat.com> - 1.4.0.5-1.3
|
||||
- Rebuild for libevent soname bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user