diff --git a/flink.spec b/flink.spec index b5b45d46330e765bf9c4ce7853b2b5f354d32ff0..84b5a14c11db9880fb93eab78c2a8675897fb11a 100644 --- a/flink.spec +++ b/flink.spec @@ -1,7 +1,5 @@ %define __jar_repack %{nil} -%global debug_package %{nil} - # Use local caches compile %global compile_for_local 0 @@ -11,7 +9,7 @@ Name: flink Version: 1.12.7 -Release: 2 +Release: 3 Summary: Stateful Computations over Data Streams License: Apache License v2.0 URL: https://github.com/apache/%{name} @@ -69,6 +67,9 @@ find %{buildroot}/opt/apache-%{name}-%{version}/ -type f -name '*.py' | xargs -i %license LICENSE %changelog +* Thu Dec 08 2022 fushanqing - 1.12.7-3 +- Enable debuginfo for fix strip + * Wed Jan 05 2022 weidong - 1.12.7-2 - Fix compilation failure.