- 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
This commit is contained in:
parent
fdc392bf33
commit
f3f6bb3f47
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71bed90f579c06f96c9e9e1324d247ab5bf5033f9aa60955019835e128fcb240
|
||||
size 7620048
|
3
systemd-v250.3+suse.33.gca89b1d1fd.tar.xz
Normal file
3
systemd-v250.3+suse.33.gca89b1d1fd.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca66c993e98e7aeb08e0c6efaedc47e1bd34d2f717f027ae9c0ae5c69ff62b1c
|
||||
size 7620896
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 16 20:36:36 UTC 2022 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- 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 <gmbr3@opensuse.org>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user