Hello community,
here is the log from the commit of package
systemd-presets-branding-openSUSE.1659 for openSUSE:12.3:Update checked in at
2013-05-14 17:03:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.3:Update/systemd-presets-branding-openSUSE.1659
(Old)
and
/work/SRC/openSUSE:12.3:Update/.systemd-presets-branding-openSUSE.1659.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "systemd-presets-branding-openSUSE.1659"
Changes:
--------
New Changes file:
--- /dev/null 2013-05-09 10:40:33.472011256 +0200
+++
/work/SRC/openSUSE:12.3:Update/.systemd-presets-branding-openSUSE.1659.new/systemd-presets-branding-openSUSE.changes
2013-05-14 17:03:12.000000000 +0200
@@ -0,0 +1,72 @@
+-------------------------------------------------------------------
+Fri May 3 10:01:28 UTC 2013 - [email protected]
+
+- as we have enabled multiversion kernel installs, also
+ enable purge-kernels by default. bnc#818317
+
+-------------------------------------------------------------------
+Fri Feb 22 09:04:00 UTC 2013 - [email protected]
+
+- Do not unconditionally enable NetworkManager service as this
+ breaks running /etc/init.d/network on update (bnc#803058).
+
+-------------------------------------------------------------------
+Wed Oct 17 13:07:59 UTC 2012 - [email protected]
+
+- Change location of presets with latest systemd.
+
+-------------------------------------------------------------------
+Tue Sep 11 12:40:36 UTC 2012 - [email protected]
+
+- Add nscd service (bnc#778981).
+
+-------------------------------------------------------------------
+Wed Jul 4 11:36:54 UTC 2012 - [email protected]
+
+- Add cups units (service, path and socket) (bnc#769346).
+
+-------------------------------------------------------------------
+Mon Dec 12 10:17:57 UTC 2011 - [email protected]
+
+- Add postfix (bnc#727403).
+
+-------------------------------------------------------------------
+Wed Oct 26 13:58:29 UTC 2011 - [email protected]
+
+- don't enable sysstat by default (bnc#725791)
+
+-------------------------------------------------------------------
+Mon Oct 17 15:59:43 UTC 2011 - [email protected]
+
+- Add sysstat.service (bnc#723858).
+
+-------------------------------------------------------------------
+Sun Oct 16 09:52:50 UTC 2011 - [email protected]
+
+- buildignore branding for systemd to avoid bootstrap cycle
+
+-------------------------------------------------------------------
+Fri Oct 7 12:55:48 UTC 2011 - [email protected]
+
+- Add Yast2 FirstBoot and Second Stage.
+
+-------------------------------------------------------------------
+Thu Sep 29 10:47:35 UTC 2011 - [email protected]
+
+- Don't enable avahi-dnsconfd.service after all.
+
+-------------------------------------------------------------------
+Thu Sep 29 09:50:25 UTC 2011 - [email protected]
+
+- Enable avahi-daemon.service and avahi-dnsconfd.service
+
+-------------------------------------------------------------------
+Thu Sep 29 09:09:29 UTC 2011 - [email protected]
+
+- Enable cron.service
+
+-------------------------------------------------------------------
+Mon Sep 26 16:13:37 UTC 2011 - [email protected]
+
+- Initial package
+
New:
----
default-openSUSE.preset
systemd-presets-branding-openSUSE.changes
systemd-presets-branding-openSUSE.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ systemd-presets-branding-openSUSE.spec ++++++
#
# spec file for package systemd-presets-branding-openSUSE
#
# 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/
#
Name: systemd-presets-branding-openSUSE
Version: 0.2.0
Release: 0
Summary: systemd default presets for openSUSE
License: GPL-2.0+
Group: System/Base
Source0: default-openSUSE.preset
BuildRequires: systemd
#!BuildIgnore: systemd-presets-branding
Requires: systemd
Provides: systemd-presets-branding = %{version}
Supplements: packageand(systemd:branding-openSUSE)
Conflicts: otherproviders(systemd-presets-branding)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%systemd_requires
%description
Default presets for systemd on openSUSE distribution.
%prep
%setup -q -T -c
%build
%install
mkdir -p %{buildroot}/usr/lib/systemd/system-preset
install -m644 %{SOURCE0} %{buildroot}/usr/lib/systemd/system-preset
%post
systemctl daemon-reload >/dev/null 2>&1 || :
%postun
if [ $1 -eq 0 ]; then
systemctl daemon-reload >/dev/null 2>&1 || :
fi
%files
%defattr(-,root,root)
/usr/lib/systemd/system-preset/*
%changelog
++++++ default-openSUSE.preset ++++++
enable acpid.service
enable cron.service
enable avahi-daemon.service
enable YaST2-Second-Stage.service
enable YaST2-Firstboot.service
enable postfix.service
enable cups.service
enable cups.path
enable cups.socket
enable nscd.service
enable purge-kernels.service
disable *
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]