forked from pool/rpmlint
Accepting request 338989 from devel:openSUSE:Factory:rpmlint
- Speedup CheckBuildDate check - add _service file snippet for rpmlint-checks and regenerate from git OBS-URL: https://build.opensuse.org/request/show/338989 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=241
This commit is contained in:
commit
a71f2ea421
@ -1,13 +1,16 @@
|
|||||||
The files from rpmlint-checks are the content of the git tree. If you need
|
The files from rpmlint-checks and rpmlint-tests managed in git. If
|
||||||
to make changes, you have the following options:
|
you need to make changes, you have the following options:
|
||||||
* Make them in git and update the package from git (you can send merge
|
* Make them in git and update the package from git (you can file
|
||||||
request if you don't have write access)
|
pull requests if you don't have write access)
|
||||||
* Create a patch, add the patch to the package and let one of the
|
* Create a patch, add the patch to the package and let one of the
|
||||||
maintainers commit it for you
|
maintainers commit it for you
|
||||||
|
|
||||||
The online repository is at:
|
The online repos are at:
|
||||||
https://github.com/openSUSE/rpmlint-checks
|
https://github.com/openSUSE/rpmlint-checks
|
||||||
|
https://github.com/openSUSE/rpmlint-tests
|
||||||
|
|
||||||
For building the package from git run the service directly:
|
For building the package from git run the service directly:
|
||||||
osc service disabledrun
|
osc service disabledrun
|
||||||
|
|
||||||
|
The services may mess up versions and changes files a bit. Needs
|
||||||
|
some manual tweaking.
|
||||||
|
7
_service
7
_service
@ -6,6 +6,13 @@
|
|||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</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="scm">git</param>
|
||||||
|
<param name="changesgenerate">enable</param>
|
||||||
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">http://github.com/openSUSE/rpmlint-tests.git</param>
|
<param name="url">http://github.com/openSUSE/rpmlint-tests.git</param>
|
||||||
<param name="changesrevision">a374c88b73eb58e49989ecab59e2d602aa11be94</param></service></servicedata>
|
<param name="changesrevision">a374c88b73eb58e49989ecab59e2d602aa11be94</param></service><service name="tar_scm">
|
||||||
|
<param name="url">http://github.com/openSUSE/rpmlint-checks.git</param>
|
||||||
|
<param name="changesrevision">d0808a2802827878acce9ea1e7a1c6226ac79f95</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c27095973866b2f853d8166b42385acb439b04facf434c3e1968596c2204475b
|
|
||||||
size 31902
|
|
3
rpmlint-checks-master.tar.xz
Normal file
3
rpmlint-checks-master.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:74ee9151e5b8ac148883fd301edda2131d136219d2e2060ee1bce356d87366c9
|
||||||
|
size 24500
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 14 14:18:48 UTC 2015 - lnussel@suse.de
|
||||||
|
|
||||||
|
- Speedup CheckBuildDate check
|
||||||
|
- add _service file snippet for rpmlint-checks and regenerate from git
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 11 18:57:03 UTC 2015 - aboe76@gmail.com
|
Fri Sep 11 18:57:03 UTC 2015 - aboe76@gmail.com
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ Group: System/Packages
|
|||||||
Version: 1.6
|
Version: 1.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Source0: https://downloads.sourceforge.net/project/rpmlint/rpmlint-%{version}.tar.xz
|
Source0: https://downloads.sourceforge.net/project/rpmlint/rpmlint-%{version}.tar.xz
|
||||||
Source1: rpmlint-checks-master.tar.gz
|
Source1: rpmlint-checks-master.tar.xz
|
||||||
Source2: config
|
Source2: config
|
||||||
Source3: config.in
|
Source3: config.in
|
||||||
Source11: pie.config
|
Source11: pie.config
|
||||||
|
Loading…
Reference in New Issue
Block a user