From b08b68f15a608eed3ba10ddbcd285090cb1ddf27 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 14 Oct 2020 16:10:51 -0700 Subject: [PATCH] RHEL 9.0.0 Alpha bootstrap The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/plotnetcfg#16cf5f0b63153c0e2808e3c2991bb4217edbbd7d --- .gitignore | 2 ++ plotnetcfg.spec | 84 +++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 87 insertions(+) create mode 100644 plotnetcfg.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..9848647 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,2 @@ +/plotnetcfg-0.3-d79ff1d.tar.gz +/plotnetcfg-0.4.1-4f5c452.tar.gz diff --git a/plotnetcfg.spec b/plotnetcfg.spec new file mode 100644 index 0000000..938ee25 --- /dev/null +++ b/plotnetcfg.spec @@ -0,0 +1,84 @@ +%global commit 4f5c45238ef77e5d6b88bc403432bd59de7efde9 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) + +Name: plotnetcfg +Version: 0.4.1 +Release: 14%{?dist} +Summary: A tool to plot network configuration + +License: GPLv2+ +URL: https://github.com/jbenc/plotnetcfg +Source0: https://github.com/jbenc/plotnetcfg/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz + +BuildRequires: gcc, jansson-devel +Requires: jansson + +%description +plotnetcfg is a tool that output a diagram of network configuration on the +host in a form suitable for graphviz. + +%prep +%setup -q -n %{name}-%{commit} + +%build +make %{?_smp_mflags} CFLAGS="%{optflags}" + +%install +%make_install + +%files +%license COPYING +%doc README +%{_sbindir}/plotnetcfg +%{_mandir}/man5/* +%{_mandir}/man8/* + +%changelog +* Sat Aug 01 2020 Fedora Release Engineering - 0.4.1-14 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jul 28 2020 Fedora Release Engineering - 0.4.1-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jan 30 2020 Fedora Release Engineering - 0.4.1-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Jul 26 2019 Fedora Release Engineering - 0.4.1-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Feb 02 2019 Fedora Release Engineering - 0.4.1-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Tue Jul 17 2018 Jiri Benc - 0.4.1-9 +- added gcc to BuildRequires + +* Fri Jul 13 2018 Fedora Release Engineering - 0.4.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri Feb 09 2018 Fedora Release Engineering - 0.4.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Aug 03 2017 Fedora Release Engineering - 0.4.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 0.4.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 0.4.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Feb 04 2016 Fedora Release Engineering - 0.4.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Mon Jul 27 2015 Jiri Benc - 0.4.1-2 +- clarified the current license + +* Mon Jul 27 2015 Jiri Benc - 0.4.1-1 +- updated to v0.4.1 + +* Thu Jun 18 2015 Fedora Release Engineering - 0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Wed Apr 15 2015 Jiri Benc - 0.3-1 +- initial packaging diff --git a/sources b/sources new file mode 100644 index 0000000..2b4ba99 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +ce3465ef26c97bfd5c52ec7403d9c545 plotnetcfg-0.4.1-4f5c452.tar.gz