Change-Id: I1b66f02c69b50c40165b5178ecc01094217b5a79
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/1895
Reviewed-by: Priyesh Padmavilasom <ppadmavilasom@vmware.com>
Tested-by: gerrit-photon <photon-checkins@vmware.com>
| ... | ... |
@@ -1,41 +1,41 @@ |
| 1 |
-Summary: Hawkey |
|
| 2 |
-Name: hawkey |
|
| 3 |
-Version: 2014.1 |
|
| 4 |
-Release: 5%{?dist}
|
|
| 5 |
-License: LGPLv2+ |
|
| 6 |
-URL: http://fedoraproject.org/wiki/Features/Hawkey |
|
| 7 |
-Source0: https://github.com/rpm-software-management/hawkey/archive/%{name}-%{version}.tar.gz
|
|
| 8 |
-%define sha1 hawkey=4caad007e243d0fa3f4c2912bd393cc6b326b272 |
|
| 9 |
-Group: Development/Libraries |
|
| 10 |
-Vendor: VMware, Inc. |
|
| 11 |
-Distribution: Photon |
|
| 12 |
-BuildRequires: libsolv |
|
| 13 |
-BuildRequires: check |
|
| 14 |
-BuildRequires: cmake |
|
| 15 |
-BuildRequires: rpm |
|
| 16 |
-BuildRequires: rpm-devel |
|
| 17 |
-Requires: libsolv |
|
| 1 |
+Summary: Hawkey |
|
| 2 |
+Name: hawkey |
|
| 3 |
+Version: 2014.1 |
|
| 4 |
+Release: 6%{?dist}
|
|
| 5 |
+License: LGPLv2+ |
|
| 6 |
+URL: http://fedoraproject.org/wiki/Features/Hawkey |
|
| 7 |
+Source0: https://github.com/rpm-software-management/hawkey/archive/%{name}-%{version}.tar.gz
|
|
| 8 |
+%define sha1 hawkey=4caad007e243d0fa3f4c2912bd393cc6b326b272 |
|
| 9 |
+Group: Development/Libraries |
|
| 10 |
+Vendor: VMware, Inc. |
|
| 11 |
+Distribution: Photon |
|
| 12 |
+BuildRequires: libsolv-devel |
|
| 13 |
+BuildRequires: check |
|
| 14 |
+BuildRequires: cmake |
|
| 15 |
+BuildRequires: rpm |
|
| 16 |
+BuildRequires: rpm-devel |
|
| 17 |
+Requires: libsolv |
|
| 18 | 18 |
|
| 19 | 19 |
%description |
| 20 | 20 |
Hawkey is a library allowing clients to query and resolve dependencies of RPM |
| 21 | 21 |
packages based on the current state of RPMDB and yum repositories. |
| 22 | 22 |
|
| 23 | 23 |
%package devel |
| 24 |
-Summary: A Library providing simplified C and Python API to libsolv |
|
| 25 |
-Group: Development/Libraries |
|
| 26 |
-Requires: hawkey = %{version}-%{release}
|
|
| 24 |
+Summary: A Library providing simplified C and Python API to libsolv |
|
| 25 |
+Group: Development/Libraries |
|
| 26 |
+Requires: hawkey = %{version}-%{release}
|
|
| 27 | 27 |
Provides: pkgconfig(hawkey) |
| 28 | 28 |
|
| 29 | 29 |
%description devel |
| 30 | 30 |
Development files for hawkey. |
| 31 | 31 |
|
| 32 | 32 |
%package -n python-hawkey |
| 33 |
-Summary: Python 2 bindings for the hawkey library |
|
| 34 |
-Group: Development/Languages |
|
| 33 |
+Summary: Python 2 bindings for the hawkey library |
|
| 34 |
+Group: Development/Languages |
|
| 35 | 35 |
BuildRequires: python2-devel |
| 36 | 36 |
BuildRequires: python2-libs |
| 37 |
-Requires: %{name} = %{version}-%{release}
|
|
| 38 |
-Requires: python2 |
|
| 37 |
+Requires: %{name} = %{version}-%{release}
|
|
| 38 |
+Requires: python2 |
|
| 39 | 39 |
|
| 40 | 40 |
%description -n python-hawkey |
| 41 | 41 |
Python 2 bindings for the hawkey library. |
| ... | ... |
@@ -44,7 +44,7 @@ Python 2 bindings for the hawkey library. |
| 44 | 44 |
%setup -qn %{name}
|
| 45 | 45 |
%build |
| 46 | 46 |
cmake \ |
| 47 |
- -DCMAKE_INSTALL_PREFIX=%{_prefix}
|
|
| 47 |
+ -DCMAKE_INSTALL_PREFIX=%{_prefix}
|
|
| 48 | 48 |
make %{?_smp_mflags}
|
| 49 | 49 |
%install |
| 50 | 50 |
make DESTDIR=%{buildroot} install
|
| ... | ... |
@@ -71,13 +71,15 @@ tests/test_main tests/repos/ |
| 71 | 71 |
%exclude %{python_sitearch}/*
|
| 72 | 72 |
|
| 73 | 73 |
%changelog |
| 74 |
-* Thu Oct 06 2016 ChangLee <changlee@vmware.com> 2014.1-5 |
|
| 75 |
-- Modified %check |
|
| 76 |
-* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 2014.1-4 |
|
| 77 |
-- GA - Bump release of all rpms |
|
| 78 |
-* Thu Jun 18 2015 Anish Swaminathan <anishs@vmware.com> 2014.1-3 |
|
| 79 |
-- Add pkgconfig Provides directive |
|
| 74 |
+* Mon Dec 19 2016 Xiaolin Li <xiaolinl@vmware.com> 2014.1-6 |
|
| 75 |
+- BuildRequires libsolv-devel. |
|
| 76 |
+* Thu Oct 06 2016 ChangLee <changlee@vmware.com> 2014.1-5 |
|
| 77 |
+- Modified %check |
|
| 78 |
+* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 2014.1-4 |
|
| 79 |
+- GA - Bump release of all rpms |
|
| 80 |
+* Thu Jun 18 2015 Anish Swaminathan <anishs@vmware.com> 2014.1-3 |
|
| 81 |
+- Add pkgconfig Provides directive |
|
| 80 | 82 |
* Wed May 20 2015 Touseef Liaqat <tliaqat@vmware.com> 2014.1.1-2 |
| 81 | 83 |
- Updated group. |
| 82 |
-* Tue Nov 25 2014 Divya Thaluru <dthaluru@vmware.com> 2014.1-1 |
|
| 83 |
-- Initial build. First version |
|
| 84 |
+* Tue Nov 25 2014 Divya Thaluru <dthaluru@vmware.com> 2014.1-1 |
|
| 85 |
+- Initial build. First version |
| ... | ... |
@@ -1,38 +1,38 @@ |
| 1 | 1 |
# Copied from inside of libhif.<version>.tar.gz |
| 2 | 2 |
%define libhif_version %{name}-%{name}_0_2_2
|
| 3 | 3 |
|
| 4 |
-Summary: Simple package manager built on top of hawkey and librepo |
|
| 5 |
-Name: libhif |
|
| 6 |
-Version: 0.2.2 |
|
| 7 |
-Release: 4%{?dist}
|
|
| 8 |
-License: LGPLv2+ |
|
| 9 |
-URL: https://github.com/hughsie/libhif |
|
| 10 |
-Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
|
|
| 11 |
-%define sha1 libhif=2816f914e25a1a625503b4b474a8ad63969e8c7e |
|
| 12 |
-Vendor: VMware, Inc. |
|
| 13 |
-Distribution: Photon |
|
| 14 |
- |
|
| 15 |
-BuildRequires: glib-devel >= 2.16.1 |
|
| 16 |
-BuildRequires: libtool |
|
| 17 |
-BuildRequires: gtk-doc |
|
| 18 |
-BuildRequires: gobject-introspection-devel |
|
| 19 |
-BuildRequires: hawkey-devel >= 0.4.6 |
|
| 20 |
-BuildRequires: rpm-devel >= 4.11.0 |
|
| 21 |
-BuildRequires: librepo-devel >= 1.7.11 |
|
| 22 |
-BuildRequires: libsolv |
|
| 23 |
-BuildRequires: popt-devel |
|
| 24 |
-BuildRequires: python2-libs |
|
| 25 |
-BuildRequires: python2 |
|
| 26 |
-BuildRequires: gobject-introspection-python |
|
| 27 |
-BuildRequires: openssl-devel |
|
| 4 |
+Summary: Simple package manager built on top of hawkey and librepo |
|
| 5 |
+Name: libhif |
|
| 6 |
+Version: 0.2.2 |
|
| 7 |
+Release: 5%{?dist}
|
|
| 8 |
+License: LGPLv2+ |
|
| 9 |
+URL: https://github.com/hughsie/libhif |
|
| 10 |
+Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
|
|
| 11 |
+%define sha1 libhif=2816f914e25a1a625503b4b474a8ad63969e8c7e |
|
| 12 |
+Vendor: VMware, Inc. |
|
| 13 |
+Distribution: Photon |
|
| 14 |
+ |
|
| 15 |
+BuildRequires: glib-devel >= 2.16.1 |
|
| 16 |
+BuildRequires: libtool |
|
| 17 |
+BuildRequires: gtk-doc |
|
| 18 |
+BuildRequires: gobject-introspection-devel |
|
| 19 |
+BuildRequires: hawkey-devel >= 0.4.6 |
|
| 20 |
+BuildRequires: rpm-devel >= 4.11.0 |
|
| 21 |
+BuildRequires: librepo-devel >= 1.7.11 |
|
| 22 |
+BuildRequires: libsolv-devel |
|
| 23 |
+BuildRequires: popt-devel |
|
| 24 |
+BuildRequires: python2-libs |
|
| 25 |
+BuildRequires: python2 |
|
| 26 |
+BuildRequires: gobject-introspection-python |
|
| 27 |
+BuildRequires: openssl-devel |
|
| 28 | 28 |
|
| 29 | 29 |
Requires: openssl |
| 30 | 30 |
Requires: librepo |
| 31 |
-Requires: libsolv |
|
| 32 |
-Requires: gobject-introspection |
|
| 33 |
-Requires: hawkey |
|
| 34 |
-Requires: rpm-libs |
|
| 35 |
-Requires: glib >= 2.16.1 |
|
| 31 |
+Requires: libsolv |
|
| 32 |
+Requires: gobject-introspection |
|
| 33 |
+Requires: hawkey |
|
| 34 |
+Requires: rpm-libs |
|
| 35 |
+Requires: glib >= 2.16.1 |
|
| 36 | 36 |
|
| 37 | 37 |
%description |
| 38 | 38 |
This library provides a simple interface to hawkey and librepo and is currently |
| ... | ... |
@@ -85,6 +85,8 @@ make %{?_smp_mflags} check
|
| 85 | 85 |
%{_datadir}/gir-1.0/*.gir
|
| 86 | 86 |
|
| 87 | 87 |
%changelog |
| 88 |
+* Mon Dec 19 2016 Xiaolin Li <xiaolinl@vmware.com> 0.2.2-5 |
|
| 89 |
+- BuildRequires libsolv-devel. |
|
| 88 | 90 |
* Thu Nov 17 2016 Alexey Makhalov <amakhalov@vmware.com> 0.2.2-4 |
| 89 | 91 |
- Use rpm-libs at runtime |
| 90 | 92 |
* Thu Oct 06 2016 ChangLee <changlee@vmware.com> 0.2.2-3 |
| ... | ... |
@@ -1,29 +1,38 @@ |
| 1 |
-Summary: Libsolv-0.6.19 |
|
| 2 |
-Name: libsolv |
|
| 3 |
-Version: 0.6.19 |
|
| 4 |
-Release: 3%{?dist}
|
|
| 5 |
-License: BSD |
|
| 6 |
-URL: https://github.com/openSUSE/libsolv |
|
| 7 |
-Source0: https://github.com/openSUSE/libsolv/archive/%{name}-%{version}.tar.gz
|
|
| 8 |
-%define sha1 libsolv=2066529e5a95aac15a79863bb937bb159b05cffa |
|
| 9 |
-Group: Development/Tools |
|
| 10 |
-Vendor: VMware, Inc. |
|
| 11 |
-Distribution: Photon |
|
| 12 |
-Requires: libdb |
|
| 13 |
-Requires: expat |
|
| 14 |
-BuildRequires: libdb-devel |
|
| 15 |
-BuildRequires: cmake |
|
| 16 |
-BuildRequires: rpm-devel |
|
| 17 |
-BuildRequires: expat |
|
| 1 |
+Summary: Libsolv-0.6.19 |
|
| 2 |
+Name: libsolv |
|
| 3 |
+Version: 0.6.19 |
|
| 4 |
+Release: 4%{?dist}
|
|
| 5 |
+License: BSD |
|
| 6 |
+URL: https://github.com/openSUSE/libsolv |
|
| 7 |
+Source0: https://github.com/openSUSE/libsolv/archive/%{name}-%{version}.tar.gz
|
|
| 8 |
+%define sha1 libsolv=2066529e5a95aac15a79863bb937bb159b05cffa |
|
| 9 |
+Group: Development/Tools |
|
| 10 |
+Vendor: VMware, Inc. |
|
| 11 |
+Distribution: Photon |
|
| 12 |
+Requires: libdb |
|
| 13 |
+Requires: expat |
|
| 14 |
+BuildRequires: libdb-devel |
|
| 15 |
+BuildRequires: cmake |
|
| 16 |
+BuildRequires: rpm-devel |
|
| 17 |
+BuildRequires: expat |
|
| 18 | 18 |
%description |
| 19 | 19 |
Libsolv is a free package management library, using SAT technology to solve requests. |
| 20 |
-It supports debian, rpm, archlinux and haiku style distributions. |
|
| 20 |
+It supports debian, rpm, archlinux and haiku style distributions. |
|
| 21 |
+ |
|
| 22 |
+%package devel |
|
| 23 |
+Summary: Development headers for libsolv |
|
| 24 |
+Requires: %{name} = %{version}-%{release}
|
|
| 25 |
+ |
|
| 26 |
+%description devel |
|
| 27 |
+The libsolv-devel package contains libraries, header files and documentation |
|
| 28 |
+for developing applications that use libsolv. |
|
| 29 |
+ |
|
| 21 | 30 |
%prep |
| 22 | 31 |
%setup -q |
| 23 | 32 |
%build |
| 24 | 33 |
cmake \ |
| 25 |
- -DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
|
| 26 |
- -DRPM5=ON |
|
| 34 |
+ -DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
|
| 35 |
+ -DRPM5=ON |
|
| 27 | 36 |
make %{?_smp_mflags}
|
| 28 | 37 |
%install |
| 29 | 38 |
make DESTDIR=%{buildroot} install
|
| ... | ... |
@@ -35,10 +44,23 @@ make %{?_smp_mflags} test
|
| 35 | 35 |
%files |
| 36 | 36 |
%defattr(-,root,root) |
| 37 | 37 |
%{_bindir}/*
|
| 38 |
-%{_lib64dir}/*
|
|
| 39 |
-/usr/share/* |
|
| 38 |
+%{_lib64dir}/libsolv.so.*
|
|
| 39 |
+%{_lib64dir}/libsolvext.so.*
|
|
| 40 |
+%{_mandir}/man1/*
|
|
| 41 |
+ |
|
| 42 |
+ |
|
| 43 |
+%files devel |
|
| 44 |
+%defattr(-,root,root) |
|
| 40 | 45 |
%{_includedir}/*
|
| 46 |
+%{_lib64dir}/libsolv.so
|
|
| 47 |
+%{_lib64dir}/libsolvext.so
|
|
| 48 |
+%{_lib64dir}/pkgconfig/*
|
|
| 49 |
+%{_datadir}/cmake/*
|
|
| 50 |
+%{_mandir}/man3/*
|
|
| 51 |
+ |
|
| 41 | 52 |
%changelog |
| 53 |
+* Mon Dec 19 2016 Xiaolin Li <xiaolinl@vmware.com> 0.6.19-4 |
|
| 54 |
+- Added -devel subpackage. |
|
| 42 | 55 |
* Thu Oct 27 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 0.6.19-3 |
| 43 | 56 |
- use libdb |
| 44 | 57 |
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 0.6.19-2 |
| ... | ... |
@@ -1,48 +1,49 @@ |
| 1 | 1 |
Summary: Commit RPMs to an OSTree repository |
| 2 | 2 |
Name: rpm-ostree |
| 3 | 3 |
Version: 2015.7 |
| 4 |
-Release: 4%{?dist}
|
|
| 4 |
+Release: 5%{?dist}
|
|
| 5 | 5 |
Source0: rpm-ostree-%{version}.tar.gz
|
| 6 |
-%define sha1 rpm-ostree=9a0fa260d8671d9998b5f5509de1bbadd42f7127 |
|
| 6 |
+%define sha1 rpm-ostree=9a0fa260d8671d9998b5f5509de1bbadd42f7127 |
|
| 7 | 7 |
Source1: libglnx-58a9a5c.tar.gz |
| 8 |
-%define sha1 libglnx=ba892544e28201508450dd123a4ebd4dfe6d5ea7 |
|
| 8 |
+%define sha1 libglnx=ba892544e28201508450dd123a4ebd4dfe6d5ea7 |
|
| 9 | 9 |
License: LGPLv2+ |
| 10 | 10 |
URL: https://github.com/cgwalters/rpm-ostree |
| 11 |
-Vendor: VMware, Inc. |
|
| 12 |
-Distribution: Photon |
|
| 11 |
+Vendor: VMware, Inc. |
|
| 12 |
+Distribution: Photon |
|
| 13 | 13 |
# We always run autogen.sh |
| 14 |
-BuildRequires: autoconf |
|
| 15 |
-BuildRequires: automake |
|
| 16 |
-BuildRequires: libtool |
|
| 17 |
-BuildRequires: git |
|
| 18 |
-BuildRequires: json-glib-devel |
|
| 19 |
-BuildRequires: gtk-doc |
|
| 20 |
-BuildRequires: libcap-devel |
|
| 21 |
-BuildRequires: ostree-devel |
|
| 22 |
-BuildRequires: libgsystem |
|
| 23 |
-BuildRequires: docbook-xsl |
|
| 24 |
-BuildRequires: libxslt |
|
| 25 |
-BuildRequires: gobject-introspection-devel |
|
| 26 |
-BuildRequires: openssl-devel |
|
| 27 |
-BuildRequires: libhif-devel >= 0.2.0 |
|
| 28 |
-BuildRequires: hawkey-devel >= 0.4.6 |
|
| 29 |
-BuildRequires: rpm-devel >= 4.11.0 |
|
| 30 |
-BuildRequires: librepo-devel >= 1.7.11 |
|
| 31 |
-BuildRequires: attr-devel |
|
| 32 |
-BuildRequires: python2-libs |
|
| 33 |
-BuildRequires: python2 |
|
| 34 |
-BuildRequires: gobject-introspection-python |
|
| 14 |
+BuildRequires: autoconf |
|
| 15 |
+BuildRequires: automake |
|
| 16 |
+BuildRequires: libtool |
|
| 17 |
+BuildRequires: git |
|
| 18 |
+BuildRequires: json-glib-devel |
|
| 19 |
+BuildRequires: gtk-doc |
|
| 20 |
+BuildRequires: libcap-devel |
|
| 21 |
+BuildRequires: ostree-devel |
|
| 22 |
+BuildRequires: libgsystem |
|
| 23 |
+BuildRequires: docbook-xsl |
|
| 24 |
+BuildRequires: libxslt |
|
| 25 |
+BuildRequires: gobject-introspection-devel |
|
| 26 |
+BuildRequires: openssl-devel |
|
| 27 |
+BuildRequires: libhif-devel >= 0.2.0 |
|
| 28 |
+BuildRequires: hawkey-devel >= 0.4.6 |
|
| 29 |
+BuildRequires: rpm-devel >= 4.11.0 |
|
| 30 |
+BuildRequires: librepo-devel >= 1.7.11 |
|
| 31 |
+BuildRequires: attr-devel |
|
| 32 |
+BuildRequires: python2-libs |
|
| 33 |
+BuildRequires: python2 |
|
| 34 |
+BuildRequires: gobject-introspection-python |
|
| 35 | 35 |
BuildRequires: autogen |
| 36 |
+BuildRequires: libsolv-devel |
|
| 36 | 37 |
|
| 37 |
-BuildRequires: which |
|
| 38 |
-BuildRequires: popt-devel |
|
| 39 |
-Requires: libcap |
|
| 40 |
-Requires: librepo |
|
| 41 |
-Requires: hawkey |
|
| 42 |
-Requires: libhif |
|
| 43 |
-Requires: openssl |
|
| 44 |
-Requires: ostree |
|
| 45 |
-Requires: json-glib |
|
| 38 |
+BuildRequires: which |
|
| 39 |
+BuildRequires: popt-devel |
|
| 40 |
+Requires: libcap |
|
| 41 |
+Requires: librepo |
|
| 42 |
+Requires: hawkey |
|
| 43 |
+Requires: libhif |
|
| 44 |
+Requires: openssl |
|
| 45 |
+Requires: ostree |
|
| 46 |
+Requires: json-glib |
|
| 46 | 47 |
|
| 47 | 48 |
|
| 48 | 49 |
%description |
| ... | ... |
@@ -90,6 +91,8 @@ make %{?_smp_mflags} check
|
| 90 | 90 |
%{_datadir}/gir-1.0/*-1.0.gir
|
| 91 | 91 |
|
| 92 | 92 |
%changelog |
| 93 |
+* Mon Dec 19 2016 Xiaolin Li <xiaolinl@vmware.com> 2015.7-5 |
|
| 94 |
+- BuildRequires libsolv-devel. |
|
| 93 | 95 |
* Thu Nov 24 2016 Alexey Makhalov <amakhalov@vmware.com> 2015.7-4 |
| 94 | 96 |
- BuildRequired attr-devel. |
| 95 | 97 |
* Wed Oct 05 2016 ChangLee <changlee@vmware.com> 2015.7-3 |
| ... | ... |
@@ -1,34 +1,34 @@ |
| 1 | 1 |
# |
| 2 | 2 |
# tdnf spec file |
| 3 | 3 |
# |
| 4 |
-Summary: dnf/yum equivalent using C libs |
|
| 5 |
-Name: tdnf |
|
| 6 |
-Version: 1.1.0 |
|
| 7 |
-Release: 1%{?dist}
|
|
| 8 |
-Vendor: VMware, Inc. |
|
| 9 |
-Distribution: Photon |
|
| 10 |
-License: VMware |
|
| 11 |
-Url: http://www.vmware.com |
|
| 12 |
-Group: Applications/RPM |
|
| 13 |
-Requires: hawkey, librepo, rpm-libs |
|
| 14 |
-BuildRequires: popt-devel |
|
| 15 |
-BuildRequires: rpm-devel |
|
| 16 |
-BuildRequires: glib-devel |
|
| 17 |
-BuildRequires: hawkey-devel |
|
| 18 |
-BuildRequires: openssl-devel |
|
| 19 |
- |
|
| 20 |
-BuildRequires: librepo-devel |
|
| 21 |
-Source0: %{name}-%{version}.tar.gz
|
|
| 4 |
+Summary: dnf/yum equivalent using C libs |
|
| 5 |
+Name: tdnf |
|
| 6 |
+Version: 1.1.0 |
|
| 7 |
+Release: 2%{?dist}
|
|
| 8 |
+Vendor: VMware, Inc. |
|
| 9 |
+Distribution: Photon |
|
| 10 |
+License: VMware |
|
| 11 |
+Url: http://www.vmware.com |
|
| 12 |
+Group: Applications/RPM |
|
| 13 |
+Requires: hawkey, librepo, rpm-libs |
|
| 14 |
+BuildRequires: popt-devel |
|
| 15 |
+BuildRequires: rpm-devel |
|
| 16 |
+BuildRequires: glib-devel |
|
| 17 |
+BuildRequires: hawkey-devel |
|
| 18 |
+BuildRequires: openssl-devel |
|
| 19 |
+BuildRequires: libsolv-devel |
|
| 20 |
+BuildRequires: librepo-devel |
|
| 21 |
+Source0: %{name}-%{version}.tar.gz
|
|
| 22 | 22 |
%define sha1 tdnf=15544a87ea01d6215fed35bd2d1299776f7daca1 |
| 23 | 23 |
|
| 24 | 24 |
%description |
| 25 | 25 |
tdnf is a yum/dnf equivalent |
| 26 | 26 |
which uses libhawkey and librepo |
| 27 | 27 |
|
| 28 |
-%package devel |
|
| 29 |
-Summary: A Library providing C API for tdnf |
|
| 30 |
-Group: Development/Libraries |
|
| 31 |
-Requires: tdnf = %{version}-%{release}
|
|
| 28 |
+%package devel |
|
| 29 |
+Summary: A Library providing C API for tdnf |
|
| 30 |
+Group: Development/Libraries |
|
| 31 |
+Requires: tdnf = %{version}-%{release}
|
|
| 32 | 32 |
|
| 33 | 33 |
%description devel |
| 34 | 34 |
Development files for tdnf |
| ... | ... |
@@ -78,54 +78,57 @@ ln -sf %{_bindir}/tdnf %{buildroot}%{_bindir}/tyum
|
| 78 | 78 |
%defattr(-,root,root,0755) |
| 79 | 79 |
%{_bindir}/tdnf
|
| 80 | 80 |
%{_bindir}/tyum
|
| 81 |
- %{_libdir}/*.so*
|
|
| 81 |
+ %{_libdir}/*.so.*
|
|
| 82 | 82 |
%config(noreplace) %{_sysconfdir}/tdnf/tdnf.conf
|
| 83 | 83 |
%dir /var/cache/tdnf |
| 84 | 84 |
|
| 85 | 85 |
%files devel |
| 86 | 86 |
%defattr(-,root,root) |
| 87 | 87 |
%{_includedir}/tdnf/*.h
|
| 88 |
+ %{_libdir}/*.so
|
|
| 88 | 89 |
%{_libdir}/*.a
|
| 89 | 90 |
%{_libdir}/*.la
|
| 90 | 91 |
%exclude %{_libdir}/debug
|
| 91 | 92 |
%{_libdir}/pkgconfig/tdnf.pc
|
| 92 | 93 |
|
| 93 | 94 |
%changelog |
| 94 |
-* Thu Dec 08 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.1.0-1 |
|
| 95 |
-- update to v1.1.0 |
|
| 96 |
-* Thu Nov 17 2016 Alexey Makhalov <amakhalov@vmware.com> 1.0.9-3 |
|
| 97 |
-- Use rpm-libs at runtime |
|
| 98 |
-* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0.9-2 |
|
| 99 |
-- GA - Bump release of all rpms |
|
| 100 |
-* Fri May 20 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0.9-1 |
|
| 101 |
-- Update to 1.0.9. Contains fixes for updateinfo. |
|
| 102 |
-* Wed May 4 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0.8-3 |
|
| 103 |
-- Fix link installs, fix devel header dir |
|
| 104 |
-* Fri Apr 1 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0.8-2 |
|
| 105 |
-- Update version which was missed with 1.0.8-1, apply string limits |
|
| 106 |
-* Fri Apr 1 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0.8-1 |
|
| 107 |
-- Code scan fixes, autotest path fix, support --releasever |
|
| 108 |
-* Thu Jan 14 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0.7 |
|
| 109 |
-- Fix return codes on install and check-update |
|
| 110 |
-- Add tests for install existing and update |
|
| 111 |
-* Wed Jan 13 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0.6 |
|
| 112 |
-- Support distroverpkg and add tests to work with make check |
|
| 113 |
-* Mon Dec 14 2015 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0.5 |
|
| 114 |
-- Support for multiple packages in alter commands |
|
| 115 |
-- Support url vars for releasever and basearch |
|
| 116 |
-* Fri Oct 2 2015 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0.4 |
|
| 117 |
-- Fix upgrade to work without args, Engage distro-sync |
|
| 118 |
-- Fix install to resolve to latest available |
|
| 119 |
-- Fix formats, fix refresh on download output |
|
| 120 |
-* Tue Sep 8 2015 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0.3 |
|
| 121 |
-- Fix metadata creation issues. Engage refresh flag. |
|
| 122 |
-- Do not check gpgkey when gpgcheck is turned off in repo. |
|
| 123 |
-* Thu Jul 23 2015 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0.2 |
|
| 124 |
-- Support reinstalls in transaction. Handle non-existent packages correctly. |
|
| 125 |
-* Mon Jul 13 2015 Alexey Makhalov <amakhalov@vmware.com> 1.0.1-2 |
|
| 126 |
-- Create -debuginfo package. Use parallel make. |
|
| 127 |
-* Tue Jun 30 2015 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0.1 |
|
| 128 |
-- Proxy support, keepcache fix, valgrind leaks fix |
|
| 129 |
-* Fri Jan 23 2015 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0 |
|
| 130 |
-- Initial build. First version |
|
| 95 |
+* Mon Dec 19 2016 Xiaolin Li <xiaolinl@vmware.com> 1.1.0-2 |
|
| 96 |
+- BuildRequires libsolv-devel. |
|
| 97 |
+* Thu Dec 08 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.1.0-1 |
|
| 98 |
+- update to v1.1.0 |
|
| 99 |
+* Thu Nov 17 2016 Alexey Makhalov <amakhalov@vmware.com> 1.0.9-3 |
|
| 100 |
+- Use rpm-libs at runtime |
|
| 101 |
+* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0.9-2 |
|
| 102 |
+- GA - Bump release of all rpms |
|
| 103 |
+* Fri May 20 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0.9-1 |
|
| 104 |
+- Update to 1.0.9. Contains fixes for updateinfo. |
|
| 105 |
+* Wed May 4 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0.8-3 |
|
| 106 |
+- Fix link installs, fix devel header dir |
|
| 107 |
+* Fri Apr 1 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0.8-2 |
|
| 108 |
+- Update version which was missed with 1.0.8-1, apply string limits |
|
| 109 |
+* Fri Apr 1 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0.8-1 |
|
| 110 |
+- Code scan fixes, autotest path fix, support --releasever |
|
| 111 |
+* Thu Jan 14 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0.7 |
|
| 112 |
+- Fix return codes on install and check-update |
|
| 113 |
+- Add tests for install existing and update |
|
| 114 |
+* Wed Jan 13 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0.6 |
|
| 115 |
+- Support distroverpkg and add tests to work with make check |
|
| 116 |
+* Mon Dec 14 2015 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0.5 |
|
| 117 |
+- Support for multiple packages in alter commands |
|
| 118 |
+- Support url vars for releasever and basearch |
|
| 119 |
+* Fri Oct 2 2015 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0.4 |
|
| 120 |
+- Fix upgrade to work without args, Engage distro-sync |
|
| 121 |
+- Fix install to resolve to latest available |
|
| 122 |
+- Fix formats, fix refresh on download output |
|
| 123 |
+* Tue Sep 8 2015 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0.3 |
|
| 124 |
+- Fix metadata creation issues. Engage refresh flag. |
|
| 125 |
+- Do not check gpgkey when gpgcheck is turned off in repo. |
|
| 126 |
+* Thu Jul 23 2015 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0.2 |
|
| 127 |
+- Support reinstalls in transaction. Handle non-existent packages correctly. |
|
| 128 |
+* Mon Jul 13 2015 Alexey Makhalov <amakhalov@vmware.com> 1.0.1-2 |
|
| 129 |
+- Create -debuginfo package. Use parallel make. |
|
| 130 |
+* Tue Jun 30 2015 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0.1 |
|
| 131 |
+- Proxy support, keepcache fix, valgrind leaks fix |
|
| 132 |
+* Fri Jan 23 2015 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.0 |
|
| 133 |
+- Initial build. First version |
|
| 131 | 134 |
|