46ce43a77d
Story: 2003768 Task: 27594 Package systemd-config is added to config customized config file of systemd. Several patches are converted to config files. These config files are based on systemd-219-57.el7.src.rpm. BuildRequires in system-config is set to equal "219-57.el7", to avoid system-config is missed check when do upgrade. So when do systemd upgrade, system-config need be upgraded also. "0003-spec-expand-_udevrulesdir-macro.patch" is removed which seems not needed. Test: Pass build and multi node deploy test. Confirmed related config file is the same as before. Change-Id: I879dc276f3280911d844cfa605c56ba03caabdad Signed-off-by: Shuicheng Lin <shuicheng.lin@intel.com>
28 lines
832 B
Diff
28 lines
832 B
Diff
From e1b3591beb36a45f7cc4bf9340dd640b359955b7 Mon Sep 17 00:00:00 2001
|
|
From: Scott Little <scott.little@windriver.com>
|
|
Date: Mon, 2 Oct 2017 17:53:00 -0400
|
|
Subject: [PATCH] WRS: 0001-update-package-versioning-for-TIS-format.patch
|
|
|
|
Conflicts:
|
|
SPECS/systemd.spec
|
|
---
|
|
SPECS/systemd.spec | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/SPECS/systemd.spec b/SPECS/systemd.spec
|
|
index 6bdbb74..3b2aa7f 100644
|
|
--- a/SPECS/systemd.spec
|
|
+++ b/SPECS/systemd.spec
|
|
@@ -7,7 +7,7 @@
|
|
Name: systemd
|
|
Url: http://www.freedesktop.org/wiki/Software/systemd
|
|
Version: 219
|
|
-Release: 57%{?dist}
|
|
+Release: 57.el7%{?_tis_dist}.%{tis_patch_ver}
|
|
# For a breakdown of the licensing, see README
|
|
License: LGPLv2+ and MIT and GPLv2+
|
|
Summary: A System and Service Manager
|
|
--
|
|
2.7.4
|
|
|