!2 Update to 1.4.1

From: @bzg1107 
Reviewed-by: @jxy_git 
Signed-off-by: @jxy_git
This commit is contained in:
openeuler-ci-bot 2022-06-29 01:43:03 +00:00 committed by Gitee
commit d17395f122
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 5 deletions

Binary file not shown.

BIN
daemons-1.4.1.gem Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
%define gem_name daemons
Summary: A toolkit to create and control daemons in different ways
Name: rubygem-%{gem_name}
Version: 1.1.9
Version: 1.4.1
Release: 1
License: MIT and (GPLv2+ or Ruby)
URL: https://rubygems.org/gems/daemons
@ -41,18 +41,18 @@ cp -pa .%{gem_dir}/* \
%dir %{gem_instdir}
%{gem_instdir}/examples/
%{gem_libdir}/
%{gem_instdir}/Rakefile
%{gem_instdir}/setup.rb
%doc %{gem_instdir}/LICENSE
%exclude %{gem_cache}
%{gem_spec}
%files doc
%doc %{gem_docdir}
%doc %{gem_instdir}/README
%doc %{gem_instdir}/README.md
%doc %{gem_instdir}/Releases
%doc %{gem_instdir}/TODO
%changelog
* Tue Jun 28 2022 baizhonggui <baizhonggui@h-partners.com> - 1.4.1-1
- update to 1.4.1
* Fri Aug 21 2020 fanjiachen <fanjiachen3@huawei.com> - 1.1.9-1
- package init