diff --git a/file-5.24-nitpick.dif b/file-5.24-nitpick.dif index b5e4b29..a8f242f 100644 --- a/file-5.24-nitpick.dif +++ b/file-5.24-nitpick.dif @@ -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") diff --git a/file.changes b/file.changes index c416252..9806ca7 100644 --- a/file.changes +++ b/file.changes @@ -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 diff --git a/python-magic.spec b/python-magic.spec index e610f3e..ddd93fc 100644 --- a/python-magic.spec +++ b/python-magic.spec @@ -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)}