- Re-added SUSERelease library to read product information from

/etc/SuSE-release (bnc#869091)
- Using OSRelease (and then SUSERelease as a fallback) to
  find out the name of the installed system (bnc#869091)
- 3.1.3

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-update?expand=0&rev=243
This commit is contained in:
YaST Team Bot
2014-03-28 10:31:42 +00:00
committed by Git OBS Bridge
parent f93927fdb4
commit 70678a3ca6
4 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b011bcbb311f51c3876c08966c1689377495b372d36e90e682ed8b2ad413d880
size 52554

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7f465c0ec9b86eaed15d7187b70a8d0b7016c057775837a5c2cd7b23371b0958
size 54363

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Mar 27 15:25:48 CET 2014 - locilka@suse.com
- Re-added SUSERelease library to read product information from
/etc/SuSE-release (bnc#869091)
- Using OSRelease (and then SUSERelease as a fallback) to
find out the name of the installed system (bnc#869091)
- 3.1.3
-------------------------------------------------------------------
Wed Dec 18 12:44:15 UTC 2013 - lslezak@suse.cz

View File

@@ -17,14 +17,17 @@
Name: yast2-update
Version: 3.1.2
Version: 3.1.3
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2
BuildRequires: update-desktop-files
BuildRequires: yast2 >= 3.1.28
BuildRequires: yast2-devtools >= 3.1.15
BuildRequires: yast2-packager
BuildRequires: yast2-ruby-bindings >= 1.0.0
# xmllint
BuildRequires: libxml2-tools
@@ -32,10 +35,13 @@ BuildRequires: libxml2-tools
# control.rng
BuildRequires: yast2-installation-control
# Needed for tests
BuildRequires: rubygem-rspec
# Stroage::ChangeDmNamesFromCrypttab
Requires: yast2-storage >= 2.22.9
# OSRelease
Requires: yast2 >= 3.0.4
Requires: yast2 >= 3.1.28
Requires: yast2-installation
# Function SelectKernelPackages has been moved to Packages module (bnc #326269).
Requires: yast2-packager >= 2.17.27