Add _isa tags to all build requires.
This commit is contained in:
parent
9267c0a9f6
commit
64d8dce23e
@ -21,8 +21,8 @@ Patch2: runas-munge-user.patch
|
|||||||
Patch5: %{name}-correct-service-name.patch
|
Patch5: %{name}-correct-service-name.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: zlib-devel bzip2-devel openssl-devel
|
BuildRequires: zlib-devel%{?_isa} bzip2-devel%{?_isa} openssl-devel%{?_isa}
|
||||||
Requires: munge-libs = %{version}-%{release}
|
Requires: munge-libs%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
Requires(post): chkconfig
|
Requires(post): chkconfig
|
||||||
Requires(pre): shadow-utils
|
Requires(pre): shadow-utils
|
||||||
@ -44,7 +44,7 @@ methods.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for uid * gid authentication acrosss a host cluster
|
Summary: Development files for uid * gid authentication acrosss a host cluster
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Requires: munge-libs = %{version}-%{release}
|
Requires: munge-libs%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Header files for developing using MUNGE.
|
Header files for developing using MUNGE.
|
||||||
@ -197,6 +197,7 @@ exit 0
|
|||||||
%changelog
|
%changelog
|
||||||
* Sun Feb 27 2011 Steve Traylen <steve.traylen@cern.ch> - 0.5.10-1
|
* Sun Feb 27 2011 Steve Traylen <steve.traylen@cern.ch> - 0.5.10-1
|
||||||
- Upstream to 0.5.10
|
- Upstream to 0.5.10
|
||||||
|
- Add _isa tags to all build requires.
|
||||||
|
|
||||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.9-5
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.9-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user