Converted license to SPDX

This commit is contained in:
Jaroslav Škarvada 2023-08-20 23:41:11 +02:00
parent 464190042f
commit d58c09c875
2 changed files with 8 additions and 6 deletions

View File

@ -1 +1 @@
SHA512 (tuned-2.20.0.tar.gz) = c8b9fc5bdc684b3c518267875b3757fce5d607bec0df7946fe3a7d345683ea0baa2f8b9bbfb741083b82fd9ca7c825506ca86ea530551837b42c11b45f24ccea SHA512 (tuned-2.21.0-rc.1.tar.gz) = 92b0ef5a117c6f40c3260676ffdf23c5ea92952505501ccd67ede03a3a34b358c9a789757a00f4ab2c0dc89907f25d2eb5b53ec2e5766d941ba2c129cc123b92

View File

@ -41,16 +41,16 @@
%global archive_topdir %{name}-%{version}%{?prerel2} %global archive_topdir %{name}-%{version}%{?prerel2}
%endif %endif
#%%global prerelease rc %global prerelease rc
#%%global prereleasenum 1 %global prereleasenum 1
%global prerel1 %{?prerelease:.%{prerelease}%{prereleasenum}} %global prerel1 %{?prerelease:.%{prerelease}%{prereleasenum}}
%global prerel2 %{?prerelease:-%{prerelease}.%{prereleasenum}} %global prerel2 %{?prerelease:-%{prerelease}.%{prereleasenum}}
Summary: A dynamic adaptive system tuning daemon Summary: A dynamic adaptive system tuning daemon
Name: tuned Name: tuned
Version: 2.20.0 Version: 2.21.0
Release: 4%{?prerel1}%{?git_suffix:.%{git_suffix}}%{?dist} Release: 0.1%{?prerel1}%{?git_suffix:.%{git_suffix}}%{?dist}
License: GPL-2.0-or-later AND CC-BY-SA-3.0 License: GPL-2.0-or-later AND CC-BY-SA-3.0
%if 0%{?git_commit:1} %if 0%{?git_commit:1}
Source0: https://github.com/redhat-performance/%{name}/archive/%{git_commit}/%{name}-%{version}-%{git_suffix}.tar.gz Source0: https://github.com/redhat-performance/%{name}/archive/%{git_commit}/%{name}-%{version}-%{git_suffix}.tar.gz
@ -424,6 +424,7 @@ fi
%exclude %{_prefix}/lib/tuned/spindown-disk %exclude %{_prefix}/lib/tuned/spindown-disk
%exclude %{_prefix}/lib/tuned/sap-netweaver %exclude %{_prefix}/lib/tuned/sap-netweaver
%exclude %{_prefix}/lib/tuned/sap-hana %exclude %{_prefix}/lib/tuned/sap-hana
%exclude %{_prefix}/lib/tuned/sap-hana-kvm-guest
%exclude %{_prefix}/lib/tuned/mssql %exclude %{_prefix}/lib/tuned/mssql
%exclude %{_prefix}/lib/tuned/oracle %exclude %{_prefix}/lib/tuned/oracle
%exclude %{_prefix}/lib/tuned/atomic-host %exclude %{_prefix}/lib/tuned/atomic-host
@ -448,7 +449,6 @@ fi
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/tuned/post_loaded_profile %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/tuned/post_loaded_profile
%config(noreplace) %{_sysconfdir}/tuned/tuned-main.conf %config(noreplace) %{_sysconfdir}/tuned/tuned-main.conf
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/tuned/bootcmdline %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/tuned/bootcmdline
%{_sysconfdir}/dbus-1/system.d/com.redhat.tuned.conf
%verify(not size mtime md5) %{_sysconfdir}/modprobe.d/tuned.conf %verify(not size mtime md5) %{_sysconfdir}/modprobe.d/tuned.conf
%{_tmpfilesdir}/tuned.conf %{_tmpfilesdir}/tuned.conf
%{_unitdir}/tuned.service %{_unitdir}/tuned.service
@ -460,6 +460,7 @@ fi
%{_mandir}/man8/tuned* %{_mandir}/man8/tuned*
%dir %{_datadir}/tuned %dir %{_datadir}/tuned
%{_datadir}/tuned/grub2 %{_datadir}/tuned/grub2
%{_datadir}/dbus-1/system.d/com.redhat.tuned.conf
%{_datadir}/polkit-1/actions/com.redhat.tuned.policy %{_datadir}/polkit-1/actions/com.redhat.tuned.policy
%ghost %{_sysconfdir}/modprobe.d/kvm.rt.tuned.conf %ghost %{_sysconfdir}/modprobe.d/kvm.rt.tuned.conf
%{_prefix}/lib/kernel/install.d/92-tuned.install %{_prefix}/lib/kernel/install.d/92-tuned.install
@ -499,6 +500,7 @@ fi
%files profiles-sap-hana %files profiles-sap-hana
%{_prefix}/lib/tuned/sap-hana %{_prefix}/lib/tuned/sap-hana
%{_prefix}/lib/tuned/sap-hana-kvm-guest
%{_mandir}/man7/tuned-profiles-sap-hana.7* %{_mandir}/man7/tuned-profiles-sap-hana.7*
%files profiles-mssql %files profiles-mssql