Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
01a8a495aa !18 [sync] PR-11: Fix help package install warning
From: @openeuler-sync-bot
Reviewed-by: @ruebb
Signed-off-by: @ruebb
2021-11-23 02:42:45 +00:00
caodongxia
046e822639 Fix help package install warning
(cherry picked from commit 12ea614ae9a0574c0b42dadd14994240002c524e)
2021-11-23 09:11:13 +08:00
openeuler-ci-bot
d17d39bf59 !8 add release for update
Merge pull request !8 from DisNight/master
2020-08-18 22:17:14 +08:00
openeuler-ci-bot
57a53f32bd !7 release + 1: for pkgs affeccted by updated ones
Merge pull request !7 from small_leek/master
2020-08-18 21:14:43 +08:00
small_leek
af12b0f5fd release + 1: for pkgs affeccted by updated ones 2020-08-18 20:43:29 +08:00
openeuler-ci-bot
d341461dab !5 Modify spec for unreasonable disable stop.service when removing pack.
Merge pull request !5 from sigui/master
2020-05-28 22:46:10 +08:00
openeuler-ci-bot
3d10fa467f !4 Modify spec for unreasonable disable stop.service when removing pack.
Merge pull request !4 from sigui/master
2020-05-28 22:34:20 +08:00
si-gui
5177d2ba58 Modify spec for unreasonable disable stop.service when removingpack. 2020-05-28 21:58:22 +08:00
openeuler-ci-bot
a3617a6cb7 !2 package init
Merge pull request !2 from small_leek/xsl
2020-02-29 19:34:12 +08:00
small_leek
84243ac4f6 package init 2020-02-29 06:01:00 -05:00
openeuler-ci-bot
8f22477d3d !1 package init
Merge pull request !1 from small_leek/xsl
2020-02-29 17:23:15 +08:00

View File

@ -6,12 +6,12 @@
Name: tog-pegasus
Version: %{major_ver}.1
Release: 48
Release: 51
Epoch: 2
Summary: OpenPegasus WBEM Services for Linux
License: MIT
URL: http://www.openpegasus.org
Source0: https://collaboration.opengroup.org/pegasus/documents/27211/pegasus-%{version}.tar.gz
Source0: https://collaboration.opengroup.org/pegasus/documents/32572/pegasus-%{version}.tar.gz
Source1: tog-pegasus.tmpfiles
Source2: tog-pegasus.service
Source3: access.conf
@ -267,7 +267,7 @@ fi
/sbin/ldconfig
%preun
%systemd_preun stop tog-pegasus.service
%systemd_preun tog-pegasus.service
if [ $1 -eq 0 ]; then
rm -rf /var/run/tog-pegasus
fi
@ -359,11 +359,17 @@ fi
%verify(not md5 size mtime) /var/lib/Pegasus/testrepository
%files help
%defattr(0644, root, pegasus, 0755)
%defattr(0644, root, root, 0755)
%doc src/Clients/repupgrade/doc/repupgrade.html
%{_mandir}/man8/*
%{_mandir}/man1/*
%changelog
* Tue Aug 31 2021 caodongxia <caodongxia@huawei.com> - 2:2.14.1-51
- Fix help package install warning
* Thu May 28 2020 Guoshuai Sun <sunguoshuai@huawei.com> - 2:2.14.1-49
- Modify spec for unreasonable disable stop.service when removing pack.
* Sat Feb 29 2020 Senlin Xia <xiasenlin1@huawei.com> - 2:2.14.1-48
- Package init