From b5311c1cb22a20fa362621ea51127611db400ee64bac6bccba663b7392f6adcc Mon Sep 17 00:00:00 2001 From: ZYpp Developers Date: Thu, 19 Dec 2013 12:28:04 +0000 Subject: [PATCH] - 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 --- yast2-update-3.1.1.tar.bz2 | 3 --- yast2-update-3.1.2.tar.bz2 | 3 +++ yast2-update.changes | 10 ++++++++++ yast2-update.spec | 15 +++++++++------ 4 files changed, 22 insertions(+), 9 deletions(-) delete mode 100644 yast2-update-3.1.1.tar.bz2 create mode 100644 yast2-update-3.1.2.tar.bz2 diff --git a/yast2-update-3.1.1.tar.bz2 b/yast2-update-3.1.1.tar.bz2 deleted file mode 100644 index 847f01a..0000000 --- a/yast2-update-3.1.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7894e2a2194983a376281b8287440602fa652a5b1172a0e0ef9bac9be2070b0 -size 52454 diff --git a/yast2-update-3.1.2.tar.bz2 b/yast2-update-3.1.2.tar.bz2 new file mode 100644 index 0000000..0829f80 --- /dev/null +++ b/yast2-update-3.1.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c80093851a44b7a52f4c4baaf0db92c393603439b3e43eb7b5badfe30927fe85 +size 52462 diff --git a/yast2-update.changes b/yast2-update.changes index 21a1c95..b7ebfb0 100644 --- a/yast2-update.changes +++ b/yast2-update.changes @@ -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 diff --git a/yast2-update.spec b/yast2-update.spec index 0454d61..786d1b7 100644 --- a/yast2-update.spec +++ b/yast2-update.spec @@ -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