[Lsb-messages] /var/www/bzr/lsb/devel/distribution-checker r65: Recognize Mageia as an rpm based distro also

Stew Benedict stewb at linux-foundation.org
Wed Apr 25 13:59:54 UTC 2012


------------------------------------------------------------
revno: 65
committer: Stew Benedict <stewb at linux-foundation.org>
branch nick: distribution-checker
timestamp: Wed 2012-04-25 09:59:54 -0400
message:
  Recognize Mageia as an rpm based distro also
modified:
  package/Makefile
  utils/Packages.pm
-------------- next part --------------
=== modified file 'package/Makefile'
--- a/package/Makefile	2012-03-21 20:50:54 +0000
+++ b/package/Makefile	2012-04-25 13:59:54 +0000
@@ -1,7 +1,7 @@
 BRANCH?=lsb
 PACKAGE=$(BRANCH)-dist-checker
 # export PACKAGE=moblin-dist-checker to make Moblin Distribution Checker package.
-VERSION_LSB=4.1.0.8
+VERSION_LSB=4.1.0.9
 VERSION_MOBLIN=2.0.1.9
 ifeq "$(BRANCH)" "moblin"
 	VERSION=$(VERSION_MOBLIN)

=== modified file 'utils/Packages.pm'
--- a/utils/Packages.pm	2012-02-15 16:23:51 +0000
+++ b/utils/Packages.pm	2012-04-25 13:59:54 +0000
@@ -46,7 +46,7 @@
 sub guess_package_manager {
 	my ($host_os) = @_;
 	
-	if ( $host_os =~ /(suse|red\W?hat|fedora|asianux|mandriva|turbolinux|gentoo)/i ) {
+	if ( $host_os =~ /(suse|red\W?hat|fedora|asianux|mageia|mandriva|turbolinux|gentoo)/i ) {
 		# Native package manager for Suse and Redhat is rpm
 		return "rpm";
 	}



More information about the lsb-messages mailing list