OBS User unknown 2008-12-05 14:39:46 +00:00 committed by Git OBS Bridge
parent 54babf41a6
commit 0a40c8ecd0
4 changed files with 22 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Dec 5 14:25:36 CET 2008 - locilka@suse.cz
- New control.rnc/rng for control file validation (bnc #455994).
- Added build-time control file validation.
- 2.17.15
-------------------------------------------------------------------
Fri Nov 28 10:52:15 CET 2008 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-update (Version 2.17.14)
# spec file for package yast2-update (Version 2.17.15)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,12 +19,12 @@
Name: yast2-update
Version: 2.17.14
Version: 2.17.15
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-update-2.17.14.tar.bz2
Source0: yast2-update-2.17.15.tar.bz2
Prefix: /usr
BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-storage yast2-testsuite
# Packages::GetBaseSourceID
@ -32,6 +32,10 @@ BuildRequires: yast2-packager >= 2.17.19
# Wizard::OpenOKDialog
BuildRequires: yast2 >= 2.16.49
# package not really needed to be installed but this breaks the building cycle
# xmllint
BuildRequires: libxml2
# control.rng
BuildRequires: yast2-installation >= 2.17.44
# PackagesUI::RunPackageSelector
Requires: yast2 >= 2.17.40
Requires: yast2-installation
@ -82,7 +86,7 @@ Authors:
Jiri Srain <jsrain@suse.cz>
%prep
%setup -n yast2-update-2.17.14
%setup -n yast2-update-2.17.15
%build
%{prefix}/bin/y2tool y2autoconf
@ -130,6 +134,10 @@ rm -rf "$RPM_BUILD_ROOT"
/usr/share/YaST2/clients/update.ycp
/usr/share/YaST2/clients/run_update.ycp
%changelog
* Fri Dec 05 2008 locilka@suse.cz
- New control.rnc/rng for control file validation (bnc #455994).
- Added build-time control file validation.
- 2.17.15
* Fri Nov 28 2008 locilka@suse.cz
- Checking spec for /var partition if it is a persisten device
name (bnc #448577).