Skip to content

Commit

Permalink
Merging deb/5.1.1-1 into 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arlake228 committed Jun 28, 2024
2 parents fe39aa0 + 4e684fa commit 3ccb62b
Show file tree
Hide file tree
Showing 211 changed files with 1,399 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Requires: libpcap
Requires: libtins
Requires: jsoncpp
Requires: openssl
Requires: rpm-post-wrapper

BuildRequires: cmake
BuildRequires: gcc-c++ >= 4.9
Expand Down Expand Up @@ -71,8 +72,10 @@ rm -rf %{buildroot}


%post
rpm-post-wrapper '%{name}' "$@" <<'POST-WRAPPER-EOF'
# Deferred from the build
setcap cap_net_raw+ep %{_bindir}/%{name}
POST-WRAPPER-EOF



Expand Down
4 changes: 4 additions & 0 deletions httpd-firewall/unibuild-packaging/rpm/httpd-firewall.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,20 @@ Group: Unspecified
Provides: %{name} = %{version}-%{release}

Requires: httpd
Requires: firewalld
Requires: rpm-post-wrapper


%description
Firewall configuration for allowing access to HTTPD


%post
rpm-post-wrapper '%{name}' "$@" <<'POST-WRAPPER-EOF'
systemctl enable --now firewalld
firewall-cmd -q --add-service=https --permanent
systemctl reload-or-try-restart firewalld
POST-WRAPPER-EOF



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Group: Unspecified
Provides: %{name} = %{version}-%{release}

Requires: mod_wsgi
Requires: rpm-post-wrapper

%description
WSGI socket configuration for Apache HTTPD
Expand All @@ -36,7 +37,9 @@ EOF


%post
rpm-post-wrapper '%{name}' "$@" <<'POST-WRAPPER-EOF'
systemctl reload-or-try-restart httpd
POST-WRAPPER-EOF



Expand Down
10 changes: 9 additions & 1 deletion jq/unibuild-packaging/deb/rules
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@ endif
get-orig-source:
uscan --force-download --rename --destdir .

override_dh_auto_configure:

# This target replaces the version script with one that doesn't get
# the wrong answer by depending on git.
_fix-version:
printf "#!/bin/sh -e\necho '%s.10+pscheduler-patches'\n" \
$$(./configure --version | head -1 | sed -e "s/^[^']*'//g; s/'.*\$$//g") \
> ./scripts/version

override_dh_auto_configure: _fix-version
cd docs && rake manpage > ../jq.1
dh_auto_configure -- --disable-static --disable-fpectl --without-fpectl

Expand Down
6 changes: 0 additions & 6 deletions owamp/unibuild-packaging/deb/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,3 @@ owamp (5.2.0~a1.0-1) perfsonar-5.2-snapshot; urgency=low

-- perfSONAR developers <[email protected]> Tue, 11 Jun 2024 18:29:36 +0200

owamp (5.1.0~a1.0-1) perfsonar-5.1-snapshot; urgency=low

* New upstream version.

-- Lætitia Delvaux <[email protected]> Wed, 19 Apr 2023 08:27:55 +0200

3 changes: 3 additions & 0 deletions postgresql-init/unibuild-packaging/rpm/postgresql-init.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Requires: postgresql-devel >= %{_pscheduler_postgresql_version}
Requires: postgresql-libs >= %{_pscheduler_postgresql_version}
Requires: postgresql-plpython3 >= %{_pscheduler_postgresql_version}
Requires: postgresql-server >= %{_pscheduler_postgresql_version}
Requires: rpm-post-wrapper

Requires: pscheduler-rpm

Expand All @@ -51,6 +52,7 @@ and makes sure it runs at boot.


%post
rpm-post-wrapper '%{name}' "$@" <<'POST-WRAPPER-EOF'
# Note that if any of this fails, the install doesn't. This is an
# problem inherent in RPM that the developers won't fix.
Expand All @@ -76,6 +78,7 @@ systemctl start postgresql
# Set up run at boot
systemctl enable postgresql
POST-WRAPPER-EOF


%files
Expand Down
6 changes: 6 additions & 0 deletions pscheduler-account/unibuild-packaging/deb/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ pscheduler-account (5.2.0~a1.0-1) perfsonar-5.2-snapshot; urgency=low

-- perfSONAR developers <[email protected]> Tue, 11 Jun 2024 18:29:36 +0200

pscheduler-account (5.1.1) perfsonar-5.1; urgency=low

* New upstream version.

-- perfSONAR developers <[email protected]> Fri, 28 Jun 2024 10:50:45 -0400

pscheduler-account (5.1.0) perfsonar-5.1; urgency=low

