2 Commits

Author SHA256 Message Date
41c66578ce Accepting request 1318252 from network
Forwarded request #1294990 from psimons

Explicitly list all installed proftpd modules in the %files
section (rather than using a catch-all glob) to make sure we
notice when changes to the package break the installation of any
of those modules -- as has happened in bsc#1246853.

OBS-URL: https://build.opensuse.org/request/show/1318252
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/proftpd?expand=0&rev=57
2025-11-18 14:35:08 +00:00
33ebec00b9 Explicitly list all installed proftpd modules in the %files
section (rather than using a catch-all glob) to make sure we
notice when changes to the package break the installation of any
of those modules -- as has happened in bsc#1246853.

OBS-URL: https://build.opensuse.org/package/show/network/proftpd?expand=0&rev=116
2025-11-17 14:43:41 +00:00
2 changed files with 50 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jul 22 08:28:53 UTC 2025 - Peter Simons <psimons@suse.com>
- Explicitly list all installed proftpd modules in the %files
section (rather than using a catch-all glob) to make sure we
notice when changes to the package break the installation of any
of those modules -- as has happened in bsc#1246853.
-------------------------------------------------------------------
Fri Jun 13 13:11:39 UTC 2025 - chris@computersalat.de

View File

@@ -290,7 +290,48 @@ done
%{_sbindir}/*
%{_mandir}/man?/*
%dir %attr(0755,root,root) %{_libdir}/%{name}/
%{_libdir}/%{name}/*.so
%{_libdir}/%{name}/mod_auth_otp.so
%{_libdir}/%{name}/mod_ban.so
%{_libdir}/%{name}/mod_copy.so
%{_libdir}/%{name}/mod_ctrls_admin.so
%{_libdir}/%{name}/mod_deflate.so
%{_libdir}/%{name}/mod_digest.so
%{_libdir}/%{name}/mod_dnsbl.so
%{_libdir}/%{name}/mod_dynmasq.so
%{_libdir}/%{name}/mod_exec.so
%{_libdir}/%{name}/mod_ifsession.so
%{_libdir}/%{name}/mod_ifversion.so
%{_libdir}/%{name}/mod_load.so
%{_libdir}/%{name}/mod_log_forensic.so
%{_libdir}/%{name}/mod_qos.so
%{_libdir}/%{name}/mod_quotatab.so
%{_libdir}/%{name}/mod_quotatab_file.so
%{_libdir}/%{name}/mod_quotatab_ldap.so
%{_libdir}/%{name}/mod_quotatab_radius.so
%{_libdir}/%{name}/mod_quotatab_sql.so
%{_libdir}/%{name}/mod_ratio.so
%{_libdir}/%{name}/mod_readme.so
%{_libdir}/%{name}/mod_rewrite.so
%{_libdir}/%{name}/mod_sftp.so
%{_libdir}/%{name}/mod_sftp_pam.so
%{_libdir}/%{name}/mod_sftp_sql.so
%{_libdir}/%{name}/mod_shaper.so
%{_libdir}/%{name}/mod_site_misc.so
%{_libdir}/%{name}/mod_snmp.so
%{_libdir}/%{name}/mod_sql.so
%{_libdir}/%{name}/mod_sql_odbc.so
%{_libdir}/%{name}/mod_sql_passwd.so
%{_libdir}/%{name}/mod_statcache.so
%{_libdir}/%{name}/mod_tls.so
%{_libdir}/%{name}/mod_tls_fscache.so
%{_libdir}/%{name}/mod_tls_memcache.so
%{_libdir}/%{name}/mod_tls_redis.so
%{_libdir}/%{name}/mod_tls_shmcache.so
%{_libdir}/%{name}/mod_unique_id.so
%{_libdir}/%{name}/mod_wrap2.so
%{_libdir}/%{name}/mod_wrap2_file.so
%{_libdir}/%{name}/mod_wrap2_redis.so
%{_libdir}/%{name}/mod_wrap2_sql.so
%exclude %{_libdir}/%{name}/mod_ldap.so
%exclude %{_libdir}/%{name}/mod_sql_mysql.so
%exclude %{_libdir}/%{name}/mod_sql_postgres.so