[farsight2/f15] Fix ownership of a directory. (#744916)

Brian Pepple bpepple at fedoraproject.org
Thu May 10 14:57:36 UTC 2012


commit 121f07b205adb3b74862c1dd8fba6ec1f666609f
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Thu May 10 10:57:33 2012 -0400

    Fix ownership of a directory. (#744916)

 farsight2.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/farsight2.spec b/farsight2.spec
index 4cb781b..03fcb92 100644
--- a/farsight2.spec
+++ b/farsight2.spec
@@ -7,7 +7,7 @@
 
 Name:           farsight2
 Version:        0.0.25
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Libraries for videoconferencing
 
 Group:          System Environment/Libraries
@@ -92,6 +92,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 %doc COPYING
 %{_libdir}/*.so.*
 %dir %{_libdir}/%{name}-0.0
+%dir %{_datadir}/%{name}
 %dir %{_datadir}/%{name}/0.0
 %dir %{_datadir}/%{name}/0.0/fsrtpconference
 %{_libdir}/%{name}-0.0/libmulticast-transmitter.so
@@ -123,6 +124,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %changelog
+* Thu May 10 2012 Brian Pepple <bpepple at fedoraproject.org> - 0.0.25-2
+- Fix ownership of a directory. (#744916)
+
 * Tue Feb 15 2011 Brian Pepple <bpepple at fedoraproject.org> - 0.0.25-1
 - Update to 0.0.25.
 


More information about the scm-commits mailing list