diff --git a/qle-configlocation.patch b/qle-configlocation.patch new file mode 100644 index 0000000..9d6d7b9 --- /dev/null +++ b/qle-configlocation.patch @@ -0,0 +1,18 @@ +diff -up ./qle-0.0.10.pl.orig ./qle-0.0.10.pl +--- ./qle-0.0.10.pl.orig 2007-12-06 18:58:16.000000000 -0700 ++++ ./qle-0.0.10.pl 2007-12-06 18:58:32.000000000 -0700 +@@ -57,9 +57,10 @@ + my $sprogName = basename($progName); + $progName =~ s/^\.\///; # Zap leading './' + +- my $configFile = $progName; +- $configFile =~ s/.pl$//; +- $configFile = "$configFile.conf"; ++ my $configFile = "/etc/qle/qle.conf"; ++# my $configFile = $progName; ++# $configFile =~ s/.pl$//; ++# $configFile = "$configFile.conf"; + + my $copyRight = " + + diff --git a/qle.spec b/qle.spec index ff1686c..692db04 100644 --- a/qle.spec +++ b/qle.spec @@ -1,6 +1,6 @@ Name: qle Version: 0.0.10 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A QSO Logger and log Editor Group: Applications/Communications @@ -86,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Nov 23 2008 Lucian Langa - 0.0.10-5 +- add missing patch + * Sun Nov 23 2008 Lucian Langa - 0.0.10-4 - add missing patch