forked from pool/rtkit
Accepting request 395600 from home:pluskalm:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/395600 OBS-URL: https://build.opensuse.org/package/show/Base:System/rtkit?expand=0&rev=32
This commit is contained in:
parent
4a744ff915
commit
a8f656bb48
14
_service
Normal file
14
_service
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<services>
|
||||||
|
<service mode="localonly" name="tar_scm">
|
||||||
|
<param name="url">http://git.0pointer.net/clone/rtkit.git</param>
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="changesgenerate">enable</param>
|
||||||
|
<param name="filename">rtkit</param>
|
||||||
|
<param name="versionformat">0.11+git.%cd</param>
|
||||||
|
</service>
|
||||||
|
<service mode="localonly" name="recompress">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">xz</param>
|
||||||
|
</service>
|
||||||
|
<service mode="localonly" name="set_version"/>
|
||||||
|
</services>
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 8 11:34:06 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Add proper provides/obsoletes due to small change in versioning
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 18 19:58:57 UTC 2016 - mpluskal@suse.com
|
Mon Apr 18 19:58:57 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -37,6 +37,8 @@ BuildRequires: pkgconfig(polkit-agent-1)
|
|||||||
BuildRequires: pkgconfig(polkit-gobject-1)
|
BuildRequires: pkgconfig(polkit-gobject-1)
|
||||||
Requires: polkit
|
Requires: polkit
|
||||||
Requires(pre): dbus-1
|
Requires(pre): dbus-1
|
||||||
|
Provides: %{name} = 0.11_git201205151338
|
||||||
|
Obsoletes: %{name} = 0.11_git201205151338
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user