Add url field

This commit is contained in:
jxy_git 2022-03-30 16:31:07 +08:00
parent bffb13757e
commit ebe21005c6
2 changed files with 24 additions and 16 deletions

View File

@ -1,13 +1,13 @@
Name: execstack
Version: 0.5.0
Release: 17
Summary: Utility to set/clear/query executable stack bit
%global commit 4c79120bcdbde0616f592458ccde7035e92ca3d8
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: execstack
Version: 0.5.0
Release: 18
Summary: Utility to set/clear/query executable stack bit
URL: https://github.com/keszybz/prelink
License: GPLv2+
# work around for missing upstream tarball with latest checkin
Source0: https://github.com/keszybz/prelink/archive/%{commit}.tar.gz#/prelink-%{shortcommit}.tar.gz
Patch0: Add-PL_ARCH-for-AArch64.patch
@ -56,6 +56,9 @@ install -Dm0644 doc/execstack.8 %{buildroot}%{_mandir}/man8/execstack.8
%{_mandir}/man8/execstack.8.*
%changelog
* Wed Mar 30 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 0.5.0-18
- Add url field
* Fri Feb 11 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 0.5.0-17
- Add BuildRequires: gcc-c++ solves build error

5
execstack.yaml Normal file
View File

@ -0,0 +1,5 @@
---
version_control: github
src_repo: keszybz/prelink
tag_prefix: ^v
separator: "."