rpms/allegro/devel allegro.spec,1.51,1.52

Hans de Goede jwrdegoede at fedoraproject.org
Sun Jan 25 13:51:16 UTC 2009


Author: jwrdegoede

Update of /cvs/extras/rpms/allegro/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27131

Modified Files:
	allegro.spec 
Log Message:
* Sun Jan 25 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 4.2.2-11
- Fix wrong file path in semanage call in scriptlets (#481407)



Index: allegro.spec
===================================================================
RCS file: /cvs/extras/rpms/allegro/devel/allegro.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- allegro.spec	5 May 2008 10:51:43 -0000	1.51
+++ allegro.spec	25 Jan 2009 13:50:45 -0000	1.52
@@ -1,6 +1,6 @@
 Name:           allegro
 Version:        4.2.2
-Release:        10%{?dist}
+Release:        11%{?dist}
 
 Summary:        A game programming library
 Summary(es):    Una libreria de programacion de juegos
@@ -204,7 +204,7 @@
 /sbin/ldconfig   
 # Set SELinux file_context for vga plugin in the policy
 semanage fcontext -a -t textrel_shlib_t \
-  '%{_libdir}/allegro/4\.2\.1/alleg-vga\.so' 2>/dev/null || :
+  '%{_libdir}/allegro/4\.2\.2/alleg-vga\.so' 2>/dev/null || :
 # Actually change the context
 chcon -t textrel_shlib_t %{_libdir}/allegro/%{version}/alleg-vga.so \
   2> /dev/null || :
@@ -218,7 +218,7 @@
 # SELinux support
 if [ $1 -eq 0 ]; then  # final removal
   semanage fcontext -d -t textrel_shlib_t \
-    '%{_libdir}/allegro/4\.2\.1/alleg-vga\.so' 2>/dev/null || :
+    '%{_libdir}/allegro/4\.2\.2/alleg-vga\.so' 2>/dev/null || :
 fi
 %else 
 %postun -p /sbin/ldconfig 
@@ -294,6 +294,9 @@
 
 
 %changelog
+* Sun Jan 25 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 4.2.2-11
+- Fix wrong file path in semanage call in scriptlets (#481407)
+
 * Mon May  5 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 4.2.2-10
 - Look for /etc/timidity.cfg instead of /usr/share/timidity/timidity.cfg,
   as the latter is no longer available now that Fedora has switched from




More information about the fedora-extras-commits mailing list