drop undocumented non-upstream file-5.24-varied.patch

This commit is contained in:
Kamil Dudka 2017-02-23 17:55:06 +01:00
parent 82f900c2de
commit 3784582d5f
2 changed files with 2 additions and 42 deletions

View File

@ -1,40 +0,0 @@
diff --git a/magic/Magdir/varied.script b/magic/Magdir/varied.script
index 7f4e405..b3b50d5 100644
--- a/magic/Magdir/varied.script
+++ b/magic/Magdir/varied.script
@@ -4,27 +4,35 @@
0 string/t #!\ / a
>3 string >\0 %s script text executable
+!:strength / 10
0 string/b #!\ / a
>3 string >\0 %s script executable (binary data)
+!:strength / 10
0 string/t #!\t/ a
>3 string >\0 %s script text executable
+!:strength / 10
0 string/b #!\t/ a
>3 string >\0 %s script executable (binary data)
+!:strength / 10
0 string/t #!/ a
>2 string >\0 %s script text executable
+!:strength / 10
0 string/b #!/ a
>2 string >\0 %s script executable (binary data)
+!:strength / 10
0 string/t #!\ script text executable
>3 string >\0 for %s
+!:strength / 10
0 string/b #!\ script executable
>3 string >\0 for %s (binary data)
+!:strength / 10
# using env
0 string/t #!/usr/bin/env a

View File

@ -13,11 +13,10 @@ Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
# Upstream says it's up to distributions to add a way to support local-magic.
Patch0: file-localmagic.patch
# sent upstream
# not yet upstream
Patch3: file-4.17-rpm-name.patch
Patch4: file-5.04-volume_key.patch
Patch5: file-5.04-man-return-code.patch
Patch17: file-5.24-varied.patch
# picked from upstream
Patch18: file-5.30-fix-debug-info-reversed-logic.patch
@ -189,6 +188,7 @@ cd %{py3dir}
%changelog
* Thu Feb 23 2017 Kamil Dudka <kdudka@redhat.com> - 5.30-5
- drop undocumented non-upstream file-5.24-varied.patch
- drop undocumented non-upstream file-5.22-awk-perl.patch
- drop non-upstream file-5.19-cafebabe.patch no longer needed (#1134580)
- drop undocumented non-upstream file-5.14-x86boot.patch