2018-07-30 19:13:28 +00:00
|
|
|
%global git0 https://github.com/rootless-containers/%{name}
|
2020-10-03 14:31:29 +00:00
|
|
|
%global commit0 676792204708ce10c7553000dcf293a79db6277a
|
2018-07-30 19:13:28 +00:00
|
|
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
|
|
2019-07-30 22:37:10 +00:00
|
|
|
# Used for comparing with latest upstream tag
|
|
|
|
# to decide whether to autobuild (non-rawhide only)
|
2020-03-31 09:08:18 +00:00
|
|
|
%global built_tag v1.0.0
|
2019-07-30 22:37:10 +00:00
|
|
|
|
2018-07-30 19:13:28 +00:00
|
|
|
Name: slirp4netns
|
2020-07-13 09:09:32 +00:00
|
|
|
Version: 1.1.4
|
2020-10-03 14:31:29 +00:00
|
|
|
Release: 7.dev.git%{shortcommit0}%{?dist}
|
2018-07-30 19:13:28 +00:00
|
|
|
# no go-md2man in ppc64
|
|
|
|
ExcludeArch: ppc64
|
|
|
|
Summary: slirp for network namespaces
|
|
|
|
License: GPLv2
|
|
|
|
URL: %{git0}
|
|
|
|
Source0: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: gcc
|
2019-05-16 00:41:48 +00:00
|
|
|
BuildRequires: glib2-devel
|
2018-07-30 19:13:28 +00:00
|
|
|
BuildRequires: git
|
2020-03-23 13:18:44 +00:00
|
|
|
BuildRequires: go-md2man
|
2019-07-31 18:37:53 +00:00
|
|
|
BuildRequires: libcap-devel
|
2019-10-31 15:29:47 +00:00
|
|
|
BuildRequires: libseccomp-devel
|
2020-03-23 13:18:44 +00:00
|
|
|
BuildRequires: libslirp-devel
|
2018-07-30 19:13:28 +00:00
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
%description
|
|
|
|
slirp for network namespaces, without copying buffers across the namespaces.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%{summary}
|
|
|
|
|
|
|
|
This package contains library source intended for
|
|
|
|
building other packages which use import path with
|
|
|
|
%{import_path} prefix.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%autosetup -Sgit -n %{name}-%{commit0}
|
|
|
|
|
|
|
|
%build
|
|
|
|
./autogen.sh
|
|
|
|
./configure --prefix=%{_usr} --libdir=%{_libdir}
|
|
|
|
%{__make} generate-man
|
|
|
|
|
|
|
|
%install
|
|
|
|
make DESTDIR=%{buildroot} install install-man
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
|
|
|
#define license tag if not already defined
|
|
|
|
%{!?_licensedir:%global license %doc}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%license COPYING
|
|
|
|
%doc README.md
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_mandir}/man1/%{name}.1.gz
|
|
|
|
|
|
|
|
%changelog
|
2020-10-03 14:31:29 +00:00
|
|
|
* Sat Oct 3 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.1.4-7.dev.git6767922
|
|
|
|
- autobuilt 6767922
|
|
|
|
|
2020-09-29 20:02:32 +00:00
|
|
|
* Tue Sep 29 2020 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.1.4-6.dev.giteecccdb
|
|
|
|
- bump release tag
|
|
|
|
|
|
|
|
* Tue Sep 29 2020 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.1.4-5.dev.giteecccdb
|
|
|
|
- bump release tag
|
|
|
|
|
2020-08-04 08:10:23 +00:00
|
|
|
* Tue Aug 04 08:10:13 GMT 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.1.4-4.dev.giteecccdb
|
|
|
|
- autobuilt eecccdb
|
|
|
|
|
2020-07-28 06:10:13 +00:00
|
|
|
* Tue Jul 28 06:09:58 GMT 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.1.4-3.dev.git6d002ad
|
|
|
|
- autobuilt 6d002ad
|
|
|
|
|
2020-07-13 09:09:32 +00:00
|
|
|
* Mon Jul 13 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.1.4-2.dev.git4c6befe
|
|
|
|
- bump to 1.1.4
|
|
|
|
- autobuilt 4c6befe
|
|
|
|
|
2020-07-09 04:11:09 +00:00
|
|
|
* Thu Jul 09 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.1.3-2.dev.git23ce219
|
|
|
|
- bump to 1.1.3
|
|
|
|
- autobuilt 23ce219
|
|
|
|
|
2020-07-07 09:09:27 +00:00
|
|
|
* Tue Jul 07 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.1.2-3.dev.git8bf8338
|
|
|
|
- autobuilt 8bf8338
|
|
|
|
|
2020-07-06 10:09:34 +00:00
|
|
|
* Mon Jul 06 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.1.2-2.dev.git4a30e56
|
|
|
|
- bump to 1.1.2
|
|
|
|
- autobuilt 4a30e56
|
|
|
|
|
2020-07-03 12:08:50 +00:00
|
|
|
* Fri Jul 03 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.1.1-6.dev.gitdd4af4f
|
|
|
|
- autobuilt dd4af4f
|
|
|
|
|
2020-06-14 23:10:15 +00:00
|
|
|
* Sun Jun 14 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.1.1-5.dev.git99e1516
|
|
|
|
- autobuilt 99e1516
|
|
|
|
|
2020-06-12 09:09:22 +00:00
|
|
|
* Fri Jun 12 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.1.1-4.dev.gita32a0d0
|
|
|
|
- autobuilt a32a0d0
|
|
|
|
|
2020-06-08 07:09:34 +00:00
|
|
|
* Mon Jun 08 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.1.1-3.dev.gitfcda5d9
|
|
|
|
- autobuilt fcda5d9
|
|
|
|
|
2020-06-05 17:09:37 +00:00
|
|
|
* Fri Jun 05 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.1.1-2.dev.git483e855
|
|
|
|
- bump to 1.1.1
|
|
|
|
- autobuilt 483e855
|
|
|
|
|
2020-06-04 08:10:06 +00:00
|
|
|
* Thu Jun 04 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.1.0-5.dev.git94bd97d
|
|
|
|
- autobuilt 94bd97d
|
|
|
|
|
2020-05-27 14:09:03 +00:00
|
|
|
* Wed May 27 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.1.0-4.dev.gitc2c87b9
|
|
|
|
- autobuilt c2c87b9
|
|
|
|
|
2020-05-19 04:09:45 +00:00
|
|
|
* Tue May 19 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.1.0-3.dev.git56941dd
|
|
|
|
- autobuilt 56941dd
|
|
|
|
|
2020-05-16 09:08:17 +00:00
|
|
|
* Sat May 16 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.1.0-2.dev.git3caa737
|
|
|
|
- bump to 1.1.0
|
|
|
|
- autobuilt 3caa737
|
|
|
|
|
2020-05-05 11:08:18 +00:00
|
|
|
* Tue May 05 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.0.1-3.dev.gitce56e0c
|
|
|
|
- autobuilt ce56e0c
|
|
|
|
|
2020-04-24 00:08:41 +00:00
|
|
|
* Fri Apr 24 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.0.1-2.dev.git4367de7
|
|
|
|
- bump to 1.0.1
|
|
|
|
- autobuilt 4367de7
|
|
|
|
|
2020-03-31 15:08:16 +00:00
|
|
|
* Tue Mar 31 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.0.0-9.0.dev.gitc48f4d7
|
|
|
|
- autobuilt c48f4d7
|
|
|
|
|
2020-03-31 09:08:18 +00:00
|
|
|
* Tue Mar 31 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.0.0-8.0.dev.gitbdcd9a7
|
|
|
|
- autobuilt bdcd9a7
|
|
|
|
|
2020-03-30 21:08:02 +00:00
|
|
|
* Mon Mar 30 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.0.0-7.0.dev.gitc0fef8d
|
|
|
|
- autobuilt c0fef8d
|
|
|
|
|
2020-03-30 20:08:59 +00:00
|
|
|
* Mon Mar 30 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.0.0-6.0.dev.gitcac9a34
|
|
|
|
- autobuilt cac9a34
|
|
|
|
|
2020-03-25 15:07:41 +00:00
|
|
|
* Wed Mar 25 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.0.0-5.0.dev.git4353fab
|
|
|
|
- autobuilt 4353fab
|
|
|
|
|
2020-03-25 10:07:37 +00:00
|
|
|
* Wed Mar 25 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.0.0-4.0.dev.gitb797921
|
|
|
|
- autobuilt b797921
|
|
|
|
|
2020-03-24 08:07:55 +00:00
|
|
|
* Tue Mar 24 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.0.0-3.0.dev.git38334c4
|
|
|
|
- autobuilt 38334c4
|
|
|
|
|
2020-03-19 04:14:07 +00:00
|
|
|
* Thu Mar 19 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.0.0-2.0.dev.git735fcd7
|
|
|
|
- bump to 1.0.0
|
|
|
|
- autobuilt 735fcd7
|
|
|
|
|
2020-03-18 04:13:19 +00:00
|
|
|
* Wed Mar 18 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.4.3-8.0.dev.git7560ba4
|
|
|
|
- autobuilt 7560ba4
|
|
|
|
|
2020-03-17 17:28:27 +00:00
|
|
|
* Tue Mar 17 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.4.3-7.0.dev.git7ba0c6f
|
|
|
|
- autobuilt 7ba0c6f
|
|
|
|
|
2020-01-30 23:41:52 +00:00
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-6.0.dev.gita8414d1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-12-18 04:11:13 +00:00
|
|
|
* Wed Dec 18 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.4.3-5.0.dev.gita8414d1
|
|
|
|
- autobuilt a8414d1
|
|
|
|
|
2019-12-18 03:10:18 +00:00
|
|
|
* Wed Dec 18 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.4.3-4.0.dev.gite6b31fe
|
|
|
|
- autobuilt e6b31fe
|
|
|
|
|
2019-12-13 10:10:13 +00:00
|
|
|
* Fri Dec 13 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.4.3-3.0.dev.gitdad442a
|
|
|
|
- autobuilt dad442a
|
|
|
|
|
2019-12-12 05:10:10 +00:00
|
|
|
* Thu Dec 12 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.4.3-2.0.dev.gite14da48
|
|
|
|
- bump to 0.4.3
|
|
|
|
- autobuilt e14da48
|
|
|
|
|
2019-12-11 11:10:10 +00:00
|
|
|
* Wed Dec 11 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.4.2-6.0.dev.git1fea75f
|
|
|
|
- autobuilt 1fea75f
|
|
|
|
|
2019-11-21 20:41:41 +00:00
|
|
|
* Thu Nov 21 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.4.2-5.0.dev.git21fdece
|
|
|
|
- autobuilt 21fdece
|
|
|
|
|
2019-11-04 19:16:44 +00:00
|
|
|
* Mon Nov 04 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.4.2-4.0.dev.git0186bac
|
|
|
|
- autobuilt 0186bac
|
|
|
|
|
2019-10-31 15:29:47 +00:00
|
|
|
* Thu Oct 31 2019 Jindrich Novy <jnovy@redhat.com> - 0.4.2-3.0.dev.git3527c98
|
|
|
|
- add BR: libseccomp-devel
|
|
|
|
|
2019-10-18 15:22:04 +00:00
|
|
|
* Fri Oct 18 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.4.2-2.0.dev.git3527c98
|
|
|
|
- bump to 0.4.2
|
|
|
|
- autobuilt 3527c98
|
|
|
|
|
2019-10-02 06:15:46 +00:00
|
|
|
* Wed Oct 02 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.4.1-3.0.dev.gite8759b9
|
|
|
|
- autobuilt e8759b9
|
|
|
|
|
2019-08-30 11:26:43 +00:00
|
|
|
* Fri Aug 30 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.1-2.0.dev.gitf9503fe
|
|
|
|
- bump to 0.4.1
|
|
|
|
- autobuilt f9503fe
|
|
|
|
|
2019-08-30 05:24:30 +00:00
|
|
|
* Fri Aug 30 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.0-25.1.dev.gitd2e449b
|
|
|
|
- autobuilt d2e449b
|
|
|
|
|
2019-08-29 06:25:22 +00:00
|
|
|
* Thu Aug 29 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.0-24.1.dev.git1a96e26
|
|
|
|
- autobuilt 1a96e26
|
|
|
|
|
2019-08-25 17:31:06 +00:00
|
|
|
* Sun Aug 25 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.0-23.1.dev.git29db6bd
|
|
|
|
- autobuilt 29db6bd
|
|
|
|
|
2019-08-23 03:27:45 +00:00
|
|
|
* Fri Aug 23 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.0-22.1.dev.git4e51172
|
|
|
|
- autobuilt 4e51172
|
|
|
|
|
2019-08-21 15:32:53 +00:00
|
|
|
* Wed Aug 21 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.0-21.1.dev.git56c8370
|
|
|
|
- autobuilt 56c8370
|
|
|
|
|
2019-08-04 16:37:32 +00:00
|
|
|
* Sun Aug 04 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.0-20.1.dev.gitbbd6f25
|
|
|
|
- autobuilt bbd6f25
|
|
|
|
|
2019-08-01 08:35:05 +00:00
|
|
|
* Thu Aug 01 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.0-19.1.dev.gited51817
|
|
|
|
- autobuilt ed51817
|
|
|
|
|
2019-07-30 08:34:44 +00:00
|
|
|
* Tue Jul 30 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.0-18.1.dev.gitaacef69
|
|
|
|
- autobuilt aacef69
|
|
|
|
|
2019-07-30 07:25:54 +00:00
|
|
|
* Tue Jul 30 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.0-17.1.dev.git1dfc6f6
|
|
|
|
- autobuilt 1dfc6f6
|
|
|
|
|
2019-07-28 05:39:19 +00:00
|
|
|
* Sun Jul 28 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.0-16.1.dev.git96ff33c
|
|
|
|
- autobuilt 96ff33c
|
|
|
|
|
2019-07-27 14:31:08 +00:00
|
|
|
* Sat Jul 27 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.0-15.1.dev.gitb911c9a
|
|
|
|
- autobuilt b911c9a
|
|
|
|
|
2019-07-27 08:34:35 +00:00
|
|
|
* Sat Jul 27 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.0-14.1.dev.gitd23723e
|
|
|
|
- autobuilt d23723e
|
|
|
|
|
2019-07-26 01:24:05 +00:00
|
|
|
* Fri Jul 26 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.0-13.1.dev.git10c0ee5
|
|
|
|
- autobuilt 10c0ee5
|
|
|
|
|
2019-07-25 06:27:07 +00:00
|
|
|
* Thu Jul 25 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.0-12.1.dev.git87a4bf7
|
|
|
|
- autobuilt 87a4bf7
|
|
|
|
|
2019-07-24 18:28:08 +00:00
|
|
|
* Wed Jul 24 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.0-11.1.dev.git85efff0
|
|
|
|
- autobuilt 85efff0
|
|
|
|
|
2019-07-24 11:56:39 +00:00
|
|
|
* Wed Jul 24 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.0-10.1.dev.git4f5a083
|
|
|
|
- autobuilt 4f5a083
|
|
|
|
|
2019-07-23 22:39:47 +00:00
|
|
|
* Tue Jul 23 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.4.0-9.1.dev.git62cbdd3
|
|
|
|
- bump to 0.4.0
|
|
|
|
- autobuilt 62cbdd3
|
|
|
|
|
2019-07-23 07:27:23 +00:00
|
|
|
* Tue Jul 23 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.3.0-8.1.dev.gitbf199bb
|
|
|
|
- autobuilt bf199bb
|
|
|
|
|
2019-07-18 11:36:40 +00:00
|
|
|
* Thu Jul 18 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.3.0-7.1.dev.git2f857ec
|
|
|
|
- autobuilt 5c690f7
|
|
|
|
- autobuilt 2f857ec
|
|
|
|
|
2019-07-18 08:42:55 +00:00
|
|
|
* Thu Jul 18 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.3.0-6.1.dev.gitd34e916
|
|
|
|
- autobuilt 5c690f7
|
|
|
|
- autobuilt d34e916
|
|
|
|
|
2019-07-18 06:26:30 +00:00
|
|
|
* Thu Jul 18 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.3.0-5.1.dev.git6612517
|
|
|
|
- autobuilt 5c690f7
|
|
|
|
- autobuilt 6612517
|
|
|
|
|
2019-07-18 04:40:31 +00:00
|
|
|
* Thu Jul 18 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.3.0-4.1.dev.gitf34ad90
|
|
|
|
- autobuilt 5c690f7
|
|
|
|
- autobuilt f34ad90
|
|
|
|
|
2019-07-14 16:23:56 +00:00
|
|
|
* Sun Jul 14 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.3.0-3.1.dev.git5c690f7
|
|
|
|
- autobuilt 5c690f7
|
|
|
|
|
2019-07-10 17:52:19 +00:00
|
|
|
* Wed Jul 10 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.3.0-2.1.dev.git4889f52
|
|
|
|
- built 4889f52
|
|
|
|
- hook up to autobuild
|
|
|
|
|
2019-05-15 20:06:32 +00:00
|
|
|
* Wed May 15 2019 Dan Walsh <dwalsh@fedoraproject.org> - v0.3.0-2
|
|
|
|
- Update to released version
|
|
|
|
|
2019-02-27 14:46:36 +00:00
|
|
|
* Wed Feb 27 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.3.0-1.alpha.2
|
|
|
|
- make version tag consistent with upstream
|
|
|
|
|
2019-02-17 18:52:02 +00:00
|
|
|
* Sun Feb 17 2019 Dan Walsh <dwalsh@fedoraproject.org> - v0.3.0-alpha.2
|
|
|
|
- Latest release
|
|
|
|
|
2019-02-02 15:38:28 +00:00
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-3.dev.git0037042
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-08-21 02:58:01 +00:00
|
|
|
* Mon Aug 20 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1-2.dev.git0037042
|
|
|
|
- built 0037042
|
|
|
|
|
2018-07-30 19:13:28 +00:00
|
|
|
* Fri Jul 27 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1-1.dev.gitc4e1bc5
|
|
|
|
- Resolves: #1609595 - initial upload
|
|
|
|
- First package for Fedora
|