Hello community,

here is the log from the commit of package libostree for openSUSE:Factory 
checked in at 2018-03-08 10:48:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libostree (Old)
 and      /work/SRC/openSUSE:Factory/.libostree.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libostree"

Thu Mar  8 10:48:23 2018 rev:8 rq:582837 version:2018.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libostree/libostree.changes      2018-02-12 
10:10:16.360191713 +0100
+++ /work/SRC/openSUSE:Factory/.libostree.new/libostree.changes 2018-03-08 
10:48:25.432940336 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:35:51 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libostree.spec ++++++
--- /var/tmp/diff_new_pack.D3JBXx/_old  2018-03-08 10:48:26.008919599 +0100
+++ /var/tmp/diff_new_pack.D3JBXx/_new  2018-03-08 10:48:26.008919599 +0100
@@ -20,15 +20,12 @@
 Version:        2018.1
 Release:        0
 Summary:        Git for operating system binaries
-License:        LGPL-2.0+
+License:        LGPL-2.0-or-later
 Group:          Development/Libraries/C and C++
-Url:            https://github.com/ostreedev/ostree
+URL:            https://github.com/ostreedev/ostree
 Source:         %{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE ostree-grub2-location.patch boo#974714 
dims...@opensuse.org -- Fix path to grub-mkconfig_lib
 Patch0:         ostree-grub2-location.patch
-# Package was renamed from ostree to libostree with version 2017.2
-Provides:       ostree = %{version}
-Obsoletes:      ostree < %{version}
 BuildRequires:  bison
 BuildRequires:  gjs
 BuildRequires:  gnome-common
@@ -36,6 +33,7 @@
 BuildRequires:  gpgme-devel
 BuildRequires:  libattr-devel
 BuildRequires:  libcap-devel
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(e2p)
 BuildRequires:  pkgconfig(fuse) >= 2.9.2
 BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.36.0
@@ -47,7 +45,9 @@
 BuildRequires:  pkgconfig(mount) >= 2-23.0
 BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(zlib)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+# Package was renamed from ostree to libostree with version 2017.2
+Provides:       ostree = %{version}
+Obsoletes:      ostree < %{version}
 
 %description
 OSTree is a tool for managing bootable, immutable, versioned
@@ -102,10 +102,10 @@
 Summary:        Git for operating system binaries -- Development files
 # Package was renamed from ostree to libostree with version 2017.2
 Group:          Development/Languages/C and C++
-Provides:       ostree-devel = %{version}
-Obsoletes:      ostree-devel < %{version}
 Requires:       libostree-1-1 = %{version}
 Requires:       typelib-1_0-OSTree-1_0 = %{version}
+Provides:       ostree-devel = %{version}
+Obsoletes:      ostree-devel < %{version}
 
 %description devel
 OSTree is a tool for managing bootable, immutable, versioned
@@ -125,7 +125,7 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 # openSUSE rcFOO links
@@ -134,9 +134,7 @@
 ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcostree-remount
 
 %post -n libostree-1-1 -p /sbin/ldconfig
-
 %postun -n libostree-1-1 -p /sbin/ldconfig
-
 %pre
 %service_add_pre ostree-prepare-root.service
 %service_add_pre ostree-remount.service
@@ -155,8 +153,8 @@
 %service_del_postun ostree-remount.service
 
 %files
-%defattr(-,root,root)
-%doc README.md COPYING
+%license COPYING
+%doc README.md
 %{_mandir}/man1/ostree*.1%{?ext_man}
 %{_mandir}/man5/ostree.repo*.5%{?ext_man}
 %{_mandir}/man1/rofiles-fuse.1%{?ext_man}
@@ -185,15 +183,12 @@
 %exclude %{_libexecdir}/libostree/grub2*
 
 %files -n libostree-1-1
-%defattr(-,root,root)
 %{_libdir}/libostree-1.so.*
 
 %files -n typelib-1_0-OSTree-1_0
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/OSTree-1.0.typelib
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/ostree-1/
 %{_libdir}/libostree-1.so
 %{_libdir}/pkgconfig/ostree-1.pc


Reply via email to