diff --git a/_service b/_service
index d86e966..2229b01 100644
--- a/_service
+++ b/_service
@@ -3,7 +3,7 @@
https://github.com/anchore/syft
git
.git
- v1.14.1
+ v1.14.2
@PARENT_TAG@
enable
v(.*)
diff --git a/_servicedata b/_servicedata
index d5aab99..acf64f6 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/anchore/syft
- 754cebee6414c614acf03ee0f87abfcf6176e051
\ No newline at end of file
+ e4e985b9b05b9570648399adf292ab7f659b4cef
\ No newline at end of file
diff --git a/syft-1.14.1.obscpio b/syft-1.14.1.obscpio
deleted file mode 100644
index cf0f25c..0000000
--- a/syft-1.14.1.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:eefc0cec9db00f232dfefedaf4286efcbae1e924c1e4d7fa34518fcc8562911a
-size 26564109
diff --git a/syft-1.14.2.obscpio b/syft-1.14.2.obscpio
new file mode 100644
index 0000000..356d188
--- /dev/null
+++ b/syft-1.14.2.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9a026a256beb316951d44dd8178d189cd643ede6bff88a3d11acd610ecf1eb4c
+size 26572301
diff --git a/syft.changes b/syft.changes
index d530d3e..9160a8d 100644
--- a/syft.changes
+++ b/syft.changes
@@ -1,3 +1,25 @@
+-------------------------------------------------------------------
+Tue Oct 22 07:09:11 UTC 2024 - opensuse_buildservice@ojkastl.de
+
+- Update to version 1.14.2:
+ * Create single license scanner for all catalogers (#3348)
+ * chore(deps): update stereoscope to
+ a38c93517fc7d67ca1af826ac529a06c05b571d2 (#3357)
+ * chore(deps): update CPE dictionary index (#3358)
+ * chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.6.0 to
+ 6.6.1 (#3361)
+ * update to latest packageurl-go (#3347)
+ * chore(deps): update tools to latest versions (#3342)
+ * chore(deps): update stereoscope to
+ 9e57bce5efeb0ffe27770dd0b8eb2eef8b38512f (#3338)
+ * chore(deps): bump github.com/adrg/xdg from 0.5.0 to 0.5.1
+ (#3344)
+ * fix: use official CPE for linux kernel (#3343)
+ * chore(deps): bump anchore/sbom-action from 0.17.3 to 0.17.4
+ (#3340)
+ * fix: improve mariadb binary classifer to detect older versions
+ (#3339)
+
-------------------------------------------------------------------
Tue Oct 15 15:36:18 UTC 2024 - opensuse_buildservice@ojkastl.de
diff --git a/syft.obsinfo b/syft.obsinfo
index 8106d22..e985f02 100644
--- a/syft.obsinfo
+++ b/syft.obsinfo
@@ -1,4 +1,4 @@
name: syft
-version: 1.14.1
-mtime: 1728996647
-commit: 754cebee6414c614acf03ee0f87abfcf6176e051
+version: 1.14.2
+mtime: 1729527432
+commit: e4e985b9b05b9570648399adf292ab7f659b4cef
diff --git a/syft.spec b/syft.spec
index 027bb71..b3d53c1 100644
--- a/syft.spec
+++ b/syft.spec
@@ -19,17 +19,22 @@
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
Name: syft
-Version: 1.14.1
+Version: 1.14.2
Release: 0
Summary: CLI tool and library for generating a Software Bill of Materials
License: Apache-2.0
URL: https://github.com/anchore/syft
Source: syft-%{version}.tar.gz
Source1: vendor.tar.gz
+BuildRequires: bash-completion
+BuildRequires: fish
BuildRequires: go >= 1.22
+BuildRequires: zsh
%description
-A CLI tool and Go library for generating a Software Bill of Materials (SBOM) from container images and filesystems. Exceptional for vulnerability detection when used with a scanner like Grype.
+A CLI tool and Go library for generating a Software Bill of Materials (SBOM)
+from container images and filesystems. Exceptional for vulnerability detection
+when used with a scanner like Grype.
%package -n %{name}-bash-completion
Summary: Bash Completion for %{name}
@@ -94,8 +99,8 @@ mkdir -p %{buildroot}%{_datarootdir}/fish/vendor_completions.d/
%{buildroot}/%{_bindir}/%{name} completion fish > %{buildroot}%{_datarootdir}/fish/vendor_completions.d/%{name}.fish
# create the zsh completion file
-mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d/
-%{buildroot}/%{_bindir}/%{name} completion zsh > %{buildroot}%{_datarootdir}/zsh_completion.d/_%{name}
+mkdir -p %{buildroot}%{_datarootdir}/zsh/site-functions/
+%{buildroot}/%{_bindir}/%{name} completion zsh > %{buildroot}%{_datarootdir}/zsh/site-functions/_%{name}
%files
%doc README.md
@@ -103,17 +108,12 @@ mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d/
%{_bindir}/%{name}
%files -n %{name}-bash-completion
-%dir %{_datarootdir}/bash-completion/completions/
%{_datarootdir}/bash-completion/completions/%{name}
%files -n %{name}-fish-completion
-%dir %{_datarootdir}/fish
-%dir %{_datarootdir}/fish/vendor_completions.d
%{_datarootdir}/fish/vendor_completions.d/%{name}.fish
%files -n %{name}-zsh-completion
-%defattr(-,root,root)
-%dir %{_datarootdir}/zsh_completion.d/
-%{_datarootdir}/zsh_completion.d/_%{name}
+%{_datarootdir}/zsh/site-functions/_%{name}
%changelog
diff --git a/vendor.tar.gz b/vendor.tar.gz
index ec7beb5..22d9212 100644
--- a/vendor.tar.gz
+++ b/vendor.tar.gz
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:e53b144429ebb3219a13fb6e26aa53f980ef91bf468e892779313d7f230a4c44
-size 51724551
+oid sha256:1697291f16f119deb97722a5e6e1497c84be7eea3baa4b5d77d47fefb2c1db86
+size 51726927