Fix exo-web-browser blacklist entry
https://bugzilla.redhat.com/show_bug.cgi?id=1216218
This commit is contained in:
parent
2a82b7b052
commit
aa6e685d2e
25
0001-Fix-exo-web-browser-blacklist-entry.patch
Normal file
25
0001-Fix-exo-web-browser-blacklist-entry.patch
Normal file
@ -0,0 +1,25 @@
|
||||
From 110218325c2f914ee88f2f52341692f518f2e367 Mon Sep 17 00:00:00 2001
|
||||
From: Kalev Lember <kalevlember@gmail.com>
|
||||
Date: Wed, 29 Apr 2015 16:35:42 +0200
|
||||
Subject: [PATCH] Fix exo-web-browser blacklist entry
|
||||
|
||||
---
|
||||
libappstream-glib/as-blacklist-ids.txt | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/libappstream-glib/as-blacklist-ids.txt b/libappstream-glib/as-blacklist-ids.txt
|
||||
index b5ba526..74b69a1 100644
|
||||
--- a/libappstream-glib/as-blacklist-ids.txt
|
||||
+++ b/libappstream-glib/as-blacklist-ids.txt
|
||||
@@ -24,7 +24,7 @@ emerald-decorator.desktop
|
||||
exo-file-manager.desktop
|
||||
exo-mail-reader.desktop
|
||||
exo-terminal-emulator.desktop
|
||||
-exo-web-browser
|
||||
+exo-web-browser.desktop
|
||||
fldigi-doc.desktop
|
||||
flight-of-the-amazon-queen-cd.desktop
|
||||
freedink-dfarc.desktop
|
||||
--
|
||||
2.3.6
|
||||
|
||||
@ -1,10 +1,11 @@
|
||||
Summary: Library for AppStream metadata
|
||||
Name: libappstream-glib
|
||||
Version: 0.3.6
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: http://people.freedesktop.org/~hughsient/appstream-glib/
|
||||
Source0: http://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-%{version}.tar.xz
|
||||
Patch0: 0001-Fix-exo-web-browser-blacklist-entry.patch
|
||||
|
||||
BuildRequires: glib2-devel >= 2.16.1
|
||||
BuildRequires: libtool
|
||||
@ -65,6 +66,7 @@ GLib headers and libraries for appstream-builder.
|
||||
|
||||
%prep
|
||||
%setup -q -n appstream-glib-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -128,6 +130,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir
|
||||
|
||||
%changelog
|
||||
* Wed Apr 29 2015 Kalev Lember <kalevlember@gmail.com> 0.3.6-2
|
||||
- Fix exo-web-browser blacklist entry (#1216218)
|
||||
|
||||
* Mon Mar 30 2015 Richard Hughes <richard@hughsie.com> 0.3.6-1
|
||||
- New upstream release
|
||||
- Add a 'replace-screenshots' command to appstream-util
|
||||
|
||||
Loading…
Reference in New Issue
Block a user