Hello community, here is the log from the commit of package libstorage for openSUSE:Factory checked in at 2014-08-20 17:53:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libstorage (Old) and /work/SRC/openSUSE:Factory/.libstorage.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libstorage" Changes: -------- --- /work/SRC/openSUSE:Factory/libstorage/libstorage.changes 2014-08-15 09:58:12.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libstorage.new/libstorage.changes 2014-08-20 17:54:04.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Aug 14 18:24:19 CEST 2014 - [email protected] + +- per default zero (wipefs) new partitions (bnc#891956) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libstorage-2.25.14.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-2.25.14/doc/autodocs/doxygen.conf new/libstorage-2.25.14/doc/autodocs/doxygen.conf --- old/libstorage-2.25.14/doc/autodocs/doxygen.conf 2014-01-22 10:39:57.000000000 +0100 +++ new/libstorage-2.25.14/doc/autodocs/doxygen.conf 2014-08-13 14:19:31.000000000 +0200 @@ -1,14 +1,6 @@ -# Doxyfile 1.5.6 +# Doxyfile -# This file describes the settings to be used by the documentation system -# doxygen (www.doxygen.org) for a project -# -# All text after a hash (#) is considered a comment and will be ignored -# The format is: -# TAG = value [value, ...] -# For lists items can also be appended using: -# TAG += value [value, ...] -# Values that contain spaces should be placed between quotes (" ") +# See http://www.doxygen.nl/config.html. #--------------------------------------------------------------------------- # Project related configuration options @@ -757,6 +749,8 @@ HTML_ALIGN_MEMBERS = YES +HTML_TIMESTAMP = NO + # If the GENERATE_HTMLHELP tag is set to YES, additional index files # will be generated that can be used as input for tools like the # Microsoft HTML help workshop to generate a compiled HTML help file (.chm) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-2.25.14/storage/DmmultipathCo.cc new/libstorage-2.25.14/storage/DmmultipathCo.cc --- old/libstorage-2.25.14/storage/DmmultipathCo.cc 2014-03-06 17:30:22.000000000 +0100 +++ new/libstorage-2.25.14/storage/DmmultipathCo.cc 2014-08-13 14:19:31.000000000 +0200 @@ -91,7 +91,8 @@ { y2mil("disk:" << nm << " id:" << id); udev_id = id; - udev_id.remove_if(string_starts_with("dm-")); + partition(udev_id.begin(), udev_id.end(), string_starts_with("wwn-")); + stable_partition(udev_id.begin(), udev_id.end(), string_starts_with("scsi-")); y2mil("id:" << udev_id); DmPartCo::setUdevData(udev_id); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-2.25.14/storage/Storage.cc new/libstorage-2.25.14/storage/Storage.cc --- old/libstorage-2.25.14/storage/Storage.cc 2014-07-29 13:55:45.000000000 +0200 +++ new/libstorage-2.25.14/storage/Storage.cc 2014-08-15 09:08:55.000000000 +0200 @@ -77,6 +77,7 @@ createLogger(path, file); } + std::ostream& operator<<(std::ostream& s, const Environment& env) { return s << "readonly:" << env.readonly << " testmode:" << env.testmode @@ -87,7 +88,7 @@ Storage::Storage(const Environment& env) : env(env), lock(readonly(), testmode()), cache(true), initialized(false), - recursiveRemove(false), zeroNewPartitions(false), + recursiveRemove(false), zeroNewPartitions(true), partAlignment(ALIGN_OPTIMAL), defaultMountBy(MOUNTBY_ID), defaultFs(BTRFS), defaultSubvolName(""), detectMounted(true), root_mounted(!instsys()), rootprefix(), diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-2.25.14/storage/gen_md5sum.cc new/libstorage-2.25.14/storage/gen_md5sum.cc --- old/libstorage-2.25.14/storage/gen_md5sum.cc 2014-07-30 09:52:03.000000000 +0200 +++ new/libstorage-2.25.14/storage/gen_md5sum.cc 2014-08-15 09:09:55.000000000 +0200 @@ -1,5 +1,5 @@ -#define SOURCES_MD5SUM "eb68d88058ce5985da4464a9b91d3e03" -#define SOURCES_MD5_DATE " Wed 30 Jul 09:52:03 CEST 2014 " +#define SOURCES_MD5SUM "fa6313f2133fed3f521b981567f2ee7f" +#define SOURCES_MD5_DATE " Fri 15 Aug 09:09:55 CEST 2014 " namespace storage { const char* GetSourceMd5() { return SOURCES_MD5SUM; } -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
