!11 fix install info error

From: @yangl777 
Reviewed-by: @sunsuwan 
Signed-off-by: @sunsuwan
This commit is contained in:
openeuler-ci-bot 2024-03-01 08:44:03 +00:00 committed by Gitee
commit 91c7d40484
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -4,7 +4,7 @@
Name: arpwatch
Epoch: 14
Version: 3.5
Release: 1
Release: 2
Summary: Network monitoring tools for tracking IP addresses on a network
License: BSD-3-Clause
URL: http://ee.lbl.gov/
@ -99,11 +99,11 @@ then
then
useradd -r -u 77 -g arpwatch \
-d %{pkgstatedir} -s /sbin/nologin \
-c Service user for arpwatch arpwatch
-c "Service user for arpwatch" arpwatch
else
useradd -r -g arpwatch \
-d %{pkgstatedir} -s /sbin/nologin \
-c Service user for arpwatch arpwatch
-c "Service user for arpwatch" arpwatch
fi
fi
exit 0
@ -138,6 +138,12 @@ exit 0
%{_mandir}/man8/*.8*
%changelog
* Fri Mar 01 2024 yanglu<yanglu72@h-partners.com> - 14:3.5-2
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:fix install info error
* Mon Jan 08 2024 yanglu<yanglu72@h-partners.com> - 14:3.5-1
- Type:requirements
- Id:NA