packages: systemd/systemd.spec - fix bc,bi and files
cactus
cactus at pld-linux.org
Mon Jan 16 22:54:08 CET 2012
Author: cactus Date: Mon Jan 16 21:54:08 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- fix bc,bi and files
---- Files affected:
packages/systemd:
systemd.spec (1.71 -> 1.72)
---- Diffs:
================================================================
Index: packages/systemd/systemd.spec
diff -u packages/systemd/systemd.spec:1.71 packages/systemd/systemd.spec:1.72
--- packages/systemd/systemd.spec:1.71 Mon Jan 16 22:25:07 2012
+++ packages/systemd/systemd.spec Mon Jan 16 22:54:03 2012
@@ -203,7 +203,8 @@
--disable-silent-rules \
--disable-static \
--with-distro=pld \
- --with-rootdir=
+ --with-rootprefix= \
+ --with-rootlibdir=/lib
%{__make}
./libtool --mode=link --tag=CC %{__cc} %{rpmcppflags} %{rpmcflags} -o systemd_booted %{rpmldflags} src/systemd_booted.c -L. -lsystemd-daemon
@@ -216,11 +217,6 @@
./libtool --mode=install install -m755 systemd_booted $RPM_BUILD_ROOT/bin/systemd_booted
-for lib in libsystemd-daemon libsystemd-login; do
- %{__mv} $RPM_BUILD_ROOT{%{_libdir}/$lib.so.*,/%{_lib}}
- ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/$lib.so.*.*.*) $RPM_BUILD_ROOT%{_libdir}/$lib.so
-done
-
# Create SysV compatibility symlinks. systemctl/systemd are smart
# enough to detect the way they were called
install -d $RPM_BUILD_ROOT/sbin
@@ -486,7 +482,7 @@
%files -n bash-completion-systemd
%defattr(644,root,root,755)
-/etc/bash_completion.d/systemctl-bash-completion.sh
+/etc/bash_completion.d/systemd-bash-completion.sh
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -494,6 +490,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.72 2012/01/16 21:54:03 cactus
+- fix bc,bi and files
+
Revision 1.71 2012/01/16 21:25:07 cactus
- up to v38; NFY - bc bi to be done --with-rootdir
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/systemd/systemd.spec?r1=1.71&r2=1.72&f=u
More information about the pld-cvs-commit
mailing list