diff --git a/10.19.tar.gz b/10.19.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3cdf743c22d59b14e7c5fa28b9c4bcebc565bea0 Binary files /dev/null and b/10.19.tar.gz differ diff --git a/initscripts-10.17.tar.gz b/initscripts-10.17.tar.gz deleted file mode 100644 index 11150a2b1755941d8e571bd9aede300bbaeb6f78..0000000000000000000000000000000000000000 Binary files a/initscripts-10.17.tar.gz and /dev/null differ diff --git a/initscripts.spec b/initscripts.spec index 14a25ee548426bba4b02d62f997b40f8f9de9cae..4b40cc3c925e13432bbba276e74cc9667ec436d6 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,4 +1,4 @@ -%define anolis_release 4 +%define anolis_release 1 %define systemdpost(pkgname, svcname) \ %post -n %1 \ @@ -14,14 +14,13 @@ Name: initscripts Summary: basic legacy sysv init scripts used during a boot of the system -Version: 10.17 +Version: 10.19 Release: %{anolis_release}%{?dist} License: GPLv2 URL: https://github.com/fedora-sysv/initscripts -Source: https://github.com/fedora-sysv/initscripts/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz - +Source: https://github.com/fedora-sysv/initscripts/archive/refs/tags/%{version}.tar.gz Requires: bash filesystem >= 3 coreutils gawk Requires: findutils grep procps-ng setup systemd util-linux Requires: chkconfig initscripts-service initscripts-rename-device @@ -253,6 +252,9 @@ fi %doc README.md %changelog +- Thu Mar 12 2024 Kaiqiang Wang - 1.19-1 +- update to 1.19 + * Mon Apr 10 2023 zhonglingh - 10.17-4 - refactor rpm spec file