From 3ce5a387afde5fd69c442b55d249a122fb194914 Mon Sep 17 00:00:00 2001 From: Roman Rakus Date: Nov 19 2012 13:35:07 +0000 Subject: Fixed address in license text Signed-off-by: Roman Rakus --- diff --git a/authd-1.4.3-license.patch b/authd-1.4.3-license.patch new file mode 100644 index 0000000..2419989 --- /dev/null +++ b/authd-1.4.3-license.patch @@ -0,0 +1,26 @@ +diff -up authd-1.4.3/authd.c.license authd-1.4.3/authd.c +--- authd-1.4.3/authd.c.license 2012-11-19 14:03:09.106765657 +0100 ++++ authd-1.4.3/authd.c 2012-11-19 14:06:30.963307749 +0100 +@@ -16,7 +16,8 @@ + * + * You should have received a copy of the GNU General Public License + * along with this program; 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. + * + * Initial Author: Adrian Havill + */ +diff -up authd-1.4.3/COPYING.license authd-1.4.3/COPYING +--- authd-1.4.3/COPYING.license 2012-11-19 14:09:42.166714836 +0100 ++++ authd-1.4.3/COPYING 2012-11-19 14:10:21.805213199 +0100 +@@ -5,7 +5,8 @@ NOTE: authd is released under the GPL wi + Version 2, June 1991 + + Copyright (C) 1989, 1991 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. + diff --git a/authd.spec b/authd.spec index 0845112..8b52bb0 100644 --- a/authd.spec +++ b/authd.spec @@ -1,7 +1,7 @@ Summary: A RFC 1413 ident protocol daemon Name: authd Version: 1.4.3 -Release: 33%{?dist} +Release: 34%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: https://fedorahosted.org/authd/ @@ -16,6 +16,7 @@ Patch3: authd-1.4.3-locale.patch Patch4: authd-1.4.3-longopt-identifier.patch Patch5: authd-1.4.3-jiffies64.patch Patch6: authd-1.4.3-valist.patch +Patch7: authd-1.4.3-license.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: openssl-devel gettext Requires: xinetd @@ -35,6 +36,7 @@ of pidentd. %patch4 -p1 %patch5 -p1 -b .jiffies64 %patch6 -p1 -b .valist +%patch7 -p1 -b .license sed -i -e "s|/etc|%{_sysconfdir}|" config.h %build @@ -74,6 +76,9 @@ service xinetd reload %{_sbindir}/in.authd %changelog +* Mon Nov 19 2012 Roman Rakus - 1.4.3-34 +- Fixed address in license text + * Wed Jul 18 2012 Fedora Release Engineering - 1.4.3-33 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild