Tighten -devel subpackage deps with the _isa macro
This commit is contained in:
parent
2b7df016fb
commit
f285b8cdde
@ -26,7 +26,7 @@ Standard Template Library where it makes sense.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Headers for developing programs that will use %{name}
|
Summary: Headers for developing programs that will use %{name}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Cairomm is the C++ API for the cairo graphics library. It offers all the power
|
Cairomm is the C++ API for the cairo graphics library. It offers all the power
|
||||||
@ -89,6 +89,7 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
|||||||
- Update to 1.12.0
|
- Update to 1.12.0
|
||||||
- Drop manual requires that are automatically handled by pkgconfig dep gen
|
- Drop manual requires that are automatically handled by pkgconfig dep gen
|
||||||
- Use license macro for COPYING
|
- Use license macro for COPYING
|
||||||
|
- Tighten -devel subpackage deps with the _isa macro
|
||||||
|
|
||||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-12
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-12
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user