remove mask statement from %post as it is not supported anymore
authorChristian Schaller <uraeus@gnome.org>
Fri, 18 Jul 2003 19:15:00 +0000 (19:15 +0000)
committerChristian Schaller <uraeus@gnome.org>
Fri, 18 Jul 2003 19:15:00 +0000 (19:15 +0000)
Original commit message from CVS:
remove mask statement from %post as it is not supported anymore

common
gstreamer.spec.in

diff --git a/common b/common
index 063ebfd..d6e219f 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 063ebfd201ca87f316bf478d19440a585ce0af2c
+Subproject commit d6e219fd076d8f182bd1ee84228b1b85cdb807a6
index d960fd9..63ac37a 100644 (file)
@@ -127,7 +127,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
 %post
 /sbin/ldconfig
-%{_bindir}/gst-register --gst-mask=0 > /dev/null 2> /dev/null
+%{_bindir}/gst-register > /dev/null 2> /dev/null
 
 %postun
 /sbin/ldconfig