diff --git a/rust-rpmlintrc b/rust-rpmlintrc index a7f7a23..ccd51b9 100644 --- a/rust-rpmlintrc +++ b/rust-rpmlintrc @@ -3,7 +3,7 @@ addFilter("devel-dependency rust-std-static") addFilter("devel-file-in-non-devel-package.*/usr/lib/rustlib/src/.*") # filters for rust-std # rlib not in elf format -addFilter("binaryinfo-readelf-failed*./usr/lib/rustlib/*.rlib") +addFilter("binaryinfo-readelf-failed.*/usr/lib/rustlib/.*rlib") # rust has no stable ABI as of yet, soname is of no use yet addFilter("no-soname.*/usr/lib/rustlib/.*") addFilter("no-soname.*/usr/lib/lib*") @@ -13,4 +13,4 @@ addFilter("rls.x86_64: W: no-version-in-last-changelog") addFilter("rust-analysis.x86_64: W: no-version-in-last-changelog") addFilter("rustfmt.x86_64: W: no-version-in-last-changelog") # error when building with bootstrap. ignore for now -addFilter(".*shlib-policy-name-error.*libLLVM-8.*") \ No newline at end of file +addFilter(".*shlib-policy-name-error.*libLLVM-8.*") diff --git a/rust.changes b/rust.changes index 6eb1755..43cb58e 100644 --- a/rust.changes +++ b/rust.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 17 23:06:25 UTC 2019 - federico@suse.com + +- Fix regexp for .rlib files in rust-rpmlintrc. + ------------------------------------------------------------------- Wed Apr 24 17:39:11 UTC 2019 - Martin Liška @@ -2057,4 +2062,4 @@ Wed Apr 29 13:07:54 UTC 2015 - opensuse-packaging@opensuse.org ------------------------------------------------------------------- Wed Apr 29 12:56:15 UTC 2015 - kgronlund@suse.com -- Version 1.0.0-beta3. \ No newline at end of file +- Version 1.0.0-beta3. diff --git a/rust.spec b/rust.spec index b7242dc..8a0387e 100644 --- a/rust.spec +++ b/rust.spec @@ -13,7 +13,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ #