From f3f6bb3f47f255986742e118ab78bd7723084514de3b0b40b0fb10f611b6d18d Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Wed, 16 Mar 2022 20:46:20 +0000 Subject: [PATCH] - Import commit ca89b1d1fd1ae86cc1e763d2d01ec2806f3a4d3a 37b683c832 journal: preserve acls when rotating user journals with NOCOW attribute set d043fabebc journal: when copying journal file to undo NOCOW flag, go via fd 78c2766689 journal-file: explicitly handle file systems that do not support hole punching 7ecfb4b098 journal-file: fix error handling of pread() in journald_file_punch_holes() c4946a412c journal-file: don't use pread() when determining where to append, use mmap as before d3fbd20628 journal: various fixes to journal_file_read_object() 5897a8e8d4 shared: Handle filesystems that don't support hole punching in COPY_HOLES 27746408e2 journal: Truncate file instead of punching hole in final object 59b6130030 shared: Ensure COPY_HOLES copies trailing holes ac9ccba73f journal: stat journal file after truncating 0257283444 journal: Copy holes when archiving BTRFS journal files 26c2a9952d shared: Copy holes in sparse files in copy_bytes_full() 6c7191dece copy: fix wrong argument passed to S_ISREG() in copy_file_fd_full() af0a43024d udev: 60-persistent-storage-tape.rules: handle duplicate device ID (bsc#1195529) OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1263 --- systemd-v250.3+suse.18.gdbd8bd2b9f.tar.xz | 3 --- systemd-v250.3+suse.33.gca89b1d1fd.tar.xz | 3 +++ systemd.changes | 20 ++++++++++++++++++++ systemd.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 systemd-v250.3+suse.18.gdbd8bd2b9f.tar.xz create mode 100644 systemd-v250.3+suse.33.gca89b1d1fd.tar.xz diff --git a/systemd-v250.3+suse.18.gdbd8bd2b9f.tar.xz b/systemd-v250.3+suse.18.gdbd8bd2b9f.tar.xz deleted file mode 100644 index b14b351e..00000000 --- a/systemd-v250.3+suse.18.gdbd8bd2b9f.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71bed90f579c06f96c9e9e1324d247ab5bf5033f9aa60955019835e128fcb240 -size 7620048 diff --git a/systemd-v250.3+suse.33.gca89b1d1fd.tar.xz b/systemd-v250.3+suse.33.gca89b1d1fd.tar.xz new file mode 100644 index 00000000..9fb04db0 --- /dev/null +++ b/systemd-v250.3+suse.33.gca89b1d1fd.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca66c993e98e7aeb08e0c6efaedc47e1bd34d2f717f027ae9c0ae5c69ff62b1c +size 7620896 diff --git a/systemd.changes b/systemd.changes index afdb38b5..fb26d639 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Mar 16 20:36:36 UTC 2022 - Franck Bui + +- Import commit ca89b1d1fd1ae86cc1e763d2d01ec2806f3a4d3a + + 37b683c832 journal: preserve acls when rotating user journals with NOCOW attribute set + d043fabebc journal: when copying journal file to undo NOCOW flag, go via fd + 78c2766689 journal-file: explicitly handle file systems that do not support hole punching + 7ecfb4b098 journal-file: fix error handling of pread() in journald_file_punch_holes() + c4946a412c journal-file: don't use pread() when determining where to append, use mmap as before + d3fbd20628 journal: various fixes to journal_file_read_object() + 5897a8e8d4 shared: Handle filesystems that don't support hole punching in COPY_HOLES + 27746408e2 journal: Truncate file instead of punching hole in final object + 59b6130030 shared: Ensure COPY_HOLES copies trailing holes + ac9ccba73f journal: stat journal file after truncating + 0257283444 journal: Copy holes when archiving BTRFS journal files + 26c2a9952d shared: Copy holes in sparse files in copy_bytes_full() + 6c7191dece copy: fix wrong argument passed to S_ISREG() in copy_file_fd_full() + af0a43024d udev: 60-persistent-storage-tape.rules: handle duplicate device ID (bsc#1195529) + ------------------------------------------------------------------- Sat Mar 12 12:57:26 UTC 2022 - Callum Farmer diff --git a/systemd.spec b/systemd.spec index a2247ac1..02740f21 100644 --- a/systemd.spec +++ b/systemd.spec @@ -27,7 +27,7 @@ %endif %define min_kernel_version 4.5 -%define suse_version +suse.18.gdbd8bd2b9f +%define suse_version +suse.33.gca89b1d1fd %define _testsuitedir /usr/lib/systemd/tests %define xinitconfdir %{?_distconfdir}%{!?_distconfdir:%{_sysconfdir}}/X11/xinit