aboutsummaryrefslogtreecommitdiffstats
path: root/src/sos.spec
diff options
context:
space:
mode:
authorsconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8>2006-12-15 22:41:33 +0000
committersconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8>2006-12-15 22:41:33 +0000
commitfc89acf6797f3c642ba608e572a94065897474e9 (patch)
tree7ef10fb4e0595f8f4db3fb08930efdd785f10d4f /src/sos.spec
parentaa919f07553a4e1241b88ec9000b306698f8fc55 (diff)
downloadsos-fc89acf6797f3c642ba608e572a94065897474e9.tar.gz
Removed meaningless error when target of a symlink had already been copied to the destination tree
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@63 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/sos.spec')
-rw-r--r--src/sos.spec12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/sos.spec b/src/sos.spec
index c627bc5a..605004db 100644
--- a/src/sos.spec
+++ b/src/sos.spec
@@ -2,7 +2,7 @@
Summary: System Support Tools
Name: sos
-Version: 1.2
+Version: 1.3
Release: 1%{?dist}
License: GPL
Group: Development/Libraries
@@ -46,12 +46,18 @@ rm -rf $RPM_BUILD_ROOT
%doc README TODO
%changelog
+* Fri Dec 15 2006 Steve Conklin <sconklin at redhat dot com> - 1.3-1
+- really fixed bz_219654
+
+* Fri Dec 15 2006 Steve Conklin <sconklin at redhat dot com> - 1.2-1
+- fixed a build problem
+
* Fri Dec 15 2006 Steve Conklin <sconklin at redhat dot com> - 1.1-1
- Tighten permissions of tmp directory so only readable by creator bz_219657
-- Don't try to copy nonexistant targets of symlinks bz_219654
+- Don't print message 'Problem at path ...' bz_219654
- Removed useless message bz_219670
- Preserve file modification times bz_219674
-- Removed unneeded confusing message bz_219712
+- Removed unneeded message about files on copyProhibitedList bz_219712
* Wed Aug 30 2006 Steve Conklin <sconklin at redhat dot com> - 1.0-1
- Seperated upstream and RPM versioning