diff --git a/console-login-helper-messages.spec b/console-login-helper-messages.spec index 9a8b2a4..7a85e9c 100644 --- a/console-login-helper-messages.spec +++ b/console-login-helper-messages.spec @@ -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 - 0.21.3-1 +- Update to 0.21.3 + * Mon Jan 24 2022 fushanqing - 0.21.2-1 - Initial package \ No newline at end of file diff --git a/console-login-helper-messages.yaml b/console-login-helper-messages.yaml new file mode 100644 index 0000000..dda1e36 --- /dev/null +++ b/console-login-helper-messages.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: coreos/console-login-helper-messages +tag_prefix: "v" +separator: "." \ No newline at end of file diff --git a/v0.21.2.tar.gz b/v0.21.2.tar.gz deleted file mode 100644 index 6e430f7..0000000 Binary files a/v0.21.2.tar.gz and /dev/null differ diff --git a/v0.21.3.tar.gz b/v0.21.3.tar.gz new file mode 100644 index 0000000..eea5617 Binary files /dev/null and b/v0.21.3.tar.gz differ