Hello community,

here is the log from the commit of package certbot for openSUSE:Factory checked 
in at 2017-10-03 23:17:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/certbot (Old)
 and      /work/SRC/openSUSE:Factory/.certbot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "certbot"

Tue Oct  3 23:17:59 2017 rev:15 rq:530502 version:0.18.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/certbot/certbot.changes  2017-10-02 
16:54:38.842655280 +0200
+++ /work/SRC/openSUSE:Factory/.certbot.new/certbot.changes     2017-10-03 
23:18:05.587594924 +0200
@@ -1,0 +2,7 @@
+Mon Oct  2 11:34:36 UTC 2017 - [email protected]
+
+- Trim filler wording from description. Replace U+2019 (quote) by
+  apostrophe. Wrap long lines.
+  Replace old RPM macros and commands.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ certbot.spec ++++++
--- /var/tmp/diff_new_pack.J7eqfm/_old  2017-10-03 23:18:06.235503741 +0200
+++ /var/tmp/diff_new_pack.J7eqfm/_new  2017-10-03 23:18:06.239503179 +0200
@@ -21,7 +21,7 @@
 Name:           certbot
 Version:        0.18.2
 Release:        0
-Summary:        Let's Encrypt
+Summary:        Let's Encrypt client
 License:        Apache-2.0
 Group:          Productivity/Security
 Url:            https://certbot.eff.org/
@@ -131,30 +131,28 @@
 Provides:       letsencrypt = %{version}
 
 %description
-Certbot (previously, the Let's Encrypt client) is an easy-to-use automatic 
client that fetches and deploys 
-SSL/TLS certificates for your webserver. 
-Certbot was developed by EFF and others as a client for Let’s Encrypt and was 
previously known as 
-“the official Let’s Encrypt client” or “the Let’s Encrypt Python client.” 
-Certbot will also work with any other CAs that support the ACME protocol.
-
-While there are many other clients that implement the ACME protocol to fetch 
certificates, Certbot is the
-most extensive client and can automatically configure your webserver to start 
serving over HTTPS immediately. 
-For Apache, it can also optionally automate security tasks such as tuning 
ciphersuites and enabling important 
-security features such as HTTP → HTTPS redirects, OCSP stapling, HSTS, and 
upgrade-insecure-requests.
-
-Certbot is part of EFF’s larger effort to encrypt the entire Internet. 
Websites need to use HTTPS to secure 
-the web. Along with HTTPS Everywhere, Certbot aims to build a network that is 
more structurally private,
-safe, and protected against censorship.
+Certbot (previously, the Let's Encrypt client) is a client that
+fetches and deploys SSL/TLS certificates for webservers.
+Certbot was developed by EFF and others as a client for Let's Encrypt
+and was previously known as “the official Let's Encrypt client” or
+“the Let's Encrypt Python client”. Certbot will also work with any
+other CAs that support the ACME protocol.
+
+Certbot can automatically configure a webserver to start serving
+over HTTPS immediately. For Apache, it can also optionally automate
+security tasks such as tuning ciphersuites and enabling important
+security features such as HTTP-to-HTTPS redirects, OCSP stapling,
+HSTS, and upgrade-insecure-requests.
 
 %package doc
 Summary:        Documentation for Certbot
 Group:          Documentation/Other
 
 %description doc
-epub and html documentation for Certbot
+EPUB and HTML documentation for Certbot.
 
 %package -n letshelp-certbot
-Summary:        Simple help script for Let’s Encrypt Project
+Summary:        Simple help script for Let's Encrypt Project
 Group:          Development/Libraries/Python
 Requires:       apache2
 Requires:       python-mock
@@ -162,13 +160,13 @@
 Provides:       letshelp-letsencrypt = %{version}
 
 %description -n letshelp-certbot
-Let's Help is a simple script you can run to help out the Let's Encrypt
-project. Since Let's Encrypt will support automatically configuring HTTPS on
-many servers, we want to test this functionality on as many configurations as
-possible. This script will create a sanitized copy of your Apache
-configuration, notifying you of the files that have been selected. If (and only
-if) you approve this selection, these files will be sent to the Let's Encrypt
-developers.
+Let's Help is a script that can be run to help the Let's Encrypt
+project. Since Let's Encrypt will support automatically configuring
+HTTPS on many servers, we want to test this functionality on as many
+configurations as possible. This script will create a sanitized copy
+of your Apache configuration, notifying you of the files that have
+been selected. If (and only if) you approve this selection, these
+files will be sent to the Let's Encrypt developers.
 
 %package -n python-certbot
 Summary:        Python module for Certbot 
@@ -271,12 +269,12 @@
 Nsone DNS Authenticator plugin for Certbot.
 
 %package -n python-certbot-dns-rfc2136
-Summary:        Rfc2136 Authenticator plugin for Certbot
+Summary:        RFC 2136 Authenticator plugin for Certbot
 Group:          Development/Libraries/Python
 Requires:       %{name} = %{version}
 
 %description -n python-certbot-dns-rfc2136
-Rfc2136 DNS Authenticator plugin for Certbot.
+RFC 2136 DNS Authenticator plugin for Certbot.
 
 %package -n python-certbot-dns-route53
 Summary:        Route53 Authenticator plugin for Certbot
@@ -292,14 +290,14 @@
 %patch0 -p1
 %patch1 -p1
 install -m644 %{S:90} .
-%{__sed} -i 's|PyOpenSSL>=0.15|pyOpenSSL>=0.15|g' setup.py
+sed -i 's|PyOpenSSL>=0.15|pyOpenSSL>=0.15|g' setup.py
 
 #Is this still needed?
 # certbot-auto not for packages
 #sed -i 's/letsencrypt-auto/letsencrypt/g' letsencrypt/cli.py
 
 # rpmlint
-find -type f -name ".gitignore" -exec rm {} \;
+find -type f -name ".gitignore" -delete
 
 %build
 # build packages certbot, certbot-apache, certbot-nginx, letshelp-certbot 
@@ -334,8 +332,8 @@
 mv letshelp-certbot/docs/_build/text docs/text/letshelp-certbot
 
 # rpmlint
-find -type f -name ".buildinfo" -exec rm {} \;
-find -type f -name "jquery.js" -exec dos2unix {} \;
+find -type f -name ".buildinfo" -delete
+find -type f -name "jquery.js" -exec dos2unix {} +
 
 %install
 # install packages certbot, certbot-apache, certbot-nginx, letshelp-certbot


Reply via email to