From 12bd632208c053c7475fd0d85ae526f343b75420a83d4ff03f8ae53220160a33 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 3 Oct 2019 07:45:03 +0000 Subject: [PATCH] - Use new API to save encryption names from crypttab file (part of jsc#SLE-7376). - 4.2.6 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-update?expand=0&rev=355 --- yast2-update-4.2.5.tar.bz2 | 3 --- yast2-update-4.2.6.tar.bz2 | 3 +++ yast2-update.changes | 7 +++++++ yast2-update.spec | 10 +++++----- 4 files changed, 15 insertions(+), 8 deletions(-) delete mode 100644 yast2-update-4.2.5.tar.bz2 create mode 100644 yast2-update-4.2.6.tar.bz2 diff --git a/yast2-update-4.2.5.tar.bz2 b/yast2-update-4.2.5.tar.bz2 deleted file mode 100644 index 5f7bca6..0000000 --- a/yast2-update-4.2.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f654961d972dc676da8be55e59b688c66e7906dd445545ed16e92f8fbdbae331 -size 67044 diff --git a/yast2-update-4.2.6.tar.bz2 b/yast2-update-4.2.6.tar.bz2 new file mode 100644 index 0000000..cb63563 --- /dev/null +++ b/yast2-update-4.2.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:800a7b91c4f7f608290ee0b470225faf3e09fc661ccf4197976f45b8c1e40288 +size 67097 diff --git a/yast2-update.changes b/yast2-update.changes index 90470c6..ac56579 100644 --- a/yast2-update.changes +++ b/yast2-update.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Sep 30 15:09:44 UTC 2019 - José Iván López González + +- Use new API to save encryption names from crypttab file (part of + jsc#SLE-7376). +- 4.2.6 + ------------------------------------------------------------------- Thu Aug 22 16:03:51 CEST 2019 - schubi@suse.de diff --git a/yast2-update.spec b/yast2-update.spec index 7d0c0c5..3921637 100644 --- a/yast2-update.spec +++ b/yast2-update.spec @@ -17,7 +17,7 @@ Name: yast2-update -Version: 4.2.5 +Version: 4.2.6 Release: 0 Summary: YaST2 - Update License: GPL-2.0-only @@ -39,11 +39,11 @@ BuildRequires: libxml2-tools BuildRequires: yast2-installation-control # Needed for tests BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec) -# Encryption.save_crypttab_names -BuildRequires: yast2-storage-ng >= 4.1.31 +# Y2Storage::Crypttab.save_encryption_names +BuildRequires: yast2-storage-ng >= 4.2.42 -# Encryption.save_crypttab_names -Requires: yast2-storage-ng >= 4.1.31 +# Y2Storage::Crypttab.save_encryption_names +Requires: yast2-storage-ng >= 4.2.42 # Y2Packager::ProductUpgrade.remove_obsolete_upgrades Requires: yast2 >= 4.2.1 Requires: yast2-installation