Drop old obsoletes
This commit is contained in:
parent
b1054645f4
commit
34cde296e4
@ -28,11 +28,6 @@ BuildRequires: /usr/bin/appstream-util
|
||||
BuildRequires: /usr/bin/xsltproc
|
||||
|
||||
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
|
||||
# provide seamless upgrade path from the gtk3 based 'glade3'.
|
||||
Obsoletes: glade3 < 1:3.11.0-3
|
||||
|
||||
%description
|
||||
Glade is a RAD tool to enable quick and easy development of user interfaces for
|
||||
@ -45,7 +40,6 @@ and others.
|
||||
|
||||
%package libs
|
||||
Summary: Widget library for Glade UI designer
|
||||
Obsoletes: glade3-libgladeui < 1:3.11.0-3
|
||||
|
||||
%description libs
|
||||
The %{name}-libs package consists of the widgets that compose the Glade GUI as
|
||||
@ -55,7 +49,6 @@ a separate library to ease the integration of Glade into other applications.
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
Obsoletes: glade3-libgladeui-devel < 1:3.11.0-3
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
@ -124,6 +117,7 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Glade.de
|
||||
%changelog
|
||||
* Wed Nov 25 2020 Kalev Lember <klember@redhat.com> - 3.38.2-1
|
||||
- Update to 3.38.2
|
||||
- Drop old obsoletes
|
||||
|
||||
* Mon Oct 5 2020 Kalev Lember <klember@redhat.com> - 3.38.1-1
|
||||
- Update to 3.38.1
|
||||
|
Loading…
Reference in New Issue
Block a user