[profile-sync-daemon/f19] Update to v5.45.1, cleanup some changelog entries to be more specific.

Christopher Meng cicku at fedoraproject.org
Mon Jan 20 02:44:50 UTC 2014


commit 577e07d2c0068e891a13810e32b18eaad2e40ba1
Author: Christopher Meng <i at cicku.me>
Date:   Mon Jan 20 10:44:26 2014 +0800

    Update to v5.45.1, cleanup some changelog entries to be more specific.

 .gitignore               |    1 +
 profile-sync-daemon.spec |   41 +++++++++++++++++++----------------------
 sources                  |    2 +-
 3 files changed, 21 insertions(+), 23 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 46a68f7..2ebc3c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /v5.40.1.tar.gz
 /v5.43.tar.gz
 /v5.44.tar.gz
+/v5.45.1.tar.gz
diff --git a/profile-sync-daemon.spec b/profile-sync-daemon.spec
index 6849b6f..30fd538 100644
--- a/profile-sync-daemon.spec
+++ b/profile-sync-daemon.spec
@@ -1,7 +1,5 @@
-%global   aname    psd
-
 Name:              profile-sync-daemon 
-Version:           5.44
+Version:           5.45.1
 Release:           1%{?dist}
 Summary:           Offload browser profiles to RAM for speed a wear reduction
 License:           MIT
@@ -28,52 +26,51 @@ make %{?_smp_mflags}
 make install-systemd-all DESTDIR=%{buildroot}
 
 %post
-# http://fedoraproject.org/wiki/PackagingDrafts/ScriptletSnippets
-# clean install is where $1 == 1
 if [ $1 -eq 1 ]; then 
-setsebool -P rsync_full_access 1 >/dev/null 2>&1 || :
+ setsebool -P rsync_full_access 1 >/dev/null 2>&1 || :
 fi
-%systemd_post %{aname}.service
+%systemd_post psd.service
 
 %preun
-# http://fedoraproject.org/wiki/PackagingDrafts/ScriptletSnippets
-# clean unisntall is where $1 == 0
 if [ $1 -eq 0 ]; then
-setsebool -P rsync_full_access 0 >/dev/null 2>&1 || :
+ setsebool -P rsync_full_access 0 >/dev/null 2>&1 || :
 fi
-%systemd_preun apache-httpd.service
+%systemd_preun psd.service
 
 %postun
-%systemd_postun_with_restart %{aname}.service
+%systemd_postun_with_restart psd.service
 
 %files
 %doc CHANGELOG MIT
-%config(noreplace) %{_sysconfdir}/%{aname}.conf
-%{_bindir}/*
-%{_mandir}/man1/*.1*
-%{_unitdir}/%{aname}*.*
+%config(noreplace) %{_sysconfdir}/psd.conf
+%{_bindir}/psd
+%{_mandir}/man1/profile-sync-daemon.1*
+%{_unitdir}/psd*.*
 
 %changelog
+* Mon Jan 20 2014 Christopher Meng <rpm at cicku.me> - 5.45.1-1
+- Update to 5.45.1
+
 * Sat Nov 09 2013 Christopher Meng <rpm at cicku.me> - 5.44-1
-- New version.
+- Update to 5.44
 
 * Sun Nov 03 2013 Christopher Meng <rpm at cicku.me> - 5.43-1
-- New version.
+- Update to 5.43
 
 * Mon Sep 16 2013 Christopher Meng <rpm at cicku.me> - 5.40.1-1
-- New upstream release.
+- Update to 5.40.1
 
 * Mon Sep 02 2013 Christopher Meng <rpm at cicku.me> - 5.39-1
-- New upstream release.
+- Update to 5.39
 
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.38.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
 * Thu Jul 25 2013 Christopher Meng <rpm at cicku.me> - 5.38.2-1
-- New upstream release.
+- Update to 5.38.2
 
 * Sun Jun 16 2013 Christopher Meng <rpm at cicku.me> - 5.36.2-1
-- New upstream release.
+- Update to 5.36.2
 
 * Wed May 29 2013 Christopher Meng <rpm at cicku.me> - 5.35-1
 - Initial Package.
diff --git a/sources b/sources
index c326743..90f757c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7d4f2d40d851cbab7ac7c0b5445ed11f  v5.44.tar.gz
+c6e0a93aa983771ce00e0ad3edbef72f  v5.45.1.tar.gz


More information about the scm-commits mailing list