rpms/util-linux-ng/devel util-linux-ng.spec,1.30,1.31

Karel Zak kzak at fedoraproject.org
Wed Sep 10 12:29:31 UTC 2008


Author: kzak

Update of /cvs/pkgs/rpms/util-linux-ng/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2366

Modified Files:
	util-linux-ng.spec 
Log Message:
fix spec file


Index: util-linux-ng.spec
===================================================================
RCS file: /cvs/pkgs/rpms/util-linux-ng/devel/util-linux-ng.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- util-linux-ng.spec	10 Sep 2008 11:47:47 -0000	1.30
+++ util-linux-ng.spec	10 Sep 2008 12:29:01 -0000	1.31
@@ -3,7 +3,6 @@
 Name: util-linux-ng
 Version: 2.14.1
 Release: 1%{?dist}
-#%define upstream_suffix	-rc1
 License: GPLv2 and GPLv2+ and BSD with advertising and Public Domain
 Group: System Environment/Base
 URL: ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng
@@ -36,7 +35,7 @@
 BuildRequires: popt-devel
 
 ### Sources
-Source0: ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.14/util-linux-ng-%{version}%{upstream_suffix}.tar.bz2
+Source0: ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.14/util-linux-ng-%{version}.tar.bz2
 Source1: util-linux-ng-login.pamd
 Source2: util-linux-ng-remote.pamd
 Source3: util-linux-ng-chsh-chfn.pamd
@@ -109,7 +108,7 @@
 program.
 
 %prep
-%setup -q -a 11 -n %{name}-%{version}%{upstream_suffix}
+%setup -q -a 11 -n %{name}-%{version}
 cp %{SOURCE8} %{SOURCE9} .
 
 %patch0 -p1




More information about the fedora-extras-commits mailing list