Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package puppet-module-swift, When patching puppet-module-swift, to remove the "nobarrier" option from fstab (not supported anymore in Buster), I did a syntax mistake (missing closing single quote at the end of the string). This last upload fixes it. I've atteched the (one liner) debdiff. Please unblock puppet-module-swift/13.1.0-4 Cheers, Thomas Goirand (zigo)
diff -Nru puppet-module-swift-13.1.0/debian/changelog puppet-module-swift-13.1.0/debian/changelog --- puppet-module-swift-13.1.0/debian/changelog 2019-01-24 14:00:43.000000000 +0100 +++ puppet-module-swift-13.1.0/debian/changelog 2019-04-01 17:01:12.000000000 +0200 @@ -1,3 +1,9 @@ +puppet-module-swift (13.1.0-4) unstable; urgency=medium + + * Fix remove-nobarrier-option.patch braking Puppet's syntax. + + -- Thomas Goirand <[email protected]> Mon, 01 Apr 2019 17:01:12 +0200 + puppet-module-swift (13.1.0-3) unstable; urgency=medium [ Ondřej Nový ] diff -Nru puppet-module-swift-13.1.0/debian/patches/remove-nobarrier-option.patch puppet-module-swift-13.1.0/debian/patches/remove-nobarrier-option.patch --- puppet-module-swift-13.1.0/debian/patches/remove-nobarrier-option.patch 2019-01-24 14:00:43.000000000 +0100 +++ puppet-module-swift-13.1.0/debian/patches/remove-nobarrier-option.patch 2019-04-01 17:01:12.000000000 +0200 @@ -14,7 +14,7 @@ + $options = 'noatime,nodiratime,loop' } else { - $options = 'noatime,nodiratime,nobarrier' -+ $options = 'noatime,nodiratime ++ $options = 'noatime,nodiratime' } if($fstype == 'xfs'){

