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
|
Name: certbot
|
||||||
Version: 0.35.1
|
Version: 0.36.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A fully-featured, extensible client for the Let's Encrypt CA
|
Summary: A fully-featured, extensible client for the Let's Encrypt CA
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -73,7 +73,7 @@ This package provides the postfix plugin.
|
|||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||||
|
|
||||||
for d in apache postfix; do
|
for d in apache; do
|
||||||
cd certbot-$d
|
cd certbot-$d
|
||||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||||
cd ..
|
cd ..
|
||||||
@ -88,7 +88,7 @@ done
|
|||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
for d in apache postfix; do
|
for d in apache; do
|
||||||
cd certbot-$d
|
cd certbot-$d
|
||||||
%{__python} setup.py install \
|
%{__python} setup.py install \
|
||||||
-O1 --skip-build \
|
-O1 --skip-build \
|
||||||
@ -121,10 +121,13 @@ _EOF
|
|||||||
%files apache -f certbot-apache/%{name}.filelist
|
%files apache -f certbot-apache/%{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%files postfix -f certbot-postfix/%{name}.filelist
|
#%files postfix -f certbot-postfix/%{name}.filelist
|
||||||
%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jun 12 2019 Automatic Build System <autodist@mambasoft.it> 0.35.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user