diff --git a/intel-cmt-cat.spec b/intel-cmt-cat.spec index fa2a1051a705fc9ee085009eda1cd4768ae916d5..d7e9b917ed16c6502c3be690d18a7c2e73229fe4 100644 --- a/intel-cmt-cat.spec +++ b/intel-cmt-cat.spec @@ -24,7 +24,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. %global githubname intel-cmt-cat -%global githubver 4.1.0 +%global githubver 4.4.1 %if %{defined githubsubver} %global githubfull %{githubname}-%{githubver}.%{githubsubver} @@ -35,19 +35,13 @@ # disable producing debuginfo for this package %global debug_package %{nil} - Summary: Provides command line interface to CMT, MBM, CAT, CDP and MBA technologies Name: %{githubname} -Release: 3 +Release: 1 Version: %{githubver} License: BSD ExclusiveArch: x86_64 i686 i586 -%if %{defined githubsubver} -Source: https://github.com/01org/%{githubname}/archive/v%{githubver}.%{githubsubver}.tar.gz -%else -Source: https://github.com/01org/%{githubname}/archive/v%{githubver}.tar.gz -%endif -URL: https://github.com/01org/%{githubname} +Source: https://github.com/intel/%{githubname}/archive/refs/tags/v%{githubver}.tar.gz BuildRequires: gcc, make %description @@ -169,7 +163,10 @@ install -m 0644 %{_builddir}/%{githubfull}/examples/c/CMT_MBM/monitor_app.c %{bu %doc %{_usrsrc}/%{githubfull}/LICENSE %changelog -* Mon Dec 13 2021 liweigang - 4.1.0-3 +* Thu Nov 3 2022 hkgy - 4.4.1-1 +- v4.4.1 + +* Fri Jun 10 2022 fuyahong - 4.1.0-3 - delete %dist * Mon Aug 2 2021 Liushaofei5@huawei.com diff --git a/v4.1.0.tar.gz b/v4.1.0.tar.gz deleted file mode 100644 index 407c77bfc737d8ea05fdf4caaa9cbe1ec7dc1815..0000000000000000000000000000000000000000 Binary files a/v4.1.0.tar.gz and /dev/null differ diff --git a/v4.4.1.tar.gz b/v4.4.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..bb176511ecef9115dac20a12dcb297098db501e9 Binary files /dev/null and b/v4.4.1.tar.gz differ