From 9c96e7d6f34fc9ed5edf53d8a286e46371a13a25 Mon Sep 17 00:00:00 2001 From: lvyy Date: Fri, 25 Jul 2025 07:05:23 +0000 Subject: [PATCH] delete the ineffective needsrootforbuild configuration (cherry picked from commit 4d3e2c4efac201e4094f497e664e10466568a6a9) --- parted.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/parted.spec b/parted.spec index 5646270..de08e19 100644 --- a/parted.spec +++ b/parted.spec @@ -1,5 +1,3 @@ -#needsrootforbuild - # This SPEC file come from GNU Parted Project(git://git.savannah.gnu.org/parted.git) # Default to disabling device-mapper and SELinux %define use_devmapper 0 @@ -16,7 +14,7 @@ Summary: The GNU disk partition manipulation program Name: parted Version: 3.6 -Release: 2 +Release: 3 URL: https://www.gnu.org/software/parted/ Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz License: GPLv3+ @@ -119,6 +117,9 @@ fi %{_libdir}/pkgconfig/libparted*.pc %changelog +* Fri Jul 25 2025 lvyy - 3.6-3 +- delete the ineffective needsrootforbuild configuration + * Fri Jul 04 2025 liweigang - 3.6-2 - remove patch support gpt_sync_mbr - file: huawei-bugfix-add-support-of-gpt_sync_mbr.patch -- Gitee