packages: systemd/systemd.spec, systemd/pld-port.patch (NEW) - up to 20

glen glen at pld-linux.org
Wed Mar 9 19:20:01 CET 2011


Author: glen                         Date: Wed Mar  9 18:20:01 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 20

---- Files affected:
packages/systemd:
   systemd.spec (1.20 -> 1.21) , pld-port.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/systemd/systemd.spec
diff -u packages/systemd/systemd.spec:1.20 packages/systemd/systemd.spec:1.21
--- packages/systemd/systemd.spec:1.20	Mon Mar  7 10:54:52 2011
+++ packages/systemd/systemd.spec	Wed Mar  9 19:19:55 2011
@@ -11,12 +11,12 @@
 Summary:	A System and Service Manager
 Summary(pl.UTF-8):	systemd - zarządca systemu i usług dla Linuksa
 Name:		systemd
-Version:	19
+Version:	20
 Release:	0.1
 License:	GPL v2+
 Group:		Base
 Source0:	http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.bz2
-# Source0-md5:	32de12b132a2f6c270d422d682362a91
+# Source0-md5:	c1c98eed410ec108b8bf74e4d94d5d66
 Patch0:		target-pld.patch
 Patch1:		pld-port.patch
 URL:		http://www.freedesktop.org/wiki/Software/systemd
@@ -206,6 +206,7 @@
 /etc/xdg/systemd/user
 %attr(755,root,root) /bin/systemd
 %attr(755,root,root) /bin/systemd-ask-password
+%attr(755,root,root) /bin/systemd-machine-id-setup
 %attr(755,root,root) /bin/systemd-notify
 %attr(755,root,root) /bin/systemd-tty-ask-password-agent
 %attr(755,root,root) %{_bindir}/systemd-cgls
@@ -225,9 +226,9 @@
 %{_datadir}/dbus-1/system-services/org.freedesktop.systemd1.service
 %{_datadir}/systemd
 %{_mandir}/man1/init.1
+%{_mandir}/man1/systemd.1*
 %{_mandir}/man1/systemd-cgls.1*
 %{_mandir}/man1/systemd-notify.1*
-%{_mandir}/man1/systemd.1*
 %{_mandir}/man3/sd_booted.3*
 %{_mandir}/man3/sd_is_fifo.3*
 %{_mandir}/man3/sd_is_socket.3
@@ -239,6 +240,7 @@
 %{_mandir}/man3/sd_readahead.3*
 %{_mandir}/man5/hostname.5*
 %{_mandir}/man5/locale.conf.5*
+%{_mandir}/man5/machine-id.5*
 %{_mandir}/man5/modules-load.d.5*
 %{_mandir}/man5/os-release.5*
 %{_mandir}/man5/systemd.automount.5*
@@ -307,6 +309,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2011/03/09 18:19:55  glen
+- up to 20
+
 Revision 1.20  2011/03/07 09:54:52  glen
 - up to 19
 

================================================================
Index: packages/systemd/pld-port.patch
diff -u /dev/null packages/systemd/pld-port.patch:1.1
--- /dev/null	Wed Mar  9 19:20:01 2011
+++ packages/systemd/pld-port.patch	Wed Mar  9 19:19:55 2011
@@ -0,0 +1,20 @@
+--- systemd-20/src/hostname-setup.c~	2011-03-08 20:47:29.000000000 +0200
++++ systemd-20/src/hostname-setup.c	2011-03-09 20:15:21.063880615 +0200
+@@ -30,7 +30,7 @@
+ #include "util.h"
+ #include "log.h"
+ 
+-#if defined(TARGET_FEDORA) || defined(TARGET_ALTLINUX) || defined(TARGET_MANDRIVA)
++#if defined(TARGET_FEDORA) || defined(TARGET_ALTLINUX) || defined(TARGET_MANDRIVA) || defined(TARGET_PLD)
+ #define FILENAME "/etc/sysconfig/network"
+ #elif defined(TARGET_SUSE) || defined(TARGET_SLACKWARE) || defined(TARGET_FRUGALWARE)
+ #define FILENAME "/etc/HOSTNAME"
+@@ -87,7 +87,7 @@
+ 
+ static int read_distro_hostname(char **hn) {
+ 
+-#if defined(TARGET_FEDORA) || defined(TARGET_ARCH) || defined(TARGET_GENTOO) || defined(TARGET_ALTLINUX) || defined(TARGET_MANDRIVA)
++#if defined(TARGET_FEDORA) || defined(TARGET_ARCH) || defined(TARGET_GENTOO) || defined(TARGET_ALTLINUX) || defined(TARGET_MANDRIVA) || defined(TARGET_PLD)
+         int r;
+         FILE *f;
+ 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/systemd/systemd.spec?r1=1.20&r2=1.21&f=u



More information about the pld-cvs-commit mailing list