Skip to content

Commit

Permalink
Merge pull request #382 from crsuarez/master
Browse files Browse the repository at this point in the history
[fix] - spec not building.
  • Loading branch information
davidhrbac authored Mar 28, 2017
2 parents dc7872a + 98a98d1 commit 4a26aed
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions specs/vnstat/vnstat.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Summary: Console-based network traffic monitor
Name: vnstat
Version: 1.11
Version: 1.17
Release: 1%{?dist}
License: GPL
Group: Applications/System
Expand Down Expand Up @@ -57,7 +57,7 @@ EOF
%{__rm} -rf %{buildroot}
%{__install} -d -m0755 %{buildroot}%{_localstatedir}/lib/vnstat/
%{__install} -Dp -m0644 man/vnstat.1 %{buildroot}%{_mandir}/man1/vnstat.1
%{__install} -Dp -m0755 src/vnstat %{buildroot}%{_bindir}/vnstat
%{__install} -Dp -m0755 vnstat %{buildroot}%{_bindir}/vnstat
%{__install} -Dp -m0755 vnstat.cron %{buildroot}%{_sbindir}/vnstat.cron
%{__install} -Dp -m0644 vnstat.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/vnstat
%{__install} -Dp -m0644 vnstat.crond %{buildroot}%{_sysconfdir}/cron.d/vnstat
Expand All @@ -79,6 +79,9 @@ EOF
%{_localstatedir}/lib/vnstat/

%changelog
* Mon Mar 27 2017 Carlos Suarez <[email protected]> - 1.17-1
- Updated to release 1.17

* Sat Sep 29 2012 Denis Fateyev <[email protected]> - 1.11-1
- Updated to release 1.11

Expand Down

0 comments on commit 4a26aed

Please sign in to comment.