add missing %{_?isa} to devel requires of main package
This commit is contained in:
parent
f006e5cfb6
commit
b9383b0dac
@ -5,7 +5,7 @@
|
|||||||
Name: libuv
|
Name: libuv
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 0.10.33
|
Version: 0.10.33
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Platform layer for node.js
|
Summary: Platform layer for node.js
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -27,7 +27,7 @@ differences in this library.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development libraries for libuv
|
Summary: Development libraries for libuv
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
Requires(post): /sbin/ldconfig
|
Requires(post): /sbin/ldconfig
|
||||||
Requires(postun): /sbin/ldconfig
|
Requires(postun): /sbin/ldconfig
|
||||||
@ -119,6 +119,9 @@ cp out-static/Release/obj.target/libuv.a %{buildroot}/%{_libdir}
|
|||||||
%{_libdir}/libuv.a
|
%{_libdir}/libuv.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 19 2015 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.33-2
|
||||||
|
- add missing %%{_?isa} to devel requires of main package
|
||||||
|
|
||||||
* Thu Feb 19 2015 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.33-1
|
* Thu Feb 19 2015 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.33-1
|
||||||
- new upstream release 0.10.33
|
- new upstream release 0.10.33
|
||||||
https://github.com/joyent/libuv/blob/v0.10.33/ChangeLog
|
https://github.com/joyent/libuv/blob/v0.10.33/ChangeLog
|
||||||
|
Loading…
Reference in New Issue
Block a user