* Thu Aug 05 2010 Bastien Nocera <bnocera@redhat.com> 2.90.0-5
- Fix requires for new epoch
This commit is contained in:
parent
d2564e8dec
commit
54ee489f49
@ -1,7 +1,7 @@
|
||||
Name: gnome-bluetooth
|
||||
Epoch: 1
|
||||
Version: 2.90.0
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Bluetooth graphical utilities
|
||||
|
||||
Group: Applications/Communications
|
||||
@ -30,7 +30,7 @@ Conflicts: bluez-gnome <= 1.8
|
||||
Obsoletes: bluez-gnome <= 1.8
|
||||
|
||||
# Otherwise we might end up with mismatching version
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
Requires: %{name}-libs = %{epoch}:%{version}-%{release}
|
||||
Requires: gvfs-obexftp
|
||||
Requires: bluez >= 4.42
|
||||
Requires: obexd
|
||||
@ -59,7 +59,7 @@ want to display a Bluetooth device selection widget.
|
||||
Summary: Development files for %{name}-libs
|
||||
Group: Development/Libraries
|
||||
License: LGPLv2+
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
Requires: %{name}-libs = %{epoch}:%{version}-%{release}
|
||||
Requires: gtk-doc pkgconfig gobject-introspection-devel
|
||||
Obsoletes: gnome-bluetooth-devel < 2.27.1-4
|
||||
Provides: gnome-bluetooth-devel = %{version}
|
||||
@ -72,7 +72,7 @@ for writing applications that require a Bluetooth device selection widget.
|
||||
Summary: Moblin Bluetooth management utility
|
||||
Group: Development/Libraries
|
||||
License: LGPLv2+
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
Requires: %{name}-libs = %{epoch}:%{version}-%{release}
|
||||
|
||||
%description moblin
|
||||
This package contains the Moblin user interface for gnome-bluetooth.
|
||||
@ -228,6 +228,9 @@ fi
|
||||
%{_datadir}/mutter-moblin/panels/bluetooth-panel.desktop
|
||||
|
||||
%changelog
|
||||
* Thu Aug 05 2010 Bastien Nocera <bnocera@redhat.com> 2.90.0-5
|
||||
- Fix requires for new epoch
|
||||
|
||||
* Wed Aug 04 2010 Bastien Nocera <bnocera@redhat.com> 2.90.0-4
|
||||
- Up the epoch due to F-14 changes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user