Compare commits
44 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 878e94f3d0 | |||
| d037de092b | |||
| d9b34eef36 | |||
| 537b300e9c | |||
| 2e5f4953f5 | |||
| 7afd253732 | |||
| ac58122a0e | |||
| e259f43b87 | |||
| f393e25f08 | |||
| fa65d5f96d | |||
| 5e973a496e | |||
| 4f4a70cc77 | |||
| 70ab245b33 | |||
| 8e526be24f | |||
| 560be05533 | |||
| 798939a0cf | |||
|
|
b4266f4899 | ||
|
|
65a84a26e3 | ||
|
|
343c9e2c67 | ||
|
|
994c78a043 | ||
|
|
135879a139 | ||
|
|
c191525257 | ||
|
|
df2abb420b | ||
|
|
bf1c958a98 | ||
|
|
ec66dd903f | ||
|
|
f528c1b7da | ||
|
|
fcbd9905a9 | ||
|
|
62ab4356ef | ||
|
|
3f46e35b19 | ||
|
|
0ab77f694e | ||
|
|
14c5f73022 | ||
|
|
a692d2bae5 | ||
|
|
91dd0bcdfd | ||
|
|
eb6d21724c | ||
|
|
30171ac5db | ||
|
|
28e9620a88 | ||
|
|
64f4e2bafc | ||
|
|
1d9ea277c4 | ||
|
|
a6fd5e6539 | ||
|
|
6753f378bb | ||
|
|
93e08050d6 | ||
|
|
1d6ad4fca9 | ||
|
|
e79b90bcf9 | ||
|
|
85ac114e1d |
2 changed files with 6 additions and 14 deletions
2
package.cfg
Normal file
2
package.cfg
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[koji]
|
||||
targets = epel8 epel8-playground
|
||||
|
|
@ -21,8 +21,6 @@ Requires: python%{python3_pkgversion}-setuptools
|
|||
BuildArch: noarch
|
||||
# For source verification with gpgv
|
||||
BuildRequires: gnupg2
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1951630
|
||||
Recommends: AtomicParsley
|
||||
|
||||
%description
|
||||
Small command-line program to download videos from YouTube and other sites.
|
||||
|
|
@ -104,6 +102,7 @@ install -Dpm644 youtube-dl.fish %{buildroot}%{_datadir}/fish/vendor_functions.d/
|
|||
|
||||
* Thu May 20 2021 David Schwörer <davidsch@fedoraproject.org> - 2021.05.16-1
|
||||
- Update to 2021.05.16
|
||||
- Do not recommend on epel7
|
||||
|
||||
* Tue Apr 27 2021 David Schwörer <davidsch@fedoraproject.org> - 2021.04.26-1
|
||||
- Update to 2021.04.26
|
||||
|
|
@ -208,24 +207,15 @@ install -Dpm644 youtube-dl.fish %{buildroot}%{_datadir}/fish/vendor_functions.d/
|
|||
* Thu Jun 11 2020 David Schwörer <davidsch@fedoraproject.org> - 2020.06.06-1
|
||||
- Update to 2020.06.06
|
||||
|
||||
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 2020.03.24-2
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
* Mon Apr 13 2020 Robert-André Mauchin <zebob.m@gmail.com> - 2020.03.24-1
|
||||
- Update to 2020.03.24
|
||||
|
||||
* Mon Mar 02 2020 Robert-André Mauchin <zebob.m@gmail.com> - 2020.03.01-1
|
||||
- Update to 2020.03.01
|
||||
|
||||
* Wed Feb 19 2020 Robert-André Mauchin <zebob.m@gmail.com> - 2020.02.16-1
|
||||
* Fri Feb 21 2020 Robert-André Mauchin <zebob.m@gmail.com> - 2020.02.16-1
|
||||
- Update to 2020.02.16
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2020.01.24-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Mon Jan 27 2020 Till Maas <opensource@till.name> - 2020.01.24-1
|
||||
- Update to new release
|
||||
|
||||
* Tue Dec 03 2019 Till Maas <opensource@till.name> - 2019.11.28-1
|
||||
- Update to new release
|
||||
|
||||
|
|
@ -262,8 +252,8 @@ install -Dpm644 youtube-dl.fish %{buildroot}%{_datadir}/fish/vendor_functions.d/
|
|||
* Wed Apr 24 2019 Till Maas <opensource@till.name> - 2019.04.24-1
|
||||
- Update to new upstream release with important bugfixes
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2019.01.30-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
* Fri Mar 08 2019 Troy Dawson <tdawson@redhat.com> - 2019.01.30-2
|
||||
- Rebuilt to change main python from 3.4 to 3.6
|
||||
|
||||
* Tue Jan 29 2019 Till Maas <opensource@till.name> - 2019.01.30-1
|
||||
- Update to 2019.01.30
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue