leigh123linux pushed to qbittorrent (f21). "fix systemd file"

notifications at fedoraproject.org notifications at fedoraproject.org
Sun Apr 26 21:20:02 UTC 2015


>From 94cfe734ab63e728cf6520d2a970565bad5622cc Mon Sep 17 00:00:00 2001
From: leigh123linux <leigh123linux at googlemail.com>
Date: Sun, 26 Apr 2015 22:18:40 +0100
Subject: fix systemd file


diff --git a/0001-make-path-absolute.patch b/0001-make-path-absolute.patch
new file mode 100644
index 0000000..ffd5237
--- /dev/null
+++ b/0001-make-path-absolute.patch
@@ -0,0 +1,25 @@
+From 6e3560820e48ee0ebe0c32220f6d6941b27b51fe Mon Sep 17 00:00:00 2001
+From: leigh123linux <leigh123linux at googlemail.com>
+Date: Sun, 26 Apr 2015 22:11:58 +0100
+Subject: [PATCH] make path absolute
+
+---
+ dist/unix/systemd/qbittorrent-nox.service | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/dist/unix/systemd/qbittorrent-nox.service b/dist/unix/systemd/qbittorrent-nox.service
+index 981ebb2..8a4d475 100644
+--- a/dist/unix/systemd/qbittorrent-nox.service
++++ b/dist/unix/systemd/qbittorrent-nox.service
+@@ -5,7 +5,7 @@ After=network.target
+ [Service]
+ Type=forking
+ User=1000
+-ExecStart=qbittorrent-nox -d
++ExecStart=/usr/bin/qbittorrent-nox -d
+ 
+ [Install]
+ WantedBy=multi-user.target
+-- 
+1.9.3
+
diff --git a/qbittorrent.spec b/qbittorrent.spec
index 24a41ee..5b4e715 100644
--- a/qbittorrent.spec
+++ b/qbittorrent.spec
@@ -4,7 +4,7 @@
 Name:    qbittorrent
 Summary: A Bittorrent Client
 Version: 3.2.0
-Release: 0.14.git%{_internal_version}%{?dist}
+Release: 0.15.git%{_internal_version}%{?dist}
 Epoch:   1
 License: GPLv2+
 URL:     http://sourceforge.net/projects/qbittorrent
@@ -17,6 +17,7 @@ Source2: qbittorrent-nox
 
 Patch0:  build_flags.patch
 Patch1:  remove-donate.patch
+Patch2:  0001-make-path-absolute.patch
 
 BuildRequires: qt4-devel
 BuildRequires: desktop-file-utils
@@ -49,6 +50,7 @@ It aims to be as fast as possible and to provide multi-OS, unicode support.
 %setup -q -n %{name}-qBittorrent-%{_internal_version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 rm -rf src/qtsingleapp
 rm -rf src/webui/qjson
 cp -p %{SOURCE1} .
@@ -123,6 +125,9 @@ fi
 %{_mandir}/man1/qbittorrent-nox.1*
 
 %changelog
+* Sun Apr 26 2015 Leigh Scott <leigh123linux at googlemail.com> - 1:3.2.0-0.15.git866f965
+- fix systemd file
+
 * Sat Apr 25 2015 Leigh Scott <leigh123linux at googlemail.com> - 1:3.2.0-0.14.git866f965
 - include systemd file for nox
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/qbittorrent.git/commit/?h=f21&id=94cfe734ab63e728cf6520d2a970565bad5622cc


More information about the scm-commits mailing list