Skip to content

Commit 7b91ea5

Browse files
committed
Fix location of module.
1 parent 91c33c9 commit 7b91ea5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

spec/xrootd-cmstfc.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Name: xrootd-cmstfc
33
Version: 1.5.1
4-
Release: 1%{?dist}
4+
Release: 3%{?dist}
55
Summary: CMS TFC plugin for xrootd
66

77
Group: System Environment/Daemons
@@ -43,13 +43,16 @@ rm -rf $RPM_BUILD_ROOT
4343
%files
4444
%defattr(-,root,root,-)
4545
%{_libdir}/libXrdCmsTfc.so.*
46+
%{_libdir}/libXrdCmsTfc.so
4647

4748
%files devel
4849
%defattr(-,root,root,-)
49-
%{_libdir}/libXrdCmsTfc.so
5050
%{_includedir}/XrdCmsTfc.hh
5151

5252
%changelog
53+
* Thu Nov 29 2012 Brian Bockelman <[email protected]> - 1.5.1-3
54+
- Move module back into base RPM.
55+
5356
* Mon Nov 12 2012 Brian Bockelman - 1.5.1-1
5457
- Fix SL6 compilation issues.
5558

0 commit comments

Comments
 (0)