diff --git a/certbot.spec b/certbot.spec index 58713d0..5de344d 100644 --- a/certbot.spec +++ b/certbot.spec @@ -1,5 +1,5 @@ Name: certbot -Version: 0.35.1 +Version: 0.36.0 Release: 1mamba Summary: A fully-featured, extensible client for the Let's Encrypt CA Group: System/Libraries @@ -73,7 +73,7 @@ This package provides the postfix plugin. %build CFLAGS="%{optflags}" %{__python} setup.py build -for d in apache postfix; do +for d in apache; do cd certbot-$d CFLAGS="%{optflags}" %{__python} setup.py build cd .. @@ -88,7 +88,7 @@ done --install-lib=%{python_sitearch} \ --record=%{name}.filelist -for d in apache postfix; do +for d in apache; do cd certbot-$d %{__python} setup.py install \ -O1 --skip-build \ @@ -121,10 +121,13 @@ _EOF %files apache -f certbot-apache/%{name}.filelist %defattr(-,root,root) -%files postfix -f certbot-postfix/%{name}.filelist -%defattr(-,root,root) +#%files postfix -f certbot-postfix/%{name}.filelist +#%defattr(-,root,root) %changelog +* Sat Jul 20 2019 Automatic Build System 0.36.0-1mamba +- automatic version update by autodist + * Wed Jun 12 2019 Automatic Build System 0.35.1-1mamba - automatic version update by autodist