Accepting request 396743 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/396743
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rtkit?expand=0&rev=25
This commit is contained in:
Dominique Leuenberger 2016-05-24 07:34:33 +00:00 committed by Git OBS Bridge
commit bc1d54b503
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