The new tarball hosted on GitHub is not identical to the original one, but contains no functional differences All of Fedora's patches to sysfsutils 2.1.0 have been merged upstream and will be included in the next sysfsutils release. This commit incorporates all previous patches. Additionally, it backports various fixes added upstream, that mainly deal with compiler warnings when using moden compilers.
41 lines
1.3 KiB
Diff
41 lines
1.3 KiB
Diff
From a9957ec35dfd2368c25d02b27859066299cf849c Mon Sep 17 00:00:00 2001
|
|
From: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
|
|
Date: Wed, 26 Feb 2020 19:22:54 +0530
|
|
Subject: [PATCH 1/8] README: Update reporting bugs/contributions section
|
|
|
|
We have moved to a new home at GitHub. Update the reporting
|
|
bugs/contributions sections to reflect GitHub's work flow.
|
|
|
|
Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
|
|
---
|
|
README | 15 ++++++++++-----
|
|
1 file changed, 10 insertions(+), 5 deletions(-)
|
|
|
|
diff --git a/README b/README
|
|
index 6deefcf..bd1f832 100644
|
|
--- a/README
|
|
+++ b/README
|
|
@@ -62,9 +62,14 @@ sysfsutils/lib/LGPL
|
|
4. Reporting Bugs
|
|
-----------------
|
|
|
|
-Please direct all bugs to either the linux-diag mailing list -
|
|
-linux-diag-devel@lists.sourceforge.net - or to the authors:
|
|
+Feel free to report bugs by opening an issue in the GitHub Issue Tracker.
|
|
|
|
-Ananth Mavinakayanahalli <ananth@in.ibm.com>
|
|
-Daniel Stekloff <dsteklof@us.ibm.com>
|
|
-Mohan Kumar <mohan@in.ibm.com>
|
|
+5. Contributions
|
|
+----------------
|
|
+
|
|
+For submitting patches, open a GitHub pull request. Please make sure that they
|
|
+are rebased on top of the current master. Code submission guidelines are the
|
|
+same as the Linux Kernel contribution guidelines.
|
|
+
|
|
+You probably want to read the through Linux kernel Documentation/SubmittingPatches
|
|
+for guidance.
|
|
--
|
|
2.28.0
|
|
|