diff --git a/atop-2.10.0.tar.gz b/atop-2.10.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..333a227eee471ad1bd24944c1518d9f3c86d1d50 Binary files /dev/null and b/atop-2.10.0.tar.gz differ diff --git a/atop-2.7.1.tar.gz b/atop-2.7.1.tar.gz deleted file mode 100644 index c356ea482d6213640cad642b90921a2f25431503..0000000000000000000000000000000000000000 Binary files a/atop-2.7.1.tar.gz and /dev/null differ diff --git a/atop.spec b/atop.spec index 1c76c44d7aa3ee444130f4b524fbb41403015a28..ab9a1000c140dbbb3333caadd4134c4e99ca174f 100644 --- a/atop.spec +++ b/atop.spec @@ -1,12 +1,12 @@ Name: atop -Version: 2.7.1 -Release: 2 +Version: 2.10.0 +Release: 1 Summary: Advanced System and Process Monitor URL: https://www.atoptool.nl Source0: %{url}/download/%{name}-%{version}.tar.gz License: GPL-2.0-only Requires: zlib, ncurses -BuildRequires: zlib-devel, ncurses-devel +BuildRequires: zlib-devel, ncurses-devel,glib2-devel %description Atop is an ASCII full-screen performance monitor for Linux that is @@ -25,7 +25,7 @@ network activity per process/thread. %setup -q %build -export CFLAGS="$RPM_OPT_FLAGS -fPIE" LDFLAGS="-Wl,-z,now" +export CFLAGS="$RPM_OPT_FLAGS -fPIE $(pkg-config --cflags glib-2.0) -I." LDFLAGS="-Wl,-z,now" %make_build %install @@ -73,7 +73,7 @@ fi %files %defattr(-,root,root) -%doc README COPYING AUTHOR ChangeLog +%doc README COPYING ChangeLog /usr/bin/atop /usr/bin/atopconvert /usr/bin/atopsar @@ -95,6 +95,9 @@ fi %dir /var/log/atop/ %changelog +* Mon Jul 15 2024 zhangxingrong- - 2.10.0-1 +- update to version 2.10.0 + * Mon Jul 18 2022 wangkai - 2.7.1-2 - License compliance rectification