forked from pool/cyrus-sasl
Accepting request 1123531 from home:dimstar:Factory
- Fix build with RPM 4.19: unnumbered patches are no longer supported. - Add _multibuild to define 2nd spec file as additional flavor. Eliminates the need for source package links in OBS. - drop optional opie dependency - Fix build with RPM 4.19: unnumbered patches are no longer supported. - Add _multibuild to define 2nd spec file as additional flavor. Eliminates the need for source package links in OBS. - drop optional opie dependency - Do not set directories inside doc/ mode 644; otherwise the directories are set 644 as well, which means no files inside are accessible. This resulted in the past in doc/ actually not being added to the devel package. - Fix build with RPM 4.19: unnumbered patches are no longer supported. - Add _multibuild to define 2nd spec file as additional flavor. Eliminates the need for source package links in OBS. - drop optional opie dependency - Do not set directories inside doc/ mode 644; otherwise the OBS-URL: https://build.opensuse.org/request/show/1123531 OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=104
This commit is contained in:
parent
b6c9d7cbe5
commit
c9677b7715
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 6 09:03:23 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Fix build with RPM 4.19: unnumbered patches are no longer
|
||||||
|
supported.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 4 11:21:19 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Add _multibuild to define 2nd spec file as additional flavor.
|
||||||
|
Eliminates the need for source package links in OBS.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 23 20:35:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- drop optional opie dependency
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 7 11:15:12 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
Wed Dec 7 11:15:12 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ Source: https://github.com/cyrusimap/cyrus-sasl/releases/download/cyrus-
|
|||||||
Source1: cyrus-sasl-rc.tar.bz2
|
Source1: cyrus-sasl-rc.tar.bz2
|
||||||
Source2: README.Source
|
Source2: README.Source
|
||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
Patch: cyrus-sasl.dif
|
Patch0: cyrus-sasl.dif
|
||||||
Patch5: cyrus-sasl-no_rpath.patch
|
Patch5: cyrus-sasl-no_rpath.patch
|
||||||
Patch6: cyrus-sasl-lfs.patch
|
Patch6: cyrus-sasl-lfs.patch
|
||||||
Patch7: fix_libpq-fe_include.diff
|
Patch7: fix_libpq-fe_include.diff
|
||||||
@ -161,7 +161,7 @@ then
|
|||||||
echo "dlcompat contains potential legal risks."
|
echo "dlcompat contains potential legal risks."
|
||||||
rm -rf %{_builddir}/cyrus-sasl-%{version}/dlcompat-*
|
rm -rf %{_builddir}/cyrus-sasl-%{version}/dlcompat-*
|
||||||
fi
|
fi
|
||||||
%patch
|
%patch0
|
||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 6 09:03:23 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Fix build with RPM 4.19: unnumbered patches are no longer
|
||||||
|
supported.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 4 11:21:19 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Add _multibuild to define 2nd spec file as additional flavor.
|
||||||
|
Eliminates the need for source package links in OBS.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 23 20:35:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- drop optional opie dependency
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 7 11:15:12 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Do not set directories inside doc/ mode 644; otherwise the
|
||||||
|
directories are set 644 as well, which means no files inside are
|
||||||
|
accessible. This resulted in the past in doc/ actually not being
|
||||||
|
added to the devel package.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 9 08:39:23 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Wed Mar 9 08:39:23 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ Source1: cyrus-sasl-rc.tar.bz2
|
|||||||
Source2: README.Source
|
Source2: README.Source
|
||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
Source4: saslauthd.service
|
Source4: saslauthd.service
|
||||||
Patch: cyrus-sasl.dif
|
Patch0: cyrus-sasl.dif
|
||||||
Patch5: cyrus-sasl-no_rpath.patch
|
Patch5: cyrus-sasl-no_rpath.patch
|
||||||
Patch6: cyrus-sasl-lfs.patch
|
Patch6: cyrus-sasl-lfs.patch
|
||||||
Patch7: fix_libpq-fe_include.diff
|
Patch7: fix_libpq-fe_include.diff
|
||||||
@ -75,7 +75,7 @@ The SQL auxprop plugin supports PostgreSQL and MySQL
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n cyrus-sasl-%{version} -a 1
|
%setup -n cyrus-sasl-%{version} -a 1
|
||||||
%patch
|
%patch0
|
||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 6 09:03:23 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Fix build with RPM 4.19: unnumbered patches are no longer
|
||||||
|
supported.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 4 11:21:19 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Add _multibuild to define 2nd spec file as additional flavor.
|
||||||
|
Eliminates the need for source package links in OBS.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 23 20:35:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- drop optional opie dependency
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 7 11:15:12 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Do not set directories inside doc/ mode 644; otherwise the
|
||||||
|
directories are set 644 as well, which means no files inside are
|
||||||
|
accessible. This resulted in the past in doc/ actually not being
|
||||||
|
added to the devel package.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 9 08:39:23 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Wed Mar 9 08:39:23 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ Source1: cyrus-sasl-rc.tar.bz2
|
|||||||
Source2: README.Source
|
Source2: README.Source
|
||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
Source4: saslauthd.service
|
Source4: saslauthd.service
|
||||||
Patch: cyrus-sasl.dif
|
Patch0: cyrus-sasl.dif
|
||||||
Patch5: cyrus-sasl-no_rpath.patch
|
Patch5: cyrus-sasl-no_rpath.patch
|
||||||
Patch6: cyrus-sasl-lfs.patch
|
Patch6: cyrus-sasl-lfs.patch
|
||||||
Patch7: fix_libpq-fe_include.diff
|
Patch7: fix_libpq-fe_include.diff
|
||||||
@ -75,7 +75,7 @@ The SQL auxprop plugin supports PostgreSQL and MySQL
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n cyrus-sasl-%{version} -a 1
|
%setup -n cyrus-sasl-%{version} -a 1
|
||||||
%patch
|
%patch0
|
||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 6 09:03:23 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Fix build with RPM 4.19: unnumbered patches are no longer
|
||||||
|
supported.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 4 11:21:19 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
Thu May 4 11:21:19 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user