Fix bug mining /var/lock/iptraf-ng bugzilla 1020552
This commit is contained in:
parent
9acb648adc
commit
54ec38a040
@ -1,9 +1,10 @@
|
|||||||
Summary: A console-based network monitoring utility
|
Summary: A console-based network monitoring utility
|
||||||
Name: iptraf-ng
|
Name: iptraf-ng
|
||||||
Version: 1.1.4
|
Version: 1.1.4
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Source0: https://fedorahosted.org/releases/i/p/iptraf-ng/%{name}-%{version}.tar.gz
|
Source0: https://fedorahosted.org/releases/i/p/iptraf-ng/%{name}-%{version}.tar.gz
|
||||||
Source1: iptraf-ng-logrotate.conf
|
Source1: %{name}-logrotate.conf
|
||||||
|
Source2: %{name}-tmpfiles.conf
|
||||||
URL: https://fedorahosted.org/iptraf-ng/
|
URL: https://fedorahosted.org/iptraf-ng/
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -49,7 +50,13 @@ find Documentation -type f | grep -v '\.html$\|\.png$\|/stylesheet' | \
|
|||||||
|
|
||||||
install -D -m 0644 -p %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/iptraf-ng
|
install -D -m 0644 -p %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/iptraf-ng
|
||||||
|
|
||||||
install -d -m 0755 %{buildroot}%{_localstatedir}/{lock,log,lib}/iptraf-ng
|
install -d -m 0755 %{buildroot}%{_localstatedir}/{log,lib}/iptraf-ng
|
||||||
|
|
||||||
|
mkdir -p %{buildroot}%{_prefix}/lib/tmpfiles.d
|
||||||
|
install -m 0644 %{SOURCE2} %{buildroot}%{_prefix}/lib/tmpfiles.d/%{name}.conf
|
||||||
|
|
||||||
|
mkdir -p %{buildroot}/run
|
||||||
|
install -d -m 0755 %{buildroot}/run/%{name}/
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -62,12 +69,17 @@ rm -rf %{buildroot}
|
|||||||
%{_sbindir}/rvnamed-ng
|
%{_sbindir}/rvnamed-ng
|
||||||
%{_mandir}/man8/iptraf-ng.8*
|
%{_mandir}/man8/iptraf-ng.8*
|
||||||
%{_mandir}/man8/rvnamed-ng.8*
|
%{_mandir}/man8/rvnamed-ng.8*
|
||||||
%{_localstatedir}/lock/iptraf-ng
|
|
||||||
%{_localstatedir}/log/iptraf-ng
|
%{_localstatedir}/log/iptraf-ng
|
||||||
%{_localstatedir}/lib/iptraf-ng
|
%{_localstatedir}/lib/iptraf-ng
|
||||||
%config(noreplace) %{_sysconfdir}/logrotate.d/iptraf-ng
|
%config(noreplace) %{_sysconfdir}/logrotate.d/iptraf-ng
|
||||||
|
%dir /run/%{name}/
|
||||||
|
%{_prefix}/lib/tmpfiles.d/%{name}.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 02 2014 Alejandro Pérez <aeperezt@fedoraproject.org> - 1.1.4-5
|
||||||
|
- fix bug 1020552
|
||||||
|
rpm report /var/lock/ipraf-ng is missing
|
||||||
|
fix dates on changelog
|
||||||
* Tue Dec 03 2013 Nikola Pajkovsky <npajkovs@redhat.com> - 1.1.4-4
|
* Tue Dec 03 2013 Nikola Pajkovsky <npajkovs@redhat.com> - 1.1.4-4
|
||||||
- iptraf-ng-1.1.4-4
|
- iptraf-ng-1.1.4-4
|
||||||
|
|
||||||
@ -108,8 +120,8 @@ rm -rf %{buildroot}
|
|||||||
* Thu Feb 02 2012 Nikola Pajkovsky <npajkovs@redhat.com> - 1.1.1-1
|
* Thu Feb 02 2012 Nikola Pajkovsky <npajkovs@redhat.com> - 1.1.1-1
|
||||||
- new upstream iptraf-ng-1.1.1
|
- new upstream iptraf-ng-1.1.1
|
||||||
|
|
||||||
* Mon Jan 16 2011 Nikola Pajkovsky <npajkovs@redhat.com> - 1.1.0-2
|
* Sun Jan 16 2011 Nikola Pajkovsky <npajkovs@redhat.com> - 1.1.0-2
|
||||||
- fix wrongly used execl
|
- fix wrongly used execl
|
||||||
|
|
||||||
* Wed Jan 11 2011 Nikola Pajkovsky <npajkovs@redhat.com> - 1.1.0-1
|
* Tue Jan 11 2011 Nikola Pajkovsky <npajkovs@redhat.com> - 1.1.0-1
|
||||||
- Initialization build
|
- Initialization build
|
||||||
|
Loading…
Reference in New Issue
Block a user