- open.2: O_TMPFILE support was added to btrfs [bsc#967488]

+ man-pages-open-btrfs.patch

OBS-URL: https://build.opensuse.org/package/show/Documentation/man-pages?expand=0&rev=162
This commit is contained in:
Petr Gajdos 2016-02-22 09:15:21 +00:00 committed by Git OBS Bridge
parent 2890381589
commit b6b3872417
3 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,16 @@
--- man-pages-4.02/man2/open.2 2015-08-08 12:24:08.000000000 -0400
+++ man-pages-4.02/man2/open.2 2016-02-19 15:47:19.000000000 -0500
@@ -742,10 +742,10 @@
only a subset of Linux filesystems provide that support.
In the initial implementation, support was provided in
the ext2, ext3, ext4, UDF, Minix, and shmem filesystems.
-XFS support was added
+XFS and btrfs support was added
.\" commit 99b6436bc29e4f10e4388c27a3e4810191cc4788
.\" commit ab29743117f9f4c22ac44c13c1647fb24fb2bafe
-in Linux 3.15.
+in Linux 3.15, and Linux 3.16, respectively.
.TP
.B O_TRUNC
If the file already exists and is a regular file and the access mode allows

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 22 09:12:24 UTC 2016 - pgajdos@suse.com
- open.2: O_TMPFILE support was added to btrfs [bsc#967488]
+ man-pages-open-btrfs.patch
-------------------------------------------------------------------
Mon Jan 4 07:30:01 UTC 2016 - pgajdos@suse.com

View File

@ -31,6 +31,7 @@ Patch1: %{name}-remove-ioctl_list-reference.patch
Patch2: %{name}-adjtimex.2.patch
Patch3: %{name}_gai.conf-reference.patch
Patch5: %{name}-tty_ioctl.patch
Patch6: man-pages-open-btrfs.patch
BuildRequires: fdupes
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@ -52,6 +53,7 @@ only).
%patch2 -p1
%patch3
%patch5 -p1
%patch6 -p1
find -name "*.orig" | xargs rm -fv
%build