* New upstream version.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Group: Unspecified

Provides: %{name} = %{version}-%{release}

Requires: rpm-post-wrapper

BuildRequires: pscheduler-rpm
Requires: shadow-utils
Requires(post): shadow-utils
Expand Down Expand Up @@ -47,6 +49,7 @@ EOF


%post
rpm-post-wrapper '%{name}' "$@" <<'POST-WRAPPER-EOF'
if [ $1 -eq 1 ] # One instance, new install
then
Expand Down Expand Up @@ -87,6 +90,7 @@ chage \
--inactive -1 \
--maxdays 99999 \
'%{user}'
POST-WRAPPER-EOF



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ pscheduler-archiver-bitbucket (5.2.0~a1.0-1) perfsonar-5.2-snapshot; urgency=low

-- perfSONAR developers <[email protected]> Tue, 11 Jun 2024 18:29:36 +0200

pscheduler-archiver-bitbucket (5.1.1-1) perfsonar-5.1; urgency=low

* New upstream version.

-- perfSONAR developers <[email protected]> Fri, 28 Jun 2024 10:50:48 -0400

pscheduler-archiver-bitbucket (5.1.0-1) perfsonar-5.1; urgency=low

* New upstream version.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Provides: %{name} = %{version}-%{release}

Requires: pscheduler-server >= 1.1.6
Requires: %{_pscheduler_python}-pscheduler
Requires: rpm-post-wrapper

BuildRequires: pscheduler-rpm

Expand All @@ -45,7 +46,9 @@ make \


%post
rpm-post-wrapper '%{name}' "$@" <<'POST-WRAPPER-EOF'
pscheduler internal warmboot
POST-WRAPPER-EOF

%postun
pscheduler internal warmboot
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ pscheduler-archiver-esmond (5.2.0~a1.0-1) perfsonar-5.2-snapshot; urgency=low

-- perfSONAR developers <[email protected]> Tue, 11 Jun 2024 18:29:36 +0200

pscheduler-archiver-esmond (5.1.1-1) perfsonar-5.1; urgency=low

* New upstream version.

-- perfSONAR developers <[email protected]> Fri, 28 Jun 2024 10:50:39 -0400

pscheduler-archiver-esmond (5.1.0-1) perfsonar-5.1; urgency=low

* New upstream version.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Requires: %{_pscheduler_python}-memcached
Requires: memcached
Requires(post): memcached
Requires: chkconfig
Requires: rpm-post-wrapper

BuildRequires: pscheduler-rpm
BuildRequires: %{_pscheduler_python}-pscheduler
Expand All @@ -51,13 +52,15 @@ make \


%post
rpm-post-wrapper '%{name}' "$@" <<'POST-WRAPPER-EOF'
pscheduler internal warmboot
#Only start memcached on new install so people have ability to disable if they so desire
if [ "$1" = "1" ]; then
/sbin/chkconfig memcached on
/sbin/service memcached start
fi
POST-WRAPPER-EOF



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ pscheduler-archiver-failer (5.2.0~a1.0-1) perfsonar-5.2-snapshot; urgency=low

-- perfSONAR developers <[email protected]> Tue, 11 Jun 2024 18:29:36 +0200

pscheduler-archiver-failer (5.1.1-1) perfsonar-5.1; urgency=low

* New upstream version.

-- perfSONAR developers <[email protected]> Fri, 28 Jun 2024 10:50:50 -0400

pscheduler-archiver-failer (5.1.0-1) perfsonar-5.1; urgency=low

* New upstream version.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Provides: %{name} = %{version}-%{release}

Requires: pscheduler-server >= 1.1.6
Requires: %{_pscheduler_python}-pscheduler
Requires: rpm-post-wrapper

BuildRequires: pscheduler-rpm

Expand All @@ -46,7 +47,9 @@ make \


%post
rpm-post-wrapper '%{name}' "$@" <<'POST-WRAPPER-EOF'
pscheduler internal warmboot
POST-WRAPPER-EOF

%postun
pscheduler internal warmboot
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ pscheduler-archiver-http (5.2.0~a1.0-1) perfsonar-5.2-snapshot; urgency=low

-- perfSONAR developers <[email protected]> Tue, 11 Jun 2024 18:29:36 +0200

pscheduler-archiver-http (5.1.1-1) perfsonar-5.1; urgency=low

* New upstream version.

-- perfSONAR developers <[email protected]> Fri, 28 Jun 2024 10:50:50 -0400

pscheduler-archiver-http (5.1.0-1) perfsonar-5.1; urgency=low

* New upstream version.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Provides: %{name} = %{version}-%{release}

Requires: pscheduler-server >= 1.1.6.1
Requires: %{_pscheduler_python}-pscheduler >= 1.3.7.1
Requires: rpm-post-wrapper

BuildRequires: pscheduler-rpm

Expand All @@ -45,7 +46,9 @@ make \
install

%post
rpm-post-wrapper '%{name}' "$@" <<'POST-WRAPPER-EOF'
pscheduler internal warmboot
POST-WRAPPER-EOF

%postun
pscheduler internal warmboot
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ pscheduler-archiver-kafka (5.2.0~a1.0-1) perfsonar-5.2-snapshot; urgency=low

-- perfSONAR developers <[email protected]> Tue, 11 Jun 2024 18:29:36 +0200

pscheduler-archiver-kafka (5.1.1-1) perfsonar-5.1; urgency=low

* New upstream version.

-- perfSONAR developers <[email protected]> Fri, 28 Jun 2024 10:50:46 -0400

pscheduler-archiver-kafka (5.1.0-1) perfsonar-5.1; urgency=low

* New upstream version.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Provides: %{name} = %{version}-%{release}
Requires: pscheduler-server >= 1.0.2
Requires: %{_pscheduler_python}-kafka
Requires: %{_pscheduler_python}-pscheduler
Requires: rpm-post-wrapper

BuildRequires: pscheduler-rpm

Expand All @@ -45,7 +46,9 @@ make \
install

%post
rpm-post-wrapper '%{name}' "$@" <<'POST-WRAPPER-EOF'
pscheduler internal warmboot
POST-WRAPPER-EOF

%postun
pscheduler internal warmboot
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ pscheduler-archiver-postgresql (5.2.0~a1.0-1) perfsonar-5.2-snapshot; urgency=lo

-- perfSONAR developers <[email protected]> Tue, 11 Jun 2024 18:29:36 +0200

pscheduler-archiver-postgresql (5.1.1-1) perfsonar-5.1; urgency=low

* New upstream version.

-- perfSONAR developers <[email protected]> Fri, 28 Jun 2024 10:50:47 -0400

pscheduler-archiver-postgresql (5.1.0-1) perfsonar-5.1; urgency=low

* New upstream version.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Provides: %{name} = %{version}-%{release}

Requires: pscheduler-server >= 1.0.2
Requires: %{_pscheduler_python}-psycopg2 >= 2.6.1
Requires: rpm-post-wrapper

BuildRequires: pscheduler-rpm

Expand All @@ -44,7 +45,9 @@ make \
install

%post
rpm-post-wrapper '%{name}' "$@" <<'POST-WRAPPER-EOF'
pscheduler internal warmboot
POST-WRAPPER-EOF

%postun
pscheduler internal warmboot
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ pscheduler-archiver-rabbitmq (5.2.0~a1.0-1) perfsonar-5.2-snapshot; urgency=low

-- perfSONAR developers <[email protected]> Tue, 11 Jun 2024 18:29:36 +0200

pscheduler-archiver-rabbitmq (5.1.1-1) perfsonar-5.1; urgency=low

* New upstream version.

-- perfSONAR developers <[email protected]> Fri, 28 Jun 2024 10:50:49 -0400

pscheduler-archiver-rabbitmq (5.1.0-1) perfsonar-5.1; urgency=low

* New upstream version.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Requires: pscheduler-server >= 1.1.6
Requires: %{_pscheduler_python}-pscheduler >= 1.3.7.3
Requires: %{_pscheduler_python}-py-amqp >= 5.0.6
Requires: %{_pscheduler_python}-vine >= 5.0.0
Requires: rpm-post-wrapper

BuildRequires: pscheduler-rpm

Expand All @@ -44,7 +45,9 @@ make \
install

%post
rpm-post-wrapper '%{name}' "$@" <<'POST-WRAPPER-EOF'
pscheduler internal warmboot
POST-WRAPPER-EOF

%postun
pscheduler internal warmboot
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ pscheduler-archiver-snmptrap (5.2.0~a1.0-1) perfsonar-5.2-snapshot; urgency=low

-- perfSONAR developers <[email protected]> Tue, 11 Jun 2024 18:29:36 +0200

pscheduler-archiver-snmptrap (5.1.1-1) perfsonar-5.1; urgency=low

* New upstream version.

-- perfSONAR developers <[email protected]> Fri, 28 Jun 2024 10:50:39 -0400

pscheduler-archiver-snmptrap (5.1.0-1) perfsonar-5.1; urgency=low

* New upstream version.
Expand Down
Loading

0 comments on commit 3ccb62b

Please sign in to comment.