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:
commit
ce394ab1a9
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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user