automatic version update by autodist [release 1.0.0-1mamba;Sun Dec 08 2019]

This commit is contained in:
Automatic Build System 2024-01-05 21:10:19 +01:00
parent 8d4710ce6f
commit bda15911e4

View File

@ -1,5 +1,5 @@
Name: certbot Name: certbot
Version: 0.40.1 Version: 1.0.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
@ -72,7 +72,9 @@ This package provides the postfix plugin.
#%patch1 -p1 #%patch1 -p1
%build %build
cd certbot
CFLAGS="%{optflags}" %{__python} setup.py build CFLAGS="%{optflags}" %{__python} setup.py build
cd ..
for d in apache; do for d in apache; do
cd certbot-$d cd certbot-$d
@ -82,12 +84,14 @@ done
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
cd certbot
%{__python} setup.py install \ %{__python} setup.py install \
-O1 --skip-build \ -O1 --skip-build \
--root="%{buildroot}" \ --root="%{buildroot}" \
--install-headers=%{_includedir}/python \ --install-headers=%{_includedir}/python \
--install-lib=%{python_sitearch} \ --install-lib=%{python_sitearch} \
--record=%{name}.filelist --record=%{name}.filelist
cd ..
for d in apache; do for d in apache; do
cd certbot-$d cd certbot-$d
@ -112,7 +116,7 @@ certbot renew
systemctl reload httpd systemctl reload httpd
_EOF _EOF
%files -f %{name}.filelist %files -f certbot/%{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_sysconfdir}/letsencrypt %dir %{_sysconfdir}/letsencrypt
%attr(0755,root,root) %{_sysconfdir}/cron.weekly/certbot %attr(0755,root,root) %{_sysconfdir}/cron.weekly/certbot
@ -126,6 +130,9 @@ _EOF
#%defattr(-,root,root) #%defattr(-,root,root)
%changelog %changelog
* Sun Dec 08 2019 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
- automatic version update by autodist
* Wed Nov 20 2019 Automatic Build System <autodist@mambasoft.it> 0.40.1-1mamba * Wed Nov 20 2019 Automatic Build System <autodist@mambasoft.it> 0.40.1-1mamba
- automatic version update by autodist - automatic version update by autodist