From 2f3cd384c01aaa1a45c5589176cfeb94c7099dd5 Mon Sep 17 00:00:00 2001 From: openeuler-basic Date: Tue, 11 Feb 2020 10:22:11 +0800 Subject: [PATCH 1/3] enable check --- ostree.spec | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/ostree.spec b/ostree.spec index 0d850b6..1a0f7cb 100644 --- a/ostree.spec +++ b/ostree.spec @@ -1,6 +1,6 @@ Name: ostree Version: 2019.4 -Release: 4 +Release: 5 Summary: A tool like git for operating system binaries License: LGPLv2+ URL: https://ostree.readthedocs.io/en/latest/ @@ -9,7 +9,7 @@ Source0: https://github.com/ostreedev/%{name}/releases/download/v%{versio BuildRequires: bison autoconf automake libtool gobject-introspection-devel pkgconfig(liblzma) BuildRequires: pkgconfig(e2p) pkgconfig(zlib) pkgconfig(libcurl) pkgconfig(libsoup-2.4) gpgme-devel BuildRequires: pkgconfig(libselinux) pkgconfig(libcrypto) pkgconfig(fuse) gdb pkgconfig(libsystemd) -BuildRequires: dracut openssl-devel pkgconfig(mount) pkgconfig(libarchive) +BuildRequires: dracut openssl-devel pkgconfig(mount) pkgconfig(libarchive) python3-pyyaml Requires: dracut systemd-units gnupg2 %ifarch x86_64 Requires: grub2 @@ -47,6 +47,9 @@ env NOCONFIGURE=1 ./autogen.sh %make_install %delete_la +%check +make check + %post %systemd_post ostree-remount.service @@ -80,6 +83,12 @@ env NOCONFIGURE=1 ./autogen.sh %{_datadir}/gir-1.0/*.gir %changelog +* Tue Feb 11 2020 openEuler Buildteam - 2019.4-5 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:enable check + * Sat Oct 19 2019 shenyangyang - 2019.4-4 - Type:enhancement - ID:NA @@ -92,7 +101,7 @@ env NOCONFIGURE=1 ./autogen.sh - SUG:NA - DESC:add ostree-libs%{?_isa} that required by flatpak -* Sat Oct 14 2019 shenyangyang - 2019.4-2 +* Mon Oct 14 2019 shenyangyang - 2019.4-2 - Type: enhancement - ID: NA - SUG: NA From 64359a333f3b547b88dd9ea92092ffcb014e0a40 Mon Sep 17 00:00:00 2001 From: openeuler-basic Date: Sat, 21 Mar 2020 10:32:09 +0800 Subject: [PATCH 2/3] add man files to help package --- ostree.spec | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/ostree.spec b/ostree.spec index 1a0f7cb..0f13519 100644 --- a/ostree.spec +++ b/ostree.spec @@ -1,15 +1,15 @@ Name: ostree Version: 2019.4 -Release: 5 +Release: 6 Summary: A tool like git for operating system binaries License: LGPLv2+ URL: https://ostree.readthedocs.io/en/latest/ Source0: https://github.com/ostreedev/%{name}/releases/download/v%{version}/libostree-%{version}.tar.xz -BuildRequires: bison autoconf automake libtool gobject-introspection-devel pkgconfig(liblzma) +BuildRequires: bison autoconf automake libtool gobject-introspection-devel pkgconfig(liblzma) docbook-xsl BuildRequires: pkgconfig(e2p) pkgconfig(zlib) pkgconfig(libcurl) pkgconfig(libsoup-2.4) gpgme-devel BuildRequires: pkgconfig(libselinux) pkgconfig(libcrypto) pkgconfig(fuse) gdb pkgconfig(libsystemd) -BuildRequires: dracut openssl-devel pkgconfig(mount) pkgconfig(libarchive) python3-pyyaml +BuildRequires: dracut openssl-devel pkgconfig(mount) pkgconfig(libarchive) python3-pyyaml libxslt Requires: dracut systemd-units gnupg2 %ifarch x86_64 Requires: grub2 @@ -34,6 +34,8 @@ Requires: %{name} = %{version}-%{release} %description devel The %{name}-devel package includes the header files for the %{name} library. +%package_help + %prep %autosetup -n lib%{name}-%{version} -p1 @@ -82,7 +84,16 @@ make check %{_libdir}/pkgconfig/* %{_datadir}/gir-1.0/*.gir +%files help +%{_mandir}/man*/{ostree,rofiles}*.gz + %changelog +* Sat Mar 21 2020 openEuler Buildteam - 2019.4-6 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:add man files into help package + * Tue Feb 11 2020 openEuler Buildteam - 2019.4-5 - Type:enhancement - ID:NA From c1600d25ac61296a5a4e9ef41b83d11fdd933268 Mon Sep 17 00:00:00 2001 From: wangchen2020 <15955488707@163.com> Date: Mon, 25 May 2020 09:59:47 +0800 Subject: [PATCH 3/3] rebuild for ostree --- ostree.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ostree.spec b/ostree.spec index 0f13519..3a529dc 100644 --- a/ostree.spec +++ b/ostree.spec @@ -1,6 +1,6 @@ Name: ostree Version: 2019.4 -Release: 6 +Release: 7 Summary: A tool like git for operating system binaries License: LGPLv2+ URL: https://ostree.readthedocs.io/en/latest/ @@ -88,6 +88,9 @@ make check %{_mandir}/man*/{ostree,rofiles}*.gz %changelog +* Mon May 25 2020 wangchen - 2019.4-7 +- rebuild for ostree + * Sat Mar 21 2020 openEuler Buildteam - 2019.4-6 - Type:enhancement - ID:NA