Update to upstream 0.4
Fix Source0 so that spectool can download the sources.
This commit is contained in:
parent
afbe8ca5a3
commit
fe4780b39d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/freeipa-healthcheck-0.1.tar.gz
|
||||
/freeipa-healthcheck-0.2.tar.gz
|
||||
/freeipa-healthcheck-0.3.tar.gz
|
||||
/freeipa-healthcheck-0.4.tar.gz
|
||||
|
||||
@ -8,13 +8,13 @@
|
||||
|
||||
|
||||
Name: %{project}-%{shortname}
|
||||
Version: 0.3
|
||||
Release: 3%{?dist}
|
||||
Version: 0.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Health check tool for %{projectname}
|
||||
BuildArch: noarch
|
||||
License: GPLv3
|
||||
URL: https://github.com/%{project}/%{name}
|
||||
Source0: https://github.com/%{project}/%{name}/archive/release-%{version}.tar.gz#/%{project}-%{shortname}-%{version}.tar.gz
|
||||
URL: https://github.com/freeipa/%{name}
|
||||
Source0: https://github.com/freeipa/%{name}/archive/%{version}.tar.gz#/%{project}-%{shortname}-%{version}.tar.gz
|
||||
Source1: %{longname}.conf
|
||||
Requires: %{project}-server
|
||||
Requires: python3-ipalib
|
||||
@ -31,6 +31,7 @@ BuildRequires: python3-pytest-runner
|
||||
BuildRequires: python3-ipalib
|
||||
BuildRequires: python3-ipaserver
|
||||
BuildRequires: python3-lib389
|
||||
BuildRequires: python3-libsss_nss_idmap
|
||||
|
||||
|
||||
%description
|
||||
@ -105,6 +106,10 @@ install -p -m644 %{_builddir}/%{project}-%{shortname}-%{version}/man/man5/%{long
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Dec 2 2019 François Cami <fcami@redhat.com> - 0.4-1
|
||||
- Update to upstream 0.4
|
||||
- Change Source0 to something "spectool -g" can use.
|
||||
|
||||
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.3-3
|
||||
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (freeipa-healthcheck-0.3.tar.gz) = ede61848b67c6b5bd877baedd2ff2306bdb43e6eda119d04bf1ed701937849786dbfdf2441554fabdb0afd47a5c0ac69a8f3ad188882432a4df3c598937608de
|
||||
SHA512 (freeipa-healthcheck-0.4.tar.gz) = 0dc54c3afdde208dbe85068cefbbe280cae5a59dd9d6fe22c0c1b0fc0303b7831db24bcbc25379ee5425f4191d2b40b5d57916830e3e8a53f169acd431f69254
|
||||
|
||||
Loading…
Reference in New Issue
Block a user