Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 621032 Details for
Bug 805849
lsyncd-2.0.4-1.el6.1 package does not contain init script
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
lsyncd 2.0.7 spec with init script
lsyncd-2.0.7.spec (text/plain), 2.12 KB, created by
Troy C
on 2012-10-03 17:13:43 UTC
(
hide
)
Description:
lsyncd 2.0.7 spec with init script
Filename:
MIME Type:
Creator:
Troy C
Created:
2012-10-03 17:13:43 UTC
Size:
2.12 KB
patch
obsolete
>Name: lsyncd >Version: 2.0.7 >Release: 1%{?dist}.1 >Summary: File change monitoring and synchronization daemon > >Group: Applications/Internet >License: GPLv2+ >URL: http://code.google.com/p/lsyncd/ > >Source0: http://lsyncd.googlecode.com/files/%{name}-%{version}.tar.gz >Source1: %{name}.init >Source2: %{name}.sysconfig > >BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) > >BuildRequires: lua-devel >= 5.1.3 >BuildRequires: prelink > >Requires: /sbin/chkconfig >Requires: /sbin/service >Requires: lua >Requires: rsync > >%description >Lsyncd watches a local directory trees event monitor interface (inotify). >It aggregates and combines events for a few seconds and then spawns one >(or more) process(es) to synchronize the changes. By default this is >rsync. > >Lsyncd is thus a light-weight live mirror solution that is comparatively >easy to install not requiring new file systems or block devices and does >not hamper local file system performance. > > >%prep >%setup -q > > >%build >%configure >make %{?_smp_mflags} > ># http://code.google.com/p/lsyncd/issues/detail?id=55 >execstack -c lsyncd > > >%install >rm -rf $RPM_BUILD_ROOT >make install DESTDIR=$RPM_BUILD_ROOT > >%{__install} -p -D -m 0755 %{SOURCE1} %{buildroot}%{_initrddir}/%{name} >%{__install} -p -D -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/%{name} > >%clean >rm -rf $RPM_BUILD_ROOT > >%post >if [ $1 -eq 1 ]; then > /sbin/chkconfig --add %{name} >fi > >%preun >if [ $1 -eq 0 ]; then > /sbin/service %{name} stop &>/dev/null || : > /sbin/chkconfig --del %{name} >fi > >%postun >if [ $1 -ge 1 ]; then > /sbin/service %{name} condrestart &>/dev/null || : >fi > >%files >%defattr(-,root,root,-) >%doc %{_mandir}/man1/lsyncd.1* >%doc COPYING ChangeLog examples >%{_bindir}/lsyncd >%{_initrddir}/%{name} >%config(noreplace) %{_sysconfdir}/sysconfig/%{name} >%exclude %{_docdir}/lsyncd > >%changelog >* Wed Oct 03 2012 Troxor Zero <troxor0@yahoo.com> - 2.0.7-1 >- Updated to release 2.0.7 >- Added an init script (thanks to Aleksandar Ivanisevic!) > >* Fri Apr 29 2011 Lubomir Rintel (GoodData) <lubo.rintel@gooddata.com> - 2.0.4-1 >- Initial packaging
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 805849
: 621032