jskarvad pushed to uronode (master). "Fixed mheard.dat location and not provided it"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 1 10:00:15 UTC 2015


>From 321718faf1782e871508e8b833f2a9bd7c76974e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= <jskarvad at redhat.com>
Date: Wed, 1 Apr 2015 12:00:03 +0200
Subject: Fixed mheard.dat location and not provided it


diff --git a/uronode-2.3.1-install-fix.patch b/uronode-2.3.1-install-fix.patch
index c11f71e..a82c236 100644
--- a/uronode-2.3.1-install-fix.patch
+++ b/uronode-2.3.1-install-fix.patch
@@ -80,7 +80,7 @@ index aca87b5..774d11f 100644
  ZLIB		= @ZLIB@
 \ No newline at end of file
 diff --git a/config.h.in b/config.h.in
-index 76a7e9e..469f709 100644
+index 76a7e9e..7444bda 100644
 --- a/config.h.in
 +++ b/config.h.in
 @@ -23,14 +23,14 @@
@@ -100,7 +100,7 @@ index 76a7e9e..469f709 100644
 +#define FLEXD_PID_FILE          "@VAR_DIR@/run/flexd.pid"
 +#define FLEX_GT_FILE            "@VAR_DIR@/lib/flexd/gateways"
 +#define FLEX_DST_FILE           "@VAR_DIR@/lib/flexd/destinations"
-+#define DATA_MHEARD_FILE        "@VAR_DIR@/lib/uronode/mheard.dat"
++#define DATA_MHEARD_FILE        "@VAR_DIR@/ax25/mheard/mheard.dat"
 +#define DATA_NODE_LOGIN_FILE    "@VAR_DIR@/lib/uronode/loggedin"
 +#define DATA_NODE_HELP_DIR      "@DATA_DIR@/uronode/help/"
 +#define DATA_NODE_LAST_FILE     "@VAR_DIR@/lib/uronode/lastlog"
diff --git a/uronode.spec b/uronode.spec
index 6a071ab..5481c6e 100644
--- a/uronode.spec
+++ b/uronode.spec
@@ -9,7 +9,7 @@
 Summary: Alternative packet radio system for Linux
 Name: uronode
 Version: 2.3.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Group: Applications/Communications
 URL: http://uronode.sourceforge.net
@@ -67,7 +67,7 @@ install -Dpm 644 %{SOURCE3} %{buildroot}%{_unitdir}/uronode.socket
 install -Dpm 644 %{SOURCE4} %{buildroot}%{_datadir}/%{name}/xinetd.d/uronode
 
 # ghost files
-touch %{buildroot}/%{_var}/{lib/flexd/destinations,lib/uronode/mheard.dat}
+touch %{buildroot}/%{_var}/lib/flexd/destinations
 # assert for case upstream would add default content
 [ -s %{buildroot}%{_var}/lib/flexd/gateways ] && exit 1
 [ -s %{buildroot}%{_var}/log/uronode/lastlog ] && exit 1
@@ -106,9 +106,11 @@ touch %{buildroot}/%{_var}/{lib/flexd/destinations,lib/uronode/mheard.dat}
 %ghost %{_var}/lib/flexd/gateways
 %ghost %{_var}/log/uronode/lastlog
 %ghost %{_var}/lib/flexd/destinations
-%ghost %{_var}/lib/uronode/mheard.dat
 
 %changelog
+* Wed Apr  1 2015 Jaroslav Škarvada <jskarvad at redhat.com> - 2.3.1-3
+- Fixed mheard.dat location and not provided it
+
 * Tue Feb 17 2015 Jaroslav Škarvada <jskarvad at redhat.com> - 2.3.1-2
 - Pointed URLs to sourceforge.net
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/uronode.git/commit/?h=master&id=321718faf1782e871508e8b833f2a9bd7c76974e


More information about the scm-commits mailing list