Accepting request 593898 from Base:System

- Correct line break in patch file-5.24-nitpick.dif (boo#1087924)

OBS-URL: https://build.opensuse.org/request/show/593898
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/file?expand=0&rev=107
This commit is contained in:
Yuchen Lin 2018-04-10 07:51:58 +00:00 committed by Git OBS Bridge
commit e36553d55d
3 changed files with 8 additions and 3 deletions

View File

@ -51,8 +51,8 @@
#ifdef S_IFLNK
-OPT('L', "dereference", 0, 1, " follow symlinks")
-OPT('h', "no-dereference", 0, 2, " don't follow symlinks")
+OPT_POSIX('L', "dereference", 0, 0, " follow symlinks")
+OPT_POSIX('h', "no-dereference", 0, 0, " don't follow symlinks")
+OPT_POSIX('L', "dereference", 0, 1, " follow symlinks")
+OPT_POSIX('h', "no-dereference", 0, 2, " don't follow symlinks")
#endif
OPT('n', "no-buffer", 0, 0, " do not buffer output\n")
OPT('N', "no-pad", 0, 0, " do not pad output\n")

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 6 07:08:24 UTC 2018 - werner@suse.de
- Correct line break in patch file-5.24-nitpick.dif (boo#1087924)
-------------------------------------------------------------------
Thu Feb 22 15:13:16 UTC 2018 - fvogt@suse.com

View File

@ -31,7 +31,7 @@ Url: http://www.darwinsys.com/file/
Version: 5.32
Release: 0
Summary: Python module to use libmagic
License: BSD-3-Clause and BSD-4-Clause
License: BSD-3-Clause AND BSD-4-Clause
Group: Development/Languages/Python
Source99: file.spec
%{expand:%(sed -n -e '/^Source:/,/^BuildRoot:/p' <%{_sourcedir}/file.spec)}