[Bug 566405] Review Request: nmbscan - A NMB/SMB network scanner

bugzilla at redhat.com bugzilla at redhat.com
Thu Aug 5 07:43:50 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=566405

--- Comment #17 from Nikolay Ulyanitsky <lystor at lystor.org.ua> 2010-08-05 03:43:48 EDT ---
Spec diff:
--- nmbscan.spec.orig 2010-04-17 17:26:19.000000000 +0300
+++ nmbscan.spec 2010-08-05 10:34:04.730173241 +0300
@@ -1,12 +1,13 @@
 Name:           nmbscan
 Version:        1.2.5
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        NMB/SMB network scanner

 Group:          Applications/Internet
 License:        GPLv2
-URL:            http://nmbscan.gbarbier.org/
-Source0:        http://nmbscan.gbarbier.org/down/%{name}-%{version}.tar.gz
+URL:            http://nmbscan.g76r.eu/
+Source0:        http://nmbscan.g76r.eu/down/%{name}-%{version}.tar.gz
+Source1:        %{name}.1
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch

@@ -20,9 +21,9 @@
 Scans a SMB shares network, using NMB and SMB protocols. Useful to acquire
 an information on a local area network (security audit, etc.)

-Matches the information such as NMB/SMB/Windows hostname, IP address, IP
-hostname, ethernet MAC address, Windows username, NMB/SMB/Windows domain name
-and master browser.
+Matches the information such as NMB/SMB/Windows host name, IP address,
+IP host name, Ethernet MAC address, Windows user name,
+NMB/SMB/Windows domain name and master browser.

 Can discover all NMB/SMB/Windows hosts on a local area network thanks to 
 hosts lists maintained by master browsers.
@@ -33,12 +34,15 @@


 %build
+# Nothing to build


 %install
 rm -rf %{buildroot}
 install -d %{buildroot}%{_bindir}
-install -p -m 755 nmbscan %{buildroot}%{_bindir}/
+install -p -m 0755 nmbscan %{buildroot}%{_bindir}/
+install -d %{buildroot}%{_mandir}/man1
+install -p -m 0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/


 %clean
@@ -49,9 +53,15 @@
 %defattr(-,root,root,-)
 %doc Documentation/HOWTO_contribute.txt Documentation/gplv2.txt
 %{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1*


 %changelog
+* Wed Aug 04 2010 Nikolay Ulyanitsky <lystor AT lystor.org.ua> - 1.2.5-5
+- Fixed the project URL
+- Added a man page (thx to Michal Ambroz)
+- Cosmetic changes


$ rpmlint nmbscan-1.2.5-5.fc13.noarch.rpm nmbscan-1.2.5-5.fc13.src.rpm 
2 packages and 0 specfiles checked; 0 errors, 0 warnings.


Spec URL: http://repo.lystor.org.ua/fedora/13/SPECS/nmbscan.spec
SRPM URL:
http://repo.lystor.org.ua/fedora/13/SRPMS/nmbscan-1.2.5-5.fc13.src.rpm

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list