aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--sos.spec2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c7fa9abe..9a19ed67 100644
--- a/Makefile
+++ b/Makefile
@@ -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)
diff --git a/sos.spec b/sos.spec
index 2efd337a..15b1f8e7 100644
--- a/sos.spec
+++ b/sos.spec
@@ -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+