diff --git a/apache2-mod_xforward-0.6.tar.bz2 b/apache2-mod_xforward-0.6.tar.bz2 deleted file mode 100644 index c513a53..0000000 Binary files a/apache2-mod_xforward-0.6.tar.bz2 and /dev/null differ diff --git a/apache2-mod_xforward.spec b/apache2-mod_xforward.spec index a9addf1..958a9e1 100644 --- a/apache2-mod_xforward.spec +++ b/apache2-mod_xforward.spec @@ -2,11 +2,11 @@ Name: apache2-mod_xforward Version: 0.6 -Release: lp151.1.2 +Release: lp151.1.3 Summary: Apache module implementing handling of X-FORWARD headers License: Apache-2.0 -Url: https://www.gitorious.org/opensuse/apache2-mod_xforward -Source: %{name}-%{version}.tar.bz2 +Url: https://github.com/openSUSE/apache2-mod_xforward/ +Source: https://github.com/openSUSE/%{name}/archive/master.zip BuildRequires: httpd-devel Requires: httpd @@ -17,7 +17,7 @@ When this header is seen by Apache it uses the apache mod_proxy module to proxy given URL. %prep -%setup -n %{name} +%setup -n %{name}-master %build apxs -c mod_xforward.c @@ -31,5 +31,8 @@ cp -p .libs/mod_xforward.so $RPM_BUILD_ROOT/%{apache_libexecdir} %{apache_libexecdir}/*.so %changelog +* Thu Sep 10 2020 Ge Wang - 0.6-lp151.1.3 +- Modify Source0 Url + * Mon Mar 2 2020 openEuler Buildteam - 0.6-lp151.1.2 - Package init diff --git a/apache2-mod_xforward.yaml b/apache2-mod_xforward.yaml index 5d6e9c7..52060da 100644 --- a/apache2-mod_xforward.yaml +++ b/apache2-mod_xforward.yaml @@ -1,4 +1,4 @@ version_control: github src_repo: openSUSE/apache2-mod_xforward -tag_prefix: ^ -seperator: . +tag_prefix: NA +seperator: NA diff --git a/master.zip b/master.zip new file mode 100644 index 0000000..ff1c2d0 Binary files /dev/null and b/master.zip differ