Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] - spec not building. #382

Merged
merged 1 commit into from
Mar 28, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <crsuarez@icloud.com> - 1.17-1
- Updated to release 1.17

* Sat Sep 29 2012 Denis Fateyev <denis@fateyev.com> - 1.11-1
- Updated to release 1.11

Expand Down