- Change %patch -> %patch0
This commit is contained in:
parent
3df758e104
commit
9a804f3b8a
@ -1,6 +1,6 @@
|
||||
Name: environment-modules
|
||||
Version: 3.2.6
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: Provides dynamic modification of a user's environment
|
||||
|
||||
Group: System Environment/Base
|
||||
@ -36,7 +36,7 @@ suite of different applications.
|
||||
|
||||
%prep
|
||||
%setup -q -n modules-%{version}
|
||||
%patch -p1 -b .versioning
|
||||
%patch0 -p1 -b .versioning
|
||||
|
||||
|
||||
%build
|
||||
@ -72,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 3 2008 - Orion Poplawski <orion@cora.nwra.com> - 3.2.6-6
|
||||
- Change %%patch -> %%patch0
|
||||
|
||||
* Fri Mar 14 2008 - Orion Poplawski <orion@cora.nwra.com> - 3.2.6-5
|
||||
- Add BR libX11-devel so modulecmd can handle X resources
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user