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

lsyncd package updated to latest version #334

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion specs/lsyncd/lsyncd.init
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
OPTIONS="-pidfile /var/run/lsyncd.pid /etc/lsyncd.conf"

if [ -e /etc/sysconfig/lsyncd ]; then
/etc/sysconfig/lsyncd
. /etc/sysconfig/lsyncd
fi

RETVAL=0
Expand Down
13 changes: 7 additions & 6 deletions specs/lsyncd/lsyncd.spec
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# $Id$
# Authority: yury
# Upstream: Axel Kittenberger <axkibe$gmail,com>

Summary: Live syncing (mirroring) daemon
Name: lsyncd
Version: 2.1.4
Release: 1%{?dist}
Version: 2.1.5
Release: 1.%{?dist}.rf
License: GPL
Group: Applications/File
URL: http://code.google.com/p/lsyncd/
Expand All @@ -18,6 +14,8 @@ Source4: %{name}.logrotate

BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

Provides: lsyncd = %{version}-%{release}

# Use systemd unit files on Fedora 15 and above.
%if 0%{?fedora} >= 15 || 0%{?rhel} >= 7
%global _with_systemd 1
Expand Down Expand Up @@ -125,6 +123,9 @@ fi
%exclude %{_docdir}/lsyncd

%changelog
* Tue May 13 2014 Tomas Brandysky <[email protected]> - 2.1.5-1
- upgraded to release 2.1.5

* Wed Dec 13 2012 Troy C <[email protected]> - 2.1.4-1
- Updated to release 2.1.4
- Added a systemd service file
Expand Down