forked from pool/rpmlint
suse-filesystem.diff, script-interpreter-only-for-exec-sc.diff: obsolete
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=516
This commit is contained in:
parent
2764482b3b
commit
3f5a9f1635
14
omit_BUILDROOT_from_pyo_files.patch
Normal file
14
omit_BUILDROOT_from_pyo_files.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
diff -u rpmlint-rpmlint-1.8.orig/Makefile rpmlint-rpmlint-1.8/Makefile
|
||||||
|
--- rpmlint-rpmlint-1.8.orig/Makefile 2016-05-03 18:21:47.823504438 +0200
|
||||||
|
+++ rpmlint-rpmlint-1.8/Makefile 2016-05-03 18:25:11.746636047 +0200
|
||||||
|
@@ -39,9 +39,7 @@
|
||||||
|
$(DESTDIR)$(LIBDIR)/[A-Z]*.py \
|
||||||
|
$(DESTDIR)$(LIBDIR)/__*__.py ; \
|
||||||
|
fi
|
||||||
|
- $(PYTHON) -O -m py_compile \
|
||||||
|
- $(DESTDIR)$(LIBDIR)/[A-Z]*.py \
|
||||||
|
- $(DESTDIR)$(LIBDIR)/__*__.py ; \
|
||||||
|
+ $(PYTHON) -O -m compileall -d $(LIBDIR) $(DESTDIR)$(LIBDIR)
|
||||||
|
for file in rpmlint rpmdiff ; do \
|
||||||
|
sed -e "s,#!/usr/bin/python ,#!$(PYTHON) ," $$file > $(DESTDIR)$(BINDIR)/$$file ; \
|
||||||
|
chmod +x $(DESTDIR)$(BINDIR)/$$file ; \
|
@ -184,7 +184,7 @@ Thu Sep 28 09:37:04 UTC 2017 - dmueller@suse.com
|
|||||||
issue_68_BinariesCheck_lower_memory-3.patch, issue_68_BinariesCheck_lower_memory-4.patch,
|
issue_68_BinariesCheck_lower_memory-3.patch, issue_68_BinariesCheck_lower_memory-4.patch,
|
||||||
BinariesCheck_fix_chroot_check_on_non_x86.patch: either upstreamed as is or slightly different
|
BinariesCheck_fix_chroot_check_on_non_x86.patch: either upstreamed as is or slightly different
|
||||||
- drop suse-sysv-init-checks.diff, 0001-Avoid-messing-with-the-error-encoding-Fixes-61.patch,
|
- drop suse-sysv-init-checks.diff, 0001-Avoid-messing-with-the-error-encoding-Fixes-61.patch,
|
||||||
suse-filesystem.diff: obsolete
|
suse-filesystem.diff, script-interpreter-only-for-exec-sc.diff: obsolete
|
||||||
- drop update_git.sh related stuff: this is obsolete, patches are
|
- drop update_git.sh related stuff: this is obsolete, patches are
|
||||||
either supposed to be upstreamed or handled via quilt
|
either supposed to be upstreamed or handled via quilt
|
||||||
- add suse-skip-macro-expansion.diff: rename from remove-expand-macros.diff
|
- add suse-skip-macro-expansion.diff: rename from remove-expand-macros.diff
|
||||||
|
@ -82,6 +82,7 @@ Patch63: fix-diag-sortorder.diff
|
|||||||
Patch64: drop-unicodedata-dep.diff
|
Patch64: drop-unicodedata-dep.diff
|
||||||
Patch65: 0001-split-wrong-script-interpreter-into-env-script-inter.patch
|
Patch65: 0001-split-wrong-script-interpreter-into-env-script-inter.patch
|
||||||
Patch66: 0001-Handle-post-scripts-that-contain-non-ascii-character.patch
|
Patch66: 0001-Handle-post-scripts-that-contain-non-ascii-character.patch
|
||||||
|
Patch67: omit_BUILDROOT_from_pyo_files.patch
|
||||||
Patch70: rpmlint-all-pie.patch
|
Patch70: rpmlint-all-pie.patch
|
||||||
BuildRequires: obs-service-format_spec_file
|
BuildRequires: obs-service-format_spec_file
|
||||||
BuildRequires: python3-flake8
|
BuildRequires: python3-flake8
|
||||||
|
Loading…
Reference in New Issue
Block a user