[yast-commit] r62476 - in /branches/SuSE-Linux-11_3-Branch/apparmor: VERSION configure.in.in package/yast2-apparmor.changes src/perl/Makefile.am yast2-apparmor.spec.in
Author: kmachalkova Date: Wed Sep 8 13:03:56 2010 New Revision: 62476 URL: http://svn.opensuse.org/viewcvs/yast?rev=62476&view=rev Log: Package Notify.pm in @INC path so Perl can se it (bnc#635830) Modified: branches/SuSE-Linux-11_3-Branch/apparmor/VERSION branches/SuSE-Linux-11_3-Branch/apparmor/configure.in.in branches/SuSE-Linux-11_3-Branch/apparmor/package/yast2-apparmor.changes branches/SuSE-Linux-11_3-Branch/apparmor/src/perl/Makefile.am branches/SuSE-Linux-11_3-Branch/apparmor/yast2-apparmor.spec.in Modified: branches/SuSE-Linux-11_3-Branch/apparmor/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-11_3-Branch/apparmor/VERSION?rev=62476&r1=62475&r2=62476&view=diff ============================================================================== --- branches/SuSE-Linux-11_3-Branch/apparmor/VERSION (original) +++ branches/SuSE-Linux-11_3-Branch/apparmor/VERSION Wed Sep 8 13:03:56 2010 @@ -1 +1 @@ -2.19.0 +2.19.1 Modified: branches/SuSE-Linux-11_3-Branch/apparmor/configure.in.in URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-11_3-Branch/apparmor/configure.in.in?rev=62476&r1=62475&r2=62476&view=diff ============================================================================== --- branches/SuSE-Linux-11_3-Branch/apparmor/configure.in.in (original) +++ branches/SuSE-Linux-11_3-Branch/apparmor/configure.in.in Wed Sep 8 13:03:56 2010 @@ -4,6 +4,9 @@ @YAST2-INIT-COMMON@ @YAST2-INIT-YCP@ +PERL_VENDORLIB=`perl -V:vendorlib | sed "s!.*='!!;s!'.*!!"` +AC_SUBST(PERL_VENDORLIB) + ## some common checks @YAST2-CHECKS-COMMON@ @YAST2-CHECKS-YCP@ Modified: branches/SuSE-Linux-11_3-Branch/apparmor/package/yast2-apparmor.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-11_3-Branch/apparmor/package/yast2-apparmor.changes?rev=62476&r1=62475&r2=62476&view=diff ============================================================================== --- branches/SuSE-Linux-11_3-Branch/apparmor/package/yast2-apparmor.changes (original) +++ branches/SuSE-Linux-11_3-Branch/apparmor/package/yast2-apparmor.changes Wed Sep 8 13:03:56 2010 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Sep 8 12:58:45 CEST 2010 - kmachalkova@suse.cz + +- Install Notify.pm into @INC so that Perl can see it (bnc#635830) +- 2.19.1 + +------------------------------------------------------------------- Tue Apr 6 11:04:52 CEST 2010 - juhliarik@suse.cz - updated "names" in .desktop files for searching AppArmor related Modified: branches/SuSE-Linux-11_3-Branch/apparmor/src/perl/Makefile.am URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-11_3-Branch/apparmor/src/perl/Makefile.am?rev=62476&r1=62475&r2=62476&view=diff ============================================================================== --- branches/SuSE-Linux-11_3-Branch/apparmor/src/perl/Makefile.am (original) +++ branches/SuSE-Linux-11_3-Branch/apparmor/src/perl/Makefile.am Wed Sep 8 13:03:56 2010 @@ -1,7 +1,7 @@ perl_DATA = \ Notify.pm -perldir = /usr/lib/perl5/vendor_perl/Immunix +perldir = $(PERL_VENDORLIB)/Immunix EXTRA_DIST = $(perl_DATA) Modified: branches/SuSE-Linux-11_3-Branch/apparmor/yast2-apparmor.spec.in URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-11_3-Branch/apparmor/yast2-apparmor.spec.in?rev=62476&r1=62475&r2=62476&view=diff ============================================================================== --- branches/SuSE-Linux-11_3-Branch/apparmor/yast2-apparmor.spec.in (original) +++ branches/SuSE-Linux-11_3-Branch/apparmor/yast2-apparmor.spec.in Wed Sep 8 13:03:56 2010 @@ -40,7 +40,8 @@ /usr/share/YaST2/modules /usr/share/applications/YaST2 /usr/lib/YaST2/servers_non_y2 -/usr/lib/perl5/vendor_perl/* +%dir %{perl_vendorlib}/Immunix +%{perl_vendorlib}/Immunix/Notify.pm # license is questionable, PDB says GPL v2 or later #%doc COPYING.LGPL %dir %attr(-,root,root) /etc/apparmor -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
kmachalkova@svn2.opensuse.org