Tighten deps with the _isa macro
This commit is contained in:
parent
a51436018a
commit
6bc9755f75
@ -25,7 +25,7 @@ BuildRequires: python3-devel
|
||||
BuildRequires: /usr/bin/appstream-util
|
||||
BuildRequires: /usr/bin/xsltproc
|
||||
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
# The gtk3 version of glade was packaged under the name of 'glade3' for a
|
||||
# while. However, following upstream naming, 'glade3' package is now the gtk2
|
||||
# version and 'glade' package is the gtk3 one. The obsoletes are here to
|
||||
@ -52,7 +52,7 @@ a separate library to ease the integration of Glade into other applications.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
Obsoletes: glade3-libgladeui-devel < 1:3.11.0-3
|
||||
|
||||
%description devel
|
||||
@ -145,6 +145,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
- Use the make_install macro
|
||||
- Use upstream screenshots for appdata
|
||||
- Validate appdata file
|
||||
- Tighten deps with the _isa macro
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.19.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user