From: Andreas Schneider Date: Tue, 11 Nov 2025 10:48:10 +0000 (+0100) Subject: bootstrap: Remove libtracker-sparql-2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a485a91047315775072d0a8cbf1e1b8263ce3a31;p=thirdparty%2Fsamba.git bootstrap: Remove libtracker-sparql-2 This is not used anymore. Signed-off-by: Andreas Schneider Reviewed-by: Ralph Boehme Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Fri Nov 14 16:34:48 UTC 2025 on atb-devel-224 --- diff --git a/.gitlab-ci-main.yml b/.gitlab-ci-main.yml index b6ba6fab20f..86a5361dd27 100644 --- a/.gitlab-ci-main.yml +++ b/.gitlab-ci-main.yml @@ -47,7 +47,7 @@ variables: # Set this to the contents of bootstrap/sha1sum.txt # which is generated by bootstrap/template.py --render # - SAMBA_CI_CONTAINER_TAG: c881e62a14fbabdf014bb3653fffcff5a13e71cc + SAMBA_CI_CONTAINER_TAG: 10d513aa79bd89a7884621fe3db3f77fffcb6217 # # We use the ubuntu2204 image as default as # it matches what we have on atb-devel-224 diff --git a/bootstrap/config.py b/bootstrap/config.py index 3ef975c943f..29a3f322f59 100644 --- a/bootstrap/config.py +++ b/bootstrap/config.py @@ -176,9 +176,6 @@ PKGS = [ ('glusterfs-common', 'glusterfs-devel'), ('libcephfs-dev', 'libcephfs-devel'), - # spotlight - ('libtracker-sparql-2.0-dev', 'tracker-devel'), - # systemd userdb ('', 'libvarlink-devel'), ('', 'python3-varlink'), @@ -479,7 +476,6 @@ DEB_DISTS = { 'vagrant_box': 'debian/bookworm64', 'replace': { 'language-pack-en': '', # included in locales - 'libtracker-sparql-2.0-dev': '', # only tracker 3.x is available 'cargo': '', # included cargo is broken 'landscape-common': '', } @@ -489,7 +485,6 @@ DEB_DISTS = { 'vagrant_box': 'debian/bookworm32', 'replace': { 'language-pack-en': '', # included in locales - 'libtracker-sparql-2.0-dev': '', # only tracker 3.x is available 'cargo': '', # included cargo is broken 'landscape-common': '', } @@ -507,14 +502,12 @@ DEB_DISTS = { 'docker_image': 'ubuntu:22.04', 'vagrant_box': 'ubuntu/jammy64', 'replace': { - 'libtracker-sparql-2.0-dev': '', # only tracker 3.x is available }, }, 'ubuntu2404': { 'docker_image': 'ubuntu:24.04', 'vagrant_box': 'ubuntu/noble64', 'replace': { - 'libtracker-sparql-2.0-dev': '', # only tracker 3.x is available }, }, } @@ -569,7 +562,6 @@ RPM_DISTS = { 'lsb-release': 'redhat-lsb', 'perl-FindBin': '', 'python3-iso8601': 'python3-dateutil', - 'libtracker-sparql-2.0-dev': '', # only tracker 3.x is available } }, 'opensuse155': { diff --git a/bootstrap/generated-dists/centos9s/bootstrap.sh b/bootstrap/generated-dists/centos9s/bootstrap.sh index 9181f97d278..9fd164ed0da 100755 --- a/bootstrap/generated-dists/centos9s/bootstrap.sh +++ b/bootstrap/generated-dists/centos9s/bootstrap.sh @@ -117,7 +117,6 @@ dnf install -y \ sudo \ systemd-devel \ tar \ - tracker-devel \ tree \ utf8proc-devel \ wget \ diff --git a/bootstrap/generated-dists/centos9s/packages.yml b/bootstrap/generated-dists/centos9s/packages.yml index b78799a24ff..889198a282a 100644 --- a/bootstrap/generated-dists/centos9s/packages.yml +++ b/bootstrap/generated-dists/centos9s/packages.yml @@ -98,7 +98,6 @@ packages: - sudo - systemd-devel - tar - - tracker-devel - tree - utf8proc-devel - wget diff --git a/bootstrap/generated-dists/debian11-32bit/bootstrap.sh b/bootstrap/generated-dists/debian11-32bit/bootstrap.sh index a32636de32f..371291f33fb 100755 --- a/bootstrap/generated-dists/debian11-32bit/bootstrap.sh +++ b/bootstrap/generated-dists/debian11-32bit/bootstrap.sh @@ -74,7 +74,6 @@ apt-get -y install \ libsystemd-dev \ libtasn1-bin \ libtasn1-dev \ - libtracker-sparql-2.0-dev \ libunwind-dev \ liburing-dev \ libutf8proc-dev \ diff --git a/bootstrap/generated-dists/debian11-32bit/packages.yml b/bootstrap/generated-dists/debian11-32bit/packages.yml index f2249eba899..479b2940cf6 100644 --- a/bootstrap/generated-dists/debian11-32bit/packages.yml +++ b/bootstrap/generated-dists/debian11-32bit/packages.yml @@ -63,7 +63,6 @@ packages: - libsystemd-dev - libtasn1-bin - libtasn1-dev - - libtracker-sparql-2.0-dev - libunwind-dev - liburing-dev - libutf8proc-dev diff --git a/bootstrap/generated-dists/debian11/bootstrap.sh b/bootstrap/generated-dists/debian11/bootstrap.sh index a32636de32f..371291f33fb 100755 --- a/bootstrap/generated-dists/debian11/bootstrap.sh +++ b/bootstrap/generated-dists/debian11/bootstrap.sh @@ -74,7 +74,6 @@ apt-get -y install \ libsystemd-dev \ libtasn1-bin \ libtasn1-dev \ - libtracker-sparql-2.0-dev \ libunwind-dev \ liburing-dev \ libutf8proc-dev \ diff --git a/bootstrap/generated-dists/debian11/packages.yml b/bootstrap/generated-dists/debian11/packages.yml index f2249eba899..479b2940cf6 100644 --- a/bootstrap/generated-dists/debian11/packages.yml +++ b/bootstrap/generated-dists/debian11/packages.yml @@ -63,7 +63,6 @@ packages: - libsystemd-dev - libtasn1-bin - libtasn1-dev - - libtracker-sparql-2.0-dev - libunwind-dev - liburing-dev - libutf8proc-dev diff --git a/bootstrap/generated-dists/fedora42/bootstrap.sh b/bootstrap/generated-dists/fedora42/bootstrap.sh index b985b14d754..235658d054f 100755 --- a/bootstrap/generated-dists/fedora42/bootstrap.sh +++ b/bootstrap/generated-dists/fedora42/bootstrap.sh @@ -118,7 +118,6 @@ dnf install -y \ sudo \ systemd-devel \ tar \ - tracker-devel \ tree \ utf8proc-devel \ wget \ diff --git a/bootstrap/generated-dists/fedora42/packages.yml b/bootstrap/generated-dists/fedora42/packages.yml index 930e0a98652..d8162e34aba 100644 --- a/bootstrap/generated-dists/fedora42/packages.yml +++ b/bootstrap/generated-dists/fedora42/packages.yml @@ -107,7 +107,6 @@ packages: - sudo - systemd-devel - tar - - tracker-devel - tree - utf8proc-devel - wget diff --git a/bootstrap/generated-dists/opensuse155/bootstrap.sh b/bootstrap/generated-dists/opensuse155/bootstrap.sh index bcf8fbca90b..28b41df7fb9 100755 --- a/bootstrap/generated-dists/opensuse155/bootstrap.sh +++ b/bootstrap/generated-dists/opensuse155/bootstrap.sh @@ -109,7 +109,6 @@ zypper --non-interactive install \ sudo \ systemd-devel \ tar \ - tracker-devel \ tree \ utf8proc-devel \ wget \ diff --git a/bootstrap/generated-dists/opensuse155/packages.yml b/bootstrap/generated-dists/opensuse155/packages.yml index 6bb490ce5be..eb59f9054e2 100644 --- a/bootstrap/generated-dists/opensuse155/packages.yml +++ b/bootstrap/generated-dists/opensuse155/packages.yml @@ -97,7 +97,6 @@ packages: - sudo - systemd-devel - tar - - tracker-devel - tree - utf8proc-devel - wget diff --git a/bootstrap/generated-dists/rocky8/bootstrap.sh b/bootstrap/generated-dists/rocky8/bootstrap.sh index 87d62646820..e5cdb92b352 100755 --- a/bootstrap/generated-dists/rocky8/bootstrap.sh +++ b/bootstrap/generated-dists/rocky8/bootstrap.sh @@ -124,7 +124,6 @@ yum install -y \ sudo \ systemd-devel \ tar \ - tracker-devel \ tree \ utf8proc-devel \ wget \ diff --git a/bootstrap/generated-dists/rocky8/packages.yml b/bootstrap/generated-dists/rocky8/packages.yml index b7ee2c54c4a..759d629288a 100644 --- a/bootstrap/generated-dists/rocky8/packages.yml +++ b/bootstrap/generated-dists/rocky8/packages.yml @@ -100,7 +100,6 @@ packages: - sudo - systemd-devel - tar - - tracker-devel - tree - utf8proc-devel - wget diff --git a/bootstrap/generated-dists/ubuntu2004/bootstrap.sh b/bootstrap/generated-dists/ubuntu2004/bootstrap.sh index fc2ad508b70..ea7dca93b2d 100755 --- a/bootstrap/generated-dists/ubuntu2004/bootstrap.sh +++ b/bootstrap/generated-dists/ubuntu2004/bootstrap.sh @@ -77,7 +77,6 @@ apt-get -y install \ libsystemd-dev \ libtasn1-bin \ libtasn1-dev \ - libtracker-sparql-2.0-dev \ libunwind-dev \ libutf8proc-dev \ lmdb-utils \ diff --git a/bootstrap/generated-dists/ubuntu2004/packages.yml b/bootstrap/generated-dists/ubuntu2004/packages.yml index 2bdcbfa89ff..e5f1fdf1139 100644 --- a/bootstrap/generated-dists/ubuntu2004/packages.yml +++ b/bootstrap/generated-dists/ubuntu2004/packages.yml @@ -66,7 +66,6 @@ packages: - libsystemd-dev - libtasn1-bin - libtasn1-dev - - libtracker-sparql-2.0-dev - libunwind-dev - libutf8proc-dev - lmdb-utils diff --git a/bootstrap/sha1sum.txt b/bootstrap/sha1sum.txt index eef678cad7c..fa35a9baedb 100644 --- a/bootstrap/sha1sum.txt +++ b/bootstrap/sha1sum.txt @@ -1 +1 @@ -c881e62a14fbabdf014bb3653fffcff5a13e71cc +10d513aa79bd89a7884621fe3db3f77fffcb6217