Accepting request 1238511 from hardware
OBS-URL: https://build.opensuse.org/request/show/1238511 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gammu?expand=0&rev=56
This commit is contained in:
commit
fcd5132d12
15
0002-disable-test_sql_time.patch
Normal file
15
0002-disable-test_sql_time.patch
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
--- gammu-1.42.0/tests/atgen/CMakeLists.txt.orig 2024-12-26 11:30:28.718346469 +0100
|
||||||
|
+++ gammu-1.42.0/tests/atgen/CMakeLists.txt 2024-12-26 11:30:43.721800544 +0100
|
||||||
|
@@ -45,9 +45,9 @@
|
||||||
|
atgen_test(get-sms-location)
|
||||||
|
atgen_test(get-sms)
|
||||||
|
|
||||||
|
-if (HAVE_MYSQL_MYSQL_H OR LIBDBI_FOUND OR HAVE_POSTGRESQL_LIBPQ_FE_H OR ODBC_FOUND)
|
||||||
|
-smsd_test(test_sql_time)
|
||||||
|
-endif (HAVE_MYSQL_MYSQL_H OR LIBDBI_FOUND OR HAVE_POSTGRESQL_LIBPQ_FE_H OR ODBC_FOUND)
|
||||||
|
+#if (HAVE_MYSQL_MYSQL_H OR LIBDBI_FOUND OR HAVE_POSTGRESQL_LIBPQ_FE_H OR ODBC_FOUND)
|
||||||
|
+#smsd_test(test_sql_time)
|
||||||
|
+#endif (HAVE_MYSQL_MYSQL_H OR LIBDBI_FOUND OR HAVE_POSTGRESQL_LIBPQ_FE_H OR ODBC_FOUND)
|
||||||
|
|
||||||
|
smsd_test(smsd-incoming-cds)
|
||||||
|
smsd_test(smsd-cancel-call)
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 26 10:11:37 UTC 2024 - Ana Guerrero <ana.guerrero@suse.com>
|
||||||
|
|
||||||
|
- Disable test_sql_time to prevent Gammu from being removed. This
|
||||||
|
allows the package to remain available a bit longer.
|
||||||
|
Add patch 0002-disable-test_sql_time.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 23 19:38:16 UTC 2022 - Martin Liška <mliska@suse.cz>
|
Mon May 23 19:38:16 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gammu
|
# spec file for package gammu
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -33,6 +33,7 @@ Patch3: 0001-Update-Python-scripts-to-Python-3.patch
|
|||||||
Patch4: 0001-Docs-Adjust-attributes-order-to-avoid-bugs-in-breath.patch
|
Patch4: 0001-Docs-Adjust-attributes-order-to-avoid-bugs-in-breath.patch
|
||||||
Patch5: harden_gammu-smsd.service.patch
|
Patch5: harden_gammu-smsd.service.patch
|
||||||
Patch6: 0001-Fix-buffer-overflow-in-Backup.Creator.patch
|
Patch6: 0001-Fix-buffer-overflow-in-Backup.Creator.patch
|
||||||
|
Patch7: 0002-disable-test_sql_time.patch
|
||||||
BuildRequires: cmake >= 2.8
|
BuildRequires: cmake >= 2.8
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
|
Loading…
x
Reference in New Issue
Block a user