From b76c973d5a137e3bfa921cbf384bec9d08e91572 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Sun, 4 Oct 2015 17:46:04 -0400 Subject: [PATCH 1/2] Add a dependency on sssd-client We do dlopen() the nss module from there. --- appliance-tools.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/appliance-tools.spec b/appliance-tools.spec index ce5ebf9..8e42031 100644 --- a/appliance-tools.spec +++ b/appliance-tools.spec @@ -5,7 +5,7 @@ Summary: Tools for building Appliances Name: appliance-tools Version: 007.8 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2 Group: System Environment/Base URL: http://thincrust.org/ @@ -22,6 +22,7 @@ Requires: zlib Requires: qemu-img Requires: xz Requires: xfsprogs +Requires: sssd-client BuildRequires: python BuildRequires: /usr/bin/pod2man BuildArch: noarch @@ -63,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/ec2convert/*.pyc %changelog +* Sun Oct 11 2015 Lubomir Rintel +- Add a dependency on sssd-client + * Wed Jun 17 2015 Fedora Release Engineering - 007.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From c4d25cea9c67ae65778225f83db29a6f85dbff13 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Sun, 4 Oct 2015 17:46:27 -0400 Subject: [PATCH 2/2] Remove thincrust.org references The site is gone. --- appliance-tools.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appliance-tools.spec b/appliance-tools.spec index 8e42031..393f37f 100644 --- a/appliance-tools.spec +++ b/appliance-tools.spec @@ -8,7 +8,7 @@ Version: 007.8 Release: 6%{?dist} License: GPLv2 Group: System Environment/Base -URL: http://thincrust.org/ +URL: https://git.fedorahosted.org/git/appliance-tools.git # The source for this package was pulled from upstream's vcs. Use the # following commands to generate the tarball: # git clone git://git.fedorahosted.org/appliance-tools @@ -32,7 +32,6 @@ ExcludeArch: ppc64 s390 s390x %description Tools for generating appliance images on Fedora based systems including derived distributions such as RHEL, CentOS and others. -See http://thincrust.net for more details. %prep %setup -q @@ -64,8 +63,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/ec2convert/*.pyc %changelog -* Sun Oct 11 2015 Lubomir Rintel +* Sun Oct 11 2015 Lubomir Rintel - 007.8-6 - Add a dependency on sssd-client +- Remove thincrust.org references * Wed Jun 17 2015 Fedora Release Engineering - 007.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild