+-------------------------------------------------------------------
+Fri Apr 21 09:47:57 CEST 2023 - aschnell@suse.com
+
+- fixed deleting configs (bsc#1210716)
+
-------------------------------------------------------------------
Wed Apr 19 09:19:04 CEST 2023 - aschnell@suse.com
snapshot->deleteFilesystemSnapshot();
snapshot->deleteFilelists();
+ SDir info_dir = snapshot->openInfoDir();
+ info_dir.unlink("info.xml", 0);
+
SDir infos_dir = snapper->openInfosDir();
infos_dir.unlink(decString(snapshot->getNum()), AT_REMOVEDIR);