Hello community, here is the log from the commit of package mhvtl for openSUSE:Factory checked in at 2019-10-08 19:58:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mhvtl (Old) and /work/SRC/openSUSE:Factory/.mhvtl.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mhvtl" Tue Oct 8 19:58:30 2019 rev:6 rq:735901 version:1.62 Changes: -------- --- /work/SRC/openSUSE:Factory/mhvtl/mhvtl.changes 2019-04-02 09:23:25.180754772 +0200 +++ /work/SRC/openSUSE:Factory/.mhvtl.new.2352/mhvtl.changes 2019-10-08 19:58:33.372085025 +0200 @@ -1,0 +2,62 @@ +Sun Oct 06 14:42:22 UTC 2019 - [email protected] + +- Update to version 1.62_release: + * Update the 1.6.2 tarball name + * Update spec file for 1.6-2 release + * mhvtl.ko: Bump module version to reflect white-listed buffer work + * mhvtl.ko: Use white-listed buffer to copy data to/from kernel space + * Bump kernel module version + * mhvtl.ko: scsi_host_template changed block .ioctl + * mhvtl.ko: Remove useless printk("\n") + * Reformat KERNEL_VERSION() to make checkpatch.pl happier + * Bump kernel module version + * Fix kernel build SUBDIR going away post 5.3 + * mhvtl.ko: Fix compile on 5.0+ kernels + * mhvtl.ko: Bump version number due to serial_number change + * mhvtl.ko: Remove dependency on scsi mid layer serial_number + * Remove dead code + * Only build symlink paths for tape devices + * Silence another gcc error regarding snprintf + * Silence another gcc error regarding snprintf + * Make sure target buffer is large enough + * Use systemd-path to query mhvtl-device-conf-generator path + * Change Vagrantbox for Centos to one that is publicly available. + * Remove lzo from the install script and added -g to lsscsi + * Add Vagrant file with install script for testing + * Revert "Correct yet another /usr -> / path - this time for systemd etc stuff" + * Correct yet another /usr -> / path - this time for systemd etc stuff + * Correct systemd-generator default path + * Fix path to modprobe + * Ubuntu/Debian need the systemd-generators install in /lib not /usr/lib + * Sample script to build /dev/tape/by-path/ entries + * Add test for root user on install + * Update Change log and spec file for 1.6-1_release + * Add CRC check on read path + * Update dump_tape to understand CRC32 + * Add CRC32 to each block write + * Add libcrc32c routines + * Add additional field to reflect if tape in drive + * Move true/false values into single bit field + * Allow to override build date with SOURCE_DATE_EPOCH + * dump_tape: Fix off-by-one reading argv[] + * Improve SCSI cdb logging format from kernel module + * Fix typo for mktape in make_vtl_media + * Simplify building of mktape + * Clean up white space formatting in source + * A very basic script to show how to setup LIO iSCSI via pscsi driver + * Fix a media unload race condition + * Force shared library and systemd refresh on install + * bump kernel module version string. + * Remove use of "use_clustering" in our kernel driver. + * Correct mhvtl-load-modules.service dependencies. + + This results in replacing mhvtl-1.60_release.tar.xz with + mhvtl-1.62_release.tar.xz, and removing two patches, no + longer needed. Removed: + * mhvtl-systemd-load-modules-cleanup.patch + * mhvtl-remove-use-of-use_clustering.patch + + Also, updated SPEC-file %build and %install make commands to pass + in systemd generator directory. + +------------------------------------------------------------------- Old: ---- mhvtl-1.60_release.tar.xz mhvtl-remove-use-of-use_clustering.patch mhvtl-systemd-load-modules-cleanup.patch New: ---- mhvtl-1.62_release.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mhvtl.spec ++++++ --- /var/tmp/diff_new_pack.c0gkta/_old 2019-10-08 19:58:34.156082677 +0200 +++ /var/tmp/diff_new_pack.c0gkta/_new 2019-10-08 19:58:34.160082665 +0200 @@ -27,7 +27,7 @@ Name: mhvtl Url: http://sites.google.com/site/linuxvtl2/ PreReq: %insserv_prereq %fillup_prereq -Version: 1.60 +Version: 1.62 Release: 0 Requires: mhvtl-kmp Requires: module-init-tools @@ -47,8 +47,6 @@ Group: System/Daemons Source: %{name}-%{version}_release.tar.xz Source2: %{name}.preamble -Patch1: %{name}-remove-use-of-use_clustering.patch -Patch2: %{name}-systemd-load-modules-cleanup.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %{?systemd_ordering} @@ -79,11 +77,10 @@ %prep %setup -qn %{name}-%{version}_release -%patch1 -p1 -%patch2 -p1 %build -make MHVTL_HOME_PATH=%{mhvtl_home_dir} VERSION=%{version}_release +make MHVTL_HOME_PATH=%{mhvtl_home_dir} VERSION=%{version}_release \ + SYSTEMD_GENERATOR_DIR=%{_libexecdir}/systemd/system-generators %if 0%{buildkmp} == 1 for flavor in %flavors_to_build; do rm -rf obj/$flavor @@ -96,7 +93,8 @@ %install %make_install \ - MHVTL_HOME_PATH=%{mhvtl_home_dir} VERSION=%{version}_release LIBDIR=%{_libdir} + MHVTL_HOME_PATH=%{mhvtl_home_dir} VERSION=%{version}_release LIBDIR=%{_libdir} \ + SYSTEMD_GENERATOR_DIR=%{_libexecdir}/systemd/system-generators %if 0%{buildkmp} == 1 export INSTALL_MOD_PATH=%{buildroot} export INSTALL_MOD_DIR=updates ++++++ _service ++++++ --- /var/tmp/diff_new_pack.c0gkta/_old 2019-10-08 19:58:34.196082557 +0200 +++ /var/tmp/diff_new_pack.c0gkta/_new 2019-10-08 19:58:34.196082557 +0200 @@ -4,8 +4,8 @@ <param name="url">https://github.com/markh794/mhvtl.git</param> <param name="subdir"></param> <param name="filename">mhvtl</param> - <param name="versionformat">1.6-0_release</param> - <param name="revision">1.6-0_release</param> + <param name="versionformat">1.6-2_release</param> + <param name="revision">1.6-2_release</param> <param name="changesgenerate">enable</param> <param name="changesauthor">[email protected]</param> </service> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.c0gkta/_old 2019-10-08 19:58:34.220082485 +0200 +++ /var/tmp/diff_new_pack.c0gkta/_new 2019-10-08 19:58:34.224082473 +0200 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/markh794/mhvtl.git</param> - <param name="changesrevision">d324c2d4132c9675f96ad9d5cbbf03babdabda3b</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">06e325c2b5452fe1294fff04a0851118477a5a26</param></service></servicedata> \ No newline at end of file ++++++ mhvtl-1.60_release.tar.xz -> mhvtl-1.62_release.tar.xz ++++++ ++++ 2601 lines of diff (skipped)
