From 59ba0724a041611791cf7714a973a66bb7edd6bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E7=B4=AB=E8=96=87?= Date: Wed, 20 Nov 2024 06:52:23 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20build=20error=EF=BC=8Cadd=20debug=5Fpacka?= =?UTF-8?q?ge=20https://gitee.com/src-openeuler/zram-generator/issues/IB4W?= =?UTF-8?q?2R=3Ffrom=3Dproject-issue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 丁紫薇 --- rust-zram-generator.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rust-zram-generator.spec b/rust-zram-generator.spec index b340cfc..d0fa7ea 100644 --- a/rust-zram-generator.spec +++ b/rust-zram-generator.spec @@ -1,8 +1,9 @@ +%define debug_package %{nil} %global crate zram-generator Name: rust-%{crate} Version: 1.1.2 -Release: 4 +Release: 5 Summary: Systemd unit generator for zram swap devices License: MIT @@ -87,6 +88,9 @@ rm -rf %{buildroot}%{cargo_registry}/%{crate}-%{version} %{_prefix}/lib/systemd/zram-generator.conf %changelog +* Thu Apr 18 2024 dingdingaaaaa - 1.1.2-5 +- Fix build error,add debug_package + * Thu Mar 09 2023 wulei - 1.1.2-4 - Fix builds with Rust 1.67 -- Gitee