[kup] Rename kup-server-utils into kup-utils.

Konstantin Ryabitsev icon at fedoraproject.org
Thu Apr 19 15:07:07 UTC 2012


commit b1469b72d704815ce753324b9270aaf303de239b
Author: Konstantin Ryabitsev <mricon at kernel.org>
Date:   Thu Apr 19 11:06:52 2012 -0400

    Rename kup-server-utils into kup-utils.

 kup.spec |   19 ++++++++++++-------
 1 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/kup.spec b/kup.spec
index 17a7497..721a0fc 100644
--- a/kup.spec
+++ b/kup.spec
@@ -1,6 +1,6 @@
 Name:       kup
 Version:    0.3.3
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Kernel.org Uploader
 
 Group:      Development/Tools
@@ -29,16 +29,17 @@ cryptographically verified packages to kernel.org.
 This package includes the server-side kup-server utility.
 
 
-%package server-utils
+%package utils
 Group:      Development/Tools
-Summary:    Kernel.org Uploader - administration tools
-Requires:   kup-server = %{version}-%{release}
+Summary:    Kernel.org Uploader - extra utilities
+Obsoletes:  kup-server-utils < 0.3.3-2
+Provides:   kup-server-utils = %{version}-%{release}
 
-%description server-utils
+%description utils
 Kup is a secure upload tool used by kernel developers to upload
 cryptographically verified packages to kernel.org.
 
-This package includes additional tools to help in kup-server administration.
+This package includes additional tools that may come in useful with kup.
 
 
 %prep
@@ -92,12 +93,16 @@ rm -rf %{buildroot}
 %{_localstatedir}/run/kup/lock
 
 
-%files server-utils
+%files utils
 %{_bindir}/gpg-sign-all
 %{_bindir}/genrings
 
 
 %changelog
+* Thu Apr 19 2012 Konstantin Ryabitsev <mricon at kernel.org> - 0.3.3-2
+- Rename -server-utils into -utils, as the tools aren't actually
+  server-specific.
+
 * Mon Feb 13 2012 Konstantin Ryabitsev <mricon at kernel.org> - 0.3.3-1
 - Upstream 0.3.3
 


More information about the scm-commits mailing list