#12 %post sciptlet of the 'util-linux-core' package is using 'ln' program
Closed 11 months ago by kzak. Opened 2 years ago by mschorm.
rpms/ mschorm/util-linux f36  into  f36

file modified
+2
@@ -121,6 +121,8 @@ 

  Requires: libsmartcols = %{version}-%{release}

  # old versions of e2fsprogs contain fsck, uuidgen

  Conflicts: e2fsprogs < 1.41.8-5

+ # %%post sciptlet is using 'ln' program

+ Requires(post): coreutils

  

  %description -n util-linux-core

  This is a very basic set of Linux utilities that is necessary on

Issue encountered when running 'dnf install @core' on an empty location

| ...
| Installing : util-linux-core-2.38-0.2.fc36.x86_64 221/364
| Running scriptlet: util-linux-core-2.38-0.2.fc36.x86_64 221/364
| /var/tmp/rpm-tmp.VgvWWp: line 2: ln: command not found
|
| Installing : which-2.21-32.fc36.x86_64 222/364
| Installing : coreutils-9.0-5.fc36.x86_64 223/364
| ...

Build succeeded.

I guess this PR is not needed now; the util-linux already "Requires(post): coreutils" and util-linux-core does not have any post-scriptlet.

Sorry for the delay to reply.

Pull-Request has been closed by kzak

11 months ago
Metadata