Hello community,

here is the log from the commit of package urfkill for openSUSE:Factory
checked in at Mon Jun 6 14:30:42 CEST 2011.



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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/urfkill/urfkill.changes        2011-04-19 
09:49:36.000000000 +0200
@@ -0,0 +1,59 @@
+-------------------------------------------------------------------
+Tue Apr 19 07:46:49 UTC 2011 - [email protected]
+
+- Version bump to 0.1.1
+- New dependency: expat
+- Drop merged patches
+  + urfkill-correct-config-name.patch
+  + urfkill-new-input-devices.patch
+- Remove rpmlintrc (bnc#688328)
+
+-------------------------------------------------------------------
+Tue Mar 15 07:41:19 UTC 2011 - [email protected]
+
+- Add urfkill-new-input-devices.patch to support more input devices
+- Add urfkill-rpmlintrc for openSUSE 11.4 and wait for security review
+
+-------------------------------------------------------------------
+Tue Mar 15 03:26:43 UTC 2011 - [email protected]
+
+- Add urfkill-correct-config-name.patch to correct the config variable
+
+-------------------------------------------------------------------
+Tue Mar  1 09:40:58 UTC 2011 - [email protected]
+
+- Version bump to 0.1.0
+- Add urfkill-change-default-user.patch to change the default user
+- Drop deprecated patches:
+  + urfkill-polkit-0.9.patch
+  + urfkill-drop-privilege.patch
+  + urfkill-killswitch-error-handle.patch
+
+-------------------------------------------------------------------
+Tue Nov 23 04:30:36 UTC 2010 - [email protected]
+
+- Amend urfkill-drop-privilege.patch to setuid to the dedicated user,
+  urfkill, instead of nobody. bnc#646608
+- Create the user, urfkill, in %pre
+- Add urfkill-killswitch-error-handle.patch to handle critical errors
+  from urf_killswitch
+
+-------------------------------------------------------------------
+Wed Nov 10 02:59:37 UTC 2010 - [email protected]
+
+- Add urfkill-drop-privilege.patch to drop privilege after open
+  /dev/rfkill. bnc#646608 
+
+-------------------------------------------------------------------
+Tue Oct 12 09:41:57 UTC 2010 - [email protected]
+
+- Update to 0.0.1
+ + License liburfkill-glib under LGPL v2.1
+ + Support Block/Unblock by index 
+- Add patch urfkill-polkit-0.9.patch to support PolicyKit 0.9
+
+-------------------------------------------------------------------
+Fri Oct  1 09:21:02 UTC 2010 - [email protected]
+
+- Initial import 0.0.0~20101001
+

calling whatdependson for head-i586


New:
----
  urfkill-0.1.1.tar.bz2
  urfkill-change-default-user.patch
  urfkill.changes
  urfkill.spec

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

Other differences:
------------------
++++++ urfkill.spec ++++++
#
# spec file for package urfkill
#
# 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/
#

# norootforbuild


Name:           urfkill
Version:        0.1.1
Release:        1
Url:            http://github.com/lcp/urfkill
License:        GPL v2 or later
Group:          System/Daemons
Summary:        A daemon to control radio killswitches
Source:         %{name}-%{version}.tar.bz2
Patch0:         urfkill-change-default-user.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  gettext
BuildRequires:  gtk-doc
BuildRequires:  intltool
BuildRequires:  glib2-devel
BuildRequires:  libgudev-1_0-devel
BuildRequires:  dbus-1-glib-devel
BuildRequires:  polkit-devel
BuildRequires:  libexpat-devel
Requires:       polkit

%description
Urfkill is a daemon to control radio killswitches through /dev/rfkill
and supports PolicyKit authorization mechanism.



Authors:
--------
    [email protected]

%package -n liburfkill-glib0
License:        GPL v2 or later
Summary:        The glib binding library for urfkill
Group:          System/Daemons

%description -n liburfkill-glib0
Urfkill add-on library to integrate the standard urfkill library with
the GLib thread abstraction and main loop.



Authors:
--------
    [email protected]

%package -n liburfkill-glib-devel
License:        GPL v2 or later
Summary:        The glib binding library for urfkill
Group:          Development/Libraries/Other
Requires:       liburfkill-glib0 = %{version}-%{release}
Requires:       glib2-devel
Requires:       dbus-1-glib-devel
Provides:       %{name}-devel = %{version}

%description -n liburfkill-glib-devel
Urfkill add-on library to integrate the standard urfkill library with
the GLib thread abstraction and main loop.
http://freedesktop.org/wiki/Software/urfkill


Authors:
--------
    [email protected]

%prep
%setup -n %{name}-%{version} -q
%patch0 -p1

%build
%configure\
  --disable-static \
  --libexecdir=%{_libexecdir}/urfkill \
  --enable-gtk-doc
make %{?jobs:-j%jobs}

%install
%makeinstall
rm -f %{buildroot}%{_libdir}/*.la

%clean
rm -rf %{buildroot}

%pre
/usr/sbin/groupadd -r urfkill 2> /dev/null || :
/usr/sbin/useradd -r -o -g urfkill -s /bin/false \
-c "killswitch control daemon" -d /var/lib/urfkill urfkill 2> /dev/null || :
/usr/sbin/usermod -g urfkill -G urfkill -s /bin/false urfkill 2> /dev/null

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%post -n liburfkill-glib0 -p /sbin/ldconfig

%postun -n liburfkill-glib0 -p /sbin/ldconfig

%files
%defattr(-,root,root)
%dir %{_libexecdir}/urfkill
%{_libexecdir}/urfkill/urfkilld
%{_datadir}/dbus-1/system-services/*.service
%{_datadir}/polkit-1/actions/org.freedesktop.*.policy
%config %{_sysconfdir}/dbus-1/system.d/*.conf
%config %{_sysconfdir}/urfkill

%files -n liburfkill-glib0
%defattr(-,root,root)
%{_libdir}/liburfkill-glib.so.*

%files -n liburfkill-glib-devel
%defattr(-,root,root)
%{_datadir}/dbus-1/interfaces/*.xml
%{_includedir}/liburfkill-glib
%{_libdir}/liburfkill-glib.so
%{_libdir}/pkgconfig/urfkill-glib.pc

%changelog
++++++ urfkill-change-default-user.patch ++++++
diff --git a/data/urfkill.conf b/data/urfkill.conf
index 109f787..7187017 100644
--- a/data/urfkill.conf
+++ b/data/urfkill.conf
@@ -8,7 +8,7 @@
 # urfkilld will drop root privilege and switch to the user after
 # the devices nodes are opened.
 #
-user=root
+user=urfkill
 
 ## Type:    boolean (true/false)
 ## Default: true

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



Remember to have fun...

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

Reply via email to