Compare commits
No commits in common. "c10s" and "c9-beta" have entirely different histories.
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,6 +1 @@
|
|||||||
/xdg-dbus-proxy-0.1.0.tar.xz
|
SOURCES/xdg-dbus-proxy-0.1.3.tar.xz
|
||||||
/xdg-dbus-proxy-0.1.1.tar.xz
|
|
||||||
/xdg-dbus-proxy-0.1.2.tar.xz
|
|
||||||
/xdg-dbus-proxy-0.1.3.tar.xz
|
|
||||||
/xdg-dbus-proxy-0.1.4.tar.xz
|
|
||||||
/xdg-dbus-proxy-0.1.5.tar.xz
|
|
||||||
|
1
.xdg-dbus-proxy.metadata
Normal file
1
.xdg-dbus-proxy.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
2b7b0fce9c26caabec31da459e33b10e7803ece2 SOURCES/xdg-dbus-proxy-0.1.3.tar.xz
|
@ -1,13 +1,13 @@
|
|||||||
Name: xdg-dbus-proxy
|
Name: xdg-dbus-proxy
|
||||||
Version: 0.1.5
|
Version: 0.1.3
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Filtering proxy for D-Bus connections
|
Summary: Filtering proxy for D-Bus connections
|
||||||
|
|
||||||
License: LGPL-2.1-or-later
|
License: LGPLv2+
|
||||||
URL: https://github.com/flatpak/xdg-dbus-proxy/
|
URL: https://github.com/flatpak/xdg-dbus-proxy/
|
||||||
Source0: https://github.com/flatpak/xdg-dbus-proxy/releases/download/%{version}/%{name}-%{version}.tar.xz
|
Source0: https://github.com/flatpak/xdg-dbus-proxy/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: meson
|
BuildRequires: make
|
||||||
BuildRequires: docbook-style-xsl
|
BuildRequires: docbook-style-xsl
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: pkgconfig(gio-2.0)
|
BuildRequires: pkgconfig(gio-2.0)
|
||||||
@ -26,11 +26,11 @@ to facilitate using it in other contexts.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
%configure
|
||||||
%meson_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%make_install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
@ -38,39 +38,16 @@ to facilitate using it in other contexts.
|
|||||||
%{_mandir}/man1/xdg-dbus-proxy.1*
|
%{_mandir}/man1/xdg-dbus-proxy.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.1.5-4
|
* Tue Mar 22 2022 Debarshi Ray <rishi@fedoraproject.org> - 0.1.3-1
|
||||||
- Bump release for October 2024 mass rebuild:
|
|
||||||
Resolves: RHEL-64018
|
|
||||||
|
|
||||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.1.5-3
|
|
||||||
- Bump release for June 2024 mass rebuild
|
|
||||||
|
|
||||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Aug 07 2023 Kalev Lember <klember@redhat.com> - 0.1.5-1
|
|
||||||
- Update to 0.1.5 (rhbz#2229713)
|
|
||||||
|
|
||||||
* Wed Jul 19 2023 Bastien Nocera <bnocera@redhat.com> - 0.1.4-2
|
|
||||||
- Fix D-Bus disconnection when an object path was overly long
|
|
||||||
|
|
||||||
* Wed Jul 19 2023 Bastien Nocera <bnocera@redhat.com> - 0.1.4-1
|
|
||||||
- Update to 0.1.4
|
|
||||||
|
|
||||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Mar 02 2022 Debarshi Ray <rishi@fedoraproject.org> - 0.1.3-1
|
|
||||||
- Update to 0.1.3
|
- Update to 0.1.3
|
||||||
|
Resolves: #2060089
|
||||||
|
|
||||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-6
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.2-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-5
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.2-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-4
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
@ -1,6 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-10
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
|
Loading…
Reference in New Issue
Block a user