Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 764779 Details for
Bug 972477
Review Request: fido - A multi-threaded file watch utility
Home
New
Search
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.rh90 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]
improved spec-file
improve-spec.patch (text/plain), 2.32 KB, created by
Björn 'besser82' Esser
on 2013-06-24 20:06:29 UTC
(
hide
)
Description:
improved spec-file
Filename:
MIME Type:
Creator:
Björn 'besser82' Esser
Created:
2013-06-24 20:06:29 UTC
Size:
2.32 KB
patch
obsolete
>Index: fido.spec >=================================================================== >--- fido.spec >+++ fido.spec >@@ -2,8 +2,8 @@ > > Name: fido > Version: 1.0.7 >-Release: 4%{?dist} >-Summary: A multi-threaded file watch utility >+Release: 5%{?dist} >+Summary: Multi-threaded file watch utility > Group: System Environment/Daemons > > License: GPLv2+ >@@ -35,22 +35,22 @@ Patch6: %{name}-shared-library.p > > Requires: libjoedog > %if 0%{?fedora} || 0%{?rhel} >= 7 >-BuildRequires: systemd, libtool, libjoedog-devel >-Requires(post): systemd >-Requires(preun): systemd >-Requires(postun): systemd >+BuildRequires: systemd >+%systemd_requires > %else >-BuildRequires: libtool, libjoedog-devel >-Requires(post): chkconfig >-Requires(preun): chkconfig >+Requires(post): /sbin/chkconfig >+Requires(preun): /sbin/chkconfig > Requires(preun): initscripts > %endif >+BuildRequires: libtool, libjoedog-devel >+ > > %description > A multi-threaded file watch utility. It can monitor files for changes in > content or modification times. If it notices a change, it will kick off a > user-defined script. > >+ > %prep > %setup -q > >@@ -67,10 +67,12 @@ rm -rf include/joedog/*.h > sed -i -e 's/AC_PROG_SHELL//' configure.in > autoreconf --install --force > >+ > %build > %configure > make %{?_smp_mflags} > >+ > %install > %if 0%{?el5} > rm -rf %{buildroot} >@@ -100,9 +102,11 @@ sed -e 's/^verbose = true/verbose = fal > > %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf > rm -f %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf.sample > >+ > %clean > %{?el5:rm -rf %{buildroot}} > >+ > %files > %doc ChangeLog README COPYING > %doc doc/*.sample >@@ -115,6 +119,7 @@ rm -f %{buildroot}%{_sysconfdir}/%{name} > #systemd > %{_unitdir}/%{name}.service > >+ > %post > %systemd_post %{name}.service > >@@ -128,6 +133,7 @@ rm -f %{buildroot}%{_sysconfdir}/%{name} > %config(noreplace) %{_sysconfdir}/sysconfig/%{name} > %{_initddir}/%{name} > >+ > %post > /sbin/chkconfig --add %{name} > >@@ -143,7 +149,13 @@ if [ "$1" -ge "1" ] ; then > fi > %endif > >+ > %changelog >+* Mon Jun 24 2013 Roman Mohr <roman@fenkhuber.at> - 1.0.7-5 >+- trimmed/rearranged BuildRequires >+- nuked explicit Requires: libjoedog >+- removed article from Summary >+ > * Mon Jun 24 2013 Roman Mohr <roman@fenkhuber.at> - 1.0.7-4 > - Use libjoedog instead of the bundled satic library > - Fixed hardening build
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 972477
:
759803
| 764779