]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- updated to 202 and fixed nss-myhostname unresolved symbols
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 19 Apr 2013 20:51:23 +0000 (22:51 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 19 Apr 2013 20:51:23 +0000 (22:51 +0200)
nss-myhostname-link.patch [new file with mode: 0644]
systemd.spec
udevadm-in-sbin.patch

diff --git a/nss-myhostname-link.patch b/nss-myhostname-link.patch
new file mode 100644 (file)
index 0000000..81c6042
--- /dev/null
@@ -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
index 3f2af929465a16d150fc270cbd2cc4df67e46093..48f2e123ac2a6682c624a955c3fafa5a67dcf458 100644 (file)
@@ -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
index 6228b7cfe3c5980bf47cb64cc38ac1f716952989..75a6fcd5d9f8b45a05337d1fa6030f649990ab34 100644 (file)
@@ -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,@rootlibexecdir\@,$(rootlibexecdir),g' \
-               -e 's,@rootbindir\@,$(rootbindir),g' \
-               -e 's,@bindir\@,$(bindir),g' \
-+              -e 's,@sbindir\@,$(sbindir),g' \
-               -e 's,@SYSTEMCTL\@,$(rootbindir)/systemctl,g' \
-               -e 's,@SYSTEMD_NOTIFY\@,$(rootbindir)/systemd-notify,g' \
-               -e 's,@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 @@
This page took 0.396346 seconds and 4 git commands to generate.