Hello community, here is the log from the commit of package mhvtl for openSUSE:Factory checked in at 2019-04-02 09:23:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mhvtl (Old) and /work/SRC/openSUSE:Factory/.mhvtl.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mhvtl" Tue Apr 2 09:23:23 2019 rev:5 rq:690408 version:1.60 Changes: -------- --- /work/SRC/openSUSE:Factory/mhvtl/mhvtl.changes 2019-04-01 12:38:33.069920081 +0200 +++ /work/SRC/openSUSE:Factory/.mhvtl.new.25356/mhvtl.changes 2019-04-02 09:23:25.180754772 +0200 @@ -1,0 +2,4 @@ +Sat Mar 30 12:08:09 UTC 2019 - Jan Engelhardt <[email protected]> + +- Reduce dependency on systemd. Make use of %make_install. + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mhvtl.spec ++++++ --- /var/tmp/diff_new_pack.4TOSck/_old 2019-04-02 09:23:25.700755120 +0200 +++ /var/tmp/diff_new_pack.4TOSck/_new 2019-04-02 09:23:25.700755120 +0200 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -40,8 +40,7 @@ BuildRequires: lzo-devel BuildRequires: modutils BuildRequires: openssl-devel -BuildRequires: systemd -BuildRequires: systemd-devel +BuildRequires: systemd-rpm-macros BuildRequires: zlib-devel Summary: Virtual Tape Library system License: GPL-2.0-only @@ -51,7 +50,7 @@ Patch1: %{name}-remove-use-of-use_clustering.patch Patch2: %{name}-systemd-load-modules-cleanup.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{?systemd_requires} +%{?systemd_ordering} %if 0%{buildkmp} == 1 %suse_kernel_module_package -n %{name} -p %{S:2} kdump ec2 um @@ -96,8 +95,8 @@ %endif %install -make DESTDIR=%{buildroot} \ - MHVTL_HOME_PATH=%{mhvtl_home_dir} VERSION=%{version}_release LIBDIR=%{_libdir} install +%make_install \ + MHVTL_HOME_PATH=%{mhvtl_home_dir} VERSION=%{version}_release LIBDIR=%{_libdir} %if 0%{buildkmp} == 1 export INSTALL_MOD_PATH=%{buildroot} export INSTALL_MOD_DIR=updates @@ -145,7 +144,7 @@ %config %{_sysconfdir}/mhvtl/device.conf %config %{_sysconfdir}/mhvtl/library_contents.10 %config %{_sysconfdir}/mhvtl/library_contents.30 -%{_libexecdir}/systemd/system-generators/mhvtl-device-conf-generator +%{_libexecdir}/systemd/system-generators/ %{_unitdir}/mhvtl-load-modules.service %{_unitdir}/mhvtl.target %{_unitdir}/[email protected]
