Hello community,

here is the log from the commit of package accountsservice for openSUSE:Factory
checked in at Thu Apr 21 13:21:43 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/accountsservice/accountsservice.changes        
2011-04-21 11:22:19.000000000 +0200
@@ -0,0 +1,87 @@
+-------------------------------------------------------------------
+Mon Apr 11 13:41:00 UTC 2011 - [email protected]
+
+- Add pkgconfig(systemd) to BuildRequires and package systemd
+  configuration file for accountsservice.
+
+-------------------------------------------------------------------
+Tue Apr  5 11:18:12 UTC 2011 - [email protected]
+
+- Update to version 0.6.8:
+  + use same rules for parsing booleans from gdm config as gdm.
+
+-------------------------------------------------------------------
+Wed Mar 23 10:25:27 UTC 2011 - [email protected]
+
+- Update to version 0.6.7:
+  + Fix call to useradd for normal users
+  + Correct free array of groups
+  + Updated translations
+- Changes from version 0.6.6:
+  + Make it possible to disable user icon
+  + Drop Supervised user role
+  + Use "wheel" instead of "desktop_admin_r" as admin group
+    since that's what everyone uses for this purpose anyway.
+  + Crasher fixes
+  + Misc distro integration fixes
+  + Updated translations
+- Changes from version 0.6.5:
+  + No longer return excluded users from cached listings
+  + Add a --debug command line option
+  + Use proper dbus proxy for settings api in client lib
+  + Expose XSession property over bus
+- Enforce dependency on main package in library package by changing
+  Recommends to Requires.
+- Add a rpmlintrc to ignore security-related rpmlint warnings that
+  make the build fail on Factory. This needs to get removed when
+  entering Factory, though.
+
+-------------------------------------------------------------------
+Thu Mar  3 11:52:55 CET 2011 - [email protected]
+
+- Cleanup for inclusion in Factory.
+
+-------------------------------------------------------------------
+Thu Feb 17 18:05:00 UTC 2011 - [email protected]
+
+- Update to version 0.6.4:
+  - fix typo in HomeDirectory property
+  - fix bug in asynchronous loading code
+  - drop some random g_print's
+- Changes from version 0.6.3:
+  + Add more getters to client library
+  + Add an initial cut at a setter api
+  + Add XSession property type
+- Changes from version 0.6.2:
+  + Remove the unused UserChanged signal
+  + Add a small client library, based on code from gdm
+  + Don't use gnome-common
+  + Use the user-administration privilege for autologin changes
+- Changes from version 0.6.1:
+  + Always emit the changed signal when setting user photo
+  + Install systemd unit files
+  + Translation updates
+- Changes from version 0.6:
+  + Always require user-administration privilege when setting a
+    password or changing a username
+  + Allow changing password mode and password even when the
+    account is locked, and unlock it as a side-effect
+  + Use /etc/shadow to store account locking and 'set password at
+    next login' information and monitor /etc/shadow for changes
+  + Set loginuid when runing commands on behalf of a user to
+    generate proper audit records
+  + Drop SetIconData and make SetIconFile copy the file when 
+    appropriate.  As a consequence, the service no longer links 
+    against image libraries.
+  + Various other robustness and error-handling fixes
+- Changes from version 0.5:
+  + Make initial user list call work
+  + Avoid extraneous commandline parsing
+- Package directories used by daemon to store user data:
+  /var/lib/AccountsService and subdirectories.
+
+-------------------------------------------------------------------
+Sat Jan 30 13:12:53 CET 2010 - [email protected]
+
+- New package (version 0.4).
+

calling whatdependson for head-i586


New:
----
  accountsservice-0.6.8.tar.bz2
  accountsservice-rpmlintrc
  accountsservice.changes
  accountsservice.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ accountsservice.spec ++++++
#
# spec file for package accountsservice
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           accountsservice
Version:        0.6.8
Release:        1
License:        GPLv3+
Summary:        D-Bus Service to Manipulate User Account Information
Url:            http://www.fedoraproject.org/wiki/Features/UserAccountDialog
Group:          System/Daemons
Source:         
http://mclasen.fedorapeople.org/accounts/%{name}-%{version}.tar.bz2
Source1:        %{name}-rpmlintrc
BuildRequires:  intltool
BuildRequires:  pkgconfig(dbus-glib-1)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(polkit-gobject-1)
BuildRequires:  pkgconfig(systemd)
Recommends:     %{name}-lang
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
The accountsservice server provides a set of D-Bus interfaces for
querying and manipulating user account information.

The implementation is based on the useradd, usermod and userdel
commands.

%package -n libaccountsservice0
License:        GPLv3+
Summary:        D-Bus Service to Manipulate User Account Information -- Client 
Library
Group:          System/Libraries
# Clients do need the server to do something useful
Requires:       %{name}

%description -n libaccountsservice0
The accountsservice server provides a set of D-Bus interfaces for
querying and manipulating user account information.

This package provides a client library for the service.

%package devel
License:        GPLv3+
Summary:        D-Bus Service to Manipulate User Account Information -- 
Development Files
Group:          Development/Libraries/C and C++
Requires:       libaccountsservice0 = %{version}

%description devel
The accountsservice server provides a set of D-Bus interfaces for
querying and manipulating user account information.

%lang_package
%prep
%setup -q

%build
%configure --disable-static
make %{?jobs:-j%jobs}

%install
%make_install
%find_lang accounts-service
rm -f %{buildroot}%{_libdir}/*.la

%clean
rm -rf %{buildroot}

%post -n libaccountsservice0 -p /sbin/ldconfig

%postun -n libaccountsservice0 -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README
/lib/systemd/system/accounts-daemon.service
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.Accounts.conf
%{_libexecdir}/accounts-daemon
%{_datadir}/dbus-1/interfaces/org.freedesktop.Accounts.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.Accounts.User.xml
%{_datadir}/dbus-1/system-services/org.freedesktop.Accounts.service
%{_datadir}/polkit-1/actions/org.freedesktop.accounts.policy
# Directories where the server stores user data
%dir %{_localstatedir}/lib/AccountsService
%dir %{_localstatedir}/lib/AccountsService/users
%dir %{_localstatedir}/lib/AccountsService/icons

%files -n libaccountsservice0
%defattr(-,root,root,-)
%{_libdir}/*.so.0*

%files devel
%defattr(-,root,root,-)
%{_libdir}/*.so
%{_libdir}/pkgconfig/accountsservice.pc
%{_includedir}/accountsservice-1.0/

%files lang -f accounts-service.lang

%changelog
++++++ accountsservice-rpmlintrc ++++++
# This is temporary and should not enter Factory!
addFilter(".*suse-dbus-unauthorized-service.*org\.freedesktop\.Accounts.*")
addFilter(".*polkit-unauthorized-privilege.*org\.freedesktop\.accounts.*")

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to