[bluefish] Fix installing via gnome-software

Paul Howarth pghmcfc at fedoraproject.org
Thu Jul 17 16:29:31 UTC 2014


commit 1903ecf84d1356d1fcb058be613e7db021ba6435
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Jul 17 16:50:01 2014 +0100

    Fix installing via gnome-software
    
    Make the shared-data sub-package depend on the main package so that we pull
    in the binary when someone tries to install just the data, which is what
    gnome-software does (#1091613)

 bluefish.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/bluefish.spec b/bluefish.spec
index dbaf3be..b0f9562 100644
--- a/bluefish.spec
+++ b/bluefish.spec
@@ -1,6 +1,6 @@
 %global pkgver 2.2.6
 #global prerel rc1
-%global rpmrel 2
+%global rpmrel 3
 
 Name:		bluefish
 Version:	%{pkgver}
@@ -60,6 +60,8 @@ BuildArch:	noarch
 Requires:	shared-mime-info
 # For ownership of %%{_datadir}/icons/hicolor/*/{apps,mimetypes}
 Requires:	hicolor-icon-theme
+# So that we pull in the binary when someone installs the data (#1091613)
+Requires:	%{name} = %{version}-%{release}
 
 # Automatically upgrade bluefish-unstable-shared-data
 Obsoletes:	bluefish-unstable-shared-data < %{version}-%{release}
@@ -148,6 +150,11 @@ fi
 %{_mandir}/man1/%{name}.1*
 
 %changelog
+* Thu Jul 17 2014 Paul Howarth <paul at city-fan.org> - 2.2.6-3
+- Make the shared-data sub-package depend on the main package so that we pull
+  in the binary when someone tries to install just the data, which is what
+  gnome-software does (#1091613)
+
 * Sat Jun  7 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2.6-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list