Search
j0ke.net Open Build Service
>
Projects
>
stresslinux
>
stresslinux-build-key
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 2
[-]
[+]
Changed
stresslinux-build-key.spec
@@ -14,7 +14,7 @@ AutoReqProv: off Summary: The public gpg key for rpm package signature verification Version: 1.0 -Release: 3.18 +Release: 4 Source0: stresslinux-build-key.gpg Source1: dumpsigs BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -24,7 +24,7 @@ PreReq: sh-utils gpg fileutils mktemp %description -This package contains the gpg key that is used to sign official SuSE +This package contains the gpg key that is used to sign official stresslinux rpm packages. It will be installed as a keyring in /usr/lib/rpm/gnupg/pubring.gpg. Administrators who wish to add their own keys to verify against should use the following commandline command @@ -61,7 +61,7 @@ if [ ! -f %{pubring} ]; then touch %{pubring} fi -echo -n "importing SuSE build key to rpm keyring... " +echo -n "importing stresslinux build key to rpm keyring... " TF=`mktemp /tmp/gpg.XXXXXX` if [ -z "$TF" ]; then echo "stresslinux-build-key::post: cannot make temporary file. Fatal error." @@ -89,9 +89,9 @@ else echo "importing the key from the file %{slring}" echo "returned an error. This should not happen. It may not be possible" - echo "to properly verify the authenticity of rpm packages from SuSE sources." - echo "The keyring containing the SuSE rpm package signing key can be found" - echo "in the root directory of the first CD (DVD) of your SuSE product." + echo "to properly verify the authenticity of rpm packages from stresslinux sources." + echo "The keyring containing the stresslinux rpm package signing key can be found" + echo "in the root directory of the first CD (DVD) of your stresslinux product." exit -1 fi ### import stresslinux package build key to roots gpg keyring