Files
util-linux/util-linux-lib-configs-fix1.patch
Stanislav Brabec a1436eef7b - Include agetty netlink fixes from the final upstream commits
(jsc#PED-8734, util-linux-lib-netlink.patch and
  util-linux-agetty-netlink.patch) and upstream fixes
  (util-linux-lib-netlink-fix1.patch,
  util-linux-lib-netlink-fix2.patch,
  util-linux-lib-netlink-fix3.patch and
  util-linux-agetty-netlink-fix4.patch).
- Fix configs library use in agetty (replace
  util-linux-issuedir-usr-lib.patch by upstream
  util-linux-lib-configs-fix1.patch,
  add util-linux-lib-configs-fix2.patch,
  util-linux-lib-configs-fix3.patch,
  util-linux-lib-configs-fix4.patch,
  util-linux-lib-configs-fix5.patch and
  util-linux-lib-configs-fix6.patch).
- Fix agetty erase of escape characters (relevant to bsc#1194818,
  util-linux-agetty-escape-erase.patch).
- Own /usr/lib/issue.d directory.
- Perform migration from issue-generator (jsc#PED-8734).
- Drop util-linux-agetty-ssh-host-keys.patch. This feature is not
  used in MicroOS any more.
- Remove Provides/Obsoletes for s390-32, upgrade from SLE11 SP1 is
  no more supported.

OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=607
2025-10-16 03:08:35 +00:00

30 lines
813 B
Diff

From 16826c6675df3b6b28851c72f2dd1d194d3c7189 Mon Sep 17 00:00:00 2001
From: Stefan Schubert <schubi@suse.de>
Date: Wed, 1 Oct 2025 12:19:08 +0200
Subject: [PATCH 3/8] Using fix issue dir path "/usr/lib" for agetty
---
include/pathnames.h | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/include/pathnames.h b/include/pathnames.h
index 298d94973..80a0ee00a 100644
--- a/include/pathnames.h
+++ b/include/pathnames.h
@@ -73,11 +73,7 @@
#define _PATH_ISSUE_FILENAME "issue"
#define _PATH_ETC_ISSUEDIR "/etc"
-#ifdef USE_VENDORDIR
-# define _PATH_USR_ISSUEDIR _PATH_VENDORDIR
-#else
-# define _PATH_USR_ISSUEDIR "/usr/lib"
-#endif
+#define _PATH_USR_ISSUEDIR "/usr/lib"
#define _PATH_OS_RELEASE_ETC "/etc/os-release"
#define _PATH_OS_RELEASE_USR "/usr/lib/os-release"
--
2.48.1