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 654490 Details for
Bug 864650
new lsyncd version available
[?]
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.
Updated spec to 2.1.4
lsyncd.spec (text/x-rpm-spec), 3.26 KB, created by
Troy C
on 2012-11-29 18:48:42 UTC
(
hide
)
Description:
Updated spec to 2.1.4
Filename:
MIME Type:
Creator:
Troy C
Created:
2012-11-29 18:48:42 UTC
Size:
3.26 KB
patch
obsolete
>Name: lsyncd >Version: 2.1.4 >Release: 1%{?dist}.1 >Summary: File change monitoring and synchronization daemon > >Group: Applications/Internet >License: GPLv2+ >URL: http://code.google.com/p/lsyncd/ > >Source0: https://%{name}.googlecode.com/files/%{name}-%{version}.tar.gz >Source1: %{name}.service >Source2: %{name}.init >Source3: %{name}.sysconfig >Source4: %{name}.logrotate > >BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) > ># Use systemd unit files on Fedora 15 and above. >%if 0%{?fedora} >= 15 || 0%{?rhel} >= 7 > %global _with_systemd 1 >%endif > >BuildRequires: lua-devel >= 5.1.3 >BuildRequires: prelink >BuildRequires: asciidoc >%if 0%{?_with_systemd} >BuildRequires: systemd-units >%endif > >Requires: lua >Requires: rsync >%if 0%{?_with_systemd} >Requires: systemd >Requires(post): systemd-units >Requires(preun): systemd-units >Requires(postun): systemd-units >%else >Requires: chkconfig >%endif > > >%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} > >%install >rm -rf $RPM_BUILD_ROOT >make install DESTDIR=$RPM_BUILD_ROOT > >%if 0%{?_with_systemd} ># install systemd service files >%{__install} -p -D -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service >%else >%{__install} -p -D -m 0755 %{SOURCE2} %{buildroot}%{_initrddir}/%{name} >%endif >%{__install} -p -D -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/%{name} >%{__install} -p -D -m 0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/logrotate.d/%{name} > > >%clean >rm -rf $RPM_BUILD_ROOT > >%post >%if 0%{?_with_systemd} >if [ $1 -eq 1 ] ; then > # Initial installation > /bin/systemctl daemon-reload >/dev/null 2>&1 || : >fi >%else >if [ $1 -eq 1 ]; then > /sbin/chkconfig --add %{name} >fi >%endif > >%preun >%if 0%{?_with_systemd} >if [ $1 -eq 0 ] ; then > /bin/systemctl --no-reload disable lsyncd.service > /dev/null 2>&1 || : > /bin/systemctl stop lsyncd.service > /dev/null 2>&1 || : >fi >%else >if [ $1 -eq 0 ]; then > /sbin/service %{name} stop &>/dev/null || : > /sbin/chkconfig --del %{name} >fi >%endif > >%postun >%if 0%{?_with_systemd} >/bin/systemctl daemon-reload >/dev/null 2>&1 || : >if [ $1 -ge 1 ] ; then > /bin/systemctl try-restart lsyncd.service >/dev/null 2>&1 || : >fi >%else >if [ $1 -ge 1 ]; then > /sbin/service %{name} condrestart &>/dev/null || : >fi >%endif > >%files >%defattr(-,root,root,-) >%doc %{_mandir}/man1/lsyncd.1* >%doc COPYING ChangeLog examples >%{_bindir}/lsyncd >%config(noreplace) %{_sysconfdir}/sysconfig/%{name} >%if 0%{?_with_systemd} >%{_unitdir}/%{name}.service >%else >%{_initrddir}/%{name} >%endif >%exclude %{_docdir}/lsyncd > >%changelog >* Wed Nov 21 2012 Troxor Zero <troxor0@yahoo.com> - 2.1.2-1 >- Updated to release 2.1.2 >- Added an init script (thanks to Aleksandar Ivanisevic!) >- Added a systemd service file >- Added a logrotate config file > >* 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 Raw
Actions:
View
Attachments on
bug 864650
:
624260
|
624261
|
624263
|
624264
|
625341
|
625342
|
625343
|
649455
|
649456
|
650554
|
650584
| 654490