From 5b1d2c3d1367187577cfeb9ad3c0a63059e8cc61 Mon Sep 17 00:00:00 2001 From: Jack Magne Date: Thu, 30 Aug 2007 21:47:07 +0000 Subject: [PATCH] Fix for license issue. --- esc-1.0.1-lic-fix.patch | 11 +++++++++++ esc.spec | 7 +++++-- 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 esc-1.0.1-lic-fix.patch diff --git a/esc-1.0.1-lic-fix.patch b/esc-1.0.1-lic-fix.patch new file mode 100644 index 0000000..e047c1d --- /dev/null +++ b/esc-1.0.1-lic-fix.patch @@ -0,0 +1,11 @@ +--- ./esc/src/app/xul/esc/application.ini.fix7 2007-08-30 10:13:53.000000000 -0700 ++++ ./esc/src/app/xul/esc/application.ini 2007-08-30 10:14:19.000000000 -0700 +@@ -25,7 +25,7 @@ + Name=ESC + ; + ; This field specifies your application's version. This field is optional. +-Version=1.0.1-5 ++Version=1.0.1-7 + ; + ; This field specifies your application's build ID (timestamp). This field is + ; required. diff --git a/esc.spec b/esc.spec index 8b901bc..9fc18b5 100644 --- a/esc.spec +++ b/esc.spec @@ -1,8 +1,8 @@ Name: esc Version: 1.0.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Enterprise Security Client Smart Card Client -License: GPL +License: GPL+ URL: http://directory.fedora.redhat.com/wiki/CoolKey Group: Applications/Internet @@ -14,6 +14,7 @@ Patch3: esc-1.0.1-admin-row-update.patch Patch4: esc-1.0.1-ui-fixes-1.patch Patch5: esc-1.0.1-log-fixes.patch Patch6: esc-1.0.1-log-fixes-1.patch +Patch7: esc-1.0.1-lic-fix.patch BuildRequires: doxygen fontconfig-devel freetype-devel >= 2.1 BuildRequires: glib2-devel libIDL-devel atk-devel gtk2-devel libjpeg-devel @@ -70,6 +71,7 @@ cryptographic smartcards. %patch4 -p1 -b .fix4 %patch5 -p1 -b .fix5 %patch6 -p1 -b .fix6 +%patch7 -p1 -b .fix7 #Unpack xulrunner where esc expects it to be. @@ -185,6 +187,7 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then fi %changelog +* Thu Aug 30 2007 Jack Magne License field change- 1.0.1-7 * Wed Aug 29 2007 Fedora Release Engineering - 1.0.1-6 - Rebuild for selinux ppc32 issue.