New upstream release 1.1
This commit is contained in:
parent
225f4f194a
commit
0d4a47accf
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/keycloak-httpd-client-install-0.5.tar.gz
|
||||
/keycloak-httpd-client-install-0.6.tar.gz
|
||||
/keycloak-httpd-client-install-0.8.tar.gz
|
||||
/RELEASE_1_1.tar.gz
|
||||
|
@ -12,15 +12,15 @@
|
||||
%endif
|
||||
|
||||
Name: %{srcname}
|
||||
Version: 0.8
|
||||
Release: 9%{?dist}
|
||||
Version: 1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: %{summary}
|
||||
|
||||
%global git_tag RELEASE_%(r=%{version}; echo $r | tr '.' '_')
|
||||
|
||||
License: GPLv3
|
||||
URL: https://github.com/jdennis/keycloak-httpd-client-install
|
||||
Source0: https://github.com/jdennis/keycloak-httpd-client-install/archive/%{git_tag}.tar.gz#/%{srcname}-%{version}.tar.gz
|
||||
Source0: https://github.com/jdennis/keycloak-httpd-client-install/archive/%{git_tag}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -79,7 +79,7 @@ of a Keycloak server.
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%autosetup -n %{srcname}-%{version}
|
||||
%autosetup -n %{srcname}-%{git_tag} -p1
|
||||
|
||||
%build
|
||||
%if %{with python2}
|
||||
@ -124,6 +124,7 @@ install -c -m 644 doc/keycloak-httpd-client-install.8 %{buildroot}/%{_mandir}/ma
|
||||
|
||||
%if ! 0%{?with_python3}
|
||||
%{_bindir}/keycloak-httpd-client-install
|
||||
%{_bindir}/keycloak-rest
|
||||
%{_mandir}/man8/*
|
||||
%endif
|
||||
%endif # with_python2
|
||||
@ -132,10 +133,14 @@ install -c -m 644 doc/keycloak-httpd-client-install.8 %{buildroot}/%{_mandir}/ma
|
||||
%files -n python3-%{srcname}
|
||||
%{python3_sitelib}/*
|
||||
%{_bindir}/keycloak-httpd-client-install
|
||||
%{_bindir}/keycloak-rest
|
||||
%{_mandir}/man8/*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jun 28 2019 Jakub Hrozek <jhrozek@redhat.com> - 1.1-1
|
||||
- New upstream release 1.1
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (keycloak-httpd-client-install-0.8.tar.gz) = 44ab5789c4b77935f2ef854249a7cf960f4539f4631a2b97d9b5693d58ceec1cc95de35612cb33d72e025e3da21ed50c48ff4ba5e75b306d1c9de0cc3e307667
|
||||
SHA512 (RELEASE_1_1.tar.gz) = 6c8c9ec361c6d367dd1dd3aa6af8ac21eab29dd2e3a0ae900f5c3a9e7fa31688f34b612d87a7981dbeb9e19666e00c427b5b9ca4adc18797f2fb38466e4f8027
|
||||
|
Loading…
Reference in New Issue
Block a user