Hello community,
here is the log from the commit of package yast2-installation for
openSUSE:Factory checked in at 2013-10-11 15:35:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old)
and /work/SRC/openSUSE:Factory/.yast2-installation.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-installation"
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2013-09-27 19:40:18.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes
2013-10-11 15:35:28.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Sep 27 16:34:11 UTC 2013 - [email protected]
+
+- do not use *.spec.in template, use *.spec file with RPM macros
+ instead
+- 3.1.0
+
+-------------------------------------------------------------------
Old:
----
yast2-installation-3.0.7.tar.bz2
New:
----
yast2-installation-3.1.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-installation.spec ++++++
--- /var/tmp/diff_new_pack.D1W0Oj/_old 2013-10-11 15:35:29.000000000 +0200
+++ /var/tmp/diff_new_pack.D1W0Oj/_new 2013-10-11 15:35:29.000000000 +0200
@@ -17,11 +17,11 @@
Name: yast2-installation
-Version: 3.0.7
+Version: 3.1.0
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-installation-%{version}.tar.bz2
+Source0: %{name}-%{version}.tar.bz2
Requires: yast2-ruby-bindings >= 1.0.0
@@ -36,7 +36,9 @@
BuildRequires: libxslt
BuildRequires: update-desktop-files
BuildRequires: yast2-core-devel
-BuildRequires: yast2-devtools
+BuildRequires: yast2-devtools >= 3.0.6
+# trang to convert rnc to rng
+BuildRequires: trang
# xmllint
BuildRequires: libxml2-tools
@@ -140,28 +142,13 @@
System installation code as present on installation media.
%prep
-%setup -n yast2-installation-%{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
for f in `find %{buildroot}%{_datadir}/autoinstall/modules -name "*.desktop"`;
do
%suse_update_desktop_file $f
@@ -171,9 +158,6 @@
install -m 644 %{SOURCE1} %{buildroot}%{_unitdir}
install -m 644 %{SOURCE2} %{buildroot}%{_unitdir}
-%clean
-rm -rf "$RPM_BUILD_ROOT"
-
%post
%{fillup_only -ns security checksig}
@@ -204,40 +188,40 @@
%{_unitdir}/YaST2-Second-Stage.service
%{_unitdir}/YaST2-Firstboot.service
-/usr/share/YaST2/clients/*.rb
-/usr/share/YaST2/modules/*.rb
-%{_prefix}/share/applications/YaST2/*.desktop
+%{yast_clientdir}/*.rb
+%{yast_moduledir}/*.rb
+%{yast_desktopdir}/*.desktop
/usr/share/autoinstall/modules/*.desktop
/usr/share/YaST2/schema/autoyast/rnc/deploy_image.rnc
%dir /usr/share/autoinstall
%dir /usr/share/autoinstall/modules
-%dir /usr/share/YaST2/include/installation
-/usr/share/YaST2/include/installation/*
+%dir %{yast_yncludedir}/installation
+%{yast_yncludedir}/installation/*
# agents
-/usr/share/YaST2/scrconf/etc_passwd.scr
-/usr/share/YaST2/scrconf/cfg_boot.scr
-/usr/share/YaST2/scrconf/cfg_windowmanager.scr
-/usr/share/YaST2/scrconf/cfg_fam.scr
-/usr/share/YaST2/scrconf/etc_install_inf.scr
-/usr/share/YaST2/scrconf/etc_install_inf_alias.scr
-/usr/share/YaST2/scrconf/etc_install_inf_options.scr
-/usr/share/YaST2/scrconf/proc_modules.scr
-/usr/share/YaST2/scrconf/run_df.scr
+%{yast_scrconfdir}/etc_passwd.scr
+%{yast_scrconfdir}/cfg_boot.scr
+%{yast_scrconfdir}/cfg_windowmanager.scr
+%{yast_scrconfdir}/cfg_fam.scr
+%{yast_scrconfdir}/etc_install_inf.scr
+%{yast_scrconfdir}/etc_install_inf_alias.scr
+%{yast_scrconfdir}/etc_install_inf_options.scr
+%{yast_scrconfdir}/proc_modules.scr
+%{yast_scrconfdir}/run_df.scr
# fillup
/var/adm/fillup-templates/sysconfig.security-checksig
# programs and scripts
-%{_prefix}/lib/YaST2/startup
+%{yast_ystartupdir}/startup
-%dir %{_prefix}/share/doc/packages/yast2-installation
-%{_prefix}/share/doc/packages/yast2-installation/COPYING
-%readme %{_prefix}/share/doc/packages/yast2-installation/README
+%dir %{yast_docdir}
+%{yast_docdir}/COPYING
+%readme %{yast_docdir}/README
%files devel-doc
%defattr(-,root,root)
-%doc %{_prefix}/share/doc/packages/yast2-installation
-%exclude %{_prefix}/share/doc/packages/yast2-installation/COPYING
-%exclude %{_prefix}/share/doc/packages/yast2-installation/README
+%doc %{yast_docdir}
+%exclude %{yast_docdir}/COPYING
+%exclude %{yast_docdir}/README
%changelog
++++++ yast2-installation-3.0.7.tar.bz2 -> yast2-installation-3.1.0.tar.bz2
++++++
++++ 56129 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]