diff --git a/rust-zram-generator.spec b/rust-zram-generator.spec index b340cfcfbacb5b8389358661fcfe813daaa853e1..7768af1501dc554411a1c3bd14bea3266bf37d78 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 lijian - 1.1.2-5 +- Fix build error, I9HLU9 + * Thu Mar 09 2023 wulei - 1.1.2-4 - Fix builds with Rust 1.67