Compare commits

..

3 commits

Author SHA1 Message Date
Dominik Wombacher
fa3f6ca5a5 Merge branch 'rawhide' into epel9 2025-03-24 07:03:25 +00:00
Dominik Wombacher
42c39a883c fix: align changelog and release with rawhide branch to avoid merge conflicts 2025-03-20 10:19:23 +00:00
Frank Liang
2ebeb61bbb fix swapoff breaks hibernate process
Refs: https://github.com/aws/amazon-ec2-hibinit-agent/pull/50

Signed-off-by: Frank Liang <xiliang@redhat.com>
2025-03-18 09:37:42 +08:00

View file

@ -12,7 +12,7 @@
Name: ec2-hibinit-agent
Version: 1.0.9
Release: 8%{?dist}
Release: 6%{?dist}
Summary: Hibernation setup utility for Amazon EC2
License: Apache-2.0
@ -149,12 +149,6 @@ fi
%selinux_relabel_post -s %{selinuxtype}
%changelog
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.9-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Tue Jun 03 2025 Python Maint <python-maint@redhat.com> - 1.0.9-7
- Rebuilt for Python 3.14
* Tue Mar 18 2025 Frank Liang <xiliang@redhat.com> - 1.0.9-6
- Include upstream Patch to fix swapoff breaks hibernate process