From 60151e2001ec1b930048e35b80dc3ddde81cba97 Mon Sep 17 00:00:00 2001 From: hanjinpeng Date: Tue, 15 Apr 2025 19:30:34 +0800 Subject: [PATCH] fix patch number position and changelog date error (cherry picked from commit 45bf0896dd069ced8c9dc974e5ec176c4cbecbf3) --- systemd.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/systemd.spec b/systemd.spec index 6d987e5..ba55242 100644 --- a/systemd.spec +++ b/systemd.spec @@ -25,7 +25,7 @@ Name: systemd Url: https://systemd.io/ Version: 255 -Release: 39 +Release: 40 License: LGPL-2.1-or-later AND MIT AND GPL-2.0-or-later Summary: System and Service Manager @@ -98,6 +98,8 @@ Patch6042: backport-journalctl-erase-verify-key-before-free.patch Patch6043: backport-core-service-use-log_unit_-where-appropriate.patch Patch6044: backport-core-Bump-log-level-of-reexecute-request-to-notice.patch Patch6045: backport-core-Log-in-more-scenarios-about-which-process-initi.patch +Patch6046: backport-repart-fix-memory-leak.patch +Patch6047: backport-fix-memory-leak-in-cryptsetup-generator.patch Patch9008: update-rtc-with-system-clock-when-shutdown.patch Patch9009: udev-add-actions-while-rename-netif-failed.patch @@ -155,8 +157,6 @@ Patch9060: systemd-fstab-generator-print-logs-only-to-kmsg.patch Patch9061: delete-Assertion-o-object.type-OBJECT_ENTRY_ARRAY.patch Patch9801: Systemd-Add-sw64-architecture.patch -Patch9802: backport-repart-fix-memory-leak.patch -Patch9803: backport-fix-memory-leak-in-cryptsetup-generator.patch BuildRequires: gcc, gcc-c++ BuildRequires: libcap-devel, libmount-devel, pam-devel, libselinux-devel @@ -1702,6 +1702,9 @@ fi %{_unitdir}/veritysetup.target %changelog +* Tue Apr 15 2025 Han Jinpeng - 255-40 +- Fix patch number position and changelog date error + * Mon Mar 10 2025 mahailiang - 255-39 - update sw_64 patch @@ -2044,7 +2047,7 @@ fi * Wed Dec 8 2021 yangmingtai - 249-1 - systemd update to v249 -* Tue Dec 28 2021 licunlong - 248-15 +* Wed Dec 8 2021 licunlong - 248-15 - fix typo: disable not denable. * Wed Dec 01 2021 licunlong - 248-14 -- Gitee