commit ConsoleKit for openSUSE:Factory

2014-05-26 Thread h_root
Hello community,

here is the log from the commit of package ConsoleKit for openSUSE:Factory 
checked in at 2014-05-27 07:09:09

Comparing /work/SRC/openSUSE:Factory/ConsoleKit (Old)
 and  /work/SRC/openSUSE:Factory/.ConsoleKit.new (New)


Package is ConsoleKit

Changes:

--- /work/SRC/openSUSE:Factory/ConsoleKit/ConsoleKit-doc.changes
2014-04-23 17:31:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.ConsoleKit.new/ConsoleKit-doc.changes   
2014-05-27 07:09:22.0 +0200
@@ -1,0 +2,6 @@
+Thu May 22 11:35:41 UTC 2014 - wer...@suse.de
+
+- Require the udev library for build to allow the move
+  of udev.pc back to udev
+
+---
ConsoleKit.changes: same change



Other differences:
--
++ ConsoleKit-doc.spec ++
--- /var/tmp/diff_new_pack.1CqCWe/_old  2014-05-27 07:09:25.0 +0200
+++ /var/tmp/diff_new_pack.1CqCWe/_new  2014-05-27 07:09:25.0 +0200
@@ -34,6 +34,7 @@
 BuildRequires:  polkit-devel
 BuildRequires:  xorg-x11-libX11-devel
 BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(udev)
 %if %build_doc

ConsoleKit.spec: same change
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ConsoleKit for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package ConsoleKit for openSUSE:Factory 
checked in at 2014-04-23 17:31:38

Comparing /work/SRC/openSUSE:Factory/ConsoleKit (Old)
 and  /work/SRC/openSUSE:Factory/.ConsoleKit.new (New)


Package is ConsoleKit

Changes:

--- /work/SRC/openSUSE:Factory/ConsoleKit/ConsoleKit-doc.changes
2014-01-23 15:39:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.ConsoleKit.new/ConsoleKit-doc.changes   
2014-04-23 17:31:40.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 15 10:08:29 UTC 2014 - a...@suse.com
+
+- ConsoleKit was moved to /run, fix filelist for this as well.
+
+---
ConsoleKit.changes: same change



