updated to 4.88
This commit is contained in:
parent
91bf0a20a9
commit
c22d601728
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/lsof_4.87-rh.tar.xz
|
||||
/lsof_4.88-rh.tar.xz
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: A utility which lists open files on a Linux/UNIX system
|
||||
Name: lsof
|
||||
Version: 4.87
|
||||
Release: 5%{?dist}
|
||||
Version: 4.88
|
||||
Release: 1%{?dist}
|
||||
# Sendmail .. lib/snpf.c
|
||||
# LGPLv2+ .. lib/regex.c, regex.h
|
||||
License: zlib and Sendmail and LGPLv2+
|
||||
@ -10,7 +10,7 @@ Group: Development/Debuggers
|
||||
# lsof contains licensed code that we cannot ship. Therefore we use
|
||||
# upstream2downstream.sh script to remove the code before shipping it.
|
||||
#
|
||||
# The script you can found in SCM or download from:
|
||||
# The script can be found in SCM or downloaded from:
|
||||
# http://pkgs.fedoraproject.org/gitweb/?p=lsof.git;a=blob_plain;f=upstream2downstream.sh
|
||||
|
||||
%global lsofrh lsof_%{version}-rh
|
||||
@ -44,6 +44,9 @@ install -p -m 0644 lsof.8 ${RPM_BUILD_ROOT}%{_mandir}/man8
|
||||
%{_mandir}/man*/*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 15 2014 Peter Schiffer <pschiffe@redhat.com> - 4.88-1
|
||||
- updated to 4.88
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.87-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user