[DRE-commits] [librarian-puppet] 80/153: Puppet 3.7 is picky about the >=0 version requirement

Stig Sandbeck Mathisen ssm at debian.org
Wed Jun 1 20:30:45 UTC 2016


This is an automated email from the git hooks/post-receive script.

ssm pushed a commit to branch master
in repository librarian-puppet.

commit c1d37035e6dce145a00b88baa80a32493ca98e70
Author: Carlos Sanchez <carlos at apache.org>
Date:   Wed Dec 3 12:10:31 2014 +0100

    Puppet 3.7 is picky about the >=0 version requirement
---
 features/examples/test/Modulefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/features/examples/test/Modulefile b/features/examples/test/Modulefile
index 05691b9..d55e042 100644
--- a/features/examples/test/Modulefile
+++ b/features/examples/test/Modulefile
@@ -4,4 +4,4 @@ version '0.0.1'
 author 'librarian'
 license 'Apache License, Version 2.0'
 
-dependency 'puppetlabs/stdlib', '>=0'
+dependency 'puppetlabs/stdlib'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/librarian-puppet.git



More information about the Pkg-ruby-extras-commits mailing list