[Bug 452901] Review Request: ocspd - OpenCA OCSP Daemon

bugzilla at redhat.com bugzilla at redhat.com
Mon Oct 6 17:08:47 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=452901


Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|nobody at fedoraproject.org    |mtasaka at ioa.s.u-tokyo.ac.jp
               Flag|                            |fedora-review?




--- Comment #10 from Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>  2008-10-06 13:08:46 EDT ---
For 1.5.1-0.1.rc1

* About permission/ownership arround %_sysconfdir/ocspd
  - Perhaps you want below?
--------------------------------------------------
%files
%defattr(-,root,root,-)
%dir %{_sysconfdir}/ocspd
%dir %{_sysconfdir}/ocspd/c*
%attr(700,ocspd,root) %dir %{_sysconfdir}/ocspd/private
%config(noreplace) %{_sysconfdir}/ocspd/ocspd.conf
--------------------------------------------------
    When %dir is used the directory only is included.

* configure option
  - build.log shows:
--------------------------------------------------
   229  default ocspd user      : ocspd
   230  default ocspd group     : daemon
   231  enable engine support   : true
   232  enable semaphores       : true
   233  enable debug messages   : false
   234  with openca-prefix      : /usr/OpenCA
   235  install prefix          : /usr
--------------------------------------------------
    Is the line 234 (openca-prefix) okay?

* autoheader
  - build.log shows:
--------------------------------------------------
   246  configure: WARNING: unrecognized options: --disable-shared
   247  + make -j4
   248  Making all in src
   249  make[1]: Entering directory
`/builddir/build/BUILD/openca-ocspd-1.5.1-rc1/src'
   250  cd .. && /bin/sh
/builddir/build/BUILD/openca-ocspd-1.5.1-rc1/build/missing --run autoheader
   251  rm -f stamp-h1
   252  touch config.h.in
   253  make  all-am
   254  make[2]: Entering directory
`/builddir/build/BUILD/openca-ocspd-1.5.1-rc1/src'
--------------------------------------------------
    * configure option "--disable-shared" doesn't seem to be used
    * calling autoheader beforehand is also needed.

* About creating user
  - Now I recommend to follow this way:
    https://fedoraproject.org/wiki/Packaging/UsersAndGroups

* %changelog
  - In %changelog please remove ".fc8" part (because this
    part differs between branches)

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the package-review mailing list