summaryrefslogtreecommitdiffstats
path: root/source/installer
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-03-01 21:21:21 +0000
committer Eric Hameleers <alien@slackware.com>2023-03-01 23:40:24 +0100
commitf4068844f52695d4abcf3735126936308afa2b5e (patch)
tree61715e2e304fa440bf0b38990c99d539d505ca9d /source/installer
parent69a7a568e106a9df2dc47ccf76f7d58478a1d6cf (diff)
downloadcurrent-f4068844f52695d4abcf3735126936308afa2b5e.tar.gz
current-f4068844f52695d4abcf3735126936308afa2b5e.tar.xz
Wed Mar 1 21:21:21 UTC 202320230301212121
a/btrfs-progs-6.2-x86_64-2.txz: Rebuilt. Rebuilt to link btrfs-convert to libreiserfscore. Thanks to Didier Spaier. a/reiserfsprogs-3.6.27-x86_64-5.txz: Rebuilt. Add shared library and devel files. Thanks to Didier Spaier.
Diffstat (limited to 'source/installer')
-rw-r--r--source/installer/ChangeLog.txt3
-rwxr-xr-xsource/installer/build_installer.sh1
2 files changed, 4 insertions, 0 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt
index 090700973..62e5e9659 100644
--- a/source/installer/ChangeLog.txt
+++ b/source/installer/ChangeLog.txt
@@ -1,3 +1,6 @@
+Wed Mar 1 21:15:12 UTC 2023
+ Add libreiserfscore.so.0.0.0.
++--------------------------+
Tue Jan 24 20:26:12 UTC 2023
build_installer.sh: when compressing the completed installer with xz, use
option -vv instead of -v, since the change of default verbosity level seems
diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh
index 763bec949..70980b7b1 100755
--- a/source/installer/build_installer.sh
+++ b/source/installer/build_installer.sh
@@ -1344,6 +1344,7 @@ cp -fa${VERBOSE1} \
libpam*.so* \
libpcre2-8.so* \
libpopt*.so* \
+ libreiserfscore.so* \
libsmartcols.so* \
libssl*so* \
libtirpc*so* \