From 4d58b8790b174dc153e5799c6d050398eb1555bded2dd2e92a94cf4cd80b3005 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 22 Feb 2017 20:41:03 +0000 Subject: [PATCH 1/3] Accepting request 459854 from GNOME:Next scripted push OBS-URL: https://build.opensuse.org/request/show/459854 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=117 --- tracker-1.10.4.tar.xz | 3 --- tracker-1.11.3.tar.xz | 3 +++ tracker-extras.changes | 54 ++++++++++++++++++++++++++++++++++++++++++ tracker-extras.spec | 9 +++---- tracker.changes | 54 ++++++++++++++++++++++++++++++++++++++++++ tracker.spec | 9 +++---- 6 files changed, 121 insertions(+), 11 deletions(-) delete mode 100644 tracker-1.10.4.tar.xz create mode 100644 tracker-1.11.3.tar.xz diff --git a/tracker-1.10.4.tar.xz b/tracker-1.10.4.tar.xz deleted file mode 100644 index 177387c..0000000 --- a/tracker-1.10.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70e779e55bf580615a66db43ae45d081e1810cc11bbfcdd0a6339f506e0adf9d -size 5028900 diff --git a/tracker-1.11.3.tar.xz b/tracker-1.11.3.tar.xz new file mode 100644 index 0000000..c2381db --- /dev/null +++ b/tracker-1.11.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:730fefc7a41997d83039ed7272b08e570b48ba58b73c92ba176532866914171a +size 5054532 diff --git a/tracker-extras.changes b/tracker-extras.changes index db2402f..43305ee 100644 --- a/tracker-extras.changes +++ b/tracker-extras.changes @@ -4,6 +4,60 @@ Thu Feb 2 09:50:37 UTC 2017 - jengelh@inai.de - Trim filler words from description - Remove ancient %clean section +------------------------------------------------------------------- +Sat Jan 28 17:26:08 UTC 2017 - dimstar@opensuse.org + +- Update to version 1.11.3: + + tracker-extract: Whitelist multiple inocuous syscalls that were + reported to raise false positives in the extraction sandbox. + + Make libseccomp dependency only mandatory on Linux. + + Fix several leaks and Coverity warnings. + + Fixed tracker-extract insertion of pre-defined resources. + + Fixed TrackerResource SPARQL generation of rdfs:Resource + properties with cardinality>1. +- Reenable pkgconfig(libseccomp) BuildRequires: it is mandatory on + linux. + +------------------------------------------------------------------- +Sat Jan 28 17:25:08 UTC 2017 - zaitor@opensuse.org + +- Update to version 1.11.2: + + tracker-extract: Sandbox extractor threads. Filesystem and + network access are limited to being read and local only. + + tracker-miner-fs: Fixed high CPU use when receiving many + writeback notifications at once. + + tracker-extract, libtracker-sparql, libtracker-miner: plug + leaks. + + tests: cleanups and improvements. + + Updated translations. +- Add pkgconfig(libseccomp) BuildRequires: Build support for + sandboxed metadata extraction. + +------------------------------------------------------------------- +Sat Jan 28 17:24:09 UTC 2017 - dimstar@opensuse.org + +- Update to version 1.11.1: + + Brown paper bag release, revert BIND() fix as it breaks other + legit cases. +- Changes from version 1.11.0: + + libtracker-sparql: + - Added TrackerNotifier, helper object to receive notifications + of changes to the Tracker database. All users of the + GraphUpdated DBus signal are recommended to switch to it. + - Added client-side support for HTTP SPARQL endpoints. + - Using BIND() after OPTIONAL{} now works properly. + + libtracker-direct: Much reduced mutex contention during + threaded/async queries on the direct access backend. + + tracker-extract: Many improvements to music extraction, better + labeling of albums, nmm:albumArtist metadata is more faithful + to the file metadata. + + libtracker-data: Fixed possible overflows in + tracker:normalize/unaccent. + + Other fixes and cleanups. + + Updated translations. +- Add pkgconfig(json-glib-1.0) and pkgconfig(libsoup-2.4) + BuildRequires: new dependencies for libtracker-remote. + ------------------------------------------------------------------- Sat Jan 28 17:24:08 UTC 2017 - zaitor@opensuse.org diff --git a/tracker-extras.spec b/tracker-extras.spec index 2f801c6..7e81acb 100644 --- a/tracker-extras.spec +++ b/tracker-extras.spec @@ -41,7 +41,7 @@ # Do not edit this auto generated file! Edit tracker.spec. Name: tracker-extras %define _name tracker -Version: 1.10.4 +Version: 1.11.3 Release: 0 %define TrackerAPI 1.0 %define RPMTrackerAPI 1_0 @@ -49,7 +49,7 @@ Summary: Object database, tag/metadata database, search tool and indexer License: GPL-2.0+ Group: Productivity/Other Url: http://projects.gnome.org/tracker/ -Source0: http://download.gnome.org/sources/tracker/1.10/%{_name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/tracker/1.11/%{_name}-%{version}.tar.xz # Needed for patch0: we need to bootstrap Source2: README.SUSE.rss # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 dimstar@opensuse.org -- Do not maintain LT versioning for private libs @@ -78,13 +78,14 @@ BuildRequires: update-desktop-files BuildRequires: vala >= 0.12.0 BuildRequires: zlib-devel BuildRequires: pkgconfig(gee-0.8) +BuildRequires: pkgconfig(json-glib-1.0) >= 1.0 BuildRequires: pkgconfig(libavcodec) >= 0.8.4 BuildRequires: pkgconfig(libavformat) >= 0.8.4 BuildRequires: pkgconfig(libavutil) >= 0.8.4 BuildRequires: pkgconfig(libmediaart-2.0) >= 0.1.0 BuildRequires: pkgconfig(libnm-glib) >= 0.8 -# Disabled as this feature is clearly not ready for public consumption... -#BuildRequires: pkgconfig(libseccomp) >= 2.0 +BuildRequires: pkgconfig(libseccomp) >= 2.0 +BuildRequires: pkgconfig(libsoup-2.4) >= 2.40 BuildRequires: pkgconfig(upower-glib) %if !%{build_extras} # Dependencies for extractors / writeback diff --git a/tracker.changes b/tracker.changes index db2402f..43305ee 100644 --- a/tracker.changes +++ b/tracker.changes @@ -4,6 +4,60 @@ Thu Feb 2 09:50:37 UTC 2017 - jengelh@inai.de - Trim filler words from description - Remove ancient %clean section +------------------------------------------------------------------- +Sat Jan 28 17:26:08 UTC 2017 - dimstar@opensuse.org + +- Update to version 1.11.3: + + tracker-extract: Whitelist multiple inocuous syscalls that were + reported to raise false positives in the extraction sandbox. + + Make libseccomp dependency only mandatory on Linux. + + Fix several leaks and Coverity warnings. + + Fixed tracker-extract insertion of pre-defined resources. + + Fixed TrackerResource SPARQL generation of rdfs:Resource + properties with cardinality>1. +- Reenable pkgconfig(libseccomp) BuildRequires: it is mandatory on + linux. + +------------------------------------------------------------------- +Sat Jan 28 17:25:08 UTC 2017 - zaitor@opensuse.org + +- Update to version 1.11.2: + + tracker-extract: Sandbox extractor threads. Filesystem and + network access are limited to being read and local only. + + tracker-miner-fs: Fixed high CPU use when receiving many + writeback notifications at once. + + tracker-extract, libtracker-sparql, libtracker-miner: plug + leaks. + + tests: cleanups and improvements. + + Updated translations. +- Add pkgconfig(libseccomp) BuildRequires: Build support for + sandboxed metadata extraction. + +------------------------------------------------------------------- +Sat Jan 28 17:24:09 UTC 2017 - dimstar@opensuse.org + +- Update to version 1.11.1: + + Brown paper bag release, revert BIND() fix as it breaks other + legit cases. +- Changes from version 1.11.0: + + libtracker-sparql: + - Added TrackerNotifier, helper object to receive notifications + of changes to the Tracker database. All users of the + GraphUpdated DBus signal are recommended to switch to it. + - Added client-side support for HTTP SPARQL endpoints. + - Using BIND() after OPTIONAL{} now works properly. + + libtracker-direct: Much reduced mutex contention during + threaded/async queries on the direct access backend. + + tracker-extract: Many improvements to music extraction, better + labeling of albums, nmm:albumArtist metadata is more faithful + to the file metadata. + + libtracker-data: Fixed possible overflows in + tracker:normalize/unaccent. + + Other fixes and cleanups. + + Updated translations. +- Add pkgconfig(json-glib-1.0) and pkgconfig(libsoup-2.4) + BuildRequires: new dependencies for libtracker-remote. + ------------------------------------------------------------------- Sat Jan 28 17:24:08 UTC 2017 - zaitor@opensuse.org diff --git a/tracker.spec b/tracker.spec index 3c21ce5..e3a76bb 100644 --- a/tracker.spec +++ b/tracker.spec @@ -40,7 +40,7 @@ Name: tracker %define _name tracker -Version: 1.10.4 +Version: 1.11.3 Release: 0 %define TrackerAPI 1.0 %define RPMTrackerAPI 1_0 @@ -48,7 +48,7 @@ Summary: Object database, tag/metadata database, search tool and indexer License: GPL-2.0+ Group: Productivity/Other Url: http://projects.gnome.org/tracker/ -Source0: http://download.gnome.org/sources/tracker/1.10/%{_name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/tracker/1.11/%{_name}-%{version}.tar.xz # Needed for patch0: we need to bootstrap Source2: README.SUSE.rss # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 dimstar@opensuse.org -- Do not maintain LT versioning for private libs @@ -77,13 +77,14 @@ BuildRequires: update-desktop-files BuildRequires: vala >= 0.12.0 BuildRequires: zlib-devel BuildRequires: pkgconfig(gee-0.8) +BuildRequires: pkgconfig(json-glib-1.0) >= 1.0 BuildRequires: pkgconfig(libavcodec) >= 0.8.4 BuildRequires: pkgconfig(libavformat) >= 0.8.4 BuildRequires: pkgconfig(libavutil) >= 0.8.4 BuildRequires: pkgconfig(libmediaart-2.0) >= 0.1.0 BuildRequires: pkgconfig(libnm-glib) >= 0.8 -# Disabled as this feature is clearly not ready for public consumption... -#BuildRequires: pkgconfig(libseccomp) >= 2.0 +BuildRequires: pkgconfig(libseccomp) >= 2.0 +BuildRequires: pkgconfig(libsoup-2.4) >= 2.40 BuildRequires: pkgconfig(upower-glib) %if !%{build_extras} # Dependencies for extractors / writeback From c5552961e29a48df5f958e0b21cd5728e316f27bf7464088bebfe54a1ca6b4f6 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 1 Mar 2017 12:10:12 +0000 Subject: [PATCH 2/3] Accepting request 461316 from GNOME:Next New unstable rel OBS-URL: https://build.opensuse.org/request/show/461316 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=118 --- tracker-1.11.3.tar.xz | 3 --- tracker-1.11.4.tar.xz | 3 +++ tracker-extras.changes | 16 ++++++++++++++ tracker-extras.spec | 6 +---- tracker-fix-more-whitelists-sandbox.patch | 27 ----------------------- tracker.changes | 16 ++++++++++++++ tracker.spec | 6 +---- 7 files changed, 37 insertions(+), 40 deletions(-) delete mode 100644 tracker-1.11.3.tar.xz create mode 100644 tracker-1.11.4.tar.xz delete mode 100644 tracker-fix-more-whitelists-sandbox.patch diff --git a/tracker-1.11.3.tar.xz b/tracker-1.11.3.tar.xz deleted file mode 100644 index c2381db..0000000 --- a/tracker-1.11.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:730fefc7a41997d83039ed7272b08e570b48ba58b73c92ba176532866914171a -size 5054532 diff --git a/tracker-1.11.4.tar.xz b/tracker-1.11.4.tar.xz new file mode 100644 index 0000000..00dace1 --- /dev/null +++ b/tracker-1.11.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c26b387e0858f5f2a654558e3b062c124688c07a88d48c9306f12411adb8a17 +size 5060344 diff --git a/tracker-extras.changes b/tracker-extras.changes index 43305ee..c860963 100644 --- a/tracker-extras.changes +++ b/tracker-extras.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Mar 1 11:27:50 UTC 2017 - zaitor@opensuse.org + +- Update to version 1.11.4: + + tracker-extract: More sandboxing stability fixes, more + whitelisted inocuous syscalls. Compile fixes for any older + kernel not providing any of the specified syscalls. Fixed dconf + warnings when it accidentally hit the sandbox. + + libtracker-sparql: Fixed date format generated by + TrackerResource. + + Drop libgee dependency. + + Coverity fixes all over the place. + + Updated translations. +- Drop pkgconfig(gee-0.8) BuildRequires following upstream changes. +- Drop tracker-fix-more-whitelists-sandbox.patch: Fixed upstream. + ------------------------------------------------------------------- Thu Feb 2 09:50:37 UTC 2017 - jengelh@inai.de diff --git a/tracker-extras.spec b/tracker-extras.spec index 7e81acb..31c6328 100644 --- a/tracker-extras.spec +++ b/tracker-extras.spec @@ -41,7 +41,7 @@ # Do not edit this auto generated file! Edit tracker.spec. Name: tracker-extras %define _name tracker -Version: 1.11.3 +Version: 1.11.4 Release: 0 %define TrackerAPI 1.0 %define RPMTrackerAPI 1_0 @@ -54,8 +54,6 @@ Source0: http://download.gnome.org/sources/tracker/1.11/%{_name}-%{versio Source2: README.SUSE.rss # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 dimstar@opensuse.org -- Do not maintain LT versioning for private libs Patch0: tracker-extract-private.patch -# PATCH-FIX-UPSTREAM tracker-fix-more-whitelists-sandbox.patch bgo#776117 zaitor@opensuse.org -- Whitelist more syscalls -Patch1: tracker-fix-more-whitelists-sandbox.patch BuildRequires: enca-devel BuildRequires: fdupes BuildRequires: gcc-c++ @@ -77,7 +75,6 @@ BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: vala >= 0.12.0 BuildRequires: zlib-devel -BuildRequires: pkgconfig(gee-0.8) BuildRequires: pkgconfig(json-glib-1.0) >= 1.0 BuildRequires: pkgconfig(libavcodec) >= 0.8.4 BuildRequires: pkgconfig(libavformat) >= 0.8.4 @@ -428,7 +425,6 @@ This package contains an nautilus plugin to tag files with Tracker. %prep %setup -q -n %{_name}-%{version} %patch0 -p1 -%patch1 -p1 %if !0%{?is_opensuse} translation-update-upstream %endif diff --git a/tracker-fix-more-whitelists-sandbox.patch b/tracker-fix-more-whitelists-sandbox.patch deleted file mode 100644 index 5605a11..0000000 --- a/tracker-fix-more-whitelists-sandbox.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 163aea34323d932d6bad6e14ca7d5e19ff2c766a Mon Sep 17 00:00:00 2001 -From: Carlos Garnacho -Date: Thu, 19 Jan 2017 13:07:40 +0100 -Subject: libtracker-common: Whitelist waitid/waitpid/wait4 - -https://bugzilla.gnome.org/show_bug.cgi?id=776117 ---- - src/libtracker-common/tracker-seccomp.c | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/src/libtracker-common/tracker-seccomp.c b/src/libtracker-common/tracker-seccomp.c -index c46dfa6..0c75895 100644 ---- a/src/libtracker-common/tracker-seccomp.c -+++ b/src/libtracker-common/tracker-seccomp.c -@@ -103,6 +103,9 @@ tracker_seccomp_init (void) - ALLOW_RULE (sched_yield); - ALLOW_RULE (sched_getaffinity); - ALLOW_RULE (nanosleep); -+ ALLOW_RULE (waitid); -+ ALLOW_RULE (waitpid); -+ ALLOW_RULE (wait4); - /* Main loops */ - ALLOW_RULE (poll); - ALLOW_RULE (ppoll); --- -cgit v0.12 - diff --git a/tracker.changes b/tracker.changes index 43305ee..c860963 100644 --- a/tracker.changes +++ b/tracker.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Mar 1 11:27:50 UTC 2017 - zaitor@opensuse.org + +- Update to version 1.11.4: + + tracker-extract: More sandboxing stability fixes, more + whitelisted inocuous syscalls. Compile fixes for any older + kernel not providing any of the specified syscalls. Fixed dconf + warnings when it accidentally hit the sandbox. + + libtracker-sparql: Fixed date format generated by + TrackerResource. + + Drop libgee dependency. + + Coverity fixes all over the place. + + Updated translations. +- Drop pkgconfig(gee-0.8) BuildRequires following upstream changes. +- Drop tracker-fix-more-whitelists-sandbox.patch: Fixed upstream. + ------------------------------------------------------------------- Thu Feb 2 09:50:37 UTC 2017 - jengelh@inai.de diff --git a/tracker.spec b/tracker.spec index e3a76bb..9f68b12 100644 --- a/tracker.spec +++ b/tracker.spec @@ -40,7 +40,7 @@ Name: tracker %define _name tracker -Version: 1.11.3 +Version: 1.11.4 Release: 0 %define TrackerAPI 1.0 %define RPMTrackerAPI 1_0 @@ -53,8 +53,6 @@ Source0: http://download.gnome.org/sources/tracker/1.11/%{_name}-%{versio Source2: README.SUSE.rss # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 dimstar@opensuse.org -- Do not maintain LT versioning for private libs Patch0: tracker-extract-private.patch -# PATCH-FIX-UPSTREAM tracker-fix-more-whitelists-sandbox.patch bgo#776117 zaitor@opensuse.org -- Whitelist more syscalls -Patch1: tracker-fix-more-whitelists-sandbox.patch BuildRequires: enca-devel BuildRequires: fdupes BuildRequires: gcc-c++ @@ -76,7 +74,6 @@ BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: vala >= 0.12.0 BuildRequires: zlib-devel -BuildRequires: pkgconfig(gee-0.8) BuildRequires: pkgconfig(json-glib-1.0) >= 1.0 BuildRequires: pkgconfig(libavcodec) >= 0.8.4 BuildRequires: pkgconfig(libavformat) >= 0.8.4 @@ -427,7 +424,6 @@ This package contains an nautilus plugin to tag files with Tracker. %prep %setup -q -n %{_name}-%{version} %patch0 -p1 -%patch1 -p1 %if !0%{?is_opensuse} translation-update-upstream %endif From 72785aa616e5b66fc9a63530cf1a13c50ff58f279fc537770d4d23953d485349 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 20 Mar 2017 15:22:54 +0000 Subject: [PATCH 3/3] Accepting request 481380 from GNOME:Next Update to 1.12.0 OBS-URL: https://build.opensuse.org/request/show/481380 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=119 --- tracker-1.11.4.tar.xz | 3 --- tracker-1.12.0.tar.xz | 3 +++ tracker-extras.changes | 7 +++++++ tracker-extras.spec | 4 ++-- tracker.changes | 7 +++++++ tracker.spec | 4 ++-- 6 files changed, 21 insertions(+), 7 deletions(-) delete mode 100644 tracker-1.11.4.tar.xz create mode 100644 tracker-1.12.0.tar.xz diff --git a/tracker-1.11.4.tar.xz b/tracker-1.11.4.tar.xz deleted file mode 100644 index 00dace1..0000000 --- a/tracker-1.11.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c26b387e0858f5f2a654558e3b062c124688c07a88d48c9306f12411adb8a17 -size 5060344 diff --git a/tracker-1.12.0.tar.xz b/tracker-1.12.0.tar.xz new file mode 100644 index 0000000..202deee --- /dev/null +++ b/tracker-1.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83193dd8c05e3e8b05fa8f1cfb80964fa78f7aeb86f3302fa4be6ec7e6ff596f +size 5061964 diff --git a/tracker-extras.changes b/tracker-extras.changes index c860963..98b838d 100644 --- a/tracker-extras.changes +++ b/tracker-extras.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 20 15:13:33 UTC 2017 - dimstar@opensuse.org + +- Update to version 1.12.0: + + Multiple compile warning fixes. + + Fix compilation on older vala. + ------------------------------------------------------------------- Wed Mar 1 11:27:50 UTC 2017 - zaitor@opensuse.org diff --git a/tracker-extras.spec b/tracker-extras.spec index 31c6328..fcde9a2 100644 --- a/tracker-extras.spec +++ b/tracker-extras.spec @@ -41,7 +41,7 @@ # Do not edit this auto generated file! Edit tracker.spec. Name: tracker-extras %define _name tracker -Version: 1.11.4 +Version: 1.12.0 Release: 0 %define TrackerAPI 1.0 %define RPMTrackerAPI 1_0 @@ -49,7 +49,7 @@ Summary: Object database, tag/metadata database, search tool and indexer License: GPL-2.0+ Group: Productivity/Other Url: http://projects.gnome.org/tracker/ -Source0: http://download.gnome.org/sources/tracker/1.11/%{_name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/tracker/1.12/%{_name}-%{version}.tar.xz # Needed for patch0: we need to bootstrap Source2: README.SUSE.rss # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 dimstar@opensuse.org -- Do not maintain LT versioning for private libs diff --git a/tracker.changes b/tracker.changes index c860963..98b838d 100644 --- a/tracker.changes +++ b/tracker.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 20 15:13:33 UTC 2017 - dimstar@opensuse.org + +- Update to version 1.12.0: + + Multiple compile warning fixes. + + Fix compilation on older vala. + ------------------------------------------------------------------- Wed Mar 1 11:27:50 UTC 2017 - zaitor@opensuse.org diff --git a/tracker.spec b/tracker.spec index 9f68b12..c242283 100644 --- a/tracker.spec +++ b/tracker.spec @@ -40,7 +40,7 @@ Name: tracker %define _name tracker -Version: 1.11.4 +Version: 1.12.0 Release: 0 %define TrackerAPI 1.0 %define RPMTrackerAPI 1_0 @@ -48,7 +48,7 @@ Summary: Object database, tag/metadata database, search tool and indexer License: GPL-2.0+ Group: Productivity/Other Url: http://projects.gnome.org/tracker/ -Source0: http://download.gnome.org/sources/tracker/1.11/%{_name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/tracker/1.12/%{_name}-%{version}.tar.xz # Needed for patch0: we need to bootstrap Source2: README.SUSE.rss # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 dimstar@opensuse.org -- Do not maintain LT versioning for private libs