Tighten -devel subpackage dependencies

Drop manual libappstream-glib-devel dep and rely on pkgconfig dependency
autogeneration to get this right; instead, add a dependency on the base package
to make sure the two packages get updated in lock step.
This commit is contained in:
Kalev Lember 2016-08-17 14:58:34 +02:00
parent 61e977d537
commit 625b32be32

View File

@ -74,7 +74,7 @@ and update software in the GNOME desktop.
%package devel
Summary: Headers for building external gnome-software plugins
Requires: libappstream-glib-devel%{?_isa}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
These development files are for building gnome-software plugins outside
@ -199,6 +199,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%changelog
* Wed Aug 17 2016 Kalev Lember <klember@redhat.com> - 3.21.90-1
- Update to 3.21.90
- Tighten -devel subpackage dependencies
* Thu Jul 28 2016 Richard Hughes <rhughes@redhat.com> - 3.21.4-2
- Allow building without PackageKit for the atomic workstation.