From 0a70b68c8c5e515b5156da39dc39227272dc81f7 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 18:10:57 +0100 Subject: [PATCH] exclude requirement for libsqlite3.so()(64bit) [release 4155-2mamba;Tue Oct 10 2023] --- sublime-text.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/sublime-text.spec b/sublime-text.spec index 4601230..ca661c4 100644 --- a/sublime-text.spec +++ b/sublime-text.spec @@ -1,7 +1,7 @@ %define pkgver %(echo %version | cut -d. -f2) Name: sublime-text -Version: 4.4126 -Release: 1mamba +Version: 4155 +Release: 2mamba Summary: Sophisticated text editor for code, html and prose Group: Graphical Desktop/Applications/Development Vendor: openmamba @@ -26,6 +26,7 @@ Sophisticated text editor for code, html and prose. #% debug_package %global __provides_exclude_from ^%{_datadir}/sublime-text/.*$ +%global __requires_exclude ^libsqlite3.so.*$ %prep %setup -q -c -a0 @@ -73,5 +74,11 @@ ln -s %{_datadir}/sublime-text/sublime_text %{buildroot}%{_bindir}/subl %{_datadir}/sublime-text/* %changelog +* Tue Oct 10 2023 Silvan Calarco 4155-2mamba +- exclude requirement for libsqlite3.so()(64bit) + +* Mon Sep 25 2023 Automatic Build System 4155-1mamba +- automatic update by autodist + * Mon Jun 13 2022 Silvan Calarco 4.4126-1mamba - package created using the webbuild interface