forked from pool/rpmlint
* Port LibraryPolicyCheck to Python 3.x
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=501
This commit is contained in:
parent
50e8456b25
commit
613f1d6bc0
4
_service
4
_service
@ -2,14 +2,14 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="version">1</param>
|
||||
<param name="versionformat">84.87+git%cd.%h</param>
|
||||
<param name="url">http://github.com/openSUSE/rpmlint-tests.git</param>
|
||||
<param name="url">https://github.com/openSUSE/rpmlint-tests.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="version">1</param>
|
||||
<param name="versionformat">master</param>
|
||||
<param name="url">http://github.com/openSUSE/rpmlint-checks.git</param>
|
||||
<param name="url">https://github.com/openSUSE/rpmlint-checks.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
@ -3,4 +3,4 @@
|
||||
<param name="url">http://github.com/openSUSE/rpmlint-tests.git</param>
|
||||
<param name="changesrevision">27b6cb37e629d20ad4d7c0a590a73fbce5ae6009</param></service><service name="tar_scm">
|
||||
<param name="url">http://github.com/openSUSE/rpmlint-checks.git</param>
|
||||
<param name="changesrevision">3803f11cea43a4238b96c1a083c1582e5177c35b</param></service></servicedata>
|
||||
<param name="changesrevision">b82179a9c8d48a3573e8c4f4770500d1fe932921</param></service></servicedata>
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8744139e880d6f294c6ac9879af99ab3cf7d1497e38d2a113b375d08334cfa6e
|
||||
size 23208
|
||||
oid sha256:9a0d1c0f84b777aa36e5f31dda97ce4cf4d803eb4f2d256edd75063c6e679bcb
|
||||
size 23192
|
||||
|
@ -7,6 +7,7 @@ Fri Sep 29 12:06:57 UTC 2017 - dmueller@suse.com
|
||||
* Python 3.x porting
|
||||
* Add TmpFilesCheck
|
||||
* Flake8 / Stop leaking filedescriptors
|
||||
* Port LibraryPolicyCheck to Python 3.x
|
||||
|
||||
- Update rpmlint-tests:
|
||||
* Stop leaking filedescriptors
|
||||
|
Loading…
Reference in New Issue
Block a user