Tighten inter package dependencies with the _isa macro

This commit is contained in:
Kalev Lember 2016-08-18 09:38:55 +02:00
parent acb753e904
commit 1740a468a0

View File

@ -27,7 +27,7 @@ The GUPnP API is intended to be easy to use, efficient and flexible.
%package devel
Summary: Development package for gupnp
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
Files for development with %{name}.
@ -85,6 +85,7 @@ make check %{?_smp_mflags} V=1
* Thu Aug 18 2016 Kalev Lember <klember@redhat.com> - 0.99.0-1
- Update to 0.99.0
- Drop manual requires that are automatically handled by pkgconfig dep gen
- Tighten inter package dependencies with the _isa macro
* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 0.20.18-1
- Update to 0.20.18