diff options
author | christophe.ravel.bugs%sun.com <devnull@localhost> | 2005-03-11 23:06:41 +0000 |
---|---|---|
committer | christophe.ravel.bugs%sun.com <devnull@localhost> | 2005-03-11 23:06:41 +0000 |
commit | cb51b7a6f134b9fbb6a357c594c3233bfe60e78d (patch) | |
tree | 50622a715e42e5738f25c77c77be8c301cd7a4f9 | |
parent | f040a1e8785b4b58d042eb82437b41f1333a72e8 (diff) | |
download | nss-hg-cb51b7a6f134b9fbb6a357c594c3233bfe60e78d.tar.gz |
238319: Sun packages changes
Uprev rpm release number.
-rw-r--r-- | security/nss/pkg/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/pkg/linux/Makefile b/security/nss/pkg/linux/Makefile index decc20ecd..718fc3ad5 100644 --- a/security/nss/pkg/linux/Makefile +++ b/security/nss/pkg/linux/Makefile @@ -44,7 +44,7 @@ CORE_DEPTH = ../../.. NAME = sun-nss -RELEASE = 1 +RELEASE = 2 VERSION = `grep NSS_VERSION $(CORE_DEPTH)/../dist/public/nss/nss.h \ | sed -e 's/"$$//' -e 's/.*"//' -e 's/ .*//'` PWD = `pwd` |