02c9baa147
Move content from stx-gplv3 into stx-integ Packages will be relocated to stx-integ: base/ anaconda crontabs dnsmasq rsync database/ python-psycopg2 filesystem/ parted grub/ grub2 security/ python-keyring Change-Id: I567380cf4f84d31c2bd07f0b89b77a452f7cbc90 Story: 2002801 Task: 22687 Signed-off-by: Scott Little <scott.little@windriver.com>
34 lines
1.2 KiB
Diff
34 lines
1.2 KiB
Diff
From cfa8f478bd19cf706f87c3c5a8baf54df7f2ea16 Mon Sep 17 00:00:00 2001
|
|
From: Ovidiu Poncea <ovidiu.poncea@windriver.com>
|
|
Date: Fri, 2 Mar 2018 17:22:52 +0200
|
|
Subject: [PATCH]
|
|
fix-dev-nodes-getting-removed-for-100-to-300-ms-on-parted-print.patch
|
|
|
|
---
|
|
SPECS/parted.spec | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/SPECS/parted.spec b/SPECS/parted.spec
|
|
index 6979b14..06a09f8 100644
|
|
--- a/SPECS/parted.spec
|
|
+++ b/SPECS/parted.spec
|
|
@@ -15,6 +15,7 @@ Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
|
|
Source1: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
|
|
Source2: pubkey.jim.meyering
|
|
Source3: resizepart.sh
|
|
+Source4: fix-dev-nodes-getting-removed-for-100-to-300-ms-on-parted-print.patch
|
|
|
|
Patch0: parted-3.0-libparted-copy-pmbr_boot-when-duplicating-GPT-disk.patch
|
|
Patch1: parted-3.1-libparted-check-PMBR-before-GPT-partition-table-8052.patch
|
|
@@ -64,6 +65,7 @@ Patch42: 0042-tests-Set-optimal-blocks-to-64-for-scsi_debug-device.patch
|
|
|
|
# WRS
|
|
Patch43: syscalls.patch
|
|
+Patch44: fix-dev-nodes-getting-removed-for-100-to-300-ms-on-parted-print.patch
|
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
BuildRequires: e2fsprogs-devel
|
|
--
|
|
1.9.1
|
|
|