From 6b6c0da6f9e842769d213fc11861e9714bd92b6a Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Wed, 6 Jan 2016 10:45:11 +0100 Subject: [PATCH] update FSF address in COPYING-LGPL ... detected by rpmlint --- 0001-COPYING-LGPL-update-FSF-address.patch | 42 ++++++++++++++++++++++ python-pycurl.spec | 5 +++ 2 files changed, 47 insertions(+) create mode 100644 0001-COPYING-LGPL-update-FSF-address.patch diff --git a/0001-COPYING-LGPL-update-FSF-address.patch b/0001-COPYING-LGPL-update-FSF-address.patch new file mode 100644 index 0000000..0a34dfe --- /dev/null +++ b/0001-COPYING-LGPL-update-FSF-address.patch @@ -0,0 +1,42 @@ +From 0941cfa2dcc264ddd66a2b2f5212819bb3d2e538 Mon Sep 17 00:00:00 2001 +From: Kamil Dudka +Date: Tue, 5 Jan 2016 22:40:32 -0500 +Subject: [PATCH] COPYING-LGPL: update FSF address + +Upstream-commit: 8304b49390c004c516f2c9511c8e68351a775404 +Signed-off-by: Kamil Dudka +--- + COPYING-LGPL | 6 ++---- + 1 file changed, 2 insertions(+), 4 deletions(-) + +diff --git a/COPYING-LGPL b/COPYING-LGPL +index 99dce33..4362b49 100644 +--- a/COPYING-LGPL ++++ b/COPYING-LGPL +@@ -2,7 +2,7 @@ + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. +- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ++ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +@@ -485,7 +485,7 @@ convey the exclusion of warranty; and each file should have at least the + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software +- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ++ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + + Also add information on how to contact you by electronic and paper mail. + +@@ -500,5 +500,3 @@ necessary. Here is a sample; alter the names: + Ty Coon, President of Vice + + That's all there is to it! +- +- +-- +2.5.0 + diff --git a/python-pycurl.spec b/python-pycurl.spec index 084a21b..ec7bce8 100644 --- a/python-pycurl.spec +++ b/python-pycurl.spec @@ -11,6 +11,9 @@ License: LGPLv2+ or MIT URL: http://pycurl.sourceforge.net/ Source0: https://github.com/pycurl/downloads/raw/master/pycurl-%{version}.tar.gz +# update FSF address in COPYING-LGPL (detected by rpmlint) +Patch1: 0001-COPYING-LGPL-update-FSF-address.patch + BuildRequires: python-devel BuildRequires: python3-devel BuildRequires: curl-devel >= 7.21.5 @@ -52,6 +55,7 @@ of features. %prep %setup0 -q -n pycurl-%{version} +%patch1 -p1 # remove binaries packaged by upstream rm -f tests/fake-curl/libcurl/*.so @@ -111,6 +115,7 @@ rm -rf %{buildroot}%{_datadir}/doc/pycurl %changelog * Wed Jan 06 2016 Kamil Dudka - 7.21.5-3 - remove explicit dependency on keyutils-libs (reported by rpmlint) +- update FSF address in COPYING-LGPL (detected by rpmlint) * Tue Jan 05 2016 Kamil Dudka - 7.21.5-2 - avoid installing binaries generated in %%check to /usr/share