update to 0.21.3

This commit is contained in:
jianli-97 2023-10-18 11:38:16 +08:00
parent dea524b486
commit 2cd01ef660
4 changed files with 12 additions and 5 deletions

View File

@ -2,10 +2,10 @@
%global github_project console-login-helper-messages
Name: console-login-helper-messages
Version: 0.21.2
Version: 0.21.3
Release: 1
Summary: Combines motd, issue, profile features to show system information to the user before/on login
License: BSD
License: BSD-3-Clause
URL: https://github.com/%{github_owner}/%{github_project}
Source0: https://github.com/%{github_owner}/%{github_project}/archive/v%{version}.tar.gz
@ -35,7 +35,6 @@ Summary: Issue generator scripts showing SSH keys and IP address
Requires: console-login-helper-messages
Requires: bash systemd setup
Requires: (NetworkManager)
Requires: openEuler-release
Requires: util-linux >= 2.36-1
%description issuegen
@ -50,12 +49,14 @@ Requires: bash systemd setup
%{summary}.
%prep
%setup -q
%autosetup -p1
%build
%install
make install DESTDIR=%{buildroot}
# /run/motd.d is now provided by the setup package
rm %{buildroot}/%{_tmpfilesdir}/%{name}-motdgen.conf
%post issuegen
%systemd_post %{name}-gensnippet-ssh-keys.service
@ -97,7 +98,6 @@ make install DESTDIR=%{buildroot}
%files motdgen
%{_unitdir}/%{name}-gensnippet-os-release.service
%{_prefix}/lib/%{name}/motd.defs
%{_tmpfilesdir}/%{name}-motdgen.conf
%{_libexecdir}/%{name}/gensnippet_os_release
%files profile
@ -106,5 +106,8 @@ make install DESTDIR=%{buildroot}
%ghost %{_sysconfdir}/profile.d/%{name}-profile.sh
%changelog
* Wed Oct 18 2023 lijian <lijian2@kylinos.cn> - 0.21.3-1
- Update to 0.21.3
* Mon Jan 24 2022 fushanqing <fushanqing@kylinos.cn> - 0.21.2-1
- Initial package

View File

@ -0,0 +1,4 @@
version_control: github
src_repo: coreos/console-login-helper-messages
tag_prefix: "v"
separator: "."

Binary file not shown.

BIN
v0.21.3.tar.gz Normal file

Binary file not shown.