[packages/systemd] - updated to 202 and fixed nss-myhostname unresolved symbols

baggins baggins at pld-linux.org
Fri Apr 19 22:53:05 CEST 2013


commit 51dbe8ca3411c3e47363931e245b20fabf01ff94
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Fri Apr 19 22:51:23 2013 +0200

    - updated to 202 and fixed nss-myhostname unresolved symbols

 nss-myhostname-link.patch | 12 ++++++++++++
 systemd.spec              |  6 ++++--
 udevadm-in-sbin.patch     | 16 ++++++++--------
 3 files changed, 24 insertions(+), 10 deletions(-)
---
diff --git a/systemd.spec b/systemd.spec
index 3f2af92..48f2e12 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -15,13 +15,13 @@ Summary:	A System and Service Manager
 Summary(pl.UTF-8):	systemd - zarządca systemu i usług dla Linuksa
 Name:		systemd
 # Verify ChangeLog and NEWS when updating (since there are incompatible/breaking changes very often)
-Version:	200
+Version:	202
 Release:	1
 Epoch:		1
 License:	GPL v2+ (udev), LGPL v2.1+ (the rest)
 Group:		Base
 Source0:	http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.xz
-# Source0-md5:	5584b96e55c46217dab4c1768d10a472
+# Source0-md5:	3136c6912d3ee1f6d4deb16234783731
 Source1:	%{name}-sysv-convert
 Source2:	%{name}_booted.c
 Source3:	network.service
@@ -58,6 +58,7 @@ Patch9:		udevadm-in-sbin.patch
 Patch10:	net-rename-revert.patch
 Patch11:	nss-in-rootlib.patch
 Patch12:	proc-hidepid.patch
+Patch13:	nss-myhostname-link.patch
 URL:		http://www.freedesktop.org/wiki/Software/systemd
 BuildRequires:	acl-devel
 BuildRequires:	attr-devel
@@ -571,6 +572,7 @@ Wiązania do Systemd dla Pythona.
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
+%patch13 -p1
 cp -p %{SOURCE2} src/systemd_booted.c
 
 %build
diff --git a/nss-myhostname-link.patch b/nss-myhostname-link.patch
new file mode 100644
index 0000000..81c6042
--- /dev/null
+++ b/nss-myhostname-link.patch
@@ -0,0 +1,12 @@
+--- systemd-202/Makefile.am~	2013-04-19 21:51:50.816971656 +0200
++++ systemd-202/Makefile.am	2013-04-19 22:04:20.667803944 +0200
+@@ -3435,6 +3435,9 @@
+ 	-shared \
+ 	-shrext .so.2
+ 
++libnss_myhostname_la_LIBADD = \
++	libsystemd-shared.la
++
+ rootlib_LTLIBRARIES = \
+ 	libnss_myhostname.la
+ endif
diff --git a/udevadm-in-sbin.patch b/udevadm-in-sbin.patch
index 6228b7c..75a6fcd 100644
--- a/udevadm-in-sbin.patch
+++ b/udevadm-in-sbin.patch
@@ -1,13 +1,13 @@
 --- systemd-183/Makefile.am~	2012-05-30 14:28:53.647009365 +0200
 +++ systemd-183/Makefile.am	2012-05-30 14:35:41.593661644 +0200
-@@ -2965,6 +2965,7 @@
- 	$(SED)	-e 's, at rootlibexecdir\@,$(rootlibexecdir),g' \
- 		-e 's, at rootbindir\@,$(rootbindir),g' \
- 		-e 's, at bindir\@,$(bindir),g' \
-+		-e 's, at sbindir\@,$(sbindir),g' \
- 		-e 's, at SYSTEMCTL\@,$(rootbindir)/systemctl,g' \
- 		-e 's, at SYSTEMD_NOTIFY\@,$(rootbindir)/systemd-notify,g' \
- 		-e 's, at pkgsysconfdir\@,$(pkgsysconfdir),g' \
+@@ -3817,6 +3817,7 @@
+        '|rootlibexecdir=$(rootlibexecdir)|' \
+        '|rootbindir=$(rootbindir)|' \
+        '|bindir=$(bindir)|' \
++       '|sbindir=$(sbindir)|' \
+        '|SYSTEMCTL=$(rootbindir)/systemctl|' \
+        '|SYSTEMD_NOTIFY=$(rootbindir)/systemd-notify|' \
+        '|pkgsysconfdir=$(pkgsysconfdir)|' \
 --- systemd-183/units/systemd-udev-trigger.service.in~	2012-05-21 15:14:51.642981269 +0200
 +++ systemd-183/units/systemd-udev-trigger.service.in	2012-05-30 13:55:20.229509590 +0200
 @@ -17,4 +17,4 @@
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/systemd.git/commitdiff/dcfb76d39bb0bdde500bdbd943ac3bda915f300c



More information about the pld-cvs-commit mailing list