Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bedc84700c |
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
atop-1.23.tar.gz
|
||||
/atop-1.26.tar.gz
|
||||
/atop-1.27-3.tar.gz
|
||||
|
|
|
|||
11
atop.spec
11
atop.spec
|
|
@ -1,13 +1,13 @@
|
|||
%define _hardened_build 1
|
||||
Name: atop
|
||||
Version: 1.26
|
||||
Release: 8%{?dist}
|
||||
Version: 1.27
|
||||
Release: 1%{?dist}
|
||||
Summary: An advanced interactive monitor to view the load on system and process level
|
||||
|
||||
Group: Applications/System
|
||||
License: GPLv2+
|
||||
URL: http://www.atcomputing.nl/Tools/atop/
|
||||
Source0: http://www.atcomputing.nl/Tools/%{name}/packages/%{name}-%{version}.tar.gz
|
||||
Source0: http://www.atoptool.nl/download/atop-1.27-3.tar.gz
|
||||
Source1: atop.logrotate
|
||||
#Source2: atop.init
|
||||
Source3: atop.crondaily
|
||||
|
|
@ -46,7 +46,7 @@ The package does not make use of the patches available at
|
|||
http://www.atcomputing.nl/Tools/atop/kernpatch.html
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -qn %{name}-%{version}-3
|
||||
%patch0 -p0 -b .cron
|
||||
|
||||
%build
|
||||
|
|
@ -119,6 +119,9 @@ fi
|
|||
%{_unitdir}/atop.service
|
||||
|
||||
%changelog
|
||||
* Tue May 28 2013 Jon Ciesla <limburgher@gmail.com> - 1.27-1
|
||||
- Latest 1.x release.
|
||||
|
||||
* Tue Jul 24 2012 Jon Ciesla <limburgher@gmail.com> - 1.26-8
|
||||
- Unit file fix, BZ 840942.
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
9a72baf4c8f330973f1e2703f5a6c041 atop-1.26.tar.gz
|
||||
4a4e896ed6ec6979f80898d37938b8d9 atop-1.27-3.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue