Fix alternative-status-menu extension obsoleting
This commit is contained in:
parent
30946cb60a
commit
4d2021890d
@ -6,7 +6,7 @@
|
||||
|
||||
Name: gnome-shell-extensions
|
||||
Version: 3.9.5
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Modify and extend GNOME Shell functionality and behavior
|
||||
|
||||
Group: User Interface/Desktops
|
||||
@ -21,8 +21,6 @@ BuildRequires: pkgconfig(gnome-desktop-3.0)
|
||||
BuildRequires: pkgconfig(libgtop-2.0)
|
||||
Requires: gnome-shell >= %{min_gs_version}
|
||||
BuildArch: noarch
|
||||
Obsoletes: gnome-shell-extension-alternative-status-menu < 3.9.5
|
||||
Conflicts: gnome-shell-extension-alternative-status-menu < 3.9.5
|
||||
|
||||
%description
|
||||
GNOME Shell Extensions is a collection of extensions providing additional and
|
||||
@ -51,6 +49,8 @@ License: GPLv2+
|
||||
Requires: gnome-shell >= %{min_gs_version}
|
||||
# Dock extension no longer provides by GNOME Shell extensions >= 3.7.1
|
||||
Obsoletes: %{pkg_prefix}-dock < 3.7.1
|
||||
# Alternative-status-menu extension no longer provided by GNOME Shell extensions >= 3.9.5
|
||||
Obsoletes: %{pkg_prefix}-alternative-status-menu < 3.9.5
|
||||
|
||||
%description -n %{pkg_prefix}-common
|
||||
GNOME Shell Extensions is a collection of extensions providing additional and
|
||||
@ -370,6 +370,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 12 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.9.5-3
|
||||
- Fix alternative-status-menu subpackage obsoleting
|
||||
|
||||
* Mon Aug 12 2013 Nils Philippsen <nils@redhat.com> - 3.9.5-2
|
||||
- obsolete alternative-status-menu subpackage to allow smooth upgrades
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user