Skip to content

Commit 0c01ae8

Browse files
committed
Make a few updates to RPM and check with rpmlint
1 parent 435ca40 commit 0c01ae8

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

rpm/xrootd-s3.spec renamed to rpm/xrootd-s3-http.spec

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
2-
Name: xrootd-s3
3-
Version: 0.0.1
1+
Name: xrootd-s3-http
2+
Version: 0.0.2
43
Release: 1%{?dist}
5-
Summary: S3 filesystem plugin for xrootd
4+
Summary: S3/HTTP filesystem plugins for xrootd
65

76
Group: System Environment/Daemons
87
License: BSD
9-
URL: https://github.com/htcondor/xrootd-s3
108
# Generated from:
11-
# git archive v%{version} --prefix=xrootd-s3-%{version}/ | gzip -7 > ~/rpmbuild/SOURCES/xrootd-s3-%{version}.tar.gz
9+
# git archive v%{version} --prefix=xrootd-s3-http-%{version}/ | gzip -7 > ~/rpmbuild/SOURCES/xrootd-s3-http-%{version}.tar.gz
10+
URL: https://github.com/pelicanplatform/xrootd-s3-http
1211
Source0: %{name}-%{version}.tar.gz
1312

1413
%define xrootd_current_major 5
@@ -23,6 +22,7 @@ BuildRequires: xrootd-server-devel < 1:%{xrootd_next_major}
2322
BuildRequires: cmake
2423
BuildRequires: gcc-c++
2524
BuildRequires: libcurl-devel
25+
BuildRequires: openssl-devel
2626

2727
Requires: xrootd-server >= 1:%{xrootd_current_major}.%{xrootd_current_minor}
2828
Requires: xrootd-server < 1:%{xrootd_next_major}.0.0-1
@@ -41,14 +41,15 @@ make VERBOSE=1 %{?_smp_mflags}
4141
rm -rf $RPM_BUILD_ROOT
4242
make install DESTDIR=$RPM_BUILD_ROOT
4343

44-
%clean
45-
rm -rf $RPM_BUILD_ROOT
46-
4744
%files
4845
%defattr(-,root,root,-)
49-
%{_libdir}/libXrdS3-*.so
50-
%{_sysconfdir}/xrootd/config.d/60-s3.cfg
46+
%{_libdir}/libXrdS3*.so
47+
%{_libdir}/libXrdHTTPServer*.so
5148

5249
%changelog
50+
* Tue Nov 28 2023 Justin Hiemstra <jhiemstra@wisc.edu> - 0.0.2-1
51+
- Add HTTPServer plugin
52+
5353
* Tue Dec 06 2022 Brian Bockelman <bbockelman@morgridge.org> - 0.0.1-1
5454
- Initial, "Hello world" version of the S3 filesystem plugin
55+

0 commit comments

Comments
 (0)