[profile-sync-daemon/f18] New version.

Christopher Meng cicku at fedoraproject.org
Thu Jul 25 00:16:38 UTC 2013


commit 9e7a53c8a7b8e7b9b698c4900c762beb5ae9db79
Author: Christopher Meng <rpm at cicku.me>
Date:   Thu Jul 25 08:15:48 2013 +0800

    New version.

 .gitignore               |    1 +
 profile-sync-daemon.spec |   12 +++++-------
 sources                  |    1 +
 3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b1e09d8..ba98368 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /v5.35.tar.gz
 /v5.36.2.tar.gz
+/v5.38.2.tar.gz
diff --git a/profile-sync-daemon.spec b/profile-sync-daemon.spec
index 0181944..c51bc3b 100644
--- a/profile-sync-daemon.spec
+++ b/profile-sync-daemon.spec
@@ -1,13 +1,12 @@
 %global   aname    psd
 
 Name:              profile-sync-daemon 
-Version:           5.36.2
+Version:           5.38.2
 Release:           1%{?dist}
 Summary:           Offload browser profiles to RAM for speed a wear reduction
 License:           MIT
 URL:               https://github.com/graysky2/profile-sync-daemon 
 Source0:           https://github.com/graysky2/%{name}/archive/v%{version}.tar.gz
-
 BuildArch:         noarch
 BuildRequires:     systemd
 Requires:          rsync
@@ -34,19 +33,15 @@ make install-systemd-all DESTDIR=%{buildroot}
 if [ $1 -eq 1 ]; then 
 setsebool -P rsync_full_access 1 >/dev/null 2>&1 || :
 fi
-# upgrade is where $1 == 2
 %systemd_post %{aname}.service
 
 %preun
 # http://fedoraproject.org/wiki/PackagingDrafts/ScriptletSnippets
 # clean unisntall is where $1 == 0
 if [ $1 -eq 0 ]; then
-	if [ -f /run/psd ]; then
-		systemctl stop %{aname}.service
-	fi
 setsebool -P rsync_full_access 0 >/dev/null 2>&1 || :
 fi
-# upgrade is where $1 == 1
+%systemd_preun apache-httpd.service
 
 %postun
 %systemd_postun_with_restart %{aname}.service
@@ -59,6 +54,9 @@ fi
 %{_unitdir}/%{aname}*.*
 
 %changelog
+* Thu Jul 25 2013 Christopher Meng <rpm at cicku.me> - 5.38.2-1
+- New upstream release.
+
 * Sun Jun 16 2013 Christopher Meng <rpm at cicku.me> - 5.36.2-1
 - New upstream release.
 
diff --git a/sources b/sources
index a8c2a35..250f476 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
 3b521b1bf9ec0d1cd7c311f3cb57e648  v5.35.tar.gz
 ca75f4618f7ea960a1015f5107681cd1  v5.36.2.tar.gz
+b06e80142a649f72ac1894b6bd288b78  v5.38.2.tar.gz


More information about the scm-commits mailing list