[rubygem-openshift-origin-common] Fixed post scripts to fixfiles the right package

tdawson tdawson at fedoraproject.org
Thu Sep 13 13:20:27 UTC 2012


commit 1194f5a0bf6918c0f8061b1042b34072188a712d
Author: Troy Dawson <tdawson at redhat.com>
Date:   Thu Sep 13 08:20:20 2012 -0500

    Fixed post scripts to fixfiles the right package

 rubygem-openshift-origin-common.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/rubygem-openshift-origin-common.spec b/rubygem-openshift-origin-common.spec
index 2758832..70f7cfa 100644
--- a/rubygem-openshift-origin-common.spec
+++ b/rubygem-openshift-origin-common.spec
@@ -18,7 +18,7 @@
 Summary:        Common library code for OpenShift subsystem
 Name:           rubygem-%{gem_name}
 Version:        0.13.3
-Release:        10%{?dist}
+Release:        11%{?dist}
 Group:          Development/Tools
 License:        ASL 2.0
 URL:            http://openshift.redhat.com
@@ -108,7 +108,7 @@ cd -
 %post
 if [ "$1" -le "1" ] ; then # First install
 semodule -i %{_datadir}/selinux/packages/%{name}/stickshift.pp 2>/dev/null || :
-fixfiles -R rubygem-stickshift-common restore
+fixfiles -R rubygem-openshift-origin-common restore
 fi
 
 %preun
@@ -122,10 +122,13 @@ semodule -i %{_datadir}/selinux/packages/%{name}/stickshift.pp 2>/dev/null || :
 # TODO
 # What other packages should be added here?  Probably anything that could be
 # affected by stickshift.fc, right?
-fixfiles -R rubygem-stickshift-common restore
+fixfiles -R rubygem-openshift-origin-common restore
 fi
 
 %changelog
+* Wed Aug 22 2012 Troy Dawson <tdawson at redhat.com> - 0.13.3-11
+- Fixed post scripts to fixfiles the right package
+
 * Wed Aug 22 2012 Troy Dawson <tdawson at redhat.com> - 0.13.3-10
 - Renamed library to correct name
 


More information about the scm-commits mailing list