Updated to latest commit on 2021-08-03
This commit is contained in:
parent
d10c165a4f
commit
dd91851fd5
1 changed files with 5 additions and 2 deletions
|
|
@ -2,14 +2,14 @@
|
|||
# continues to update it without bumping the version. 😞
|
||||
%global srcname azure-devtools
|
||||
%global forgeurl https://github.com/Azure/azure-sdk-for-python/
|
||||
%global commit a88809f86787492ddc99c4b3ea5de36c99f14b4f
|
||||
%global commit 19487ff9f1790033bcc9e3354b7bdee309a5bc71
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global distprefix %{nil}
|
||||
%global short_version 1.2.1
|
||||
%forgemeta
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: %{short_version}~git.1.%{shortcommit}
|
||||
Version: %{short_version}~git.2.%{shortcommit}
|
||||
Release: 1%{?dist}
|
||||
Summary: Microsoft Azure Development Tools for SDK
|
||||
License: MIT and ASL 2.0
|
||||
|
|
@ -68,5 +68,8 @@ rm -f %{buildroot}%{_bindir}/{perfstress,systemperf}
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 03 2021 Major Hayden <major@mhtx.net> - 1.2.1~git.2.19487ff
|
||||
- Updated to latest commit on 2021-08-03
|
||||
|
||||
* Tue Jun 01 2021 Major Hayden <major@mhtx.net> - 1.2.1~git.1.a88809f
|
||||
- Unretired package.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue