Update to 1.9.1
This commit is contained in:
parent
cb2df97a93
commit
8be48edc47
2
sources
2
sources
@ -1 +1 @@
|
|||||||
92f4d485d86c9cb173d90378c929cd0c tracker-1.9.0.tar.xz
|
796fa153b85920f145ee85c77417bb39 tracker-1.9.1.tar.xz
|
||||||
|
@ -1,27 +0,0 @@
|
|||||||
From 798d15dcbb1e9c057706ed82eba4b42848afe8e9 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Igor Gnatenko <ignatenko@src.gnome.org>
|
|
||||||
Date: Tue, 28 Jun 2016 10:37:28 +0200
|
|
||||||
Subject: tracker-store: use @libexecdir@ in systemd service
|
|
||||||
|
|
||||||
References: https://bugzilla.gnome.org/show_bug.cgi?id=768127
|
|
||||||
Signed-off-by: Igor Gnatenko <ignatenko@src.gnome.org>
|
|
||||||
---
|
|
||||||
src/tracker-store/tracker-store.service.in | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/src/tracker-store/tracker-store.service.in b/src/tracker-store/tracker-store.service.in
|
|
||||||
index 86af157..928a789 100644
|
|
||||||
--- a/src/tracker-store/tracker-store.service.in
|
|
||||||
+++ b/src/tracker-store/tracker-store.service.in
|
|
||||||
@@ -4,7 +4,7 @@ Description=Tracker metadata database store and lookup manager
|
|
||||||
[Service]
|
|
||||||
Type=dbus
|
|
||||||
BusName=org.freedesktop.Tracker1
|
|
||||||
-ExecStart=/usr/lib/tracker/tracker-store
|
|
||||||
+ExecStart=@libexecdir@/tracker-store
|
|
||||||
Restart=on-failure
|
|
||||||
# Don't restart after tracker daemon -k (aka tracker-control -k)
|
|
||||||
RestartPreventExitStatus=SIGKILL
|
|
||||||
--
|
|
||||||
cgit v0.12
|
|
||||||
|
|
11
tracker.spec
11
tracker.spec
@ -15,8 +15,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: tracker
|
Name: tracker
|
||||||
Version: 1.9.0
|
Version: 1.9.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Desktop-neutral search tool and indexer
|
Summary: Desktop-neutral search tool and indexer
|
||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -27,9 +27,6 @@ Source0: https://download.gnome.org/sources/%{name}/1.9/%{name}-%{version
|
|||||||
# only autostart in Gnome, see also
|
# only autostart in Gnome, see also
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=771601
|
# https://bugzilla.redhat.com/show_bug.cgi?id=771601
|
||||||
Patch0: 0001-Only-autostart-in-GNOME-771601.patch
|
Patch0: 0001-Only-autostart-in-GNOME-771601.patch
|
||||||
# Taken from upstream git.
|
|
||||||
# https://bugzilla.gnome.org/show_bug.cgi?id=768127
|
|
||||||
Patch1: tracker-1.9.0-user-unit-libexecdir.patch
|
|
||||||
|
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: firefox
|
BuildRequires: firefox
|
||||||
@ -178,7 +175,6 @@ This package contains the documentation for tracker
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch0 -p1 -b .autostart-gnome
|
%patch0 -p1 -b .autostart-gnome
|
||||||
%patch1 -p1 -b .libexecdir
|
|
||||||
|
|
||||||
## nuke unwanted rpaths, see also
|
## nuke unwanted rpaths, see also
|
||||||
## https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
|
## https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
|
||||||
@ -334,6 +330,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 23 2016 Kalev Lember <klember@redhat.com> - 1.9.1-1
|
||||||
|
- Update to 1.9.1
|
||||||
|
|
||||||
* Fri Jul 01 2016 David King <amigadave@amigadave.com> - 1.9.0-2
|
* Fri Jul 01 2016 David King <amigadave@amigadave.com> - 1.9.0-2
|
||||||
- Fix libexecdir in systemd user unit
|
- Fix libexecdir in systemd user unit
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user