Hello community,

here is the log from the commit of package rpm for openSUSE:Factory checked in 
at 2012-09-26 16:27:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpm (Old)
 and      /work/SRC/openSUSE:Factory/.rpm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpm", Maintainer is "m...@suse.com"

Changes:
--------
rpm-python.changes: same change
--- /work/SRC/openSUSE:Factory/rpm/rpm.changes  2012-09-22 09:25:20.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.rpm.new/rpm.changes     2012-09-26 
16:27:10.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Sep 24 11:43:13 UTC 2012 - co...@suse.com
+
+- put an end date as echo into
+   %run_permissions
+   %run_suseconfig
+   %suse_update_config  
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
rpm-python.spec: same change
rpm.spec: same change
++++++ rpm-suse_macros ++++++
--- /var/tmp/diff_new_pack.Unej0M/_old  2012-09-26 16:27:18.000000000 +0200
+++ /var/tmp/diff_new_pack.Unej0M/_new  2012-09-26 16:27:18.000000000 +0200
@@ -13,7 +13,6 @@
 %makeinstall            make DESTDIR=%{?buildroot:%{buildroot}} install
 %insserv_prereq         insserv sed
 %fillup_prereq          fillup coreutils grep diffutils
-%suseconfig_fonts_prereq          perl aaa_base
 %install_info_prereq    info
 
 # this script calls all scripts in /usr/lib/rpm/brp-suse.d
@@ -69,24 +68,15 @@
 
 # deprecated, use %set_permissions instead
 %run_permissions() \
+       echo "WARNING: run_permissions is obsolete and will be removed january 
2013"
+       echo "use set_permissions (available since 11.4) with a file argument"
        if test "$YAST_IS_RUNNING" != "instsys" ; then \
-           if test -x /sbin/SuSEconfig -a -f 
/sbin/conf.d/SuSEconfig.permissions ; then \
-               /sbin/SuSEconfig --module permissions \
+           if [ -x /usr/bin/chkstat ]; then \
+               /usr/bin/chkstat -n --set --system \
            fi \
        fi \
        %nil
                
-%run_suseconfig(m:) \
-   %{!-m:echo -e "\\nERROR: missing parameter for macro run_suseconfig\\n" ; 
exit 1 ; } \
-   if test "$YAST_IS_RUNNING" != "instsys" ; then \
-     if test -x /sbin/SuSEconfig -a -f /sbin/conf.d/SuSEconfig.%{-m*} ; then \
-       /sbin/SuSEconfig --module %{-m*} \
-     else \
-       echo -e "\\nWARNING: SuSEconfig or requested SuSEconfig module not 
present!\\n" ; \
-     fi \
-   fi \
-   %nil
-
 %set_permissions(f:) \
   if [ -x /usr/bin/chkstat ]; then \
     /usr/bin/chkstat -n --set --system %{**} \
@@ -97,11 +87,15 @@
    /usr/bin/chkstat -n --warn --system %{**} 1>&2 \
    %nil
 
+%run_suseconfig(m:) \
+   %{!-m:echo -e "\\nERROR: missing parameter for macro run_suseconfig\\n" ; 
exit 1 ; } \
+   echo "WARNING: run_suseconfig is obsolete (as is SUSEconfig) and the macro 
will be removed in january 2013" \
+   echo "It will be a nop as SUSEconfig is gone" \
+   %nil
+
 # %{suse_update_config [-fcl] [dirs...]}
 %suse_update_config(fcl) \
-    echo 'WARNING: REMOVE %%suse_update_config. If your sources are really' \
-    echo 'too old to cover current architectures, prefer autoreconf --force 
--install' \
-    autoreconf --force --install \
+    echo 'WARNING: REMOVE %%suse_update_config. The macro will be removed in 
january 2013' \
     %nil
 
 %suse_update_libdir() \
@@ -287,7 +281,7 @@
 %supplements_kernel_module() \
     %{expand:%(if ! rpm -q kernel-syms > /dev/null; then echo "%fail Please 
add the kernel-syms package to BuildRequires"; fi)}
 
-%suse_version 1220
+%suse_version 1230
 %sles_version 0
 %ul_version 0
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to