From d6e0d3be8c9632d117ea9dd0da5fe82530dcc507 Mon Sep 17 00:00:00 2001 From: YellowJacketLinux Date: Wed, 16 Oct 2024 01:08:54 -0700 Subject: [PATCH] clarification --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index dd77ae6..e41e1a1 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ Building RPM in LFS 12.2 This git is for the scripts needed to build the dependencies for the RPM Package Manager (RPM) within a LFS 12.2 system. This is ‘Phase Three’ in `THE-PLAN.md`. +First I am attempting to build RPM 4.18.x as I successfully built that version +of RPM on LFS 11.3. However that version of RPM is EOL so once I get it building +I will not install it but instead look to see if I can the modern version of RPM +to build. I believe they changed the build system to CMake so there will almost +be some additional dependencies needed. + Dependency One: UnZip ---------------------