From 29b00bd4e7817577c63158f4e9b8cd2a2f51313e Mon Sep 17 00:00:00 2001 From: Gleb Chesnokov Date: Wed, 31 Dec 2025 14:37:03 +0300 Subject: [PATCH] scstadmin.spec: Drop legacy symlink check in RPM %files The symlink-based %files conditional was added when scstadmin supported a procfs variant. Procfs support is legacy now, so drop the conditional and always package the man pages. --- scstadmin/scstadmin.spec.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/scstadmin/scstadmin.spec.in b/scstadmin/scstadmin.spec.in index 68793e4c5..5617927e4 100644 --- a/scstadmin/scstadmin.spec.in +++ b/scstadmin/scstadmin.spec.in @@ -91,11 +91,9 @@ rm -f /usr/local/man/man5/scst.conf.5* %{perl_vendorlib}/SCST %{perl_vendorarch}/auto/SCST_SCST %{scstadmin_perl_installvendorman3dir}/SCST::SCST.3pm* -%if %([ "$(readlink scstadmin)" = scstadmin.sysfs ]; echo -n $((1-$?))) %{_mandir}/man1/scstadmin.1* %{_mandir}/man5/scst.5* %{_mandir}/man5/scst.conf.5* -%endif %changelog * Fri Oct 04 2013 Bart Van Assche