automatic version update by autodist [release 0.36.0-1mamba;Sat Jul 20 2019]
This commit is contained in:
parent
01d646a2fc
commit
4e7e6fe6f0
13
certbot.spec
13
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 <autodist@mambasoft.it> 0.36.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 12 2019 Automatic Build System <autodist@mambasoft.it> 0.35.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user