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

Sarg updated to release 2.3.8 #332

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
12 changes: 6 additions & 6 deletions specs/sarg/sarg.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Summary: Squid usage report generator per user/ip/name
Name: sarg
Version: 2.3.1
Version: 2.3.8
Release: 1%{?dist}
License: GPL
Group: Applications/Internet
Expand Down Expand Up @@ -183,13 +183,11 @@ EOF
%{__install} -Dp -m0755 sarg.monthly %{buildroot}%{_sysconfdir}/cron.monthly/sarg
%{__install} -Dp -m0644 sarg-index.html %{buildroot}%{_localstatedir}/www/sarg/index.html
%{__install} -Dp -m0644 css.tpl %{buildroot}%{_localstatedir}/www/sarg/sarg.css
%{__install} -Dp -m0644 sorttable/sorttable.js %{buildroot}%{_localstatedir}/www/sarg/sorttable.js

%{__install} -d -m0755 %{buildroot}%{_localstatedir}/www/sarg/{ONE-SHOT,daily,weekly,monthly}/
%{__cp} -av fonts/ images/ languages/ %{buildroot}%{_sysconfdir}/sarg/

### Clean up buildroot
%{__rm} -rf %{buildroot}%{_sysconfdir}/sarg/languages/.new

%clean
%{__rm} -rf %{buildroot}

Expand All @@ -208,11 +206,13 @@ EOF
%{_localstatedir}/www/sarg/
%{_sysconfdir}/sarg/fonts/
%{_sysconfdir}/sarg/images/
%{_sysconfdir}/sarg/languages/

%changelog
* Wed Apr 2 2014 Thiago Coutinho <[email protected]> - 2.3.8-1
- Updated to release 2.3.8.

* Thu Oct 13 2011 Thiago Coutinho <[email protected]> - 2.3.1-1
- Updated to version 2.3.1.
- Updated to release 2.3.1.
- Fixed cron scripts to support RHEL/CentOS 6.

* Tue Jun 22 2010 Christoph Maser <[email protected]> - 2.3-2
Expand Down