Compare commits
No commits in common. "rawhide" and "f28" have entirely different histories.
4 changed files with 78 additions and 1 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
/distro-info-data_0.37.tar.xz
|
||||
/distro-info-data_0.38.tar.xz
|
||||
|
|
@ -1 +0,0 @@
|
|||
Orphaned for 6+ weeks
|
||||
75
distro-info-data.spec
Normal file
75
distro-info-data.spec
Normal file
|
|
@ -0,0 +1,75 @@
|
|||
Name: distro-info-data
|
||||
Version: 0.38
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: Information about releases of Debian and Ubuntu (data files)
|
||||
License: ISC
|
||||
URL: https://tracker.debian.org/pkg/distro-info-data
|
||||
Source0: http://deb.debian.org/debian/pool/main/d/%{name}/%{name}_%{version}.tar.xz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: /usr/bin/python
|
||||
BuildRequires: python2
|
||||
|
||||
%description
|
||||
Information about all releases of Debian and Ubuntu. The distro-info script
|
||||
will give you the codename for e.g. the latest stable release of your
|
||||
distribution. To get information about a specific distribution there are the
|
||||
debian-distro-info and the ubuntu-distro-info scripts.
|
||||
|
||||
This package contains the data files.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%files
|
||||
%license debian/copyright
|
||||
%{_datadir}/distro-info
|
||||
|
||||
%changelog
|
||||
* Wed Jul 18 2018 Michael Kuhn <suraia@fedoraproject.org> - 0.38-1
|
||||
- Update to 0.38
|
||||
- Explicitly depend on /usr/bin/python
|
||||
|
||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.37-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.37-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Wed Oct 25 2017 Michael Kuhn <suraia@fedoraproject.org> - 0.37-1
|
||||
- Update to 0.37
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.32-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.32-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Tue Nov 29 2016 Michael Kuhn <suraia@fedoraproject.org> - 0.32-1
|
||||
- Update to 0.32.
|
||||
|
||||
* Thu May 12 2016 Michael Kuhn <suraia@fedoraproject.org> - 0.29-1
|
||||
- Update to 0.29.
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.28-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Mon Jan 04 2016 Michael Kuhn <suraia@fedoraproject.org> - 0.28-3
|
||||
- Explicitly require python2.
|
||||
|
||||
* Tue Dec 29 2015 Michael Kuhn <suraia@fedoraproject.org> - 0.28-2
|
||||
- Add license text.
|
||||
- Own distro-info directory.
|
||||
|
||||
* Fri Nov 06 2015 Michael Kuhn <suraia@fedoraproject.org> - 0.28-1
|
||||
- Initial package.
|
||||
1
sources
Normal file
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
SHA512 (distro-info-data_0.38.tar.xz) = 8388038d2361c2c9947e77f2157a9fea53b6f4498bd3704a70504a4475a3f582f2b642463dfa9f138507eeb306c76a4bdefa60b35be49843565580a4453647fb
|
||||
Loading…
Add table
Add a link
Reference in a new issue