diff --git a/.gitignore b/.gitignore index b77065d..b3cab9b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ /nmap-7.60.tar.bz2 -/zenmap.appinfo.xml diff --git a/nmap.spec b/nmap.spec index d589580..d091f02 100644 --- a/nmap.spec +++ b/nmap.spec @@ -8,7 +8,7 @@ Name: nmap Epoch: 2 Version: 7.60 #global prerelease TEST5 -Release: 13%{?dist} +Release: 14%{?dist} # Uses combination of licenses based on GPL license, but with extra modification # so it got its own license tag rhbz#1055861 License: Nmap @@ -232,8 +232,8 @@ popd %{_datadir}/metainfo/zenmap.appdata.xml %changelog -* Tue Feb 27 2018 Pavel Zhukov - 2:7.60-13 -- Add appinfo file (#1476506) +* Tue Feb 27 2018 Pavel Zhukov - 2:7.60-14 +- Add appdata file (#1476506) * Mon Feb 19 2018 Pavel Zhukov - 2:7.60-12 - add gcc-c++ BR diff --git a/sources b/sources index 04b682d..817dd10 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ SHA512 (nmap-7.60.tar.bz2) = 74ba8f6de026ade9ee6bb2252bee18a57210f8207977df7f1c04556629dcdc1e6127f33febc8a52ef88a1dac876116d590564dee4f1c23798c3ac37529991aa4 -SHA512 (zenmap.appinfo.xml) = 9d9ecaf66f1c3ce696876d28a84db81ea79f3fcb685e3badcf79090d56efe4e57373dd8b37fe85113d19fb4eff406d81243d48ea0c8db4bba6fb1e40e66d92d5 diff --git a/zenmap.appinfo.xml b/zenmap.appdata.xml similarity index 100% rename from zenmap.appinfo.xml rename to zenmap.appdata.xml