Hello community, here is the log from the commit of package insserv for openSUSE:Factory checked in at 2012-11-26 18:56:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/insserv (Old) and /work/SRC/openSUSE:Factory/.insserv.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "insserv", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/insserv/insserv.changes 2012-11-22 16:13:52.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.insserv.new/insserv.changes 2012-11-26 18:58:46.000000000 +0100 @@ -1,0 +2,18 @@ +Mon Nov 26 07:59:55 UTC 2012 - [email protected] + +- Re-enable -DOSCBUILD as the build system is not fixed to havw the + correct boot dependencies at build time + +------------------------------------------------------------------- +Fri Nov 23 14:11:25 UTC 2012 - [email protected] + +- Use pkg-config to determine systemd unit path + +------------------------------------------------------------------- +Fri Nov 23 12:37:47 UTC 2012 - [email protected] + +- Parse all dependencies even the reverse cases +- Work around the broken dependency of localfs.service starting + After local-fs.target in systemd (bnc#789421) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ insserv.spec ++++++ --- /var/tmp/diff_new_pack.1tny32/_old 2012-11-26 18:59:02.000000000 +0100 +++ /var/tmp/diff_new_pack.1tny32/_new 2012-11-26 18:59:02.000000000 +0100 @@ -20,6 +20,7 @@ Provides: aaa_base:/sbin/insserv BuildRequires: dbus-1-devel BuildRequires: pkg-config +BuildRequires: systemd-devel Version: 1.16.0 Release: 0 Summary: A Program to Arrange Initialization Scripts @@ -32,6 +33,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %global _sysconfdir /etc %global _sbindir /sbin +%global _unitdir %(pkg-config --variable=systemdsystemunitdir systemd) %description Insserv enables an installed system init script (boot script) by @@ -49,8 +51,10 @@ %patch %build -# remove -DOSCBUILD if all packages are fixed +# It seems that the build system will not go to be fix +# ... remove -DOSCBUILD if all packages are fixed? RPM_OPT_FLAGS="$RPM_OPT_FLAGS -DOSCBUILD" +RPM_OPT_FLAGS="$RPM_OPT_FLAGS -DSYSTEMD_SERVICE_PATH=\\\"%{_unitdir}\\\"" make %{?_smp_mflags} INITDIR=%{_sysconfdir}/init.d INSCONF=%{_sysconfdir}/insserv.conf CC="%{__cc}" %install ++++++ insserv-1.16.0.dif ++++++ ++++ 645 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/insserv/insserv-1.16.0.dif ++++ and /work/SRC/openSUSE:Factory/.insserv.new/insserv-1.16.0.dif -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
