commit insserv-compat for openSUSE:Factory

2013-01-09 Thread h_root
Hello community,

here is the log from the commit of package insserv-compat for openSUSE:Factory 
checked in at 2013-01-10 07:16:49

Comparing /work/SRC/openSUSE:Factory/insserv-compat (Old)
 and  /work/SRC/openSUSE:Factory/.insserv-compat.new (New)


Package is "insserv-compat", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.insserv-compat.new/insserv-compat.changes   
2013-01-10 07:16:51.0 +0100
@@ -0,0 +1,5 @@
+---
+Tue Dec 18 16:49:43 UTC 2012 - lnus...@suse.de
+
+- new package
+

New:

  init-functions
  insserv-compat.changes
  insserv-compat.spec
  insserv.pl



Other differences:
--
++ insserv-compat.spec ++
#
# spec file for package insserv-compat
#
# 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
# 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/
#
# icecream 0


Name:   insserv-compat
Summary:Simple insserv replacement for systemd only systems
License:MIT
Group:  System/Base
Version:0.1
Release:0
Url:
https://build.opensuse.org/package/show?package=%name&project=openSUSE%3AFactory
Source: insserv.pl
Source1:init-functions
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Obsoletes:  insserv <= 1.16.0
Provides:   insserv = 1.16.1-1

%description 
insserv is used enable System V init scripts. This package only
contains a stub implemenation for use on systemd only systems.

%prep
%setup -q -c -T
%build
pod2man -s 8 -c 'The openSUSE boot concept' -r "openSUSE 12.3" -u %SOURCE0 
insserv.8

%install
for i in /sbin %{_sbindir} /usr/lib/lsb /lib/lsb %{_mandir}/man8; do
install -d -m 755 %{buildroot}$i
done
install -m755 %{SOURCE0} %{buildroot}%{_sbindir}/insserv
install -m755 %{SOURCE1} %{buildroot}/lib/lsb/init-functions
install -m644 insserv.8 %{buildroot}%{_mandir}/man8
ln -s ../usr/sbin/insserv  %{buildroot}/sbin/insserv
ln -s ../../sbin/insserv  %{buildroot}/usr/lib/lsb/install_initd
ln -s ../../sbin/insserv  %{buildroot}/usr/lib/lsb/remove_initd

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_sbindir}/insserv
/sbin/insserv
/lib/lsb/init-functions
/usr/lib/lsb/install_initd
/usr/lib/lsb/remove_initd
%{_mandir}/man8/insserv.*

%changelog
++ init-functions ++
#
# Define init LSB shell functions
#

#
# Source SuSE's rc functions
#
. /etc/rc.status

#
# Be sure that  start_daemon, killproc, and
# pidofproc will be script functions.
#
function start_daemon ()
{
/sbin/start_daemon ${1+"$@"}
}

function killproc ()
{
/sbin/killproc ${1+"$@"}
}

function pidofproc ()
{
/sbin/pidofproc ${1+"$@"}
}

#
# Logging of succes messages
#
function log_success_msg ()
{
echo -en "$@"
echo -e  "$rc_done"
}

#
# Logging of failure messages
#
function log_failure_msg ()
{
echo -en "$@"
echo -e  "$rc_failed"
}

#
# Logging of warn messages
#
function log_warning_msg ()
{
echo -en "$@"
echo -e  "${stat}${attn} warning${norm}"
}

++ insserv.pl ++
#!/usr/bin/perl -w
# Copyright (c) 2012,2013 SUSE Linux Products GmbH
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CON

commit patchinfo.1198 for openSUSE:12.2:Update

2013-01-09 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1198 for 
openSUSE:12.2:Update checked in at 2013-01-09 17:16:53

Comparing /work/SRC/openSUSE:12.2:Update/patchinfo.1198 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.patchinfo.1198.new (New)


Package is "patchinfo.1198", Maintainer is ""

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  fcrozat
  recommended
  moderate
  systemd: Two bugfixes
  This update fixes the following issues for systemd:
- bnc#796525: Restart journal when updating from release without 
fix-forward-to-journal.patch included
- bnc#787424: fix crash when using kill-session or kill-user
  systemd can not start/stop some services 
after upgrade
  systemd-loginctl kill user core dump

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



commit systemd for openSUSE:12.2:Update

2013-01-09 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:12.2:Update 
checked in at 2013-01-09 17:16:51

Comparing /work/SRC/openSUSE:12.2:Update/systemd (Old)
 and  /work/SRC/openSUSE:12.2:Update/.systemd.new (New)


Package is "systemd", Maintainer is ""

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.b7n7kA/_old  2013-01-09 17:16:52.0 +0100
+++ /var/tmp/diff_new_pack.b7n7kA/_new  2013-01-09 17:16:52.0 +0100
@@ -1 +1 @@
-
+

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



commit systemd-gtk for openSUSE:12.2:Update

2013-01-09 Thread h_root
Hello community,

here is the log from the commit of package systemd-gtk for openSUSE:12.2:Update 
checked in at 2013-01-09 17:16:47

Comparing /work/SRC/openSUSE:12.2:Update/systemd-gtk (Old)
 and  /work/SRC/openSUSE:12.2:Update/.systemd-gtk.new (New)


Package is "systemd-gtk", Maintainer is ""

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.P050HU/_old  2013-01-09 17:16:51.0 +0100
+++ /var/tmp/diff_new_pack.P050HU/_new  2013-01-09 17:16:51.0 +0100
@@ -1 +1 @@
-
+

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



commit systemd-gtk.1198 for openSUSE:12.2:Update

2013-01-09 Thread h_root
Hello community,

here is the log from the commit of package systemd-gtk.1198 for 
openSUSE:12.2:Update checked in at 2013-01-09 17:16:46

Comparing /work/SRC/openSUSE:12.2:Update/systemd-gtk.1198 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.systemd-gtk.1198.new (New)


Package is "systemd-gtk.1198", Maintainer is ""

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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