SHA256
1
0
forked from pool/systemd

Accepting request 512931 from home:fbui:systemd:Factory

- Import commit 6887cc21f23e33ac37801a01d76176e5c16fd8ea
  9dcc6c04e pid1: forward port console specificities handling for s390 arch to v234

- Import commit 986e98fd5a75470ba17e21fea12d7d4e966c1ecc
  4706ebc62 call chase_symlinks without the /sysroot prefix (#6411) (boo#1051172)

- Remove the unneeded hack forcing systemd-crypsetup binary to be linked against the just built libudev

OBS-URL: https://build.opensuse.org/request/show/512931
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=985
This commit is contained in:
Franck Bui 2017-07-28 14:31:20 +00:00 committed by Git OBS Bridge
parent 7a98849468
commit 84b1107095
5 changed files with 54 additions and 22 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2ecf38c4f36975e978edd400fe9405528393b656f97feb6188f45de0a9886091
size 3350388
oid sha256:a67ec597500cf2b739c1656738704845b2ff6bfaa153d7de79f66c6bb18336f1
size 3350088

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Fri Jul 28 14:22:38 UTC 2017 - fbui@suse.com
- Import commit 6887cc21f23e33ac37801a01d76176e5c16fd8ea
9dcc6c04e pid1: forward port console specificities handling for s390 arch to v234
-------------------------------------------------------------------
Fri Jul 28 13:06:27 UTC 2017 - fbui@suse.com
- Import commit 986e98fd5a75470ba17e21fea12d7d4e966c1ecc
4706ebc62 call chase_symlinks without the /sysroot prefix (#6411) (boo#1051172)
-------------------------------------------------------------------
Thu Jul 27 16:55:33 UTC 2017 - fbui@suse.com
- Remove the unneeded hack forcing systemd-crypsetup binary to be linked against the just built libudev
I don't remember why it was added but it looks unnecessary: most of
all systemd components are linked againt libsystemd-shared.so which
includes all the just built symbols.
Also I don't see why it was done only for systemd-cryptsetup since
all other binaries should have had suffered from the same issue.
-------------------------------------------------------------------
Wed Jul 26 14:23:36 UTC 2017 - fbui@suse.com

View File

@ -414,16 +414,6 @@ cp %{SOURCE7} m4/
%endif
%build
#
# Be sure that fresh build libudev is found and used at linkage time
#
sed -ri '/^systemd_cryptsetup_CFLAGS/,/^systemd_cryptsetup_LDADD/{ /^$/a\
systemd_cryptsetup_LDFLAGS =\\\
$(AM_LDFLAGS)\\\
-Wl,-rpath-link=$(top_srcdir)/.libs\
}' Makefile.am
./autogen.sh
# keep split-usr until all packages have moved their systemd rules to /usr

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Fri Jul 28 14:22:38 UTC 2017 - fbui@suse.com
- Import commit 6887cc21f23e33ac37801a01d76176e5c16fd8ea
9dcc6c04e pid1: forward port console specificities handling for s390 arch to v234
-------------------------------------------------------------------
Fri Jul 28 13:06:27 UTC 2017 - fbui@suse.com
- Import commit 986e98fd5a75470ba17e21fea12d7d4e966c1ecc
4706ebc62 call chase_symlinks without the /sysroot prefix (#6411) (boo#1051172)
-------------------------------------------------------------------
Thu Jul 27 16:55:33 UTC 2017 - fbui@suse.com
- Remove the unneeded hack forcing systemd-crypsetup binary to be linked against the just built libudev
I don't remember why it was added but it looks unnecessary: most of
all systemd components are linked againt libsystemd-shared.so which
includes all the just built symbols.
Also I don't see why it was done only for systemd-cryptsetup since
all other binaries should have had suffered from the same issue.
-------------------------------------------------------------------
Wed Jul 26 14:23:36 UTC 2017 - fbui@suse.com

View File

@ -412,16 +412,6 @@ cp %{SOURCE7} m4/
%endif
%build
#
# Be sure that fresh build libudev is found and used at linkage time
#
sed -ri '/^systemd_cryptsetup_CFLAGS/,/^systemd_cryptsetup_LDADD/{ /^$/a\
systemd_cryptsetup_LDFLAGS =\\\
$(AM_LDFLAGS)\\\
-Wl,-rpath-link=$(top_srcdir)/.libs\
}' Makefile.am
./autogen.sh
# keep split-usr until all packages have moved their systemd rules to /usr