Hello community,

here is the log from the commit of package ostree for openSUSE:Factory checked 
in at 2016-07-03 12:28:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ostree (Old)
 and      /work/SRC/openSUSE:Factory/.ostree.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ostree"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ostree/ostree.changes    2016-05-14 
12:23:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ostree.new/ostree.changes       2016-07-03 
12:28:29.000000000 +0200
@@ -1,0 +2,23 @@
+Tue Jun 28 09:48:27 UTC 2016 - [email protected]
+
+- Move grub2 related files to new ostree-grub2 subpackage (similar
+  to Fedora), only used to integrate ostree with grub2
+  (fully fix boo#974714).
+
+-------------------------------------------------------------------
+Mon Jun 27 09:31:37 UTC 2016 - [email protected]
+
+- Update to version 2016.6:
+  + refs: add "ostree refs --create" and unit tests.
+  + manual: Link to mender.io.
+  + Add "archive" as an alias for "archive-z2".
+  + libglnx porting: delete temp files on failure of file creation.
+  + repo: Avoid a possible divide by zero in progress.
+  + manual: Discuss mirroring.
+  + build: Fix libreaddir-rand to honor global CFLAGS.
+  + tests: Support OT_SKIP_READDIR_RAND.
+  + pull: Ensure we always process queue only from main thread.
+- Switch git url to https://github.com/ostreedev/ostree.
+- Fix Url in specfile.
+
+-------------------------------------------------------------------

Old:
----
  ostree-2016.5.tar.xz

New:
----
  ostree-2016.6.tar.xz

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

Other differences:
------------------
++++++ ostree.spec ++++++
--- /var/tmp/diff_new_pack.9fG8xs/_old  2016-07-03 12:28:31.000000000 +0200
+++ /var/tmp/diff_new_pack.9fG8xs/_new  2016-07-03 12:28:31.000000000 +0200
@@ -17,12 +17,12 @@
 
 
 Name:           ostree
-Version:        2016.5
+Version:        2016.6
 Release:        0
 Summary:        Git for operating system binaries
 License:        GPL-2.0+
 Group:          System/Libraries
-Url:            http://www.google.com
+Url:            https://github.com/ostreedev/ostree
 Source:         %{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE ostree-grub2-location.patch boo#974714 
[email protected] -- Fix path to grub-mkconfig_lib
 Patch0:         ostree-grub2-location.patch
@@ -76,6 +76,20 @@
 those levels, offering a blend of the advantages (and disadvantages)
 of both.
 
+%ifnarch s390 s390x %{arm}
+%package        grub2
+Summary:        GRUB2 integration for OSTree
+Group:          Development/Libraries
+%ifnarch aarch64
+Requires:       grub2
+%else
+Requires:       grub2-efi
+%endif
+
+%description grub2
+GRUB2 integration for OSTree
+%endif
+
 %package devel
 Summary:        Git for operating system binaries -- Development files
 Group:          Development/Languages/C and C++
@@ -146,11 +160,11 @@
 %{_unitdir}/ostree-remount.service
 %dir %{_sysconfdir}/dracut.conf.d
 %{_sysconfdir}/dracut.conf.d/ostree.conf
-%dir %{_sysconfdir}/grub.d/
-%{_sysconfdir}/grub.d/15_ostree
 %{_datadir}/ostree/
 %{_sbindir}/rcostree-prepare-root
 %{_sbindir}/rcostree-remount
+%exclude %{_sysconfdir}/grub.d/*ostree
+%exclude %{_libexecdir}/ostree/grub2*
 
 %files -n libostree-1-1
 %defattr(-,root,root)
@@ -167,4 +181,11 @@
 %{_libdir}/pkgconfig/ostree-1.pc
 %{_datadir}/gir-1.0/OSTree-1.0.gir
 
+%ifnarch s390 s390x %{arm}
+%files grub2
+%dir %{_sysconfdir}/grub.d/
+%{_sysconfdir}/grub.d/*ostree
+%{_libexecdir}/ostree/grub2*
+%endif
+
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.9fG8xs/_old  2016-07-03 12:28:31.000000000 +0200
+++ /var/tmp/diff_new_pack.9fG8xs/_new  2016-07-03 12:28:31.000000000 +0200
@@ -1,10 +1,10 @@
 <services>
   <service name="tar_scm" mode="disabled">
-    <param name="url">git://git.gnome.org/ostree</param>
+    <param name="url">https://github.com/ostreedev/ostree.git</param>
     <param name="scm">git</param>
-    <param name="versionformat">2016.5</param>
+    <param name="versionformat">2016.6</param>
     <param name="changesgenerate">enable</param>
-    <param name="revision">refs/tags/v2016.5</param>
+    <param name="revision">refs/tags/v2016.6</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">*.tar</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.9fG8xs/_old  2016-07-03 12:28:31.000000000 +0200
+++ /var/tmp/diff_new_pack.9fG8xs/_new  2016-07-03 12:28:31.000000000 +0200
@@ -1,4 +1,6 @@
 <servicedata>
 <service name="tar_scm">
             <param name="url">git://git.gnome.org/ostree</param>
-          <param 
name="changesrevision">bfa23bdc1f13a646f1c91f8a2724022eef2d5656</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">bfa23bdc1f13a646f1c91f8a2724022eef2d5656</param></service><service
 name="tar_scm">
+            <param name="url">https://github.com/ostreedev/ostree.git</param>
+          <param 
name="changesrevision">6c7e191147023942feb7454359557bb3551467a4</param></service></servicedata>
\ No newline at end of file

++++++ ostree-2016.5.tar.xz -> ostree-2016.6.tar.xz ++++++
++++ 10902 lines of diff (skipped)


Reply via email to