mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-09 04:25:48 +01:00
release 1.0.0
This commit is contained in:
parent
16367d5c85
commit
77517ce280
@ -31,14 +31,14 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: osc
|
Name: osc
|
||||||
Version: 1.0.0~b5
|
Version: 1.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Command-line client for the Open Build Service
|
Summary: Command-line client for the Open Build Service
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
URL: https://github.com/openSUSE/osc
|
URL: https://github.com/openSUSE/osc
|
||||||
|
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: https://github.com/openSUSE/osc/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
%if 0%{?debian}
|
%if 0%{?debian}
|
||||||
Source1: debian.dirs
|
Source1: debian.dirs
|
||||||
|
@ -13,7 +13,7 @@ __all__ = [
|
|||||||
|
|
||||||
|
|
||||||
from .util import git_version
|
from .util import git_version
|
||||||
__version__ = git_version.get_version('1.0.0~b5')
|
__version__ = git_version.get_version('1.0.0')
|
||||||
|
|
||||||
|
|
||||||
# vim: sw=4 et
|
# vim: sw=4 et
|
||||||
|
Loading…
x
Reference in New Issue
Block a user