_noauto changes --- https://www.pld-linux.org/rpm5?rev=1348320927 +++ https://www.pld-linux.org/rpm5 @@ -15,9 +15,9 @@ </file> ==== Fixing database problems ==== - You can't just do '''rm -rf /var/lib/rpm/__db*''' to fix problems anymore, also **--rebuilddb** is largely obsolete in rpm-5.3.x and isn't likely to "fix" anything. Instead: + You can't just do '''rm -rf /var/lib/rpm/%%__db*%%''' to fix problems anymore, also **--rebuilddb** is largely obsolete in rpm-5.3.x and isn't likely to "fix" anything. Instead: <file>cd /var/lib/rpm dbX.Y_recover -ev </file> @@ -68,6 +68,14 @@ <file>%{load:/usr/lib/rpm/macros.d/perl} + </file> + + ==== Excluding dependencies ==== + + '''%%_noauto*%%''' macros have been changed to '''%%__noauto*%%''' (notice double %%'_'%%).\\ + Also regexp patterns changed slightly, and '(' must be escaped now, for example: + + <file>%define __noautoreq 'perl\\(something::.*\\)' </file>
Diff URL: https://www.pld-linux.org/rpm5?do=diff&r1=1348320927&r2=1349698197 -- This mail was generated by DokuWiki at https://www.pld-linux.org/ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
