[rubygem-tilt/f18] Fix unowned directory (rhbz#912046).

Vít Ondruch vondruch at fedoraproject.org
Mon Apr 15 09:45:00 UTC 2013


commit d255c1a4df45125513e5f567eebe5ebd417d6234
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Mon Apr 15 10:47:22 2013 +0200

    Fix unowned directory (rhbz#912046).

 rubygem-tilt.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/rubygem-tilt.spec b/rubygem-tilt.spec
index 3b7ea88..33dc9d6 100644
--- a/rubygem-tilt.spec
+++ b/rubygem-tilt.spec
@@ -6,7 +6,7 @@
 Summary: Generic interface to multiple Ruby template engines
 Name: rubygem-%{gem_name}
 Version: 1.3.3
-Release: 5%{?dist}
+Release: 6%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://github.com/rtomayko/%{gem_name}
@@ -101,6 +101,7 @@ popd
 %endif
 
 %files
+%dir %{gem_instdir}
 %{_bindir}/%{gem_name}
 %exclude %{gem_instdir}/%{gem_name}.gemspec
 %if "%{bootstrap}" == "0"
@@ -123,6 +124,9 @@ popd
 
 
 %changelog
+* Mon Apr 15 2013 Vít Ondruch <vondruch at redhat.com> - 1.3.5-6
+- Fix unowned directory (rhbz#912046).
+
 * Mon Jul 23 2012 Vít Ondruch <vondruch at redhat.com> - 1.3.3-5
 - Fixes RDoc >= 3.10 compatibility.
 - Enabled coffee-script and redcarpet tests.


More information about the scm-commits mailing list