diff --git a/stunnel.spec b/stunnel.spec index 30a20f5..79adc93 100644 --- a/stunnel.spec +++ b/stunnel.spec @@ -1,5 +1,5 @@ Name: stunnel -Version: 5.61 +Version: 5.62 Release: 1mamba Summary: Universal SSL Tunnel Group: System/Servers @@ -26,6 +26,8 @@ BuildRequires: perl-devel Stunnel is a program that allows you to encrypt arbitrary TCP connections inside SSL (Secure Sockets Layer) available on both Unix and Windows. Stunnel can allow you to secure non-SSL aware daemons and protocols (like POP, IMAP, LDAP, etc) by having Stunnel provide the encryption, requiring no changes to the daemon's code. +%debug_package + %prep %setup -q #%patch0 -p1 -b .makefile @@ -66,6 +68,7 @@ rm -rf %{buildroot}%{_docdir}/stunnel %dir %{_sysconfdir}/stunnel %{_sysconfdir}/stunnel/stunnel.conf %{_libdir}/stunnel/libstunnel.* +%{_datadir}/bash-completion/completions/stunnel.bash %{_mandir}/man8/stunnel.* #%lang(fr) %{_mandir}/fr/man8/stunnel.* #%lang(pl) %{_mandir}/pl/man8/stunnel.* @@ -76,6 +79,9 @@ rm -rf %{buildroot}%{_docdir}/stunnel %doc COPYING* %changelog +* Sun Jan 23 2022 Automatic Build System 5.62-1mamba +- automatic version update by autodist + * Thu Dec 23 2021 Automatic Build System 5.61-1mamba - automatic version update by autodist