SHA256
1
0
forked from pool/grpc

112 Commits

Author SHA256 Message Date
John Paul Adrian Glaubitz
3d07483da6 - Update to release 1.69.0
* [Alarm] Fix Alarm reuse on cancellation. (#38114)
  * [xDS RBAC] Support string_match in HeaderMatcher. (#38185)
  * [pick_first] fix shutdown bug in new PF impl. (#38144)
  * [c-ares] Fix inverted length check in GrpcPolledFdWindows. (#38101)
  * [RetryFilter] Copy the SliceBuffer from RetryFilter's cache to batch payload. (#38069)
  * [EventEngine] Add stronger wording on Endpoint::Read contract. (#38036)
  * [chttp2] Fix channelz address. (#38022)
  * [XdsClient] Add missing authority to XdsClient metrics scope. (#38009)
  * [EventEngine] API contract: Endpoint::Read will provide
    either an error or data, but never both. (#38019)
  * [Build] Dropped Bazel 6.x support. (#37979)
  * [Build] Override MACOSX_DEPLOYMENT_TARGET for gRPC Python. (#37997)
- from version 1.68.2
  * [CI] Added a gRPC_BUILD_TESTS guard to third_party protos (#38182)
- from version 1.68.1
  * [xDS RBAC] Support string_match in HeaderMatcher (#38185). (#38198)
- from version 1.68.0
  * [XdsClient][Backport] Add missing authority to XdsClient metrics scope (#38009). (#38023)
  * [Release] Bump core version in preparation for 1.68 Branch Cut. (#37941)
  * [ConfigFetcher] Set HTTP2 error to NO_ERROR to do graceful GOAWAYs. (#37939)
  * [ruby] reduce INFO log for server CQ pluck registration to DEBUG. (#37633)
  * [EventEngine] Enable the PosixEventEngine client experiment. (#35985)
  * [chttp2_server] Fix race between connection starting and it being orphaned. (#37683)
  * [Chttp2Server] Fix race between connection manager updates and handshake. (#37772)
  * [xds] Fix XdsClient race between ResourceDoesNotExist timer and receiving resources. (#37678)
  * [Build] Minimum version of MSVC is now 2022. (#37687)
  * [Build] Bumped the minimum version of cmake. (#37702)
  * Add templating and support for Python 3.13. (#37643)
- from version 1.67.1
  * (no changes reported)
- from version 1.67.0
  * [ruby] reduce an INFO log to DEBUG (backport #37633). (#37686)
  * [release] Bump core version to 44.0.0. (#37661)
  * [RlsLB] Fix Deadlock. (#37459)
  * [Python Otel] Manage call tracer life cycle use call arena. (#37460)
  * [OTel C++] Fix race when adding and removing callbacks. (#37485)
  * [Backport to 1.67.x] Add templating and support for Python 3.13 (#37643). (#37803)
  * Add templating and support for Python 3.13. (#37643)
  * [Python Distrib] Change warning to RuntimeError for version incompatibility. (#37466)
  * [reflection]: python: reflection returns original_request. (#36944)
  * [ruby] drop ruby 2.7 support. (#37430)
  * [ruby] reduce ruby gpr_log invocations from INFO to DEBUG. (#37426)
  * [ruby] refactor flaky test and expose cancel_with_status. (#37410)
- from version 1.66.2
  * Added support for Python 3.13 and templating system for supported Python versions (#37643)
- from version 1.66.1
  * Enable EDS dualstack support by default (#37545)
- from version 1.66.0
  * [Python Otel] Manage call tracer life cycle use call arena. (v1.66.x backport). (#37479)
  * [BoringSSL] Update third_party/boringssl-with-bazel. (#37223)
  * [Dep] Upgrading Protobuf to v27.2. (#36753)
  * [Gpr_To_Absl_Logging] Fixing bugs . (#36961)
  * [chttp2] don't access endpoint in transport ops if it's already been destroyed. (#36921)
  * [OTel C++] Fix race when adding and removing callbacks (#37485). (#37508)
  * [RlsLB] Fix Deadlock (#37459). (#37502)
  * [Python Distrib] Change warning to RuntimeError for version incompatibility
    (v1.66.x backport). (#37477)
  * Fix issues/36613. (#37022)
  * [fix] updated invocation_metadata return type hint. (#36894)
  * [Release] Add warning about PyPi latest version not necessarily
    matching Github latest version. (#36965)
  * [ruby] Update google-protobuf dep to allow 3.x and 4.x versions. (#36982)
  * [ruby] improve the way completion queue pluck operations handle signals
    and process shutdown. (#36903)
- from version 1.65.5
  * [OTel C++] Fix race when adding and removing callbacks (#37509)
  * [RlsLB] Fix Deadlock (#37503)
  * [Python Otel] Manage call tracer life cycle use call arena. (v1.65.x backport) (#37478)
- from version 1.65.4
  * #37359 Fix a bug in hpack error handling
- from version 1.65.3
  * (no changes reported)
- from version 1.65.2
  * (no changes reported)
- from version 1.65.1
  * (no changes reported)
- from version 1.65.0
  * [OTPlugin] Per-channel OpenTelemetry plugin. (#36729)
  * [Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_set_log_function. (#36844)
  * [grpc][Gpr_To_Absl_Logging] Supporting verbosity flag. (#36798)
  * [build] Support clang-cl for Windows builds (best effort). (#36831)
  * [grpc][Gpr_To_Absl_Logging] Disable the ConfigVar because it wont work anymore. (#36761)
  * [BoringSSL] Update third_party/boringssl-with-bazel. (#36716)
  * [http2] Add experiment to modify behavior of GRPC_ARG_HTTP2_MAX_PINGS_WITHOUT_DATA
  * to throttle pings instead of blocking. (#36374)
  * [xDS] fix "tls" channel cred in bootstrap to actually work. (#36726)
  * [StatsPlugin] Fix use-after-free issue. (#36664)
  * [EventEngine] Enable the EventEngine DNS Resolver on Windows. (#36286)
  * [OTel] Generate pkg-config file for grpcpp_otel_plugin. (#36686)
  * [OTel] Add find_package call for OTel dependency in installed gRPC configuration. (#36674)
  * [OTel C++] Deprecate SetTargetAttributeFilter method on OpenTelemetryPluginBuilder. (#36567)
  * [security] Add notices for functions we will be removing. (#36488)
  * Replace bind() targets with alias() ones. (#35272)
  * [Python O11y] Implement CSM observability for Python. (#36557)
  * [Python AIO] Return EOF from UnaryStreamCall.read() as documented. (#36660)
  * [Python Otel] Deprecate target_attribute_filter. (#36697)
  * [Python Server] Remove abstractmethod notation for add_registered_method_handlers. (#36684)
  * [ruby] backport "Update google-protobuf dep to allow 3.x and 4.x versions (#36982)" to 1.65.x. (#37001)
  * [ruby] backport "[ruby] improve the way completion queue pluck
  * operations handle signals and process shutdown #36903". (#36916)
- from version 1.64.3
  * #37359 Fix a bug in hpack error handling
- from version 1.64.2
  * [xds] Do not crash when XdsLocalityName is null (#36841). (#36851)
  * [Build] Fix for gcc-9. (#36839)
- from version 1.64.1
  * [StatsPlugin] Fix use-after-free issue (#36664). (#36670)
  * [OTel] Generate pkg-config file for grpcpp_otel_plugin (#36686). (#36722)
  * [OTel] Add find_package call for OTel dependency in installed
    gRPC configuration (#36674). (#36688)
  * [Python Server] Remove abstractmethod notation for
    add_registered_method_handlers (v1.64.x backport). (#36696)
- from version 1.64.0
  * [BoringSSL] Update third_party/boringssl-with-bazel. (#36435)
  * [build] Restrict visibility of grpc_public_hdrs and grpc++_public_hdrs. (#36289)
  * [Deps] Rollfoward Protobuf upgrade to v26.1. (#36323)
  * [CSM] Fix CSM Observability for trailers-only response. (#36413)
  * [CSM] Remove requirement that servers have to be xDS enabled. (#36410)
  * [Asyncio] Semantic task names for RPC tasks. (#36422)
  * [python/systemd] allow compiling systemd support into python builds. (#36037)
  * [Python Otel] Remove opentelemetry version pin. (#36448)
  * [Python Otel] Use registered method at server side. (#36371)
  * [Python grpcio_tools] Update version requirement of protobuf in grpcio_tools. (#36230)
- from version 1.63.3
  * #37359 Fix a bug in hpack error handling
- from version 1.63.2
  * #37359 Fix a bug in hpack error handling
- from version 1.63.1
  * [StatsPlugin] Fix use-after-free issue (#36664). (#36669)
  * [OTel] Generate pkg-config file for grpcpp_otel_plugin (#36686). (#36721)
  * [OTel] Add find_package call for OTel dependency in installed gRPC configuration (#36674). (#36687)
- from version 1.63.0
  * [Deps] Backport: Protobuf upgrade to v26.1. (#36353)
  * [surface] Add an API to inject connected endpoints into servers. (#35957)
  * [CMake] Add gRPC_USE_SYSTEMD option. (#34384)
  * [Deps] Upgraded protobuf to v26.1. (#35796)
  * [channel] canonify target and set channel arg in only one place. (#36134)
  * [grpc][Gpr_To_Absl_Logging] Using absl from within gpr logging. (#36108)
  * [BoringSSL] Update third_party/boringssl-with-bazel. (#36089)
  * [EventEngine] Document RunAfter can return an invalid handle for immediate execution. (#36072)
  * [EventEngine] Enable the EventEngine DNS Resolver on Posix. (#35573)
  * [EventEngine] Support AF_UNIX for windows. (#34801)
  * [OTel C++] Add APIs to enable/disable metrics. (#36183)
  * [EventEngine] Refactor ServerCallbackCall to use EventEngine::Run. (#36126)
  * [OTel C++] Add CMake build support. (#36063)
  * gRPC C++ upgraded Protobuf to v26.1. (#36323)
  * [OTel C++] Add experimental optional locality label available to client per-attempt metrics. (#36254)
  * [OTel C++] Add API to set channel scope filter. (#36189)
  * [csharp] Fix csharp doc comments. (#36000)
  * C#: Grpc.Tools: Handle regex timeout when parsing protoc output. (#36185)
  * Update min PHP testing version from PHP 7.4 to 8.1. (#35964)
  * [Python Version] Drop support for Python 3.7. (#34450)
  * [Python Aio] Change aio Metadata inheritance. (#36214)
  * [Documentation] fix asyncio Server and Channel stop() method documentation. (#35946)
  * [Python O11y] Change public interface. (#36094)
  * [Python Stub] Add version check to stubs generated by grpcio_tools. (#35906)
  * [AbortError] Reapply "[AbortError] And and check AbortError while abort". (#34525)
  * [Build Reproducibility] Sort input file list. (#35687)
  * [Python O11Y] Reapply registered method change. (#35850)
  * [Python Modernization] Deprecate pkg_resources. (#35849)
  * [Python Bazel] Allow overwriting grpc_library in python_rules.bzl. (#35629)
  * ruby: register grpc_rb_sStatus as a global variable. (#36125)
- from version 1.63.3
  * #37359 Fix a bug in hpack error handling
- from version 1.62.3
  * #37359 Fix a bug in hpack error handling
- from version 1.62.2
  * [Fix Python Deadlock] Guard grpc_google_default_credentials_create
    with nogil by @XuanWang-Amos in (#36376)
2025-01-20 12:41:37 +01:00
4394ff3859 Accepting request 1164332 from home:alarrosa:branches:devel:tools
- abseil-cpp 20240116 in SP5 can't be used with gcc7 when using 
  -DCMAKE_CXX_STANDARD=17 since it tries to use the <filesystem>
  header file so revert last change to "switch build
  compiler back to default on SLE-15" to use gcc12 again.

OBS-URL: https://build.opensuse.org/request/show/1164332
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=193
2024-04-04 22:35:20 +00:00
c75ffe0003 - Update to release 1.62.1
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=191
2024-03-10 11:59:35 +00:00
0cfc2d13ee - Update to release 1.62
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=189
2024-02-21 09:48:10 +00:00
a168a00fb1 Accepting request 1146622 from home:dimstar:Factory
- Also fixup hashbang of tools/profiling/ios_bin/parse_link_map.py,

OBS-URL: https://build.opensuse.org/request/show/1146622
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=187
2024-02-14 17:07:03 +00:00
62b153e2a2 Accepting request 1146618 from home:dimstar:Factory
- Also fixup hasbnag of tools/profiling/ios_bin/parse_link_map.py,
  which was exceptionally not using env python, but directly
  /usr/bin/python.

OBS-URL: https://build.opensuse.org/request/show/1146618
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=186
2024-02-14 17:01:15 +00:00
062469de5f - Update to release 1.61.1
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=185
2024-02-13 10:20:07 +00:00
ba531e7657 Accepting request 1145127 from home:glaubitz:branches:devel:tools
- Add another missing CVE and Bugzilla reference

OBS-URL: https://build.opensuse.org/request/show/1145127
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=183
2024-02-08 11:37:31 +00:00
33000ff880 - Update to release 1.61
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=180
2024-01-31 22:28:04 +00:00
c7b2eba2e2 - Force-replace all /usr/bin/env python by python3.
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=177
2024-01-29 17:55:30 +00:00
60b9dd6bc0 Accepting request 1141319 from home:glaubitz:branches:devel:tools
- Add missing bugzilla references for multiple CVEs

OBS-URL: https://build.opensuse.org/request/show/1141319
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=175
2024-01-24 19:29:31 +00:00
e199366d05 Accepting request 1139638 from home:glaubitz:branches:devel:tools
- Add ARM-Unaligned-access-fixes.patch to fix unaligned
  access on ARM which causes issues on AArch64 kernels
- Add Fix-compilation-on-RHEL-7-ppc64le-gcc-4.8.patch
  to fix FTBFS on ppc64le when using gcc-7 (boo#1208794)
- Revert changes made to RPATH handling
- Switch build compiler back to default on SLE-15

OBS-URL: https://build.opensuse.org/request/show/1139638
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=173
2024-01-18 08:26:47 +00:00
de9352da9d - Update to release 1.60
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=171
2023-11-28 21:25:06 +00:00
187c0a8d01 - update to 1.59.3:
* Security - Revocation: Crl backport to 1.59. (#34926)
- pin to protobuf < 22 until next version update
- Update to 1.36.1:

OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=169
2023-11-18 08:56:59 +00:00
dff0faadb2 Accepting request 1125846 from home:glaubitz:branches:devel:tools
- Adjust RPATH handling to fix FTBFS on SLE-15
  * Set CMAKE_SKIP_RPATH to FALSE
  * Set CMAKE_SKIP_INSTALL_RPATH to TRUE
- Build with gcc-12 on SLE-15 to fix FTBFS on ppc64le

OBS-URL: https://build.opensuse.org/request/show/1125846
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=167
2023-11-14 13:46:42 +00:00
31a956d042 - Update to release 1.59.2
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=165
2023-10-31 05:22:15 +00:00
c479e7c540 Accepting request 1116255 from home:badshah400:branches:devel:tools
Update to version 1.59.1.

OBS-URL: https://build.opensuse.org/request/show/1116255
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=163
2023-10-08 03:46:19 +00:00
46c7c38a58 Accepting request 1114573 from home:badshah400:branches:devel:tools
* Update to version 1.59.0.
* Drop fix_grpconfig_cmake.patch: incorporated upstream.
* rpmlintrc: Drop unused filter for pem-certificate.

OBS-URL: https://build.opensuse.org/request/show/1114573
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=161
2023-10-04 15:20:58 +00:00
7b722f42e4 Accepting request 1111346 from home:glaubitz:branches:devel:tools
- Update to release 1.58.1
  * Reintroduced c-ares 1.14 or later support
- Pass "-f" flag to "rm" when removing CMakeConfigureLog.yaml

OBS-URL: https://build.opensuse.org/request/show/1111346
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=159
2023-09-14 15:24:53 +00:00
070343649e replace fix_grpconfig_cmake.patch by authentic version
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=157
2023-09-13 11:25:58 +00:00
299344ee04 - Update to release 1.58
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=153
2023-09-06 16:22:15 +00:00
b5f0cdea33 - Update to release 1.57
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=151
2023-08-09 01:23:15 +00:00
e2ac8edb71 Accepting request 1102203 from home:bmwiedemann:branches:devel:tools
Please check, if it still works:

Don't include non-deterministic CMakeConfigureLog.yaml in sources
  to fix reproducible builds

OBS-URL: https://build.opensuse.org/request/show/1102203
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=149
2023-08-05 12:12:35 +00:00
3ccde6b394 - Update to release 1.56.2
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=147
2023-07-15 06:28:48 +00:00
6c28fc5fdc Accepting request 1095749 from home:favogt:branches:devel:tools
- Remove unnecessary BuildRequires: zypper

OBS-URL: https://build.opensuse.org/request/show/1095749
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=145
2023-06-28 12:17:12 +00:00
691868a8f9 - Update to release 1.56.0
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=144
2023-06-19 03:30:00 +00:00
f39dc717ed Accepting request 1092995 from home:dirkmueller:Factory
- pin to protobuf < 22 until next version update

OBS-URL: https://build.opensuse.org/request/show/1092995
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=143
2023-06-14 00:25:29 +00:00
fce8b91010 Revert incomplete .55 update
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=142
2023-05-24 09:33:29 +00:00
05c24265fd - Update to release 1.55.0
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=141
2023-05-24 09:26:58 +00:00
5dd3b6ea73 - Update to release 1.54.1
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=139
2023-05-02 10:27:27 +00:00
552ec504bd osc copypac from project:devel:tools package:grpc revision:136
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=138
2023-04-21 10:23:42 +00:00
c9dc685bd2 - grpc++.pc: force-add -lgrpc [boo#1210695]
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=137
2023-04-20 18:32:09 +00:00
046581cc4f - Update to release 1.54
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=136
2023-04-14 11:08:49 +00:00
5f1ace30f1 - Update to release 1.51.1
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=134
2022-12-02 00:12:39 +00:00
850c994e0d - Update to release 1.51
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=132
2022-11-21 20:23:08 +00:00
7d6d9445ed Accepting request 1031924 from home:stroeder:devel
- Update to release 1.50.1
  Fix Bazel 4 support and objc bazel tests on python3.9 (#31410)

OBS-URL: https://build.opensuse.org/request/show/1031924
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=130
2022-10-28 11:36:41 +00:00
5fef54f37c Accepting request 1011023 from home:stroeder:devel
Update to release 1.50.0

Note: In my home project this only builds on Factory/Tumbleweed.

OBS-URL: https://build.opensuse.org/request/show/1011023
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=128
2022-10-14 20:01:57 +00:00
21d99c0ce7 Accepting request 1005384 from home:stroeder:branches:devel:tools
Update to release 1.49.1

OBS-URL: https://build.opensuse.org/request/show/1005384
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=126
2022-09-22 12:18:53 +00:00
65db835ac8 - Update to release 1.48.1
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=124
2022-09-01 08:19:40 +00:00
afb11ef2be - Update to release 1.48.0
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=121
2022-08-28 06:38:12 +00:00
405d6e1962 Accepting request 978333 from home:stroeder:branches:devel:tools
Update to release 1.46.3

OBS-URL: https://build.opensuse.org/request/show/978333
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=119
2022-05-21 11:19:49 +00:00
9116c8a2d7 - Update to release 1.46.2
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=117
2022-05-16 19:52:38 +00:00
56d1ceaf58 - Update to release 1.46.1
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=115
2022-05-11 19:20:25 +00:00
8d444f2af9 - Update to release 1.46
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=113
2022-05-05 10:19:27 +00:00
f3d247f610 - Update to release 1.45.2
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=112
2022-05-01 11:41:16 +00:00
5445f9a5f0 - Update to release 1.45.1
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=110
2022-04-02 17:25:37 +00:00
479b000ea2 Accepting request 963078 from home:badshah400:branches:devel:tools
* Update to version 1.45.0.
* Add grpc-no-return-from-non-void-function.patch to return a default string from a function defined to return a string.

OBS-URL: https://build.opensuse.org/request/show/963078
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=108
2022-03-23 14:43:00 +00:00
020d557109 grpc 1.44
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=107
2022-02-15 21:28:41 +00:00
3487d9acb9 reverting reverts is a no-op
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=106
2022-02-09 02:33:43 +00:00
23b05bb456 Accepting request 952835 from home:badshah400:branches:devel:tools
- Update to version 1.43.2.
- Update package name libgrpc++1 to libgrpc++1_43 in keeping with updated so number.
- Add Requires: libupb%lver = %version on grpc-devel.
- Update %{name}-rpmlintrc file to use 'filelist-forbidden-fhs23' as a filter instead of the now superseded 'suse-filelist-forbidden-fhs23'.

OBS-URL: https://build.opensuse.org/request/show/952835
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=105
2022-02-09 02:33:06 +00:00