- updated BuildRequires: RNG schema for control files has been
moved to yast2-installation-control package - use %yast_controldir RPM macro - move the *.glade link to Git (allow creating POT from clean Git checkout without need to run "make") - 3.1.2 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-update?expand=0&rev=236
This commit is contained in:
parent
e98fc2b3c1
commit
b5311c1cb2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7894e2a2194983a376281b8287440602fa652a5b1172a0e0ef9bac9be2070b0
|
||||
size 52454
|
3
yast2-update-3.1.2.tar.bz2
Normal file
3
yast2-update-3.1.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c80093851a44b7a52f4c4baaf0db92c393603439b3e43eb7b5badfe30927fe85
|
||||
size 52462
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 18 12:44:15 UTC 2013 - lslezak@suse.cz
|
||||
|
||||
- updated BuildRequires: RNG schema for control files has been
|
||||
moved to yast2-installation-control package
|
||||
- use %yast_controldir RPM macro
|
||||
- move the *.glade link to Git (allow creating POT from clean Git
|
||||
checkout without need to run "make")
|
||||
- 3.1.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 13 15:56:18 UTC 2013 - jreidinger@suse.com
|
||||
|
||||
|
@ -17,20 +17,20 @@
|
||||
|
||||
|
||||
Name: yast2-update
|
||||
Version: 3.1.1
|
||||
Version: 3.1.2
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yast2-devtools >= 3.1.10
|
||||
BuildRequires: yast2-devtools >= 3.1.15
|
||||
|
||||
# xmllint
|
||||
BuildRequires: libxml2
|
||||
BuildRequires: libxml2-tools
|
||||
|
||||
# control.rng
|
||||
BuildRequires: yast2-installation >= 2.17.44
|
||||
BuildRequires: yast2-installation-control
|
||||
|
||||
# Stroage::ChangeDmNamesFromCrypttab
|
||||
Requires: yast2-storage >= 2.22.9
|
||||
@ -87,6 +87,7 @@ Use this component if you wish to update your system.
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{yast_ybindir}/*
|
||||
%dir %{yast_moduledir}
|
||||
%{yast_moduledir}/*
|
||||
|
||||
%{yast_clientdir}/inst_rootpart.rb
|
||||
@ -100,6 +101,7 @@ Use this component if you wish to update your system.
|
||||
%{yast_clientdir}/inst_update_partition_auto.rb
|
||||
%{yast_clientdir}/rootpart_check_keyboard.rb
|
||||
|
||||
%dir %{yast_yncludedir}
|
||||
%{yast_yncludedir}/update
|
||||
%{yast_yncludedir}/update/rootpart.rb
|
||||
|
||||
@ -107,9 +109,10 @@ Use this component if you wish to update your system.
|
||||
|
||||
%files FACTORY
|
||||
%defattr(-,root,root)
|
||||
%dir %{yast_desktopdir}
|
||||
%{yast_desktopdir}/update.desktop
|
||||
%dir /usr/share/YaST2/control
|
||||
/usr/share/YaST2/control/update.xml
|
||||
%dir %{yast_controldir}
|
||||
%{yast_controldir}/update.xml
|
||||
%{yast_clientdir}/update.rb
|
||||
%{yast_clientdir}/run_update.rb
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user