[unhide] Use %license macro

Christopher Meng cicku at fedoraproject.org
Tue Feb 17 05:21:53 UTC 2015


commit 770188de3f52e2eaeae72e8878c18c79879501e8
Author: Christopher Meng <i at cicku.me>
Date:   Tue Feb 17 13:21:04 2015 +0800

    Use %license macro

 unhide.spec |   18 ++++--------------
 1 files changed, 4 insertions(+), 14 deletions(-)
---
diff --git a/unhide.spec b/unhide.spec
index 6a19214..6522498 100644
--- a/unhide.spec
+++ b/unhide.spec
@@ -7,19 +7,8 @@ URL:            http://www.unhide-forensics.info/
 Source0:        http://downloads.sourceforge.net/project/unhide/unhide/unhide-%{version}.tgz
 
 %description
-Unhide is a forensic tool to find processes and TCP/UDP ports hidden by
-rootkits, Linux kernel modules or by other techniques. It includes two
-utilities: unhide and unhide-tcp.
-
-Unhide detects hidden processes using three techniques:
-
- - comparing the output of /proc and /bin/ps
- - comparing the information gathered from /bin/ps with the one gathered
-   from system calls (syscall scanning)
- - full scan of the process ID space (PIDs bruteforcing)
-
-unhide-tcp identifies TCP/UDP ports that are listening but are not listed
-in /bin/netstat through brute forcing of all TCP/UDP ports available.
+Unhide is a forensic tool to find hidden processes and TCP/UDP ports by 
+rootkits/LKMs or by another hiding technique.
 
 %prep
 %setup -q
@@ -46,7 +35,8 @@ install -pm0644 man/fr/unhide.8 %{buildroot}%{_mandir}/fr/man8/
 install -pm0644 man/fr/unhide-tcp.8 %{buildroot}%{_mandir}/fr/man8/
 
 %files
-%doc COPYING changelog README.txt NEWS sanity.sh sanity-tcp.sh
+%doc changelog README.txt NEWS sanity.sh sanity-tcp.sh
+%license COPYING
 %{_mandir}/man8/unhide*.8*
 %{_mandir}/es/man8/unhide*.8*
 %{_mandir}/fr/man8/unhide*.8*


More information about the scm-commits mailing list