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:
commit
2851aa3c40
@ -51,8 +51,8 @@
|
|||||||
#ifdef S_IFLNK
|
#ifdef S_IFLNK
|
||||||
-OPT('L', "dereference", 0, 1, " follow symlinks")
|
-OPT('L', "dereference", 0, 1, " follow symlinks")
|
||||||
-OPT('h', "no-dereference", 0, 2, " don't follow symlinks")
|
-OPT('h', "no-dereference", 0, 2, " don't follow symlinks")
|
||||||
+OPT_POSIX('L', "dereference", 0, 0, " follow symlinks")
|
+OPT_POSIX('L', "dereference", 0, 1, " follow symlinks")
|
||||||
+OPT_POSIX('h', "no-dereference", 0, 0, " don't follow symlinks")
|
+OPT_POSIX('h', "no-dereference", 0, 2, " don't follow symlinks")
|
||||||
#endif
|
#endif
|
||||||
OPT('n', "no-buffer", 0, 0, " do not buffer output\n")
|
OPT('n', "no-buffer", 0, 0, " do not buffer output\n")
|
||||||
OPT('N', "no-pad", 0, 0, " do not pad output\n")
|
OPT('N', "no-pad", 0, 0, " do not pad output\n")
|
||||||
|
@ -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
|
Thu Feb 22 15:13:16 UTC 2018 - fvogt@suse.com
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ Url: http://www.darwinsys.com/file/
|
|||||||
Version: 5.32
|
Version: 5.32
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python module to use libmagic
|
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
|
Group: Development/Languages/Python
|
||||||
Source99: file.spec
|
Source99: file.spec
|
||||||
%{expand:%(sed -n -e '/^Source:/,/^BuildRoot:/p' <%{_sourcedir}/file.spec)}
|
%{expand:%(sed -n -e '/^Source:/,/^BuildRoot:/p' <%{_sourcedir}/file.spec)}
|
||||||
|
Loading…
Reference in New Issue
Block a user