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:
Dirk Mueller 2016-05-19 09:25:51 +00:00 committed by Git OBS Bridge
parent 4a744ff915
commit a8f656bb48
3 changed files with 21 additions and 0 deletions

14
_service Normal file
View 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>

View File

@ -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

View File

@ -37,6 +37,8 @@ BuildRequires: pkgconfig(polkit-agent-1)
BuildRequires: pkgconfig(polkit-gobject-1)
Requires: polkit
Requires(pre): dbus-1
Provides: %{name} = 0.11_git201205151338
Obsoletes: %{name} = 0.11_git201205151338
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description