Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 850030 Details for
Bug 1053075
[PATCH] Don't whine about Requires(foo,bar) syntax on distros with rpm >= 4.7.1
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Filter out broken-syntax-in-scriptlet-requires except on EL[45]
rpmlint-scriptletdeps.patch (text/plain), 1.20 KB, created by
Ville Skyttä
on 2014-01-14 16:25:29 UTC
(
hide
)
Description:
Filter out broken-syntax-in-scriptlet-requires except on EL[45]
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2014-01-14 16:25:29 UTC
Size:
1.20 KB
patch
obsolete
>diff --git a/rpmlint.config b/rpmlint.config >index 59e78ce..22edd0a 100644 >--- a/rpmlint.config >+++ b/rpmlint.config >@@ -402,6 +402,8 @@ addFilter("script-without-shebang .*\.desktop$") > # Some files in /etc/ are not meant to be modified by the sysadmin > addFilter("non-conffile-in-etc /etc/rpm/.*$") > addFilter("non-conffile-in-etc /etc/rc.d/init.d/.*$") >+# Fixed in rpm >= 4.7.1 >+addFilter("broken-syntax-in-scriptlet-requires") > > # https://bugzilla.redhat.com/496737, https://bugzilla.redhat.com/646455 > for pkg, exe in (("coreutils", "/bin/su"), >diff --git a/rpmlint.config.el4 b/rpmlint.config.el4 >index f562611..8c647d7 100644 >--- a/rpmlint.config.el4 >+++ b/rpmlint.config.el4 >@@ -24,3 +24,5 @@ removeFilter("no-%clean-section") > # (it automatically provides one). > removeFilter("files-attr-not-set") > >+# Fixed in rpm >= 4.7.1 >+removeFilter("broken-syntax-in-scriptlet-requires") >diff --git a/rpmlint.config.el5 b/rpmlint.config.el5 >index 356368d..ae22617 100644 >--- a/rpmlint.config.el5 >+++ b/rpmlint.config.el5 >@@ -20,3 +20,5 @@ removeFilter("no-cleaning-of-buildroot") > removeFilter("no-buildroot-tag") > removeFilter("no-%clean-section") > >+# Fixed in rpm >= 4.7.1 >+removeFilter("broken-syntax-in-scriptlet-requires")
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1053075
: 850030