Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
rpm/pack: epoch should be set to be optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingcong Bai committed Aug 17, 2015
1 parent 74fa512 commit 47cbcdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/pack
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ cat > abspec << _ab_rpm_endspec
Name: $PKGNAME
Version: ${PKGVER//-/_}
Release: $PKGREL
Epoch: ${PKGEPOCH=0}
$(rpmopttag Epoch $PKGEPOCH)
Summary: $PKGDES
Group: $(sed -f "$AB/rpm/rpm-sec" <<< "$PKGSEC")
Expand Down

0 comments on commit 47cbcdd

Please sign in to comment.