- change service version generator to use "1.0.git" instead of "1.0git"

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python-rpm-macros?expand=0&rev=21
This commit is contained in:
Jan Matejek 2017-01-11 14:30:13 +00:00 committed by Git OBS Bridge
parent 92b9381a7c
commit 141acf062f
3 changed files with 12 additions and 4 deletions

View File

@ -6,7 +6,7 @@
<param name="url">https://github.com/openSUSE/multipython-macros.git</param>
<!-- <param name="subdir">the subdirectory of your repository you want to create an archive from</param>-->
<param name="filename">multipython-macros</param>
<param name="versionprefix">1.0git</param>
<param name="versionprefix">1.0.git</param>
<!-- <param name="revision">optional: the commit hash, tag or branch you want to get</param>-->
</service>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 11 14:28:48 UTC 2017 - jmatejek@suse.com
- change service version generator to use "1.0.git" instead of "1.0git"
-------------------------------------------------------------------
Fri Jan 6 17:36:58 UTC 2017 - jmatejek@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package python-rpm-macros
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,11 +15,12 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-rpm-macros
Version: 1.0git.1483874658.ead0b0b
Version: 1.0.git.1483874658.ead0b0b
Release: 0
License: WTFPL
Summary: RPM macros for building of Python modules
License: WTFPL
Url: https://github.com/opensuse/multipython-macros
Source: multipython-macros-%{version}.tar.bz2
# Fedora compatibility
@ -50,3 +51,5 @@ install -m 644 macros.python_all %{buildroot}%{_sysconfdir}/rpm
%files
%defattr(-,root,root)
%{_sysconfdir}/rpm/macros.python_all
%changelog