Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2015
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. Common subdirectories: 266/gofer-2.6.6/bin and 267/gofer-2.6.7/bin
  2. Common subdirectories: 266/gofer-2.6.6/docs and 267/gofer-2.6.7/docs
  3. Common subdirectories: 266/gofer-2.6.6/etc and 267/gofer-2.6.7/etc
  4. diff -uw 266/gofer-2.6.6/.gitignore 267/gofer-2.6.7/.gitignore
  5. --- 266/gofer-2.6.6/.gitignore 2015-09-25 12:26:29.000000000 -0700
  6. +++ 267/gofer-2.6.7/.gitignore 2015-11-20 13:31:37.000000000 -0800
  7. @@ -1,5 +1,6 @@
  8. *svn*
  9. *.pyc
  10. +*.pyo
  11. .project
  12. .pydevproject
  13. *.swp
  14. diff -uw 266/gofer-2.6.6/gofer.spec 267/gofer-2.6.7/gofer.spec
  15. --- 266/gofer-2.6.6/gofer.spec 2015-09-25 12:26:29.000000000 -0700
  16. +++ 267/gofer-2.6.7/gofer.spec 2015-11-20 13:31:37.000000000 -0800
  17. @@ -6,7 +6,7 @@
  18. %endif
  19.  
  20. Name: gofer
  21. -Version: 2.6.6
  22. +Version: 2.6.7
  23. Release: 1%{?dist}
  24. Summary: A lightweight, extensible python agent
  25. Group: Development/Languages
  26. @@ -57,6 +57,7 @@
  27. mkdir -p %{buildroot}/%{_sysconfdir}/%{name}/plugins
  28. mkdir -p %{buildroot}/%{_sysconfdir}/%{name}/conf.d
  29. mkdir -p %{buildroot}/%{_sysconfdir}/init.d
  30. +mkdir -p %{buildroot}/%{_sysconfdir}/sysconfig
  31. mkdir -p %{buildroot}/%{_unitdir}
  32. mkdir -p %{buildroot}/%{_usr}/lib/%{name}/plugins
  33. mkdir -p %{buildroot}/%{_usr}/share/%{name}/plugins
  34. @@ -65,6 +66,7 @@
  35. cp bin/%{name}d %{buildroot}/usr/bin
  36. cp etc/%{name}/*.conf %{buildroot}/%{_sysconfdir}/%{name}
  37. cp etc/%{name}/plugins/*.conf %{buildroot}/%{_sysconfdir}/%{name}/plugins
  38. +cp etc/sysconfig/%{name}d %{buildroot}/%{_sysconfdir}/sysconfig
  39. cp src/plugins/*.py %{buildroot}/%{_usr}/share/%{name}/plugins
  40. cp docs/man/man1/* %{buildroot}/%{_mandir}/man1
  41.  
  42. @@ -92,8 +94,10 @@
  43. %else
  44. %attr(755,root,root) %{_sysconfdir}/init.d/%{name}d
  45. %endif
  46. +%attr(644,root,root) %{_sysconfdir}/sysconfig/%{name}d
  47. %config(noreplace) %{_sysconfdir}/%{name}/agent.conf
  48. %config(noreplace) %{_sysconfdir}/%{name}/plugins/builtin.conf
  49. +%config(noreplace) %{_sysconfdir}/sysconfig/%{name}d
  50. %{_usr}/share/%{name}/plugins/builtin.*
  51. %doc LICENSE
  52. %doc %{_mandir}/man1/gofer*
  53. @@ -266,6 +270,9 @@
  54.  
  55.  
  56. %changelog
  57. +* Fri Nov 20 2015 Jeff Ortel <jortel@redhat.com> 2.6.7-1
  58. +- Run goferd optimized by default (sean.myers@redhat.com)
  59. +
  60. * Fri Sep 25 2015 Jeff Ortel <jortel@redhat.com> 2.6.6-1
  61. - 2.4 compat - Exception not a new-style class until 2.5. (jortel@redhat.com)
  62.  
  63. Common subdirectories: 266/gofer-2.6.6/rel-eng and 267/gofer-2.6.7/rel-eng
  64. Common subdirectories: 266/gofer-2.6.6/src and 267/gofer-2.6.7/src
  65. Common subdirectories: 266/gofer-2.6.6/test and 267/gofer-2.6.7/test
  66. Common subdirectories: 266/gofer-2.6.6/tools and 267/gofer-2.6.7/tools
  67. Common subdirectories: 266/gofer-2.6.6/usr and 267/gofer-2.6.7/usr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement