diff --git a/.cirrus.yml b/.cirrus.yml new file mode 100644 index 0000000..9cb1f4d --- /dev/null +++ b/.cirrus.yml @@ -0,0 +1,19 @@ +task: + env: + matrix: + - RELEASEVER: 6 + - RELEASEVER: 7 + name: el$RELEASEVER + container: + image: centos:$RELEASEVER + epel_script: yum --assumeyes install https://dl.fedoraproject.org/pub/epel/epel-release-latest-$(rpm -E %rhel).noarch.rpm + toolchain_script: yum --assumeyes install yum-utils rpmdevtools @buildsys-build + sources_script: spectool --get-files $CIRRUS_REPO_NAME.spec + srpm_script: rpmbuild -bs --define "_sourcedir $PWD" --define "_specdir $PWD" --define "dist .el$RELEASEVER.ius" --define "vendor IUS" $CIRRUS_REPO_NAME.spec + builddep_script: yum-builddep --assumeyes $HOME/rpmbuild/SRPMS/$CIRRUS_REPO_NAME-*.src.rpm + rpm_script: rpmbuild -bb --define "_sourcedir $PWD" --define "_specdir $PWD" --define "dist .el$RELEASEVER.ius" --define "vendor IUS" $CIRRUS_REPO_NAME.spec + gather_script: + - mv --verbose $HOME/rpmbuild/SRPMS/*.src.rpm . + - mv --verbose $HOME/rpmbuild/RPMS/*/*.rpm . + results_artifacts: + path: '*.rpm' diff --git a/SOURCES/00-base.conf b/00-base.conf similarity index 100% rename from SOURCES/00-base.conf rename to 00-base.conf diff --git a/SOURCES/00-dav.conf b/00-dav.conf similarity index 100% rename from SOURCES/00-dav.conf rename to 00-dav.conf diff --git a/SOURCES/00-lua.conf b/00-lua.conf similarity index 100% rename from SOURCES/00-lua.conf rename to 00-lua.conf diff --git a/SOURCES/00-mpm.conf b/00-mpm.conf similarity index 100% rename from SOURCES/00-mpm.conf rename to 00-mpm.conf diff --git a/SOURCES/00-optional.conf b/00-optional.conf similarity index 100% rename from SOURCES/00-optional.conf rename to 00-optional.conf diff --git a/SOURCES/00-proxy.conf b/00-proxy.conf similarity index 100% rename from SOURCES/00-proxy.conf rename to 00-proxy.conf diff --git a/SOURCES/00-proxyhtml.conf b/00-proxyhtml.conf similarity index 100% rename from SOURCES/00-proxyhtml.conf rename to 00-proxyhtml.conf diff --git a/SOURCES/00-ssl.conf b/00-ssl.conf similarity index 100% rename from SOURCES/00-ssl.conf rename to 00-ssl.conf diff --git a/SOURCES/00-systemd.conf b/00-systemd.conf similarity index 100% rename from SOURCES/00-systemd.conf rename to 00-systemd.conf diff --git a/SOURCES/01-cgi.conf b/01-cgi.conf similarity index 100% rename from SOURCES/01-cgi.conf rename to 01-cgi.conf diff --git a/SOURCES/01-ldap.conf b/01-ldap.conf similarity index 100% rename from SOURCES/01-ldap.conf rename to 01-ldap.conf diff --git a/SOURCES/01-session.conf b/01-session.conf similarity index 100% rename from SOURCES/01-session.conf rename to 01-session.conf diff --git a/SOURCES/10-listen443.conf b/10-listen443.conf similarity index 100% rename from SOURCES/10-listen443.conf rename to 10-listen443.conf diff --git a/SOURCES/README.confd b/README.confd similarity index 100% rename from SOURCES/README.confd rename to README.confd diff --git a/SOURCES/README.confmod b/README.confmod similarity index 100% rename from SOURCES/README.confmod rename to README.confmod diff --git a/SOURCES/action-configtest.sh b/action-configtest.sh similarity index 100% rename from SOURCES/action-configtest.sh rename to action-configtest.sh diff --git a/SOURCES/action-graceful.sh b/action-graceful.sh similarity index 100% rename from SOURCES/action-graceful.sh rename to action-graceful.sh diff --git a/SOURCES/htcacheclean.init b/htcacheclean.init similarity index 100% rename from SOURCES/htcacheclean.init rename to htcacheclean.init diff --git a/SOURCES/htcacheclean.service b/htcacheclean.service similarity index 100% rename from SOURCES/htcacheclean.service rename to htcacheclean.service diff --git a/SOURCES/htcacheclean.sysconf b/htcacheclean.sysconf similarity index 100% rename from SOURCES/htcacheclean.sysconf rename to htcacheclean.sysconf diff --git a/SOURCES/httpd-2.4.1-apctl.patch b/httpd-2.4.1-apctl.patch similarity index 100% rename from SOURCES/httpd-2.4.1-apctl.patch rename to httpd-2.4.1-apctl.patch diff --git a/SOURCES/httpd-2.4.1-corelimit.patch b/httpd-2.4.1-corelimit.patch similarity index 100% rename from SOURCES/httpd-2.4.1-corelimit.patch rename to httpd-2.4.1-corelimit.patch diff --git a/SOURCES/httpd-2.4.1-deplibs.patch b/httpd-2.4.1-deplibs.patch similarity index 100% rename from SOURCES/httpd-2.4.1-deplibs.patch rename to httpd-2.4.1-deplibs.patch diff --git a/SOURCES/httpd-2.4.10-sigint.patch b/httpd-2.4.10-sigint.patch similarity index 100% rename from SOURCES/httpd-2.4.10-sigint.patch rename to httpd-2.4.10-sigint.patch diff --git a/SOURCES/httpd-2.4.10-sslciphdefault.patch b/httpd-2.4.10-sslciphdefault.patch similarity index 100% rename from SOURCES/httpd-2.4.10-sslciphdefault.patch rename to httpd-2.4.10-sslciphdefault.patch diff --git a/SOURCES/httpd-2.4.17-socket-activation.patch b/httpd-2.4.17-socket-activation.patch similarity index 100% rename from SOURCES/httpd-2.4.17-socket-activation.patch rename to httpd-2.4.17-socket-activation.patch diff --git a/SOURCES/httpd-2.4.2-icons.patch b/httpd-2.4.2-icons.patch similarity index 100% rename from SOURCES/httpd-2.4.2-icons.patch rename to httpd-2.4.2-icons.patch diff --git a/SOURCES/httpd-2.4.25-detect-systemd.patch b/httpd-2.4.25-detect-systemd.patch similarity index 100% rename from SOURCES/httpd-2.4.25-detect-systemd.patch rename to httpd-2.4.25-detect-systemd.patch diff --git a/SOURCES/httpd-2.4.25-selinux.patch b/httpd-2.4.25-selinux.patch similarity index 100% rename from SOURCES/httpd-2.4.25-selinux.patch rename to httpd-2.4.25-selinux.patch diff --git a/SOURCES/httpd-2.4.3-apctl-systemd.patch b/httpd-2.4.3-apctl-systemd.patch similarity index 100% rename from SOURCES/httpd-2.4.3-apctl-systemd.patch rename to httpd-2.4.3-apctl-systemd.patch diff --git a/SOURCES/httpd-2.4.33-export.patch b/httpd-2.4.33-export.patch similarity index 100% rename from SOURCES/httpd-2.4.33-export.patch rename to httpd-2.4.33-export.patch diff --git a/SOURCES/httpd-2.4.33-systemd.patch b/httpd-2.4.33-systemd.patch similarity index 100% rename from SOURCES/httpd-2.4.33-systemd.patch rename to httpd-2.4.33-systemd.patch diff --git a/SOURCES/httpd-2.4.34-r1738878.patch b/httpd-2.4.34-r1738878.patch similarity index 100% rename from SOURCES/httpd-2.4.34-r1738878.patch rename to httpd-2.4.34-r1738878.patch diff --git a/SOURCES/httpd-2.4.35-layout-legacy.patch b/httpd-2.4.35-layout-legacy.patch similarity index 100% rename from SOURCES/httpd-2.4.35-layout-legacy.patch rename to httpd-2.4.35-layout-legacy.patch diff --git a/SOURCES/httpd-2.4.4-cachehardmax.patch b/httpd-2.4.4-cachehardmax.patch similarity index 100% rename from SOURCES/httpd-2.4.4-cachehardmax.patch rename to httpd-2.4.4-cachehardmax.patch diff --git a/SOURCES/httpd-2.4.4-r1337344+.patch b/httpd-2.4.4-r1337344+.patch similarity index 100% rename from SOURCES/httpd-2.4.4-r1337344+.patch rename to httpd-2.4.4-r1337344+.patch diff --git a/SOURCES/httpd-2.4.9-apxs.patch b/httpd-2.4.9-apxs.patch similarity index 100% rename from SOURCES/httpd-2.4.9-apxs.patch rename to httpd-2.4.9-apxs.patch diff --git a/SOURCES/httpd-ssl-pass-dialog b/httpd-ssl-pass-dialog similarity index 100% rename from SOURCES/httpd-ssl-pass-dialog rename to httpd-ssl-pass-dialog diff --git a/SOURCES/httpd.conf b/httpd.conf similarity index 100% rename from SOURCES/httpd.conf rename to httpd.conf diff --git a/SOURCES/httpd.init b/httpd.init similarity index 100% rename from SOURCES/httpd.init rename to httpd.init diff --git a/SOURCES/httpd.logrotate b/httpd.logrotate similarity index 100% rename from SOURCES/httpd.logrotate rename to httpd.logrotate diff --git a/SOURCES/httpd.logrotate-legacy b/httpd.logrotate-legacy similarity index 100% rename from SOURCES/httpd.logrotate-legacy rename to httpd.logrotate-legacy diff --git a/SOURCES/httpd.service b/httpd.service similarity index 100% rename from SOURCES/httpd.service rename to httpd.service diff --git a/SOURCES/httpd.service.xml b/httpd.service.xml similarity index 100% rename from SOURCES/httpd.service.xml rename to httpd.service.xml diff --git a/SOURCES/httpd.socket b/httpd.socket similarity index 100% rename from SOURCES/httpd.socket rename to httpd.socket diff --git a/SOURCES/httpd.sysconf b/httpd.sysconf similarity index 100% rename from SOURCES/httpd.sysconf rename to httpd.sysconf diff --git a/SOURCES/httpd.tmpfiles b/httpd.tmpfiles similarity index 100% rename from SOURCES/httpd.tmpfiles rename to httpd.tmpfiles diff --git a/SPECS/httpd24u.spec b/httpd24u.spec similarity index 99% rename from SPECS/httpd24u.spec rename to httpd24u.spec index 01a4452..80d5533 100644 --- a/SPECS/httpd24u.spec +++ b/httpd24u.spec @@ -23,7 +23,7 @@ Summary: Apache HTTP Server Name: httpd24u Version: 2.4.39 -Release: 1.ius%{?dist} +Release: 1%{?dist} URL: https://httpd.apache.org/ Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 Source2: httpd.logrotate diff --git a/SOURCES/manual.conf b/manual.conf similarity index 100% rename from SOURCES/manual.conf rename to manual.conf diff --git a/SOURCES/mkstatus.sh b/mkstatus.sh similarity index 100% rename from SOURCES/mkstatus.sh rename to mkstatus.sh diff --git a/SOURCES/pullrev.sh b/pullrev.sh similarity index 100% rename from SOURCES/pullrev.sh rename to pullrev.sh diff --git a/SOURCES/ssl.conf b/ssl.conf similarity index 100% rename from SOURCES/ssl.conf rename to ssl.conf diff --git a/SOURCES/userdir.conf b/userdir.conf similarity index 100% rename from SOURCES/userdir.conf rename to userdir.conf diff --git a/SOURCES/welcome.conf b/welcome.conf similarity index 100% rename from SOURCES/welcome.conf rename to welcome.conf