treydock pushed to genders (epel8). "egginfo files don't exist on el5
systems"
by notificationsï¼ fedoraproject.org
Notification time stamped 2021-04-30 20:47:53 UTC
From 868125b10047ec98cb66b9bddfca7a3a93e2002a Mon Sep 17 00:00:00 2001
From: David Brown <david.brown(a)pnl.gov>
Date: Jul 14 2012 20:46:35 +0000
Subject: egginfo files don't exist on el5 systems
---
diff --git a/genders.spec b/genders.spec
index f607711..650bd23 100644
--- a/genders.spec
+++ b/genders.spec
@@ -183,7 +183,9 @@ rm -rf %{buildroot}
%doc DISCLAIMER DISCLAIMER.UC COPYING
%{python_sitearch}/%{name}.py*
%{python_sitearch}/lib%{name}.so
+%if 0%{?rhel}%{?fedora} > 5
%{python_sitearch}/lib%{name}-*egg-info
+%endif
%files compat
%defattr(-,root,root,-)
@@ -192,6 +194,9 @@ rm -rf %{buildroot}
%{_usr}/lib/genders/*
%changelog
+* Sat Jul 14 2012 David Brown <david.brown(a)pnnl.gov> - 1.18-6
+- python egginfo files don't exist on el5
+
* Fri Jul 5 2012 David Brown <david.brown(a)pnnl.gov> - 1.18-5
- change mode on python shared objects
https://src.fedoraproject.org/rpms/genders/c/868125b10047ec98cb66b9bddfca...
1Â year
treydock pushed to genders (epel8). "Initial import (#810010)."
by notificationsï¼ fedoraproject.org
Notification time stamped 2021-04-30 20:47:53 UTC
From 84cf3687ea161e818812c41bdd3949ac8b8b93e9 Mon Sep 17 00:00:00 2001
From: David Brown <david.brown(a)pnl.gov>
Date: Jul 11 2012 22:03:21 +0000
Subject: Initial import (#810010).
---
diff --git a/genders-1.18-shebang.patch b/genders-1.18-shebang.patch
new file mode 100644
index 0000000..3ee1805
--- /dev/null
+++ b/genders-1.18-shebang.patch
@@ -0,0 +1,14 @@
+--- a/compat/hostlist.pl 2012-04-09 08:28:01.307743317 -0700
++++ b/compat/hostlist.pl 2012-04-09 08:28:17.609067758 -0700
+@@ -1,3 +1,4 @@
++#!/usr/bin/perl
+ #############################################################################
+ # $Id: hostlist.pl,v 1.9 2010-02-02 00:04:34 chu11 Exp $
+ #############################################################################
+--- a/compat/gendlib.pl 2012-04-09 08:27:55.848969872 -0700
++++ b/compat/gendlib.pl 2012-04-09 08:28:09.618399396 -0700
+@@ -1,3 +1,4 @@
++#!/usr/bin/perl
+ #############################################################################
+ # $Id: gendlib.pl,v 1.13 2010-02-02 00:04:34 chu11 Exp $
+ #############################################################################
diff --git a/genders.spec b/genders.spec
new file mode 100644
index 0000000..f607711
--- /dev/null
+++ b/genders.spec
@@ -0,0 +1,216 @@
+%if 0%{?rhel} <= 5
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
+%endif
+
+Name: genders
+Group: Development/Tools
+Version: 1.18
+Release: 5%{?dist}
+Summary: Static cluster configuration database
+License: GPLv2
+URL: http://%{name}.sf.net
+Source: http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}-1/%{n...
+Patch0: %{name}-%{version}-shebang.patch
+BuildRequires: bison, flex
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+%description
+Genders is a static cluster configuration database used for cluster
+configuration management. It is used by a variety of tools and
+scripts for management of large clusters. The genders database is
+typically replicated on every node of the cluster. It describes the
+layout and configuration of the cluster so that tools and scripts can
+sense the variations of cluster nodes. By abstracting this information
+into a plain text file, it becomes possible to change the
+configuration of a cluster by modifying only one file.
+
+%package compat
+Summary: Compatibility library
+Group: Development/Tools
+BuildRequires: perl(ExtUtils::MakeMaker)
+%if 0%{?rhel} >= 6 || 0%{?fedora} > 0
+BuildArch: noarch
+%endif
+%description compat
+Genders API that is compatible with earlier releases of genders.
+
+%package perl
+Summary: Perl libraries
+Group: Development/Tools
+BuildRequires: perl(ExtUtils::MakeMaker)
+%description perl
+Genders API bindings for perl.
+
+%package python
+Summary: Python libraries
+Group: Development/Tools
+BuildRequires: python, python-devel
+%description python
+Genders API bindings for python.
+
+%{?filter_setup:
+%filter_provides_in %{python_sitearch}/.*\.so$
+%filter_provides_in %{perl_vendorarch}/.*\.so$
+%filter_setup
+}
+
+%package -n libgenders
+Summary: Genders libraries
+Group: Development/Libraries
+%description -n libgenders
+Genders API for C.
+
+%package -n libgenders-devel
+Summary: Genders development libraries
+Group: Development/Libraries
+Requires: libgenders%{?_isa} = %{version}-%{release}
+%description -n libgenders-devel
+Genders development headers and libraries for C.
+
+%package -n libgendersplusplus
+Summary: Genders libraries for C++
+Group: Development/Libraries
+Requires: libgenders%{?_isa} = %{version}-%{release}
+%description -n libgendersplusplus
+Genders API for C++.
+
+%package -n libgendersplusplus-devel
+Summary: Genders development libraries
+Group: Development/Libraries
+Requires: libgenders-devel%{?_isa} = %{version}-%{release}
+Requires: libgendersplusplus%{?_isa} = %{version}-%{release}
+%description -n libgendersplusplus-devel
+Genders development headers and libraries for C++.
+
+%prep
+%setup -q -n %{name}-%{version}
+%patch0 -p1
+
+%if 0%{?rhel} <= 6
+cat << \EOF > %{name}-python-prov
+#!/bin/sh
+%{__python_provides} $* |\
+sed -e '/.*Lib%{name}.so.*/d'
+EOF
+
+%global __python_provides %{_builddir}/%{name}-%{version}/%{name}-python-prov
+chmod +x %{__python_provides}
+
+cat << \EOF > %{name}-perl-prov
+#!/bin/sh
+%{__perl_provides} $* |\
+sed -e '/.*Lib%{name}.so.*/d'
+EOF
+
+%global __perl_provides %{_builddir}/%{name}-%{version}/%{name}-perl-prov
+chmod +x %{__perl_provides}
+%endif
+
+%build
+%configure \
+ --with-perl-extensions \
+ --with-perl-vendor-arch \
+ --with-python-extensions \
+ --with-cplusplus-extensions \
+ --with-extension-destdir="%{buildroot}"
+%{__make}
+
+%install
+rm -rf %{buildroot}
+DESTDIR=%{buildroot} make install
+rm -f %{buildroot}/%{_libdir}/*.la
+rm -f %{buildroot}/%{_libdir}/*.a
+chmod +w %{buildroot}/%{perl_vendorarch}/auto/Lib%{name}/Lib%{name}.so
+%if 0%{?rhel} > 0
+chmod g-w %{buildroot}/%{python_sitearch}/lib%{name}.so
+%endif
+rm -f %{buildroot}/%{perl_vendorarch}/auto/Lib%{name}/Lib%{name}.bs
+rm -f %{buildroot}/%{perl_vendorarch}/auto/Lib%{name}/.packlist
+mkdir -p %{buildroot}/%{_libexecdir}
+chmod 0755 %{buildroot}/%{python_sitearch}/lib%{name}.so
+
+%postun -n libgenders -p /sbin/ldconfig
+%postun -n libgendersplusplus -p /sbin/ldconfig
+%post -n libgenders -p /sbin/ldconfig
+%post -n libgendersplusplus -p /sbin/ldconfig
+
+%if 0%{?rhel} <= 6
+%clean
+rm -rf %{buildroot}
+%endif
+
+%files
+%defattr(-,root,root,-)
+%doc README NEWS ChangeLog DISCLAIMER DISCLAIMER.UC COPYING TUTORIAL genders.sample
+%{_mandir}/man1/*
+%{_mandir}/man3/genders.3*
+%{_bindir}/*
+
+%files -n libgenders
+%defattr(-,root,root,-)
+%doc DISCLAIMER DISCLAIMER.UC COPYING
+%{_libdir}/libgenders.so.0*
+
+%files -n libgenders-devel
+%defattr(-,root,root,-)
+%doc DISCLAIMER DISCLAIMER.UC COPYING
+%{_mandir}/man3/genders_*
+%{_mandir}/man3/libgenders*
+%{_includedir}/genders.h
+%{_libdir}/libgenders.so
+
+%files -n libgendersplusplus
+%defattr(-,root,root,-)
+%doc DISCLAIMER DISCLAIMER.UC COPYING
+%{_libdir}/libgendersplusplus.so.1*
+
+%files -n libgendersplusplus-devel
+%defattr(-,root,root,-)
+%doc DISCLAIMER DISCLAIMER.UC COPYING
+%{_libdir}/libgendersplusplus.so
+%{_includedir}/gendersplusplus*
+
+%files perl
+%defattr(-,root,root,-)
+%doc DISCLAIMER DISCLAIMER.UC COPYING
+%{_mandir}/man3/Libgenders*
+%{_mandir}/man3/Genders*
+%{perl_vendorarch}/*
+
+%files python
+%defattr(-,root,root,-)
+%doc DISCLAIMER DISCLAIMER.UC COPYING
+%{python_sitearch}/%{name}.py*
+%{python_sitearch}/lib%{name}.so
+%{python_sitearch}/lib%{name}-*egg-info
+
+%files compat
+%defattr(-,root,root,-)
+%doc DISCLAIMER DISCLAIMER.UC COPYING
+%{_mandir}/man3/gendlib*
+%{_usr}/lib/genders/*
+
+%changelog
+* Fri Jul 5 2012 David Brown <david.brown(a)pnnl.gov> - 1.18-5
+- change mode on python shared objects
+
+* Thu Jul 5 2012 David Brown <david.brown(a)pnnl.gov> - 1.18-4
+- move compat stuff back to hard coded lib directory
+- remove parallel build doesn't work with yacc deps
+
+* Thu Apr 12 2012 David Brown <david.brown(a)pnnl.gov> - 1.18-3
+- Add some Groups for EPEL 5/6 repos
+- Fix up Changelogs to add spaces
+
+* Wed Apr 11 2012 David Brown <david.brown(a)pnnl.gov> - 1.18-2
+- Followed advice from bugzilla
+- Used proper BuildRoot tag
+- Removed superfluous '.' from end of descriptions
+- Fixed Requires by adding release and _isa
+- Changed out RPM_BUILD_ROOT for %{buildroot}
+- Added four argument defattr lines in files sections
+
+* Mon Apr 9 2012 David Brown <david.brown(a)pnnl.gov> - 1.18-1
+- initial packaging
+
diff --git a/sources b/sources
index e69de29..6e271e6 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+10433ecc4965dfc6e69407a04e723578 genders-1.18.tar.gz
https://src.fedoraproject.org/rpms/genders/c/84cf3687ea161e818812c41bdd39...
1Â year
limb pushed to awscli (rawhide). "1.19.62"
by notificationsï¼ fedoraproject.org
Notification time stamped 2021-04-30 20:45:26 UTC
From af31966cac7e9e94bee676a13048dc76e78d2d9f Mon Sep 17 00:00:00 2001
From: Gwyn Ciesla <gwync(a)protonmail.com>
Date: Apr 30 2021 20:41:43 +0000
Subject: 1.19.62
---
diff --git a/.gitignore b/.gitignore
index af3c21a..032638a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -380,3 +380,4 @@
/awscli-1.19.59.tar.gz
/awscli-1.19.60.tar.gz
/awscli-1.19.61.tar.gz
+/awscli-1.19.62.tar.gz
diff --git a/awscli.spec b/awscli.spec
index e38e39f..c35669e 100644
--- a/awscli.spec
+++ b/awscli.spec
@@ -2,7 +2,7 @@
%define source_name aws-cli
Name: awscli
-Version: 1.19.61
+Version: 1.19.62
Release: 1%{?dist}
Summary: Universal Command Line Environment for AWS
@@ -88,6 +88,9 @@ nosetests-%{python3_version} \
%{_datadir}/zsh/site-functions/_awscli
%changelog
+* Fri Apr 30 2021 Gwyn Ciesla <gwync(a)protonmail.com> - 1.19.62-1
+- 1.19.62
+
* Thu Apr 29 2021 Gwyn Ciesla <gwync(a)protonmail.com> - 1.19.61-1
- 1.19.61
diff --git a/sources b/sources
index 4d9ea89..3ec338b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (awscli-1.19.61.tar.gz) = 9ecf539539c05f20047e1847d8f4b3557a6bd28b042cc89f8a5f6d069b49232f6fd514fbd3362794d3f09f5148e3d275d7947c6e809d5a5723cba7f9d7068d64
+SHA512 (awscli-1.19.62.tar.gz) = 7af8bed3cf3b4f938ed7cf2e47de5858c5bf8c89ee924303ab9c08fc20a2ca4a695c1cb63423c69b815388c27b27f33a576f267a10c81388fe1df1161cbe622d
https://src.fedoraproject.org/rpms/awscli/c/af31966cac7e9e94bee676a13048d...
1Â year
limb pushed to python-boto3 (rawhide). "1.17.62"
by notificationsï¼ fedoraproject.org
Notification time stamped 2021-04-30 20:45:12 UTC
From 3755bd0dfcfb0f6a40d34a4b34c88c7d0e1b8f48 Mon Sep 17 00:00:00 2001
From: Gwyn Ciesla <gwync(a)protonmail.com>
Date: Apr 30 2021 20:39:00 +0000
Subject: 1.17.62
---
diff --git a/.gitignore b/.gitignore
index 9d397f7..458a2be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -293,3 +293,4 @@
/boto3-1.17.59.tar.gz
/boto3-1.17.60.tar.gz
/boto3-1.17.61.tar.gz
+/boto3-1.17.62.tar.gz
diff --git a/python-boto3.spec b/python-boto3.spec
index bb1f175..1d6ed9a 100644
--- a/python-boto3.spec
+++ b/python-boto3.spec
@@ -1,7 +1,7 @@
%global pypi_name boto3
Name: python-%{pypi_name}
-Version: 1.17.61
+Version: 1.17.62
Release: 1%{?dist}
Summary: The AWS SDK for Python
@@ -47,6 +47,9 @@ rm -rf tests/integration
%{python3_sitelib}/%{pypi_name}-%{version}-*.egg-info/
%changelog
+* Fri Apr 30 2021 Gwyn Ciesla <gwync(a)protonmail.com> - 1.17.62-1
+- 1.17.62
+
* Thu Apr 29 2021 Gwyn Ciesla <gwync(a)protonmail.com> - 1.17.61-1
- 1.17.61
diff --git a/sources b/sources
index 5a538b3..95faad3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (boto3-1.17.61.tar.gz) = 3b8abcdf0625cd16589b965e94d6d1f744a9f0542635c85caa00db30364ee457f138adfcf807d748b4af9c9767f3c5d8dd1446bf1cb8d4e36183ce98b1eac57a
+SHA512 (boto3-1.17.62.tar.gz) = 0cb2b099686a7aa8350455b3acab3e2502741778c6d52a45a1507f2b5264e958099bc2c49ddee393aeedb8e0a757bc82d1ac19d4a18aa60b006606a9ac052e47
https://src.fedoraproject.org/rpms/python-boto3/c/3755bd0dfcfb0f6a40d34a4...
1Â year
limb pushed to python-botocore (rawhide). "1.20.62"
by notificationsï¼ fedoraproject.org
Notification time stamped 2021-04-30 20:44:57 UTC
From fbfa3e38601e935a55a478ab4c8f027b33c98fbe Mon Sep 17 00:00:00 2001
From: Gwyn Ciesla <gwync(a)protonmail.com>
Date: Apr 30 2021 20:38:39 +0000
Subject: 1.20.62
---
diff --git a/.gitignore b/.gitignore
index 4cebfd9..c2c2e42 100644
--- a/.gitignore
+++ b/.gitignore
@@ -349,3 +349,4 @@
/botocore-1.20.59.tar.gz
/botocore-1.20.60.tar.gz
/botocore-1.20.61.tar.gz
+/botocore-1.20.62.tar.gz
diff --git a/python-botocore.spec b/python-botocore.spec
index 5e83e84..1241993 100644
--- a/python-botocore.spec
+++ b/python-botocore.spec
@@ -2,7 +2,7 @@
Name: python-%{pypi_name}
# NOTICE - Updating this package requires updating python-boto3
-Version: 1.20.61
+Version: 1.20.62
Release: 1%{?dist}
Summary: Low-level, data-driven core of boto 3
@@ -66,6 +66,9 @@ nosetests-%{python3_version} unit functional
%{python3_sitelib}/%{pypi_name}-*.dist-info/
%changelog
+* Fri Apr 30 2021 Gwyn Ciesla <gwync(a)protonmail.com> - 1.20.62-1
+- 1.20.62
+
* Thu Apr 29 2021 Gwyn Ciesla <gwync(a)protonmail.com> - 1.20.61-1
- 1.20.61
diff --git a/sources b/sources
index d4469d1..d2deda4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (botocore-1.20.61.tar.gz) = 8b79a524c17a70b44587485a27dc5334db8d0f4072beccdbed84599e4405231eaeaeec0a4b0ec01ad302d19c190759b99e80a93b55d2c4f7513045452813373c
+SHA512 (botocore-1.20.62.tar.gz) = ae25e2266955964de7be499fe17b64dd5008b1c1abec84167593b04a1bd4f7baa506f91013b292cd42aae01990ec3523d75e3529398185fdaedc358bb5048e83
https://src.fedoraproject.org/rpms/python-botocore/c/fbfa3e38601e935a55a4...
1Â year