2bad2da
Name:           is-it-in-rhel
2bad2da
Version:        1.0
3c999cc
Release:        16%{?dist}
2bad2da
Summary:        Command line tool to find out if a package is in RHEL
2bad2da
License:        GPLv2+
2bad2da
URL:            https://pagure.io/is-it-in-rhel
2bad2da
Source0:        https://releases.pagure.org/is-it-in-rhel/is-it-in-rhel-%{version}.tar.gz
2bad2da
BuildArch:      noarch
2bad2da
BuildRequires:  python3-devel
2bad2da
BuildRequires:  python3dist(setuptools)
2bad2da
2bad2da
2bad2da
%description
2bad2da
is-it-in-rhel is a command line utility to find out if a specific package is
2bad2da
packaged in RHEL or not.
2bad2da
2bad2da
2bad2da
%prep
2bad2da
%setup -q
2bad2da
2bad2da
2bad2da
%build
2bad2da
%py3_build
2bad2da
2bad2da
2bad2da
%install
2bad2da
%py3_install
2bad2da
2bad2da
2bad2da
%files
2bad2da
%license COPYING
2bad2da
%doc README.rst
2bad2da
%{python3_sitelib}/is_it_in_rhel.py
2bad2da
%{python3_sitelib}/__pycache__/is_it_in_rhel.cpython-%{python3_version_nodots}*.py*
2bad2da
%{python3_sitelib}/is_it_in_rhel-%{version}-py%{python3_version}.egg-info
2bad2da
%{_bindir}/is-it-in-rhel
2bad2da
2bad2da
2bad2da
%changelog
3c999cc
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-16
3c999cc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
3c999cc
4d0afa4
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-15
4d0afa4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
4d0afa4
a2ee468
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-14
a2ee468
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
a2ee468
80faa01
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.0-13
80faa01
- Rebuilt for Python 3.12
80faa01
b44a01e
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-12
b44a01e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
b44a01e
629d18e
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-11
629d18e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
629d18e
9d28cc5
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.0-10
9d28cc5
- Rebuilt for Python 3.11
9d28cc5
070eadb
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-9
070eadb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
070eadb
459405e
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-8
459405e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
459405e
2938978
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.0-7
2938978
- Rebuilt for Python 3.10
2938978
cca97e1
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-6
cca97e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
cca97e1
7c276a2
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-5
7c276a2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
7c276a2
8f1f69e
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.0-4
8f1f69e
- Rebuilt for Python 3.9
8f1f69e
7f08db9
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-3
7f08db9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
7f08db9
c520058
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.0-2
c520058
- Rebuilt for Python 3.8.0rc1 (#1748018)
c520058
2bad2da
* Thu Aug 29 2019 Carl George <carl@george.computer> - 1.0-1
2bad2da
- Initial package rhbz#1746939