diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | sos.spec | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -42,7 +42,7 @@ archive: gpgkey @echo "Archive is $(NAME)-$(VERSION).tar.gz" clean: - @rm -fv *~ .*~ changenew ChangeLog.old $(NAME)-$(VERSION).tar.gz + @rm -fv *~ .*~ changenew ChangeLog.old $(NAME)-$(VERSION).tar.gz sosreport.1.gz @rm -rfv {dist,build,sos.egg-info} @rm -rf MANIFEST @rm -rfv $(TMPDIR) @@ -3,7 +3,7 @@ Summary: A set of tools to gather troubleshooting information from a system Name: sos Version: 1.9 -Release: 2%{?dist}.4 +Release: 3%{?dist} Group: Applications/System Source0: https://fedorahosted.org/releases/s/o/sos/%{name}-%{version}.tar.gz License: GPLv2+ |