Assorted fixes and cleanups, updated version
[platform/upstream/gsignond.git] / dists / rpm / gsignond-suse.spec
index 5ff6e19..17320fa 100644 (file)
@@ -6,11 +6,12 @@
 
 Name: gsignond
 Summary: GLib based Single Sign-On daemon
-Version: 0.0.2
-Release: 11
+Version: 0.0.4
+Release: 2
 Group: System/Daemons
 License: LGPL-2.1+
 Source: %{name}-%{version}.tar.gz
+URL: https://01.org/gsso
 Provides: gsignon
 %if %{dbus_type} != "p2p"
 Requires: dbus-1
@@ -81,6 +82,7 @@ rm -rf %{buildroot}
 %post
 /sbin/ldconfig
 chmod u+s %{_bindir}/%{name}
+groupadd -f -r gsignond
 
 
 %postun -p /sbin/ldconfig
@@ -114,11 +116,19 @@ chmod u+s %{_bindir}/%{name}
 
 
 %files doc
-%defattr(-,root,root-)
+%defattr(-,root,root,-)
 %{_datadir}/gtk-doc/html/gsignond/*
 
 
 %changelog
+* Fri Feb 28 2014 Jussi Laako <jussi.laako@linux.intel.com>
+- Release 0.0.4
+
+* Thu Aug 22 2013 Amarnath Valluri <amarnath.valluri@linux.intel.com>
+- Release 0.0.3
+- Bug fixes in UI interaction
+- Documentation support
+
 * Mon Jun 24 2013 Imran Zaman <imran.zaman@intel.com>
 - Release 0.0.2 that comprises of bug fixes