diff --git a/ltp.spec b/linux-test-project.spec similarity index 84% rename from ltp.spec rename to linux-test-project.spec index 60ea55eb8d73dd21390340e41579bcb636ba4bea..1e9acacd3bb5ae1839acad0723b3d43ccccdbc87 100755 --- a/ltp.spec +++ b/linux-test-project.spec @@ -1,7 +1,7 @@ Summary: Linux test project Name: ltp Version: 20210121 -Release: 1 +Release: 2 License: GPLv2 and GPLv2+ URL: https://github.com/linux-test-project/ltp Source: https://github.com/linux-test-project/ltp/archive/refs/tags/%{name}-%{version}.tar.gz @@ -36,5 +36,8 @@ make install DESTDIR="%{buildroot}" /usr/* %changelog +* Tue Oct 26 2021 chenchen - 20210121-2 +- change the spec file name to be the same as the repo name + * Thu Apr 29 2021 ssstone<31761424@qq.com> - Package init