* [Buildroot] [PATCH] package/util-linux: add missing SOB to patches
@ 2020-03-13 1:04 unixmania at gmail.com
2020-03-14 14:19 ` Thomas Petazzoni
2020-03-21 20:05 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: unixmania at gmail.com @ 2020-03-13 1:04 UTC (permalink / raw)
To: buildroot
From: Carlos Santos <unixmania@gmail.com>
It is required that all patches in packages have the Signed-off-by of
the contributor who brought them into Buildroot.
Signed-off-by: Carlos Santos <unixmania@gmail.com>
---
package/util-linux/0003-blkdiscard-use-O_EXCL-add-force.patch | 1 +
.../0004-libfdisk-add-fdisk_set_disklabel_id_from_string.patch | 1 +
.../0005-sfdisk-add-disk-id-to-change-disk-UUID-ID.patch | 1 +
3 files changed, 3 insertions(+)
diff --git a/package/util-linux/0003-blkdiscard-use-O_EXCL-add-force.patch b/package/util-linux/0003-blkdiscard-use-O_EXCL-add-force.patch
index 191608e080..0ecb867029 100644
--- a/package/util-linux/0003-blkdiscard-use-O_EXCL-add-force.patch
+++ b/package/util-linux/0003-blkdiscard-use-O_EXCL-add-force.patch
@@ -8,6 +8,7 @@ unwanted discard on mounted device.
Addresses: https://github.com/karelzak/util-linux/issues/915
Signed-off-by: Karel Zak <kzak@redhat.com>
+Signed-off-by: Carlos Santos <unixmania@gmail.com>
---
sys-utils/blkdiscard.8 | 5 +++++
sys-utils/blkdiscard.c | 11 ++++++++---
diff --git a/package/util-linux/0004-libfdisk-add-fdisk_set_disklabel_id_from_string.patch b/package/util-linux/0004-libfdisk-add-fdisk_set_disklabel_id_from_string.patch
index 40854e4b8d..eb28ae328b 100644
--- a/package/util-linux/0004-libfdisk-add-fdisk_set_disklabel_id_from_string.patch
+++ b/package/util-linux/0004-libfdisk-add-fdisk_set_disklabel_id_from_string.patch
@@ -8,6 +8,7 @@ It's not comfortable if you want to avoid dialog or template.
Addresses: https://github.com/karelzak/util-linux/issues/916
Signed-off-by: Karel Zak <kzak@redhat.com>
+Signed-off-by: Carlos Santos <unixmania@gmail.com>
---
libfdisk/docs/libfdisk-sections.txt | 1 +
libfdisk/src/dos.c | 29 ++++++++++++++++++-----------
diff --git a/package/util-linux/0005-sfdisk-add-disk-id-to-change-disk-UUID-ID.patch b/package/util-linux/0005-sfdisk-add-disk-id-to-change-disk-UUID-ID.patch
index cc96fbb1fa..fe435018f2 100644
--- a/package/util-linux/0005-sfdisk-add-disk-id-to-change-disk-UUID-ID.patch
+++ b/package/util-linux/0005-sfdisk-add-disk-id-to-change-disk-UUID-ID.patch
@@ -5,6 +5,7 @@ Subject: [PATCH] sfdisk: add --disk-id to change disk UUID/ID
Addresses: https://github.com/karelzak/util-linux/issues/916
Signed-off-by: Karel Zak <kzak@redhat.com>
+Signed-off-by: Carlos Santos <unixmania@gmail.com>
---
disk-utils/sfdisk.8 | 5 +++++
disk-utils/sfdisk.c | 54 +++++++++++++++++++++++++++++++++++++++++++++
--
2.18.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] package/util-linux: add missing SOB to patches
2020-03-13 1:04 [Buildroot] [PATCH] package/util-linux: add missing SOB to patches unixmania at gmail.com
@ 2020-03-14 14:19 ` Thomas Petazzoni
2020-03-21 20:05 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2020-03-14 14:19 UTC (permalink / raw)
To: buildroot
On Thu, 12 Mar 2020 22:04:18 -0300
unixmania at gmail.com wrote:
> From: Carlos Santos <unixmania@gmail.com>
>
> It is required that all patches in packages have the Signed-off-by of
> the contributor who brought them into Buildroot.
>
> Signed-off-by: Carlos Santos <unixmania@gmail.com>
> ---
> package/util-linux/0003-blkdiscard-use-O_EXCL-add-force.patch | 1 +
> .../0004-libfdisk-add-fdisk_set_disklabel_id_from_string.patch | 1 +
> .../0005-sfdisk-add-disk-id-to-change-disk-UUID-ID.patch | 1 +
> 3 files changed, 3 insertions(+)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] package/util-linux: add missing SOB to patches
2020-03-13 1:04 [Buildroot] [PATCH] package/util-linux: add missing SOB to patches unixmania at gmail.com
2020-03-14 14:19 ` Thomas Petazzoni
@ 2020-03-21 20:05 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-03-21 20:05 UTC (permalink / raw)
To: buildroot
>>>>> "unixmania" == unixmania <unixmania@gmail.com> writes:
> From: Carlos Santos <unixmania@gmail.com>
> It is required that all patches in packages have the Signed-off-by of
> the contributor who brought them into Buildroot.
> Signed-off-by: Carlos Santos <unixmania@gmail.com>
Committed to 2019.02.x, 2019.11.x and 2020.02.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-03-21 20:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-13 1:04 [Buildroot] [PATCH] package/util-linux: add missing SOB to patches unixmania at gmail.com
2020-03-14 14:19 ` Thomas Petazzoni
2020-03-21 20:05 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox