Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2013-10-06 19:38:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-storage (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-storage.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-storage"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes      
2013-09-29 17:55:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-10-06 19:38:18.000000000 +0200
@@ -1,0 +2,28 @@
+Tue Oct 01 17:24:38 UTC 2013 - lsle...@suse.cz
+
+- do not use *.spec.in template, use *.spec file with RPM macros
+  instead
+- 3.1.0
+
+-------------------------------------------------------------------
+Tue Oct 01 15:03:23 CEST 2013 - aschn...@suse.de
+
+- disabled writing storage controller modules to
+  /etc/sysconfig/kernel (bnc#615467)
+
+-------------------------------------------------------------------
+Tue Oct 01 14:33:59 CEST 2013 - aschn...@suse.de
+
+- install package open-iscsi if the system has iSCSI (bnc#842740)
+
+-------------------------------------------------------------------
+Mon Sep 30 16:54:55 CEST 2013 - aschn...@suse.de
+
+- fixed disabling of encryption for btrfs (bnc#842783)
+
+-------------------------------------------------------------------
+Mon Sep 30 11:50:42 CEST 2013 - aschn...@suse.de
+
+- removed some logging (bnc#842440)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-storage.spec ++++++
--- /var/tmp/diff_new_pack.5w7Msa/_old  2013-10-06 19:38:19.000000000 +0200
+++ /var/tmp/diff_new_pack.5w7Msa/_new  2013-10-06 19:38:19.000000000 +0200
@@ -21,13 +21,13 @@
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-storage-%{version}.tar.bz2
+Source0:        %{name}-%{version}.tar.bz2
 
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  libstorage-devel >= 2.24.0
-BuildRequires:  libstorage-ruby >= 2.24.3
+BuildRequires:  libstorage-ruby >= 2.25.0
 BuildRequires:  libtool
 BuildRequires:  libxslt
 BuildRequires:  perl-XML-Writer
@@ -36,9 +36,9 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2 >= 2.19.4
 BuildRequires:  yast2-core-devel >= 2.23.1
-BuildRequires:  yast2-devtools
+BuildRequires:  yast2-devtools >= 3.0.6
 BuildRequires:  yast2-testsuite >= 2.19.0
-Requires:       libstorage-ruby >= 2.24.5
+Requires:       libstorage-ruby >= 2.25.0
 Requires:       libstorage4 >= 2.24.5
 Requires:       rubygem-ruby-dbus
 Requires:       yast2 >= 2.19.4
@@ -71,34 +71,16 @@
 devices during installation and on an installed system.
 
 %prep
-%setup -n yast2-storage-%{version}
+%setup -n %{name}-%{version}
 
 %build
-%{_prefix}/bin/y2tool y2autoconf
-%{_prefix}/bin/y2tool y2automake
-autoreconf --force --install
-
-export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
-export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
-
-./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
-# V=1: verbose build in case we used AM_SILENT_RULES(yes)
-# so that RPM_OPT_FLAGS check works
-make %{?jobs:-j%jobs} V=1
+%yast_build
 
 %install
-make install DESTDIR="$RPM_BUILD_ROOT"
-[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
-for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
-    d=${f##*/}
-    %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
-done
+%yast_install
 
-rm -f $RPM_BUILD_ROOT/%{_libdir}/YaST2/plugin/libpy2StorageCallbacks.la
-rm -f $RPM_BUILD_ROOT/%{_libdir}/YaST2/plugin/libpy2StorageCallbacks.so
-
-%clean
-rm -rf "$RPM_BUILD_ROOT"
+rm -f $RPM_BUILD_ROOT/%{yast_plugindir}/libpy2StorageCallbacks.la
+rm -f $RPM_BUILD_ROOT/%{yast_plugindir}/libpy2StorageCallbacks.so
 
 %post
 %{fillup_only -an storage}
@@ -107,44 +89,44 @@
 %defattr(-,root,root)
 
 # storage
-%dir /usr/share/YaST2/include/partitioning
-/usr/share/YaST2/include/partitioning/*.rb
-/usr/share/YaST2/clients/inst_custom_part.rb
-/usr/share/YaST2/clients/inst_resize_ui.rb
-/usr/share/YaST2/clients/inst_resize_dialog.rb
-/usr/share/YaST2/clients/inst_disk.rb
-/usr/share/YaST2/clients/inst_target_part.rb
-/usr/share/YaST2/clients/inst_disk_proposal.rb
-/usr/share/YaST2/clients/inst_target_selection.rb
-/usr/share/YaST2/clients/inst_prepdisk.rb
-/usr/share/YaST2/clients/storage_finish.rb
-/usr/share/YaST2/clients/partitions_proposal.rb
-/usr/share/YaST2/clients/storage.rb
-/usr/share/YaST2/clients/disk.rb
-/usr/share/YaST2/clients/disk_worker.rb
-/usr/share/YaST2/clients/multipath-simple.rb
-/usr/share/YaST2/modules/*
+%dir %{yast_yncludedir}/partitioning
+%{yast_yncludedir}/partitioning/*.rb
+%{yast_clientdir}/inst_custom_part.rb
+%{yast_clientdir}/inst_resize_ui.rb
+%{yast_clientdir}/inst_resize_dialog.rb
+%{yast_clientdir}/inst_disk.rb
+%{yast_clientdir}/inst_target_part.rb
+%{yast_clientdir}/inst_disk_proposal.rb
+%{yast_clientdir}/inst_target_selection.rb
+%{yast_clientdir}/inst_prepdisk.rb
+%{yast_clientdir}/storage_finish.rb
+%{yast_clientdir}/partitions_proposal.rb
+%{yast_clientdir}/storage.rb
+%{yast_clientdir}/disk.rb
+%{yast_clientdir}/disk_worker.rb
+%{yast_clientdir}/multipath-simple.rb
+%{yast_moduledir}/*
 /var/adm/fillup-templates/sysconfig.storage-yast2-storage
 
-%dir /usr/share/YaST2/data
-/usr/share/YaST2/data/*.ycp
+%dir %{yast_ydatadir}
+%{yast_ydatadir}/*.ycp
 
-%doc %dir %{_prefix}/share/doc/packages/yast2-storage
-%doc %{_prefix}/share/doc/packages/yast2-storage/README*
-%doc %{_prefix}/share/doc/packages/yast2-storage/COPY*
+%doc %dir %{yast_docdir}
+%doc %{yast_docdir}/README*
+%doc %{yast_docdir}/COPY*
 
 # agents-scr
-/usr/share/YaST2/scrconf/*.scr
+%{yast_scrconfdir}/*.scr
 
 # libstorage ycp callbacks
-%{_libdir}/YaST2/plugin/libpy2StorageCallbacks.so.*
+%{yast_plugindir}/libpy2StorageCallbacks.so.*
 
 # disk
-%dir %{_prefix}/share/applications/YaST2
-%{_prefix}/share/applications/YaST2/disk.desktop
+%dir %{yast_desktopdir}
+%{yast_desktopdir}/disk.desktop
 
 # scripts
-%{_prefix}/lib/YaST2/bin/check.boot
+%{yast_ybindir}/check.boot
 
 %package devel
 Requires:       libstdc++-devel
@@ -160,7 +142,7 @@
 
 %files devel
 %defattr(-,root,root)
-%doc %{_prefix}/share/doc/packages/yast2-storage/autodocs
-%doc %{_prefix}/share/doc/packages/yast2-storage/config.xml.description
+%doc %{yast_docdir}/autodocs
+%doc %{yast_docdir}/config.xml.description
 
 %changelog

++++++ yast2-storage-3.1.0.tar.bz2 ++++++
++++ 62509 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to