From 2fa617808cecb92b9444718704ea2cf540623fa1 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: May 18 2022 08:55:56 +0000 Subject: Upgrade to 2.8 (#1961015) Create sub-package for vnstati and its libgd dependency (#1993650) --- diff --git a/.gitignore b/.gitignore index 7a59670..702712b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ vnstat-1.11.tar.gz /vnstat-2.5.tar.gz /vnstat-2.6.tar.gz /vnstat-2.7.tar.gz +/vnstat-2.8.tar.gz diff --git a/sources b/sources index 6073c0e..59552eb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vnstat-2.7.tar.gz) = 3d1674ddb5269d29d4d758551dc3e58fb1858a7dd790914c7d74047443b25d242c91f8ab20bdede9c1b061d6b682d73f3d6c1a8aa656a9676bc33c0ed9b1b2d4 +SHA512 (vnstat-2.8.tar.gz) = 207aa1699df298ce3008153701782634a96a239599d17a5b2f1fbb298a9cf8edb35298e2de1f4f93415ddf34e0bdb831f95984b47fdd7f89ecc6aeb4821a0afd diff --git a/vnstat.spec b/vnstat.spec index c5af47d..2a07ef2 100644 --- a/vnstat.spec +++ b/vnstat.spec @@ -1,6 +1,6 @@ Summary: Console-based network traffic monitor Name: vnstat -Version: 2.7 +Version: 2.8 Release: 1%{?dist} License: GPLv2 @@ -23,6 +23,16 @@ network traffic for the selected interface(s). vnStat isn't a packet sniffer. The traffic information is analyzed from the /proc file-system, so vnStat can be used without root permissions. See the web-page for few 'screenshots'. +%package vnstati +Summary: Image output support for vnstat +Recommends: %{name} = %{version}-%{release} + +%description vnstati +The purpose of vnstati is to provide image output support for statistics +collected using vnstat. The image file format is limited to png. All basic +outputs of vnStat are supported excluding live traffic features. The image can +be outputted either to a file or to standard output. + %prep %setup -q %patch0 -p1 @@ -76,15 +86,24 @@ exit 0 %config(noreplace) %{_sysconfdir}/%{name}.conf %{_unitdir}/%{name}.service %{_tmpfilesdir}/%{name}.conf -%{_mandir}/man*/* +%{_mandir}/man1/vnstat.1* +%{_mandir}/man5/vnstat.conf.5* +%{_mandir}/man8/vnstatd.8* %{_bindir}/vnstat -%{_bindir}/vnstati %{_sbindir}/vnstatd %attr(-,vnstat,vnstat)%dir /run/%{name}/ %attr(-,vnstat,vnstat)%{_localstatedir}/lib/%{name} +%files vnstati +%license COPYING +%{_mandir}/man1/vnstati.1* +%{_bindir}/vnstati %changelog +* Tue Dec 14 2021 Adrian Reber - 2.8-1 +- Upgrade to 2.8 (#1961015) +- Create sub-package for vnstati and its libgd dependency (#1993650) + * Mon Aug 30 2021 Adrian Reber - 2.7-1 - Upgrade to 2.7 (#1961015)