Other differences:
--
++ ConsoleKit-doc.spec ++
--- /var/tmp/diff_new_pack.scEmHA/_old  2014-04-23 17:31:41.0 +0200
+++ /var/tmp/diff_new_pack.scEmHA/_new  2014-04-23 17:31:41.0 +0200
@@ -192,7 +192,7 @@
 %{_sbindir}/*
 %{_mandir}/man8/pam_ck_connector.8.gz
 /%{_lib}/security
-%ghost %_localstatedir/run/ConsoleKit
+%ghost /run/ConsoleKit
 %{_datadir}/polkit-1/actions/org.freedesktop.consolekit.policy
 %{_datadir}/dbus-1/interfaces/org.freedesktop.ConsoleKit.Manager.xml
 %{_datadir}/dbus-1/interfaces/org.freedesktop.ConsoleKit.Seat.xml

++ ConsoleKit.spec ++
--- /var/tmp/diff_new_pack.scEmHA/_old  2014-04-23 17:31:41.0 +0200
+++ /var/tmp/diff_new_pack.scEmHA/_new  2014-04-23 17:31:41.0 +0200
@@ -192,7 +192,7 @@
 %{_sbindir}/*
 %{_mandir}/man8/pam_ck_connector.8.gz
 /%{_lib}/security
-%ghost %_localstatedir/run/ConsoleKit
+%ghost /run/ConsoleKit
 %{_datadir}/polkit-1/actions/org.freedesktop.consolekit.policy
 %{_datadir}/dbus-1/interfaces/org.freedesktop.ConsoleKit.Manager.xml
 %{_datadir}/dbus-1/interfaces/org.freedesktop.ConsoleKit.Seat.xml

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ConsoleKit for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package ConsoleKit for openSUSE:Factory 
checked in at 2014-01-17 11:03:21

Comparing /work/SRC/openSUSE:Factory/ConsoleKit (Old)
 and  /work/SRC/openSUSE:Factory/.ConsoleKit.new (New)


Package is ConsoleKit

Changes:

--- /work/SRC/openSUSE:Factory/ConsoleKit/ConsoleKit-doc.changes
2013-01-29 06:43:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.ConsoleKit.new/ConsoleKit-doc.changes   
2014-01-23 15:39:11.0 +0100
@@ -1,0 +2,26 @@
+Thu Jan 16 19:13:17 UTC 2014 - a...@ajaissle.de
+
+- New upstream release 0.4.6 
+  + build-sys: Use xz compression
+  + build-sys: install run-seat.d symlink for udev-acl
+  + build-sys: missing AC_SUBST for UDEVDIR
+  + Fix unconditional PATH_MAX usage
+  + Add support for GNU/Hurd
+  + build-sys: don't install systemd units when using 
--without-systemdsystemunitdir
+  + build-sys: run autoupdate
+  + build-sys: remove useless dbus version check
+  + Import udev-acl tool from udev
+  + ck-history: don't truncate --frequent output to 8 chars
+- Dropped import-udev-acl-tool-from-udev.patch (applied upstream)
+- Changed Url as the former was non existent
+  + former:  http://consolekit.freedesktop.org
+  + current: http://www.freedesktop.org/wiki/Software/ConsoleKit/
+- Rebased move-pid-and-database-to-run-directory.patch, but use configure 
option instead of patching the pid location
+
+---
+Thu Oct 17 08:57:33 UTC 2013 - pwieczorkiew...@suse.com
+
+- create %{_localstatedir}/log/ConsoleKit directory on install
+  (bnc#845872)
+
+---
--- /work/SRC/openSUSE:Factory/ConsoleKit/ConsoleKit.changes2013-10-17 
20:39:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.ConsoleKit.new/ConsoleKit.changes   
2014-01-23 15:39:11.0 +0100
@@ -1,0 +2,20 @@
+Thu Jan 16 19:13:17 UTC 2014 - a...@ajaissle.de
+
+- New upstream release 0.4.6 
+  + build-sys: Use xz compression
+  + build-sys: install run-seat.d symlink for udev-acl
+  + build-sys: missing AC_SUBST for UDEVDIR
+  + Fix unconditional PATH_MAX usage
+  + Add support for GNU/Hurd
+  + build-sys: don't install systemd units when using 
--without-systemdsystemunitdir
+  + build-sys: run autoupdate
+  + build-sys: remove useless dbus version check
+  + Import udev-acl tool from udev
+  + ck-history: don't truncate --frequent output to 8 chars
+- Dropped import-udev-acl-tool-from-udev.patch (applied upstream)
+- Changed Url as the former was non existent
+  + former:  http://consolekit.freedesktop.org
+  + current: http://www.freedesktop.org/wiki/Software/ConsoleKit/
+- Rebased move-pid-and-database-to-run-directory.patch, but use configure 
option instead of patching the pid location
+
+---

Old:

  ConsoleKit-0.4.5.tar.bz2

New:

  ConsoleKit-0.4.6.tar.xz



Other differences:
--
++ ConsoleKit-doc.spec ++
--- /var/tmp/diff_new_pack.B62AG9/_old  2014-01-23 15:39:11.0 +0100
+++ /var/tmp/diff_new_pack.B62AG9/_new  2014-01-23 15:39:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ConsoleKit-doc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -23,7 +23,7 @@
 # WARNING: If you are editing ConsoleKit-doc.spec, STOP. Always edit
 # ConsoleKit.spec and then run pre-checkin.sh which will create
 # ConsoleKit-doc.spec based upon ConsoleKit.spec.
-Url:http://consolekit.freedesktop.org
+Url:http://www.freedesktop.org/wiki/Software/ConsoleKit/
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  glib2-devel
 BuildRequires:  glibc-devel
@@ -44,12 +44,11 @@
 Summary:System daemon for tracking users, sessions and seats
 License:GPL-2.0+
 Group:  System/Daemons
-Version:0.4.5
+Version:0.4.6
 Release:0
-Source: %{pkg_name}-%{version}.tar.bz2
+Source: 
http://www.freedesktop.org/software/%{pkg_name}/dist/%{pkg_name}-%{version}.tar.xz
 Source2:baselibs.conf
-Patch0: import-udev-acl-tool-from-udev.patch
-Patch1: move-pid-and-database-to-run-directory.patch
+Patch0: move-pid-and-database-to-run-directory.patch
 Obsoletes:  udev-acl = 173
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{?systemd_requires}
@@ -90,7 +89,6 @@
 %prep
 %setup -q -n ConsoleKit-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %build
 export V=1
@@ -104,6 +102,7 @@
   

commit ConsoleKit for openSUSE:Factory

2013-10-17 Thread h_root
Hello community,

here is the log from the commit of package ConsoleKit for openSUSE:Factory 
checked in at 2013-10-17 20:35:57

Comparing /work/SRC/openSUSE:Factory/ConsoleKit (Old)
 and  /work/SRC/openSUSE:Factory/.ConsoleKit.new (New)


Package is ConsoleKit

Changes:

--- /work/SRC/openSUSE:Factory/ConsoleKit/ConsoleKit.changes2013-01-29 
06:43:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.ConsoleKit.new/ConsoleKit.changes   
2013-10-17 20:39:51.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct 17 08:57:33 UTC 2013 - pwieczorkiew...@suse.com
+
+- create %{_localstatedir}/log/ConsoleKit directory on install
+  (bnc#845872)
+
+---



Other differences:
--
++ ConsoleKit.spec ++
--- /var/tmp/diff_new_pack.ssgBDs/_old  2013-10-17 20:39:52.0 +0200
+++ /var/tmp/diff_new_pack.ssgBDs/_new  2013-10-17 20:39:52.0 +0200
@@ -178,6 +178,7 @@
 %dir %{_prefix}/lib/ConsoleKit/scripts
 %dir %{_udevdir}
 %dir %{_udevdir}/rules.d
+%dir %{_localstatedir}/log/ConsoleKit
 %{_udevdir}/udev-acl
 %{_udevdir}/rules.d/70-udev-acl.rules
 %{_prefix}/lib/ConsoleKit/scripts/ck-system-restart

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ConsoleKit for openSUSE:Factory

2013-01-28 Thread h_root
Hello community,

here is the log from the commit of package ConsoleKit for openSUSE:Factory 
checked in at 2013-01-29 06:43:37

Comparing /work/SRC/openSUSE:Factory/ConsoleKit (Old)
 and  /work/SRC/openSUSE:Factory/.ConsoleKit.new (New)


Package is ConsoleKit, Maintainer is hma...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ConsoleKit/ConsoleKit-doc.changes
2012-10-19 06:49:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.ConsoleKit.new/ConsoleKit-doc.changes   
2013-01-29 06:43:38.0 +0100
@@ -1,0 +2,17 @@
+Thu Jan 24 08:40:22 UTC 2013 - rmila...@suse.com
+
+- move-pid-and-database-to-run-directory.patch: move database and
+  pid file to /run/ConsoleKit. 
+
+---
+Mon Dec  3 13:49:22 CET 2012 - ti...@suse.de
+
+- obsoletes udev-acl package (bnc#791320)
+
+---
+Tue Nov 27 10:28:00 UTC 2012 - rmila...@suse.com
+
+- import-udev-acl-tool-from-udev.patch: add udev-acl to ConsoleKit
+  for systems which don't use systemd-logind (bnc#791320).
+
+---
--- /work/SRC/openSUSE:Factory/ConsoleKit/ConsoleKit.changes2012-12-05 
13:48:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.ConsoleKit.new/ConsoleKit.changes   
2013-01-29 06:43:38.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 24 08:40:22 UTC 2013 - rmila...@suse.com
+
+- move-pid-and-database-to-run-directory.patch: move database and
+  pid file to /run/ConsoleKit. 
+
+---

New:

  move-pid-and-database-to-run-directory.patch



Other differences:
--
++ ConsoleKit-doc.spec ++
--- /var/tmp/diff_new_pack.JUrJfP/_old  2013-01-29 06:43:39.0 +0100
+++ /var/tmp/diff_new_pack.JUrJfP/_new  2013-01-29 06:43:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ConsoleKit-doc
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -19,11 +19,15 @@
 Name:   ConsoleKit-doc
 %define build_doc 1
 %define pkg_name ConsoleKit
+%define _udevdir %(pkg-config --variable=udevdir udev)
 # WARNING: If you are editing ConsoleKit-doc.spec, STOP. Always edit
 # ConsoleKit.spec and then run pre-checkin.sh which will create
 # ConsoleKit-doc.spec based upon ConsoleKit.spec.
 Url:http://consolekit.freedesktop.org
 BuildRequires:  dbus-1-glib-devel
+BuildRequires:  glib2-devel
+BuildRequires:  glibc-devel
+BuildRequires:  libacl-devel
 BuildRequires:  libtool
 BuildRequires:  pam-devel
 BuildRequires:  pkgconfig
@@ -31,6 +35,7 @@
 BuildRequires:  xorg-x11-libX11-devel
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(systemd)
+BuildRequires:  pkgconfig(udev)
 %if %build_doc
 BuildRequires:  gtk2-devel
 BuildRequires:  xmlto
@@ -43,6 +48,9 @@
 Release:0
 Source: %{pkg_name}-%{version}.tar.bz2
 Source2:baselibs.conf
+Patch0: import-udev-acl-tool-from-udev.patch
+Patch1: move-pid-and-database-to-run-directory.patch
+Obsoletes:  udev-acl = 173
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{?systemd_requires}
 %if %build_doc == 0
@@ -81,6 +89,8 @@
 
 %prep
 %setup -q -n ConsoleKit-%{version}
+%patch0 -p1
+%patch1 -p1
 
 %build
 export V=1
@@ -92,6 +102,7 @@
   --sysconfdir=%_sysconfdir \
   --libexecdir=%{_prefix}/lib/ConsoleKit \
   --enable-pam-module \
+  --enable-udev-acl \
   --with-pam-module-dir=/%_lib/security \
   --localstatedir=%{_localstatedir} \
 %if %{build_doc}
@@ -101,9 +112,10 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} UDEVDIR=%{_udevdir} install
 mkdir -p $RPM_BUILD_ROOT/etc/init.d
 mkdir -p $RPM_BUILD_ROOT/etc/ConsoleKit/seats.d
+mkdir -p $RPM_BUILD_ROOT%{_udevdir}/rules.d
 rm -f $RPM_BUILD_ROOT/%_lib/security/pam_ck_connector.la
 rm -f $RPM_BUILD_ROOT/%_libdir/*.la
 %if %{build_doc}
@@ -164,6 +176,10 @@
 %dir %{_prefix}/lib/ConsoleKit/run-seat.d
 %dir %{_prefix}/lib/ConsoleKit/run-session.d
 %dir %{_prefix}/lib/ConsoleKit/scripts
+%dir %{_udevdir}
+%dir %{_udevdir}/rules.d
+%{_udevdir}/udev-acl
+%{_udevdir}/rules.d/70-udev-acl.rules
 %{_prefix}/lib/ConsoleKit/scripts/ck-system-restart
 %{_prefix}/lib/ConsoleKit/scripts/ck-system-stop
 %{_prefix}/lib/ConsoleKit/ck-collect-session-info

++ ConsoleKit.spec ++
--- /var/tmp/diff_new_pack.JUrJfP/_old  2013-01-29 06:43:39.0 +0100
+++ /var/tmp/diff_new_pack.JUrJfP/_new  2013-01-29 

commit ConsoleKit for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package ConsoleKit for openSUSE:Factory 
checked in at 2012-12-05 13:48:12

Comparing /work/SRC/openSUSE:Factory/ConsoleKit (Old)
 and  /work/SRC/openSUSE:Factory/.ConsoleKit.new (New)


Package is ConsoleKit, Maintainer is hma...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ConsoleKit/ConsoleKit.changes2012-10-19 
06:49:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.ConsoleKit.new/ConsoleKit.changes   
2012-12-05 13:48:14.0 +0100
@@ -1,0 +2,11 @@
+Mon Dec  3 13:49:22 CET 2012 - ti...@suse.de
+
+- obsoletes udev-acl package (bnc#791320)
+
+---
+Tue Nov 27 10:28:00 UTC 2012 - rmila...@suse.com
+
+- import-udev-acl-tool-from-udev.patch: add udev-acl to ConsoleKit
+  for systems which don't use systemd-logind (bnc#791320).
+
+---

New:

  import-udev-acl-tool-from-udev.patch



Other differences:
--
++ ConsoleKit.spec ++
--- /var/tmp/diff_new_pack.cr9Y94/_old  2012-12-05 13:48:15.0 +0100
+++ /var/tmp/diff_new_pack.cr9Y94/_new  2012-12-05 13:48:15.0 +0100
@@ -19,11 +19,15 @@
 Name:   ConsoleKit
 %define build_doc 0
 %define pkg_name ConsoleKit
+%define _udevdir %(pkg-config --variable=udevdir udev)
 # WARNING: If you are editing ConsoleKit-doc.spec, STOP. Always edit
 # ConsoleKit.spec and then run pre-checkin.sh which will create
 # ConsoleKit-doc.spec based upon ConsoleKit.spec.
 Url:http://consolekit.freedesktop.org
 BuildRequires:  dbus-1-glib-devel
+BuildRequires:  glib2-devel
+BuildRequires:  glibc-devel
+BuildRequires:  libacl-devel
 BuildRequires:  libtool
 BuildRequires:  pam-devel
 BuildRequires:  pkgconfig
@@ -31,6 +35,7 @@
 BuildRequires:  xorg-x11-libX11-devel
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(systemd)
+BuildRequires:  pkgconfig(udev)
 %if %build_doc
 BuildRequires:  gtk2-devel
 BuildRequires:  xmlto
@@ -43,6 +48,8 @@
 Release:0
 Source: %{pkg_name}-%{version}.tar.bz2
 Source2:baselibs.conf
+Patch0: import-udev-acl-tool-from-udev.patch
+Obsoletes:  udev-acl = 173
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{?systemd_requires}
 %if %build_doc == 0
@@ -81,6 +88,7 @@
 
 %prep
 %setup -q -n ConsoleKit-%{version}
+%patch0 -p1
 
 %build
 export V=1
@@ -92,6 +100,7 @@
   --sysconfdir=%_sysconfdir \
   --libexecdir=%{_prefix}/lib/ConsoleKit \
   --enable-pam-module \
+  --enable-udev-acl \
   --with-pam-module-dir=/%_lib/security \
   --localstatedir=%{_localstatedir} \
 %if %{build_doc}
@@ -101,9 +110,10 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} UDEVDIR=%{_udevdir} install
 mkdir -p $RPM_BUILD_ROOT/etc/init.d
 mkdir -p $RPM_BUILD_ROOT/etc/ConsoleKit/seats.d
+mkdir -p $RPM_BUILD_ROOT%{_udevdir}/rules.d
 rm -f $RPM_BUILD_ROOT/%_lib/security/pam_ck_connector.la
 rm -f $RPM_BUILD_ROOT/%_libdir/*.la
 %if %{build_doc}
@@ -164,6 +174,10 @@
 %dir %{_prefix}/lib/ConsoleKit/run-seat.d
 %dir %{_prefix}/lib/ConsoleKit/run-session.d
 %dir %{_prefix}/lib/ConsoleKit/scripts
+%dir %{_udevdir}
+%dir %{_udevdir}/rules.d
+%{_udevdir}/udev-acl
+%{_udevdir}/rules.d/70-udev-acl.rules
 %{_prefix}/lib/ConsoleKit/scripts/ck-system-restart
 %{_prefix}/lib/ConsoleKit/scripts/ck-system-stop
 %{_prefix}/lib/ConsoleKit/ck-collect-session-info

++ import-udev-acl-tool-from-udev.patch ++
 603 lines (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ConsoleKit for openSUSE:Factory

2012-10-18 Thread h_root
Hello community,

here is the log from the commit of package ConsoleKit for openSUSE:Factory 
checked in at 2012-10-19 06:49:33

Comparing /work/SRC/openSUSE:Factory/ConsoleKit (Old)
 and  /work/SRC/openSUSE:Factory/.ConsoleKit.new (New)


Package is ConsoleKit, Maintainer is hma...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ConsoleKit/ConsoleKit-doc.changes
2012-03-01 07:25:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.ConsoleKit.new/ConsoleKit-doc.changes   
2012-10-19 06:49:35.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct 18 10:29:48 UTC 2012 - co...@suse.com
+
+- buildrequire systemd by pkgconfig provide to get systemd-mini
+  in build environments (to break cycle)
+
+---
ConsoleKit.changes: same change



Other differences:
--
++ ConsoleKit-doc.spec ++
--- /var/tmp/diff_new_pack.dDhKhu/_old  2012-10-19 06:49:40.0 +0200
+++ /var/tmp/diff_new_pack.dDhKhu/_new  2012-10-19 06:49:40.0 +0200
@@ -28,9 +28,9 @@
 BuildRequires:  pam-devel
 BuildRequires:  pkgconfig
 BuildRequires:  polkit-devel
-BuildRequires:  systemd-devel
 BuildRequires:  xorg-x11-libX11-devel
 BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(systemd)
 %if %build_doc
 BuildRequires:  gtk2-devel
 BuildRequires:  xmlto

ConsoleKit.spec: same change
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ConsoleKit for openSUSE:Factory

2012-02-29 Thread h_root
Hello community,

here is the log from the commit of package ConsoleKit for openSUSE:Factory 
checked in at 2012-03-01 07:25:05

Comparing /work/SRC/openSUSE:Factory/ConsoleKit (Old)
 and  /work/SRC/openSUSE:Factory/.ConsoleKit.new (New)


Package is ConsoleKit, Maintainer is hma...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ConsoleKit/ConsoleKit-doc.changes
2011-10-28 19:21:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.ConsoleKit.new/ConsoleKit-doc.changes   
2012-03-01 07:25:07.0 +0100
@@ -1,0 +2,14 @@
+Mon Feb 27 13:44:03 UTC 2012 - vu...@opensuse.org
+
+- Fix systemd-related packaging:
+  + Add systemd-devel BuildRequires.
+  + Use %{?systemd_requires}.
+  + Stop passing --with-systemdsystemunitdir to configure: we'll
+just use the right default value, which should be %{_unitdir}.
+  + Call %service_{add,del}_* macros in scriptlets for
+console-kit-daemon.service.
+  + Note that we don't call those macros for
+console-kit-log-system-{restart,start,stop}.service since those
+services are used in specific cases only.
+
+---
ConsoleKit.changes: same change



Other differences:
--
++ ConsoleKit-doc.spec ++
--- /var/tmp/diff_new_pack.IyK6cq/_old  2012-03-01 07:25:09.0 +0100
+++ /var/tmp/diff_new_pack.IyK6cq/_new  2012-03-01 07:25:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ConsoleKit-doc
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:   ConsoleKit-doc
 %define build_doc 1
 %define pkg_name ConsoleKit
@@ -27,22 +26,25 @@
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  libtool
 BuildRequires:  pam-devel
-BuildRequires:  xorg-x11-libX11-devel
+BuildRequires:  pkgconfig
 BuildRequires:  polkit-devel
+BuildRequires:  systemd-devel
+BuildRequires:  xorg-x11-libX11-devel
 BuildRequires:  zlib-devel
-BuildRequires:  pkgconfig
 %if %build_doc
-BuildRequires:  gtk2-devel xmlto
+BuildRequires:  gtk2-devel
+BuildRequires:  xmlto
 Provides:   
ConsoleKit:/usr/share/doc/packages/ConsoleKit/spec/ConcoleKit.html
 %endif
 Summary:System daemon for tracking users, sessions and seats
-Version:0.4.5
-Release:1
 License:GPL-2.0+
 Group:  System/Daemons
+Version:0.4.5
+Release:0
 Source: %{pkg_name}-%{version}.tar.bz2
 Source2:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%{?systemd_requires}
 %if %build_doc == 0
 PreReq: pwdutils login
 PreReq: pam-config = 0.22
@@ -56,19 +58,18 @@
 %if !%{build_doc}
 
 %package -n ConsoleKit-devel
-License:GPL-2.0+
 Summary:Developer package for ConsoleKit
-Requires:   %{pkg_name} = %{version}-%{release}, dbus-1-devel
 Group:  Development/Libraries/Other
+Requires:   %{pkg_name} = %{version}-%{release}
+Requires:   dbus-1-devel
 
 %description -n ConsoleKit-devel
 Developer package for ConsoleKit and libck-connector
 
 %package -n ConsoleKit-x11
-License:GPL-2.0+
 Summary:System daemon for tracking users, sessions and seats
-Requires:   %{pkg_name} = %{version}-%{release}
 Group:  System/Daemons
+Requires:   %{pkg_name} = %{version}-%{release}
 Supplements:packageand(xorg-x11:ConsoleKit)
 
 %description -n ConsoleKit-x11
@@ -93,7 +94,6 @@
   --enable-pam-module \
   --with-pam-module-dir=/%_lib/security \
   --localstatedir=%{_localstatedir} \
-  --with-systemdsystemunitdir=/lib/systemd/system \
 %if %{build_doc}
   --enable-docbook-docs \
 %endif
@@ -127,15 +127,23 @@
 %endif
 %if !%{build_doc}
 
+%pre
+%service_add_pre console-kit-daemon.service
+
 %post
 /sbin/ldconfig
+%service_add_post console-kit-daemon.service
 if [ -n $YAST_IS_RUNNING ]; then
/usr/sbin/pam-config --service login -a -f --ck_connector
 else
/usr/sbin/pam-config --service login -a --ck_connector || echo please 
call \/usr/sbin/pam-config --service login -a --ck_connector\ manually
 fi
 
+%preun
+%service_del_preun console-kit-daemon.service
+
 %postun
+%service_del_postun console-kit-daemon.service
 # make sure this is not called on update
 if [ $1 = 0 ]; then
 /usr/sbin/pam-config --service login -d --ck_connector ||:
@@ -172,8 +180,15 @@
 %{_datadir}/dbus-1/interfaces/org.freedesktop.ConsoleKit.Manager.xml
 %{_datadir}/dbus-1/interfaces/org.freedesktop.ConsoleKit.Seat.xml
 %{_datadir}/dbus-1/interfaces/org.freedesktop.ConsoleKit.Session.xml

commit ConsoleKit for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package ConsoleKit for openSUSE:Factory 
checked in at 2011-12-06 18:04:07

Comparing /work/SRC/openSUSE:Factory/ConsoleKit (Old)
 and  /work/SRC/openSUSE:Factory/.ConsoleKit.new (New)


Package is ConsoleKit, Maintainer is hma...@suse.com

Changes:

ConsoleKit.changes: same change



Other differences:
--
++ ConsoleKit-doc.spec ++
--- /var/tmp/diff_new_pack.Owxl6r/_old  2011-12-06 18:06:22.0 +0100
+++ /var/tmp/diff_new_pack.Owxl6r/_new  2011-12-06 18:06:22.0 +0100
@@ -38,7 +38,7 @@
 Summary:System daemon for tracking users, sessions and seats
 Version:0.4.5
 Release:1
-License:GPLv2+
+License:GPL-2.0+
 Group:  System/Daemons
 Source: %{pkg_name}-%{version}.tar.bz2
 Source2:baselibs.conf
@@ -56,7 +56,7 @@
 %if !%{build_doc}
 
 %package -n ConsoleKit-devel
-License:GPLv2+
+License:GPL-2.0+
 Summary:Developer package for ConsoleKit
 Requires:   %{pkg_name} = %{version}-%{release}, dbus-1-devel
 Group:  Development/Libraries/Other
@@ -65,7 +65,7 @@
 Developer package for ConsoleKit and libck-connector
 
 %package -n ConsoleKit-x11
-License:GPLv2+
+License:GPL-2.0+
 Summary:System daemon for tracking users, sessions and seats
 Requires:   %{pkg_name} = %{version}-%{release}
 Group:  System/Daemons

++ ConsoleKit.spec ++
--- /var/tmp/diff_new_pack.Owxl6r/_old  2011-12-06 18:06:22.0 +0100
+++ /var/tmp/diff_new_pack.Owxl6r/_new  2011-12-06 18:06:22.0 +0100
@@ -38,7 +38,7 @@
 Summary:System daemon for tracking users, sessions and seats
 Version:0.4.5
 Release:1
-License:GPLv2+
+License:GPL-2.0+
 Group:  System/Daemons
 Source: %{pkg_name}-%{version}.tar.bz2
 Source2:baselibs.conf
@@ -56,7 +56,7 @@
 %if !%{build_doc}
 
 %package -n ConsoleKit-devel
-License:GPLv2+
+License:GPL-2.0+
 Summary:Developer package for ConsoleKit
 Requires:   %{pkg_name} = %{version}-%{release}, dbus-1-devel
 Group:  Development/Libraries/Other
@@ -65,7 +65,7 @@
 Developer package for ConsoleKit and libck-connector
 
 %package -n ConsoleKit-x11
-License:GPLv2+
+License:GPL-2.0+
 Summary:System daemon for tracking users, sessions and seats
 Requires:   %{pkg_name} = %{version}-%{release}
 Group:  System/Daemons

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ConsoleKit for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package ConsoleKit for openSUSE:Factory 
checked in at 2011-10-28 19:18:37

Comparing /work/SRC/openSUSE:Factory/ConsoleKit (Old)
 and  /work/SRC/openSUSE:Factory/.ConsoleKit.new (New)


Package is ConsoleKit, Maintainer is hma...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ConsoleKit/ConsoleKit-doc.changes
2011-10-03 09:11:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.ConsoleKit.new/ConsoleKit-doc.changes   
2011-10-28 19:21:55.0 +0200
@@ -1,0 +2,7 @@
+Tue Oct 11 13:01:16 UTC 2011 - lnus...@suse.de
+
+- move ck-collect-session-info to main package as it doesn't depend on X and is
+  actually needed for ConsoleKit operation (bnc#727037)
+- make ConsoleKit-x11 install if both xorg-x11 and ConsoleKit are installed
+
+---
ConsoleKit.changes: same change



Other differences:
--
++ ConsoleKit-doc.spec ++
--- /var/tmp/diff_new_pack.1Xphwh/_old  2011-10-28 19:22:17.0 +0200
+++ /var/tmp/diff_new_pack.1Xphwh/_new  2011-10-28 19:22:17.0 +0200
@@ -69,6 +69,7 @@
 Summary:System daemon for tracking users, sessions and seats
 Requires:   %{pkg_name} = %{version}-%{release}
 Group:  System/Daemons
+Supplements:packageand(xorg-x11:ConsoleKit)
 
 %description -n ConsoleKit-x11
 ConsoleKit is a system daemon for tracking what users are logged into
@@ -157,6 +158,7 @@
 %dir %{_prefix}/lib/ConsoleKit/scripts
 %{_prefix}/lib/ConsoleKit/scripts/ck-system-restart
 %{_prefix}/lib/ConsoleKit/scripts/ck-system-stop
+%{_prefix}/lib/ConsoleKit/ck-collect-session-info
 %{_datadir}/dbus-1/system-services/org.freedesktop.ConsoleKit.service
 %config %_sysconfdir/dbus-1/system.d/ConsoleKit.conf
 %config %_sysconfdir/ConsoleKit/seats.d/00-primary.seat
@@ -183,7 +185,6 @@
 %defattr(-,root,root)
 %{_prefix}/lib/ConsoleKit/ck-get-x11-server-pid
 %{_prefix}/lib/ConsoleKit/ck-get-x11-display-device
-%{_prefix}/lib/ConsoleKit/ck-collect-session-info
 %endif
 
 %changelog

++ ConsoleKit.spec ++
--- /var/tmp/diff_new_pack.1Xphwh/_old  2011-10-28 19:22:17.0 +0200
+++ /var/tmp/diff_new_pack.1Xphwh/_new  2011-10-28 19:22:17.0 +0200
@@ -69,6 +69,7 @@
 Summary:System daemon for tracking users, sessions and seats
 Requires:   %{pkg_name} = %{version}-%{release}
 Group:  System/Daemons
+Supplements:packageand(xorg-x11:ConsoleKit)
 
 %description -n ConsoleKit-x11
 ConsoleKit is a system daemon for tracking what users are logged into
@@ -157,6 +158,7 @@
 %dir %{_prefix}/lib/ConsoleKit/scripts
 %{_prefix}/lib/ConsoleKit/scripts/ck-system-restart
 %{_prefix}/lib/ConsoleKit/scripts/ck-system-stop
+%{_prefix}/lib/ConsoleKit/ck-collect-session-info
 %{_datadir}/dbus-1/system-services/org.freedesktop.ConsoleKit.service
 %config %_sysconfdir/dbus-1/system.d/ConsoleKit.conf
 %config %_sysconfdir/ConsoleKit/seats.d/00-primary.seat
@@ -183,7 +185,6 @@
 %defattr(-,root,root)
 %{_prefix}/lib/ConsoleKit/ck-get-x11-server-pid
 %{_prefix}/lib/ConsoleKit/ck-get-x11-display-device
-%{_prefix}/lib/ConsoleKit/ck-collect-session-info
 %endif
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ConsoleKit for openSUSE:Factory

2011-10-03 Thread h_root

Hello community,

here is the log from the commit of package ConsoleKit for openSUSE:Factory
checked in at Mon Oct 3 09:11:23 CEST 2011.




--- openSUSE:Factory/ConsoleKit/ConsoleKit-doc.changes  2011-09-23 
01:50:37.0 +0200
+++ ConsoleKit/ConsoleKit-doc.changes   2011-10-02 13:03:36.0 +0200
@@ -2 +2 @@
-Sat Sep 17 09:12:39 UTC 2011 - jeng...@medozas.de
+Fri Sep 30 20:07:50 UTC 2011 - co...@suse.com
@@ -4 +4,6 @@
-- Remove redundant tags/sections from specfile
+- add libtool as buildrequire to make the spec file more reliable
+
+---
+Sat Sep 17 09:12:29 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from spec
--- openSUSE:Factory/ConsoleKit/ConsoleKit.changes  2011-09-23 
01:50:37.0 +0200
+++ ConsoleKit/ConsoleKit.changes   2011-09-30 22:11:01.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 30 20:07:50 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to make the spec file more reliable
+
+---

calling whatdependson for head-i586




Other differences:
--
++ ConsoleKit-doc.spec ++
--- /var/tmp/diff_new_pack.zZoje3/_old  2011-10-03 09:11:20.0 +0200
+++ /var/tmp/diff_new_pack.zZoje3/_new  2011-10-03 09:11:20.0 +0200
@@ -25,6 +25,7 @@
 # ConsoleKit-doc.spec based upon ConsoleKit.spec.
 Url:http://consolekit.freedesktop.org
 BuildRequires:  dbus-1-glib-devel
+BuildRequires:  libtool
 BuildRequires:  pam-devel
 BuildRequires:  xorg-x11-libX11-devel
 BuildRequires:  polkit-devel

++ ConsoleKit.spec ++
--- /var/tmp/diff_new_pack.zZoje3/_old  2011-10-03 09:11:20.0 +0200
+++ /var/tmp/diff_new_pack.zZoje3/_new  2011-10-03 09:11:20.0 +0200
@@ -25,6 +25,7 @@
 # ConsoleKit-doc.spec based upon ConsoleKit.spec.
 Url:http://consolekit.freedesktop.org
 BuildRequires:  dbus-1-glib-devel
+BuildRequires:  libtool
 BuildRequires:  pam-devel
 BuildRequires:  xorg-x11-libX11-devel
 BuildRequires:  polkit-devel

++ pre_checkin.sh ++
--- /var/tmp/diff_new_pack.zZoje3/_old  2011-10-03 09:11:20.0 +0200
+++ /var/tmp/diff_new_pack.zZoje3/_new  2011-10-03 09:11:20.0 +0200
@@ -20,3 +20,4 @@
 
 echo Copied ConsoleKit.changes to ConsoleKit-doc.changes
 
+osc service localrun format_spec_file

continue with q...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ConsoleKit for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package ConsoleKit for openSUSE:Factory
checked in at Wed Sep 21 16:50:39 CEST 2011.




--- ConsoleKit/ConsoleKit-doc.changes   2011-09-16 13:20:55.0 +0200
+++ /mounts/work_src_done/STABLE/ConsoleKit/ConsoleKit-doc.changes  
2011-09-17 11:12:51.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 09:12:39 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---
--- ConsoleKit/ConsoleKit.changes   2011-09-16 13:20:46.0 +0200
+++ /mounts/work_src_done/STABLE/ConsoleKit/ConsoleKit.changes  2011-09-17 
11:12:51.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 09:12:29 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from spec
+
+---

calling whatdependson for head-i586




Other differences:
--
++ ConsoleKit-doc.spec ++
--- /var/tmp/diff_new_pack.JqZBOi/_old  2011-09-21 16:50:34.0 +0200
+++ /var/tmp/diff_new_pack.JqZBOi/_new  2011-09-21 16:50:34.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   ConsoleKit-doc
@@ -40,7 +39,6 @@
 Release:1
 License:GPLv2+
 Group:  System/Daemons
-AutoReqProv:on
 Source: %{pkg_name}-%{version}.tar.bz2
 Source2:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -60,7 +58,6 @@
 License:GPLv2+
 Summary:Developer package for ConsoleKit
 Requires:   %{pkg_name} = %{version}-%{release}, dbus-1-devel
-AutoReqProv:on
 Group:  Development/Libraries/Other
 
 %description -n ConsoleKit-devel
@@ -70,7 +67,6 @@
 License:GPLv2+
 Summary:System daemon for tracking users, sessions and seats
 Requires:   %{pkg_name} = %{version}-%{release}
-AutoReqProv:on
 Group:  System/Daemons
 
 %description -n ConsoleKit-x11
@@ -145,9 +141,6 @@
 /sbin/ldconfig
 %endif
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %if %{build_doc}

ConsoleKit.spec: same change





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ConsoleKit for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package ConsoleKit for openSUSE:Factory
checked in at Mon Sep 19 17:12:16 CEST 2011.




--- ConsoleKit/ConsoleKit-doc.changes   2011-06-17 09:08:33.0 +0200
+++ /mounts/work_src_done/STABLE/ConsoleKit/ConsoleKit-doc.changes  
2011-09-16 13:20:55.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 16 11:20:37 UTC 2011 - co...@suse.com
+
+- remove outdated _service file
+
+---
ConsoleKit.changes: same change

calling whatdependson for head-i586


Old:

  _service



Other differences:
--
ConsoleKit.spec: same change





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ConsoleKit for openSUSE:Factory

2011-06-20 Thread h_root

Hello community,

here is the log from the commit of package ConsoleKit for openSUSE:Factory
checked in at Mon Jun 20 09:26:35 CEST 2011.




--- ConsoleKit/ConsoleKit-doc.changes   2011-03-09 14:05:16.0 +0100
+++ /mounts/work_src_done/STABLE/ConsoleKit/ConsoleKit-doc.changes  
2011-06-17 09:08:33.0 +0200
@@ -1,0 +2,7 @@
+Fri Jun 17 09:07:05 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.4.5:
+  + Retry opening console device on EIO (fdo#31790)
+  + systemd: don't pull in sysinit.target
+
+---
ConsoleKit.changes: same change

calling whatdependson for head-i586


Old:

  _service:download_url:ConsoleKit-0.4.4.tar.bz2

New:

  ConsoleKit-0.4.5.tar.bz2



Other differences:
--
++ ConsoleKit-doc.spec ++
--- /var/tmp/diff_new_pack.2GYgLS/_old  2011-06-20 09:26:19.0 +0200
+++ /var/tmp/diff_new_pack.2GYgLS/_new  2011-06-20 09:26:19.0 +0200
@@ -36,7 +36,7 @@
 Provides:   
ConsoleKit:/usr/share/doc/packages/ConsoleKit/spec/ConcoleKit.html
 %endif
 Summary:System daemon for tracking users, sessions and seats
-Version:0.4.4
+Version:0.4.5
 Release:1
 License:GPLv2+
 Group:  System/Daemons

ConsoleKit.spec: same change





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ConsoleKit for openSUSE:Factory

2011-03-09 Thread h_root

Hello community,

here is the log from the commit of package ConsoleKit for openSUSE:Factory
checked in at Wed Mar 9 17:24:23 CET 2011.




--- ConsoleKit/ConsoleKit-doc.changes   2010-11-18 16:04:10.0 +0100
+++ /mounts/work_src_done/STABLE/ConsoleKit/ConsoleKit-doc.changes  
2011-03-09 14:05:16.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar  9 13:04:48 UTC 2011 - co...@novell.com
+
+- version 0.4.4
+  - Small fixes for systemd support
+
+---
ConsoleKit.changes: same change

calling whatdependson for head-i586


Old:

  ConsoleKit-0.4.3.tar.bz2

New:

  _service
  _service:download_url:ConsoleKit-0.4.4.tar.bz2



Other differences:
--
++ ConsoleKit-doc.spec ++
--- /var/tmp/diff_new_pack.mMfg0t/_old  2011-03-09 17:24:01.0 +0100
+++ /var/tmp/diff_new_pack.mMfg0t/_new  2011-03-09 17:24:01.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package ConsoleKit-doc (Version 0.4.3)
+# spec file for package ConsoleKit-doc
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -36,7 +36,7 @@
 Provides:   
ConsoleKit:/usr/share/doc/packages/ConsoleKit/spec/ConcoleKit.html
 %endif
 Summary:System daemon for tracking users, sessions and seats
-Version:0.4.3
+Version:0.4.4
 Release:1
 License:GPLv2+
 Group:  System/Daemons

ConsoleKit.spec: same change
++ _service ++
services
  service name=download_url
param name=protocolhttp/param
param name=hostwww.freedesktop.org/param
param 
name=path/software/ConsoleKit/dist/ConsoleKit-0.4.4.tar.bz2/param
  /service
  service name=verify_file
param name=file_service:download_url:ConsoleKit-0.4.4.tar.bz2/param
param name=verifiersha256/param
param 
name=checksumf0c00969fb6fe7d628071f0f43ac0d411982a5e798d7dc31747caa772c9716ae/param
  /service
/services




Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org